13 lines
358 B
Markdown
13 lines
358 B
Markdown
# Readme
|
|
|
|
Some scripts, codes or whatever for the chia network
|
|
|
|
## Connect Nodes
|
|
|
|
Simple script for trying to connect chia to other nodes in the network. Support script for nodes not syncing. Please note you need also the known_nodes.txt file.
|
|
* Download both
|
|
* Activate chia environment: . ./activate
|
|
* chmod +x connect\_nodes.sh;./connect\_nodes.sh;
|
|
|
|
Done
|