Bitcoin Forum
July 11, 2024, 02:51:19 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: rawtx - dust  (Read 609 times)
scalaz (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 1


View Profile
January 26, 2016, 02:27:15 PM
 #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 ?

shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1523


No I dont escrow anymore.


View Profile WWW
January 26, 2016, 02:44:13 PM
 #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.

Im not really here, its just your imagination.
watashi-kokoto
Sr. Member
****
Offline Offline

Activity: 682
Merit: 269



View Profile
January 26, 2016, 02:44:26 PM
 #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.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!