Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Denarius [DNR] - NEW "Tribus" PoW Algo >> PoW/PoS Hybrid >> Satoshi Core
by
tkh23
on 25/10/2017, 13:20:26 UTC
Hi community,

I'm hoping for some help Smiley After installing dnr on my Linux box, I can't get it to sync. Blocks show 0. I have added the nodes from this thread to my config. zcashd syncs fine. Please advise...

Code:
[tkh@tk44 denarius]$ dnr getinfo
{
    "version" : "v1.0.7.0",
    "protocolversion" : 21213,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "newmint" : 0.00000000,
    "stake" : 0.00000000,
    "blocks" : 0,
    "timeoffset" : 0,
    "moneysupply" : 0.00000000,
    "connections" : 16,
    "proxy" : "",
    "ip" : "(external IP)",
    "difficulty" : {
        "proof-of-work" : 0.00024414,
        "proof-of-stake" : 0.00024414
    },
    "testnet" : false,
    "keypoololdest" : 1508881491,
    "keypoolsize" : 101,
    "paytxfee" : 0.00001000,
    "mininput" : 0.00000000,
    "errors" : ""
}

EDIT (SOLVED):
I deleted blk0001.dat and started the daemon again. After checking debug.log and finding that all blocks were being orphaned (ProcessBlock: ORPHAN BLOCK), I backed up my config and wallet.dat, started daemon again. Success. Let it run a minute, stopped, restored config and wallet and started again. Working.