Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # Usage: ./mine-blur.sh 8 # use 8 cores
  4. # Add as many LOCAL nodes as you can, after seed nodes. Remove the arg that uses LOCAL if you are only using one node
  5. # This assumes you have the Blur git repo in $HOME/git/blur
  6.  
  7.  
  8. LOCAL=192.168.1.120:52541
  9. ADDR=bLXXX
  10. $HOME/git/blur/build/release/bin/blurd --allow-local-ip --add-priority-node=66.70.189.131:52541 --add-priority-node=66.70.189.183:52541 --add-priority-node=66.70.188.178:52541 --add-priority-node=$LOCAL --start-mining $ADDR --mining-threads $1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement