Post
Topic
Board Announcements (Altcoins)
Re: [DVC]DevCoin - Official Thread - Moderated
by
sawa
on 19/12/2017, 14:15:29 UTC
No. There is no synchronization. This message is shown in console:
Code:
In receiver.h, getIsSufficientAmount rejected the addresses or amounts.
For the given:
Height: 304000
Share: 4500000000000
Step: 4000
The expected addresses are:
The receiverMap shows that they should get 0 coins
The shares per address however are set to 4500000000000
15MZRa1cPUVChs6XpzyAfGox5nvPVpSvok

The given addresses are:
1KZKMYixw4PDtu5ZbKqrahRWeAgputuVoc

The given amounts are:
450000000000

and stops on 303999 block
Code:
devcoind getinfo
{
    "version" : 80501,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 303999,
    "timeoffset" : 0,
    "connections" : 18,
    "proxy" : "",
    "difficulty" : 391033605.64058393,
    "testnet" : false,
    "keypoololdest" : 1513687817,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}

In .devcoin/debug.log:
Code:
....
SetBestChain: new best=68267eb5529a1c628f4fc7c0230a85e57cc9a71e9b636cd28ed6d68370bd2702  height=303998  log2_work=81.11821  tx=513586  date=2017-11-22 10:25:52 progress=0.050526
ProcessBlock: ACCEPTED
received block b4ef1744b6bb844d18246b4b29749127d0a5cf8484475f06d1a7650343220a0d
SetBestChain: new best=b4ef1744b6bb844d18246b4b29749127d0a5cf8484475f06d1a7650343220a0d  height=303999  log2_work=81.118211  tx=513587  date=2017-11-22 10:36:20 progress=0.050526
ProcessBlock: ACCEPTED
received block 84aa521404784e65c65fa750af38317f61b2356bb258c508cef064c7febada8f
ERROR: ConnectBlock() : Share to beneficiary is insufficient
ERROR: SetBestBlock() : ConnectBlock 84aa521404784e65c65fa750af38317f61b2356bb258c508cef064c7febada8f failed
ERROR: AcceptBlock() : AddToBlockIndex failed
ERROR: ProcessBlock() : AcceptBlock FAILED
received block 0df5a0c178dd3beba89659be8c8043dc9e8c93ca70723fc21cd6f76aa0692f72
ERROR: ConnectBlock() : Share to beneficiary is insufficient
ERROR: SetBestBlock() : ConnectBlock 84aa521404784e65c65fa750af38317f61b2356bb258c508cef064c7febada8f failed
ERROR: AcceptBlock() : AddToBlockIndex failed
ERROR: ProcessBlock() : AcceptBlock FAILED
received block d62a157ac57227fa95d1b5d51e1298df60c27dd8835950fdf26c6ae362fe90b4
ERROR: ConnectBlock() : Share to beneficiary is insufficient
....