Saturday, November 1, 2014

Setting up diemcoing in ubuntu 12.04

  1. sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev
  2. sudo apt-get install git qt4-qmake libqt4-dev qt4-linguist-tools g++ libboost-all-dev libssl-dev libdb++-dev
  3. git clone https://github.com/dimecoinproject/dimecoin.git
  4. chmod 777 dimecoin
  5. chmod 777 dimecoin/src/leveldb/build_detect_platform
  6. cd dimecoin
  7. cd src
  8. mkdir obj
  9. cd ..
  10. qmake "USE_UNPN=-"
  11. make
  12. Installed and ready to use 
Important Links
https://github.com/Dimelord/dimecoin/blob/master/doc/readme-qt.rst
https://github.com/dimecoinproject
https://cryptocointalk.com/topic/2431-dimecoin-dime-information/
https://github.com/dimecoinproject/dimecoin/blob/master/doc/build-unix.md
https://github.com/tigercoin/tigercoin/issues/2
https://cryptocointalk.com/topic/2422-dime-the-dimecoin-official-release-post/
https://www.youtube.com/watch?v=yW1-kSrQM10
https://github.com/dimecoinproject/dimecoin 

No comments:

Post a Comment