Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Binary-Chain - VeriCoin and Verium - The First Dual-Blockchain Protocol
by
asor
on 26/06/2018, 13:02:52 UTC
Hi guys,
I'm running a VRC wallet (Version ) for staking:

Quote
{
    "version" : "v1.7.2.0",
    "protocolversion" : 70012,
    "walletversion" : 60000,
    "balance" : xxxxxxxxxxxxxx,
    "newmint" : 0.00000000,
    "stake" : 0.00000000,
    "blocks" : 2394281,
    "timeoffset" : 0,
    "connections" : 4,
    "proxy" : "",
    "ip" : "x.x.x.x",
    "difficulty" : {
        "proof-of-work" : 132.57598028,
        "proof-of-stake" : 0.15231453
    },
    "networkweight" : 13131779.84980617,
    "inflationrate" : 2.27711830,
    "interestrate" : 4.63883964,
    "blocksperhour" : 58,
    "testnet" : false,
    "keypoololdest" : 1484679546,
    "keypoolsize" : 101,
    "paytxfee" : 0.00010000,
    "mininput" : 0.00000000,
    "unlocked_until" : 0,
    "errors" : ""
}

But whenever I run "vericoind listaddressgroupings", vericoin crashes with a segfault:

Quote
kernel: [1003963.940052] vericoin-rpchan[7566]: segfault at 28 ip 0000000000572394 sp 00007fdb07ffdb80 error 4 in vericoind[400000+334000]

Anyone having the same (or a similar) problem or know how to solve the issue?