Guest User

Untitled

a guest
Sep 18th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. error: couldn't connect to server: EOF reached (code 1)
  2. (make sure server is running and you are connecting to the correct RPC port)
  3.  
  4. # Bitcoind options
  5. server=1
  6. daemon=1
  7. reindex-chainstate=1
  8. reindex=1
  9. txindex=1
  10. disablewallet=1
  11. listenonion=0
  12.  
  13. # Connection settings
  14. rpcuser=***
  15. rpcpassword=***
  16. rpcport=8332
  17. rpcallowip=127.0.0.1
  18. rpcthreads=10
Add Comment
Please, Sign In to add comment