Bitcoin Forum
May 07, 2024, 09:55:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: rawtx - dust  (Read 605 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 ?

1715075739
Hero Member
*
Offline Offline

Posts: 1715075739

View Profile Personal Message (Offline)

Ignore
1715075739
Reply with quote  #2

1715075739
Report to moderator
1715075739
Hero Member
*
Offline Offline

Posts: 1715075739

View Profile Personal Message (Offline)

Ignore
1715075739
Reply with quote  #2

1715075739
Report to moderator
1715075739
Hero Member
*
Offline Offline

Posts: 1715075739

View Profile Personal Message (Offline)

Ignore
1715075739
Reply with quote  #2

1715075739
Report to moderator
In order to achieve higher forum ranks, you need both activity points and merit points.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1499


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: 268



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!