Spare-Network / spare-blockchain

Apache License 2.0
68 stars 32 forks source link

Many nodes use 8444 and i think i had a conflict with chia #87

Open realbluefish opened 3 years ago

realbluefish commented 3 years ago

i have 507 plots and 0 coins. the spare log seems like: Cannot connect to host 186.138.36.171:8444 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1076)')]

what happen? how i can do to avoid chia conflict? tnx

ghost commented 3 years ago

the same problem I got wallet conflict at 9256, can't run spare and chia wallets at the same time.

PC101guy commented 3 years ago

the same problem I got wallet conflict at 9256, can't run spare and chia wallets at the same time.

Did you ever figure out the issue? I don't have this issue and im running chia and spare at the same time.

jfikar commented 3 years ago

I have changed the colliding port numbers in ~/.spare-blockchain/mainnet/config/config.yam

Change rpc_port 8555 to rcp_port 9554 and rpc_port 9256 to rpc_port 9553

Both 8555 and 9256 are actually in use by official chia client. The first one is for UI, which I don't use. The ports 9554 and 9553 seem to be free. Note, that port 9556 is already used by chaingreen.

Then restart spare and chia and everything should work.

spare stop all
killall spare_daemon
spare start farmer
chia stop all
killall chia_daemon
chia start farmer