Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. michael@BTCurrency:~/Desktop$ cat miner.sh
  2. #!/bin/sh
  3. /home/michael/bitcoin/bin/32/bitcoind server -rpcallowip=127.0.0.1 -rpcuser=xxx -rpcpassword=xxx &
  4. cd /home/michael/bitcoin/DiabloMiner/
  5. ./DiabloMiner-Linux.sh -u xxx -p xxx -o 127.0.0.1 -f 50 -w 64
  6.  
  7.  
  8. ###############################################################################
  9. michael@BTCurrency:~/Desktop$ /home/michael/bitcoin/bin/32/bitcoind server -rpcallowip=127.0.0.1 -rpcuser=xxx -rpcpassword=xxx &
  10. [1] 17599
  11. michael@BTCurrency:~/Desktop$ error: couldn't connect to server
  12. ###############################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement