Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sending Bitcoin Dust #173

Open
enty8080 opened this issue Dec 3, 2022 · 1 comment
Open

Sending Bitcoin Dust #173

enty8080 opened this issue Dec 3, 2022 · 1 comment

Comments

@enty8080
Copy link

enty8080 commented Dec 3, 2022

@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

@Jpja
Copy link

Jpja commented Feb 16, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants