Post
Topic
Board Bitcoin Wallet for Android
Re: [HOW-TO] Export Bitcoin private keys (in WIF) from Bitcoin Android (schildbach)
by
jonathan
on 21/12/2021, 17:27:10 UTC
Debian 11 user here. Apt install gradle, and git cloned bitcoinj as instructed. And then in bash...:
Code:
$ gradle run --args="dump decrypt --dump-privkeys --wallet="/path/to/schildbach/wallet""

... yields the message:
Code:
FAILURE: Build failed with an exception.
* What went wrong:
Problem configuring task :bitcoinj-tools:run from command line.
> Unknown command-line option '--args'.

... has anybody got a fix for the --args= problem please?