Created
November 22, 2018 04:59
-
-
Save abrkn/24eb8a56ba1e8bdc9a07449718be8686 to your computer and use it in GitHub Desktop.
Bitcoin: Move all unspent funds to the default ("") account
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bitcoin-cli listunspent | grep address | cut -d\" -f4 | xargs -L1 -I{} bitcoin-cli setaccount {} "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment