Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Noirbits TAKEOVER ! Update v2.2.5.0 - fixes sync issue
by
stbgefltc
on 18/09/2013, 12:36:55 UTC
Hey something weird here to.

I sent some NRB to Cryptsy 7 days ago, Cryptsy is showing the incoming amount but it still has 0 confirmation.
TxID1: fca2fb5b8b8ddda3273083ff7acaed221316f4777bfa412b85ee262c7d927450

I just sent a few NRB to the same Cryptsy address and I got the 6 confirmations within a few minutes, but my first transaction is still stuck to 0 confirm.
TxID2: 955d87392bfc8a3f7b0e41310bb9a14a38afdfcc0f8ce589b37e6a419b461797

Is it a normal behavior or is the first transaction lost somewhere?

Thanks

Hum... apparently first transaction was never seen by the network (do you see it in your wallet ? can you get info about the transaction using the console ?) :

Code:
sudo Noirbitsd getrawtransaction fca2fb5b8b8ddda3273083ff7acaed221316f4777bfa412b85ee262c7d927450 1
error: {"code":-5,"message":"No information available about transaction"}

While the second one was :

Code:
sudo Noirbitsd getrawtransaction 955d87392bfc8a3f7b0e41310bb9a14a38afdfcc0f8ce589b37e6a419b461797 1
{
    "hex" : "01000000010101183c6eed80aef176d80523f05f61286f016bc21373a7fcc620727cd6f17c000000004a49304602210096524d779a31654822ea803cb96a4b6a2c3dd69e068743bd98b39f1acb237d5c022100f51e8bbe613a6eead389d27b5583a6c738f79cf48dcadb5055c2db0592528a4601ffffffff0100943577000000001976a914c12309eef1a87c4d4338fee578b23aab0b70b97488ac00000000",
    "txid" : "955d87392bfc8a3f7b0e41310bb9a14a38afdfcc0f8ce589b37e6a419b461797",
    "version" : 1,
    "locktime" : 0,
    "vin" : [
        {
            "txid" : "7cf1d67c7220c6fca77313c26b016f28615ff02305d876f1ae80ed6e3c180101",
            "vout" : 0,
            "scriptSig" : {
                "asm" : "304602210096524d779a31654822ea803cb96a4b6a2c3dd69e068743bd98b39f1acb237d5c022100f51e8bbe613a6eead389d27b5583a6c738f79cf48dcadb5055c2db0592528a4601",
                "hex" : "49304602210096524d779a31654822ea803cb96a4b6a2c3dd69e068743bd98b39f1acb237d5c022100f51e8bbe613a6eead389d27b5583a6c738f79cf48dcadb5055c2db0592528a4601"
            },
            "sequence" : 4294967295
        }
    ],
    "vout" : [
        {
            "value" : 20.00000000,
            "n" : 0,
            "scriptPubKey" : {
                "asm" : "OP_DUP OP_HASH160 c12309eef1a87c4d4338fee578b23aab0b70b974 OP_EQUALVERIFY OP_CHECKSIG",
                "hex" : "76a914c12309eef1a87c4d4338fee578b23aab0b70b97488ac",
                "reqSigs" : 1,
                "type" : "pubkeyhash",
                "addresses" : [
                    "EBRWu38ZGh2N8C3mPRuXuXkQgh6MoeTVzV"
                ]
            }
        }
    ],
    "blockhash" : "41ae18ecf1ae0d12700fdf43cc1e7a15793402c78f635b45862222e7870478cd",
    "confirmations" : 34,
    "time" : 1379504119
}