Advertisement
Guest User

disconnect from core

a guest
Mar 15th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. How to start kick off corrupted core nodes from Classic/Xt/Unilimited nodes (LINUX)
  2.  
  3. Add/replace to bitcoin.conf
  4. server=1
  5. daemon=1
  6. rpcuser=YOUR_RPC_USERNAME
  7. rpcpassword=YOUR_RPC_PASSWORD
  8. maxconnections=500
  9.  
  10. Now configure username and password in fuck_core.php
  11.  
  12. Then write in terminal on bye one
  13.  
  14. apt-get install php5-cli
  15. apt-get install screen
  16.  
  17. screen
  18. [return key x2]
  19. cd /kick_core/
  20. php fuck_core.php
  21.  
  22. Then you can leave it running by Ctrl+A, Ctrl+D and access it later by screen -ls and screen -x INT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement