Wallet Defragger
This script will defragment the unspent transactions on your DeepOnion wallet address, squashing 67 inputs at a time.
System Requiremnts
- DeepOniond must be available to your $PATH.
- DeepOnion.conf must contain rpcuser and rpcpassword configurations.
- Wallet must be unlocked.
- python3
Usgage
python3 wallet_dfragger.py <fromaddress> <toaddress>
From address and to address can be the same and the script will also only allow you to defragment your wallet to an address you own.
Enjoy!
Appendix
With minor changes, this scrypt can be used for any wallet daemon that supports the following commands.
- validateaddress
- listunspent
- createrawtransaction
- signrawtransaction
- sendrawtransaction