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

5
connect_nodes.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
for node in `cat known_nodes.txt`;do
echo "Trying $node"
chia show -a $node
done