Bitcoin Forum
May 26, 2024, 12:25:49 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: какая минимальная сумма может быть для пе  (Read 502 times)
shark255 (OP)
Full Member
***
Offline Offline

Activity: 224
Merit: 100



View Profile
December 29, 2013, 04:56:35 PM
 #1

Пытаюсь отправить 1 сатоши - пишет "Transaction amount to small"
rPman
Legendary
*
Offline Offline

Activity: 1120
Merit: 1069


View Profile WWW
December 30, 2013, 11:12:29 AM
 #2

Quote from: wallet.cpp
                    if (txout.IsDust())
                    {
                        strFailReason = _("Transaction amount too small");
Quote from: main.cpp
bool CTxOut::IsDust() const
{
    // "Dust" is defined in terms of CTransaction::nMinRelayTxFee,
    // which has units satoshis-per-kilobyte.
    // If you'd pay more than 1/3 in fees
    // to spend something, then we consider it dust.
    // A typical txout is 33 bytes big, and will
    // need a CTxIn of at least 148 bytes to spend,
    // so dust is a txout less than 54 uBTC
    // (5430 satoshis) with default nMinRelayTxFee
    return ((nValue*1000)/(3*((int)GetSerializeSize(SER_DISK,0)+148)) < CTransaction::nMinRelayTxFee);
}

Здесь не может находиться ваша реклама Smiley
Protect a future of bitcoin, use p2pool
Donation in BTC: 19fv5yYtfWZ9jQNjx2ncmu1TTrvg5CczZe
cryptocleaner
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
December 30, 2013, 01:36:44 PM
 #3

через eligius можно и меньше отправить Smiley
shark255 (OP)
Full Member
***
Offline Offline

Activity: 224
Merit: 100



View Profile
December 30, 2013, 07:31:08 PM
 #4

спасибо!
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!