kristapsk / bitcoin-scripts

Various shell scripts, mainly to be used together with Bitcoin Core (bitcoind or bitcoin-qt) wallet. Fake coinjoin, ricochet, poor man's cli block explorer.
81 stars 30 forks source link

Add support for descriptor wallets in ricochet scripts #27

Open kristapsk opened 2 years ago

kristapsk commented 2 years ago

Ricochet scripts currently use dumpprivkey which is supported only in legacy wallets, user will have error with descriptor wallet:

error code: -4
error message:
Only legacy wallets are supported by this command
kristapsk commented 8 months ago

Legacy wallet removal will be one of priority projects for Bitcoin Core 28.0. https://github.com/bitcoin/bitcoin/issues/29465#issuecomment-1986888307