Bitcoin Stack Exchange is a question and answer site for Bitcoin crypto-currency enthusiasts. It only takes a minute to sign up.
Sign up to join this communityAnybody can ask a question
Anybody can answer
The best answers are voted up and rise to the top
Asked
Viewed 67 times
I have a problem with bitcoin node is that when I want to get out of the full node bitcoin server.
I ran this method and it does not work
curl \ --user myusername \ --data-binary '{"jsonrpc":"1.0", "id":"curltest", "method":"getnewaddress", "params":[]]' \ -H 'content-type : text / plain; ' \ http://ip server for node:8332/
Answer edited to add:
Error message
curl: (7) Couldn't connect to server
Config file
erver=1
aemon=1
rpcallowip=ip exchange rpc
allowip=127.0.0.1
rpcport=8332
rpcuser=xxx
rpcpassword=xxxxxx
wallet=/home/user/.bitcoin/wallets/coininx/wallet/dat
walletdir=/home/user/.bitcoin/wallets
If your bitcoin daemon isn't running because of a mistake in the configuration file then you won't be able to connect to that daemon.
If the daemon is started automatically, you should be able to check for error messages in the system log.
It should also be possible to start the daemon manually to see any error messages concerning the configuration file.
You can get bonuses upto $100 FREE BONUS when you:
π° Install these recommended apps:
π² SocialGood - 100% Crypto Back on Everyday Shopping
π² xPortal - The DeFi For The Next Billion
π² CryptoTab Browser - Lightweight, fast, and ready to mine!
π° Register on these recommended exchanges:
π‘ Binanceπ‘ Bitfinexπ‘ Bitmartπ‘ Bittrexπ‘ Bitget
π‘ CoinExπ‘ Crypto.comπ‘ Gate.ioπ‘ Huobiπ‘ Kucoin.
Comments