Author

Topic: rawtx - dust (Read 627 times)

sr. member
Activity: 687
Merit: 269
January 26, 2016, 10:44:26 AM
#3
the amount or change is too low and this is why the transaction is branded as dust. Miners can refuse to mine it and it may never confirm.
copper member
Activity: 1498
Merit: 1528
No I dont escrow anymore.
January 26, 2016, 10:44:13 AM
#2
Nothing is wrong, you create a dust output as change.

Code:
"3FZJchange":0.00002068}

Currently dust is everything below 2730 satoshi. You can either add the change output to the fee or add another input to make it bigger.
newbie
Activity: 15
Merit: 1
January 26, 2016, 10:27:15 AM
#1
Hello!

Want to send raw tx

Prepared and signed. rawtx include 3 inputs and one output, also added fee. calculated by formula - in*180 + out*34 + 10 plus or minus 'in'

created rawTX

Code:
{"1Mdestinanion":0.00003453,"3FZJchange":0.00002068}

fee contains - 2999

Code:
"hex" : "0100...",    "complete" : true


trued to send to the bitcoin network, got next message

Code:
error: {"code":-26,"message":"64: dust"}

I can sand same amount by native bitcoin client. I mean amount and fee. What is wrong with raw tx ?

Jump to: