Advertisement
Guest User

Untitled

a guest
Jan 18th, 2016
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. LITEDOGE LINUX DAEMON INSTRUCTIONS:
  2.  
  3. Last Updated: January 18, 2016
  4.  
  5. Note: for CrownCloud OpenVZ VPS-2048 or VPS-4096 running Ubuntu 14.04 64bit
  6. https://crowncloud.net/openvz.php
  7.  
  8. Use Putty to SSH into your new VPS. Log in as root and use the password you received in your confirmation email.
  9.  
  10. apt-get update
  11. apt-get install nano build-essential libssl-dev libdb++-dev libboost-all-dev libminiupnpc-dev git
  12. git clone https://bitbucket.org/ctgiant/litedoge.git
  13. cd litedoge/src
  14. apt-get update
  15. make -f makefile.unix
  16. apt-get update
  17. cp litedoged /bin
  18. litedoged (will error but needed to create files)
  19. cd ~
  20. cd .litedoge
  21. nano litedoge.conf
  22.  
  23. Add Lines:
  24.  
  25. server=1
  26. daemon=1
  27. listen=1
  28. rpcuser=username
  29. rpcpassword=somethinglongyoudonthavetoremember
  30. rpcallowip=127.0.0.1
  31. txindex=1
  32. stake=1
  33.  
  34. (use control +x then y to save it)
  35.  
  36. litedoged
  37. litedoged importprivkey PASTE-YOUR-PRIVKEY-HERE
  38. litedoged getinfo
  39. litedoged encryptwallet passwordyouwant-REMEMBER-THIS
  40. litedoged
  41. litedoged getinfo
  42.  
  43. COMMANDS:
  44.  
  45. litedoged help
  46.  
  47. litedoged
  48. litedoged stop
  49. litedoged getinfo
  50. litedoged getblockcount
  51. litedoged getstakinginfo
  52.  
  53. Unlock for Staking Only:
  54. litedoged walletpassphrase yourpassword 99999999 true
  55.  
  56.  
  57. Confirm you are staking and close Putty.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement