Untitled


SUBMITTED BY: Guest

DATE: Jan. 27, 2014, 2:48 p.m.

FORMAT: Text only

SIZE: 1.1 kB

HITS: 810

  1. apt-get update
  2. sudo apt-get install build-essential
  3. sudo apt-get install libssl-dev
  4. sudo apt-get install libboost-all-dev
  5. sudo apt-get install libdb-dev
  6. sudo apt-get install libdb++-dev
  7. sudo apt-get install ntp
  8. sudo apt-get install git
  9. sudo apt-get install libqrencode-dev
  10. sudo apt-get install qt-sdk
  11. sudo apt-get update
  12. sudo apt-get upgrade
  13. sudo git clone https://github.com/gridcoin/Gridcoin-master
  14. cd ~/Gridcoin-master/Gridcoin-master-linux/src
  15. sudo rm obj/*.o
  16. sudo cp net_daemon.cpp net.cpp
  17. sudo cp init_daemon.cpp init.cpp
  18. sudo chmod 755 leveldb/build_detect_platform
  19. sudo make -f makefile.unix USE_UPNP=-
  20. sudo strip gridcoind
  21. sudo chmod 755 gridcoind
  22. sudo cp gridcoind /usr/bin/gridcoind
  23. sudo mkdir ~/.gridcoin
  24. cd ~/.gridcoin
  25. nano ~/.gridcoin/gridcoin.conf
  26. server=1
  27. daemon=1
  28. rpcuser=username
  29. rpcpassword=password
  30. rpcport=9332
  31. rpcallowip=127.0.0.1
  32. rpcallowip=external IP
  33. addnode=www.gridcoin.us
  34. Save and exit
  35. cd /usr/bin
  36. ./gridcoind

comments powered by Disqus