Flofie/chia-desktop

how to modify the config.yaml in full node

Closed this issue · 8 comments

If your Wallet is not running on the same machine as chia-desktop then change the configuration in config.yaml self_hostname to the internal IP-Address (e.g. 192.168.2.100) of your Wallet

The desktop is at 192.168.3.200, and all upstream services are at 192.168.3.202
How to modify config.yaml

image

Don't understand how to modify config.yaml

how to modify in full node machine of 192.168.3.202
image
connection refused from 192.168.3.200 to 192.168.3.202

[ipfsnets@localhost ~]$ telnet 192.168.3.202 9256
Trying 192.168.3.202...
telnet: connect to address 192.168.3.202: Connection refused

telnet is not ok

my chia-desktop server in 192.168.3.200

On which machine is your wallet running? 192.168.3.202? Then you need to change the config.yml on 192.168.3.202 so that it binds to your ip address and not to localhost - therfore change the binding in config from self_hostname: localhost to self_hostname: 192.168.3.202
Then you should be able to connect from the other machine where chia-desktop is running.

钱包运行在192.168.3.202 但是config.yaml中没有 这个self_hostname字段

sorry I dont understand