init
This commit is contained in:
5
connect_nodes.sh
Executable file
5
connect_nodes.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
for node in `cat known_nodes.txt`;do
|
||||
echo "Trying $node"
|
||||
chia show -a $node
|
||||
done
|
||||
Reference in New Issue
Block a user