Post
Topic
Board Development & Technical Discussion
Merits 5 from 4 users
Re: wallet.dat auto checker
by
nc50lc
on 26/05/2020, 12:15:57 UTC
⭐ Merited by joniboini (2) ,ranochigo (1) ,ETFbitcoin (1) ,Husna QA (1)
Is there an RPC command to only output private keys with a balance from a wallet.dat?
Not private keys, but listunspent can display your wallet's UTXOs.
The output includes the address that you can use with dumpprivkey (requires walletpassphrase for encrypted wallets).

Commands: