Post
Topic
Board Announcements (Altcoins)
Re: Bottlecaps 2.1 UPDATE REQUIRED - HARDFORK JULY 4 2014 to 200% Annual PoS
by
Vault 101
on 08/12/2016, 15:01:58 UTC
I was able to build the wallet successfully, and sync the blocks. But I get an error about the Checkpoint being too old:

Code:
bottlecapsd getinfo
{
    "version" : "v2.2.0.0-ge1d17f0-Caps2.0",
    "protocolversion" : 70004,
    "walletversion" : 60002,
    "encrypted" : false,
    "balance" : 0.00000000,
    "newmint" : 0.00000000,
    "stake" : 0.00000000,
    "blocks" : 2432823,
    "moneysupply" : 90712283.12883100,
    "connections" : 6,
    "proxy" : "",
    "ip" : "47.55.177.73",
    "difficulty" : 0.52315000,
    "testnet" : false,
    "keypoololdest" : 1481075472,
    "keypoolsize" : 101,
    "paytxfee" : 0.00100000,
    "mininput" : 0.00100000,
    "errors" : "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers."
}

With that said. I attempted a solo mining test, and I get these errors:

Code:
[2016-12-08 11:01:13] 4 miner threads started, using 'scrypt' algorithm.
[2016-12-08 11:01:13] Empty data received in json_rpc_call.
[2016-12-08 11:01:13] getblocktemplate failed, falling back to getwork
[2016-12-08 11:01:13] Empty data received in json_rpc_call.
[2016-12-08 11:01:13] json_rpc_call failed, retry after 10 seconds

Here's my conf file:

Code:
rpcuser=user
rpcpassword=x
rcpallowip=192.168.*.*
rpcallowip=localhost
rpcport=8385
daemon=1
server=1
listen=1

addnode=69.85.86.195
addnode=98.115.147.74
addnode=62.64.86.44
addnode=72.241.235.204
addnode=62.210.122.161
addnode=176.37.67.61
addnode=108.61.10.9
addnode=62.64.86.4
addnode=176.37.67.6
addnode=72.241.235.20

Any ideas on whats happening?