can’t connect my full node btc server
-
can’t connect my full node btc server,
always prompt
——————
server=1
rpcallowip=127.0.0.1/8
rpcallowip=134.209.110.7/24
rpcport=8332
rpcbind=127.0.0.1
rpcbind=159.138.11.6
walletnotify=curl -s https://wallet.hkecu.hk/wallets/api3/notify/BTC/wallet/%s >/dev/null
blocknotify=curl -s https://wallet.hkecu.hk/wallets/api3/notify/BTC/block/%s >/dev/null
rpcauth=xxxxxxxx
——————-in Adapter page, error as below:
————
Not responding: Dashed_Slug_Wallets_Coin_Adapter_RPC->get_balance() failed with status=”500″ and error=”No wallet is loaded. Load a wallet using loadwallet or create a new one with createwallet. (Note: A default wallet is no longer automatically created)”`
———–and i have ssh to that web server , and try below
———–
curl –user bitcoin –data-binary ‘{“jsonrpc”: “1.0”, “id”:”curltest”, “method”: “getnetworkinfo”, “params”: [] }’ -H ‘content-type: text/plain;’ http://159.138.11.6:8332/
———-
after keyin password, it can connect and return below:
————–
{"result":{"version":210100,"subversion":"/Satoshi:0.21.1/","protocolversion":70016,"localservices":"0000000000000409","localservicesnames":["NETWORK","WITNESS","NETWORK_LIMITED"],"localrelay":true,"timeoffset":0,"networkactive":true,"connections":3,"connections_in":1,"connections_out":2,"networks":[{"name":"ipv4","limited":false,"reachable":true,"proxy":"","proxy_randomize_credentials":false},{"name":"ipv6","limited":false,"reachable":true,"proxy":"","proxy_randomize_credentials":false},{"name":"onion","limited":true,"reachable":false,"proxy":"","proxy_randomize_credentials":false}],"relayfee":0.00001000,"incrementalfee":0.00001000,"localaddresses":[],"warnings":""},"error":null,"id":"curltest"}
—————so, i think the network connection is ok, no firewall problem.
The page I need help with: [log in to see the link]
The topic ‘can’t connect my full node btc server’ is closed to new replies.