spesmilo / electrum

Electrum Bitcoin Wallet
https://electrum.org
MIT License
7.42k stars 3.08k forks source link

dust output kept in some cases(?) #4451

Open kennykeesee8 opened 6 years ago

kennykeesee8 commented 6 years ago
error: {'message': 'the transaction was rejected by network rules.\n\n64: dust\n[0100000001698499ec304433415d3e005e5e0e96230782af97a706cf4a46cdc78480bfe25a010000006b483045022100dbeaccd79262c7e1210b0fabe22f4c0d706c9dadada0eb0c790a3b00ee9051280220605756db8a317bf899b11785eb1866108679fd900e35959a1c43aac1c79f71c8012102156b6ba67d59956130ccc2699c2870adec8852011e4f9ef08ed44015396e5d48fdffffff02ae0000000000000017a91487e877227b456c75b1534cfd329a35f98c2007538765c00400000000001976a91448101a2aeeb61a6ffd8ede9401acddb8a76cfa8988acc20f0800]', 'code': 1} 

this shit pops up every time i try to send bitcoins ANYWHERE

bauerj commented 6 years ago

Hey,

this means that the transaction was rejected by the bitcoin network, not Electrum.

To be specific, the 174 Satoshi output is the issue here. This is just too small to justify another output.

I assume you created a transaction by putting almost the right value in the amount field. Can you try to put "!" there instead to transfer all coins?

SomberNight commented 6 years ago

What version of Electrum? Did you try with multiple servers? Weird that Electrum tries to create dust, it should normally not happen. Can you describe what fields you are setting?