Advertisement
Narayan

Untitled

Sep 18th, 2022
827
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.46 KB | None | 0 0
  1. $ bitcoin-cli --rpcwallet=MyWatchWallet getwalletinfo
  2. {
  3.   "walletname": "MyWatchWallet",
  4.   "walletversion": 169900,
  5.   "format": "sqlite",
  6.   "balance": 0.00000000,
  7.   "unconfirmed_balance": 0.00000000,
  8.   "immature_balance": 0.00000000,
  9.   "txcount": 0,
  10.   "keypoolsize": 0,
  11.   "keypoolsize_hd_internal": 0,
  12.   "paytxfee": 0.00000000,
  13.   "private_keys_enabled": false,
  14.   "avoid_reuse": false,
  15.   "scanning": false,
  16.   "descriptors": true,
  17.   "external_signer": false
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement