Spare-Network / spare-blockchain

Apache License 2.0
68 stars 32 forks source link

loose Full Node Connection #86

Closed olgyan93btc closed 3 years ago

olgyan93btc commented 3 years ago

Hi, After about 30 minutes, the full node connection is lost and as a result, the processing of the plots stops. only restarting the computer can help. See picture. loose connection

olgyan93btc commented 3 years ago

in Windows 10

olgyan93btc commented 3 years ago

In the config.yaml file target_outbound_peer_count must be changed to 8 and target_peer_count to 80, this is the setting from the original 1.1.7 Chia code. The Spare default is way too many node connections for an average computer. It causes the node to fail connections but still shows a synced status.

Original target_outbound_peer_count: 80 target_peer_count: 800

Recommend target_outbound_peer_count: 8 target_peer_count: 80

khalid077 commented 3 years ago

how to open and modify it sir? please help as im a newbie im using windows I have found the config.yaml file of spare but dont know what to do

omjanu commented 3 years ago

What are the full hash connections. I am not getting any of them.

olgyan93btc commented 3 years ago

C:\Users\user name.spare-blockchain\mainnet\config.yaml open with Notepad and change

Original target_outbound_peer_count: 80 target_peer_count: 800

Change to target_outbound_peer_count: 8 target_peer_count: 80