Post
Topic
Board Development & Technical Discussion
Re: transaction not confirmed - what can i do?
by
M4v3R
on 26/02/2014, 21:05:05 UTC
Note that one of your outputs is 1 satoshi (0.00000001). This is generally considered as an "dust output", and transactions containing those sometimes are not ever relayed through the network. Most miners won't include them in the blocks as well. In future, try to avoid creating these.

Source: http://bitcoin.stackexchange.com/questions/10986/what-is-meant-by-bitcoin-dust
It was included in main Bitcoin client here: https://github.com/bitcoin/bitcoin/pull/2577