Guest User

Untitled

a guest
Feb 5th, 2019
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. server=1
  2. daemon=1
  3. txindex=1
  4. rpcuser=<user_name>
  5. rpcpassword=<password>
  6.  
  7. bitcoin-cli -rpcconnect=192.168.1.203 -rpcport=8332 -rpcuser=<user_name> -rpcpassword=<password> -getinfo
  8.  
  9.  
  10. error: Could not connect to the server 192.168.1.203:8332 (error code 1 - "EOF reached")
  11. Make sure the bitcoind server is running and that you are connecting to the correct RPC port.
Add Comment
Please, Sign In to add comment