This commit is contained in:
c0decave
2021-05-09 11:49:45 +02:00
parent 32d964cd46
commit d7e2839a71
3 changed files with 141 additions and 1 deletions

View File

@@ -1 +1,12 @@
# chia_network
# 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