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
I connected to my Umbrel full node from a terminal via SSH, and found that some of the bitcoin-cli commands don't return any value while others work fine. Some examples:
- Working - help, getinfo, getbestblockhash, getblock
- Not working - getbalance, listunspent, getnewaddress
When calling the "Not working" commands, there's no error message shown. I wonder what I'm missing? Here's what I use:
Umbrel v0.3.13
Windows PowerShell v1.0
RPC Client v0.21.1.0
You are missing a wallet on your Bitcoin Core.
Note all your "not working" commands are wallet related and all "working" ones are blockchain related.
You can use RPC commands using bitcoin-cli bin for example
~/umbrel/bin/bitcoin-cli getblockchaininfo ~/umbrel/bin/bitcoin-cli getblock "00000000c937983704a73af28acdec37b049d214adbda81d7e2a3dd146f6ed09"
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