Skip to content

Instantly share code, notes, and snippets.

@abrkn
Created November 22, 2018 04:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abrkn/24eb8a56ba1e8bdc9a07449718be8686 to your computer and use it in GitHub Desktop.
Save abrkn/24eb8a56ba1e8bdc9a07449718be8686 to your computer and use it in GitHub Desktop.
Bitcoin: Move all unspent funds to the default ("") account
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