Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ARG] Argentum || Secure. Rare. Fast. || Randomized reward system commodity
by
xredirector
on 04/06/2014, 18:30:58 UTC
Hey guys, have a question for you.

Please notice two blockheights: 454501 and 428209

After I "fix" EXCEPTION: 11DbException Db::put: Cannot allocate memory Argentum in ProcessMessages()

I am getting into REORGANIZE, which after completion pushes my argentumd to get the chain with higher blockheights (454501).

Which blockchaing is correct?
I can ban 109.190.165.148 after all and keep on 428209.

06/04/14 17:38:25 send version message: version 1030000, blocks=428209, us=209.195.112.50:13581, them=109.190.165.148:57450, peer=109.190.165.148:57450
06/04/14 17:38:25 Added time data, samples 7, offset +7 (+0 minutes)
06/04/14 17:38:25 nTimeOffset = +0  (+0 minutes)
06/04/14 17:38:25 receive version message: version 1030000, blocks=454501, us=209.195.112.50:13580, them=109.190.165.148:13581, peer=109.190.165.148:57450
...
06/04/14 17:38:42 received block 8deb4c4ec7c39207b048
06/04/14 17:38:42 ProcessBlock: ORPHAN BLOCK, prev=17ffd930b7805df9d4d8
06/04/14 17:38:48 received block 7b136ae32998a9bbebe3
06/04/14 17:38:49 Postponing 21 reconnects
06/04/14 17:38:49 REORGANIZE
06/04/14 17:38:49 REORGANIZE: Disconnect 2128 blocks; acad37b177bc5a338290..843a21aeef874fdd60bb
06/04/14 17:38:49 REORGANIZE: Connect 2298 blocks; acad37b177bc5a338290..d843cb60e839fd2762f0

https://altexplorer.net/chain/Argentum is at 428,209

peerinfo:

    {
        "addr" : "162.243.226.39",
        "services" : "00000001",
        "lastsend" : 1401906083,
        "lastrecv" : 1401905495,
        "conntime" : 1401903332,
        "version" : 1030000,
        "subver" : "/ARG V1.2:1.0.3/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 428209,
        "banscore" : 0
    },
    {
        "addr" : "46.119.36.123",
        "services" : "00000001",
        "lastsend" : 1401906101,
        "lastrecv" : 1401906101,
        "conntime" : 1401903332,
        "version" : 1030000,
        "subver" : "/ARG V1.2:1.0.3/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 428209,
        "banscore" : 0
    },
    {
        "addr" : "72.78.100.9",
        "services" : "00000001",
        "lastsend" : 1401906101,
        "lastrecv" : 1401906101,
        "conntime" : 1401903332,
        "version" : 1030000,
        "subver" : "/ARG V1.2:1.0.3/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 428209,
        "banscore" : 0
    },
    {
        "addr" : "54.201.183.106",
        "services" : "00000001",
        "lastsend" : 1401906102,
        "lastrecv" : 1401906102,
        "conntime" : 1401903332,
        "version" : 1030000,
        "subver" : "/ARG V1.2:1.0.3/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 428209,
        "banscore" : 0
    },
    {
        "addr" : "192.99.44.51",
        "services" : "00000001",
        "lastsend" : 1401906083,
        "lastrecv" : 1401905068,
        "conntime" : 1401903332,
        "version" : 1030000,
        "subver" : "/ARG V1.2:1.0.3/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 428209,
        "banscore" : 0
    },
    {
        "addr" : "109.190.165.148:57450",
        "services" : "00000001",
        "lastsend" : 1401906083,
        "lastrecv" : 1401906083,
        "conntime" : 1401903505,
        "version" : 1030000,
        "subver" : "/ARG V1.2:1.0.3/",
        "inbound" : true,
        "releasetime" : 0,
        "startingheight" : 454501,
        "banscore" : 0
    }

Which block are you on?

Thank you