Post
Topic
Board Development & Technical Discussion
Topic OP
rawtx - dust
by
scalaz
on 26/01/2016, 14:27:15 UTC
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 ?