Wallet (BTC)
On-chain address, sync, and balance.
Wallet commands are for the node’s BTC wallet (on-chain funds, and Lightning-related reserves).
Get an address
rgbldk --output json --pretty wallet addressExample output:
{ "address": "bcrt1q..." }Copy the address value and fund it (regtest/faucet/exchange — depends on your network).
Sync wallet
After you receive BTC, sync to update the wallet view:
rgbldk wallet syncCheck balance
rgbldk wallet balanceIf you need exact sats instead of BTC formatting, try:
rgbldk wallet balance --sats