This is great! Thanks for making it accessible for folks like me <3
RE: Skycoin: A D.I.Y Miners Guide
You are viewing a single comment's thread from:
Skycoin: A D.I.Y Miners Guide
Skycoin: A D.I.Y Miners Guide
This is great! Thanks for making it accessible for folks like me <3
This command "curl -L https://dl.google.com/go/go1.10.linux-arm64.tar.gz" needs to be "curl -OL https://dl.google.com/go/go1.10.linux-arm64.tar.gz" otherwise you get gibberish as it is outputted to the terminal.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
For Nodes #2-8 here's what I recommend. Ignore the posts after reboot.
Open a new putty window then run these commands without parentheses. Replace XXX.XXX.X.XX with your manager's IP. For example my Manager IP is 192.168.1.75 and Nodes 2-8 are 76-82. Only run the second command (nohup....) once or the node will constantly reset in the manager. This will allow you to close the session without losing connection to the node in Manager. Happy mining!
"cd $GOPATH/bin"
"nohup ./node -connect-manager -manager-address XXX.XXX.X.XX:5998 -manager-web XXX.XXX.X.XX:8000 > /dev/null 2>&1 & echo $! > node.pid"
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
nohup ./node -connect-manager -manager-address MANAGER_IP:5998 -manager-web MANAGER_IP:8000 -discovery-address discovery.skycoin.net:5999-034b1cd4ebad163e457fb805b3ba43779958bba49f2c5e1e8b062482904bacdb68 -address :5000 -web-port :6001 > /dev/null 2>&1 &
That is the new discovery address.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thats all I want to hear, I tried to incorporate information that wasnt easily discerned in some of the other posts floating around
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hey can I reach you for a help? Thanks!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit