bit
bit copied to clipboard
Sending Bitcoin Dust
@ofek
Imagine I have 1 USD on my account, which is something near 0.000059. So key.get_balance('btc') equals to 0.000059.
Then, I am trying to send this amount using leftover like this:
key.send([], leftover='<addr>')
But have Insufficient funds error.
I think this is because the amount which is on my wallet is too small and even less than the transaction fee. Then, how to send this amount?
Waiting for your reply, Thanks
I get the same error. Cannot send less than 7025 sat (~ $1.72)
raise InsufficientFunds( bit.exceptions.InsufficientFunds: Balance 444 is less than 7025 (including fee).
This is on testnet. I have not tried on mainnet.