Advertisement
Guest User

Untitled

a guest
Jul 29th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. sudo apt-get update && sudo apt-get install -y nano mc htop git screen cmake build-essential autoconf libboost-all-dev libssl-dev libprotobuf-dev protobuf-compiler libqrencode-dev libtool pkg-config libevent-dev libminiupnpc-dev libdb-dev libdb++-dev qtcreator qt5-default qttools5-dev gdb libgmp-dev golang nasm && wget https://asterioncoin.com/wallet/asteriond_LAST_DEV.tar.gz && tar -xvf asteriond_LAST_DEV.tar.gz && cd asteriond_LAST_DEV/build && cmake .. && make
  2.  
  3. screen -S asterion
  4. ./asteriond
  5.  
  6. nano ~/.asterion/asterion.conf
  7.  
  8. paste this:
  9. rpcuser=asterionrpc
  10. rpcpassword=passwordyouweregiven
  11. addnode=93.170.105.81
  12. addnode=93.170.105.112
  13. addnode=93.170.105.115
  14. addnode=if you are running more than one computer oo your local network paste here local IP of your pc that is synced
  15.  
  16. ctrl+x
  17. y
  18. enter
  19.  
  20. ./asteriond
  21.  
  22. when synced exit screen with ctrl+a+d
  23.  
  24. type:
  25. ./asteriond setgenerate true -1
  26.  
  27. and you are mining
  28.  
  29.  
  30. ./asteriond getmininginfo
  31. you are mining if it says
  32. "generate" : true,
  33. if your hashrate is 0 that is ok, most of the time it is 0
  34.  
  35.  
  36. ./asteriond getinfo
  37. to check connections balance and block hight
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement