Advertisement
Guest User

Create COIN Deamon for Yiimp

a guest
Apr 10th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. git clone https://github.com/freedpays/FreedPaysCoin.git
  2. cd FreedPaysCoin/
  3. chmod +x src/leveldb/build_detect_platform
  4. cd src
  5. make -f make -f src/makefile.unix
  6. strip freedpaysd
  7. nano ~/.FreedPays/FreedPays.conf
  8.  
  9. Insert coin rpc settings from Yiimp settings/ Daemon TAB
  10. ------
  11. rpcuser=2IWYvStmef
  12. rpcpassword=jZIh7E58gshzk98
  13. port=32190
  14. rpcallowip=127.0.0.1
  15. daemon=1
  16. server=1
  17. addnode=54.36.63.180:32190
  18. ------
  19.  
  20. ./freedpaysd help [for all commands available]
  21. ./freedpaysd to start the coin deamon
  22.  
  23.  
  24.  
  25. screen -dmS x11 bash run.sh x11 - to start x11 stratum ( FreedPays use the x11 hashing algo)
  26. screen -x x11 - to see the log, to detach and leave screen in background press CTRL+A and D
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement