Author

Topic: wallet.dat auto checker (Read 251 times)

member
Activity: 74
Merit: 10
June 01, 2020, 07:18:44 AM
#4
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(es) that you can use with dumpprivkey (requires walletpassphrase for encrypted wallets).

I have a wallet with a few hundred addresses that crashes, but one or two addresses has balance, is it possible to print balance addresses only in bitcoin-qt?
If they always crash, you can check them manually by dumping the whole wallet using dumpwallet command using an offline Bitcoin core with fresh data directory.

Commands mentioned:

Thanks, this solved my problem partly
member
Activity: 84
Merit: 22
May 26, 2020, 11:57:58 AM
#3
What language are you using? I can possibly code something small to help you out here.
legendary
Activity: 2534
Merit: 6080
Self-proclaimed Genius
May 26, 2020, 07:15:57 AM
#2
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(es) that you can use with dumpprivkey (requires walletpassphrase for encrypted wallets).

I have a wallet with a few hundred addresses that crashes, but one or two addresses has balance, is it possible to print balance addresses only in bitcoin-qt?
If they always crash, you can check them manually by dumping the whole wallet using dumpwallet command using an offline Bitcoin core with fresh data directory.

Commands mentioned:
member
Activity: 74
Merit: 10
May 26, 2020, 06:33:44 AM
#1
Is there an RPC command to only output private keys with a balance from a wallet.dat?

I have a wallet with a few hundred addresses that crashes, but one or two addresses has balance, is it possible to print balance addresses only in bitcoin-qt?
Jump to: