Post
Topic
Board Announcements (Altcoins)
Re: [DBL] Doubloons: Pirate Currency
by
rav3n_pl
on 17/07/2015, 09:41:26 UTC
I`m still working on DBL v13 based on 0.10 LTC.
https://github.com/Rav3nPL/doubloons-0.10
Current status:
+ daemon working and syncing
- strings not replaced
- gui not done

When it will be ready, versions under 11 can not connect to new nodes. It is because of "getheaders" required by 0.10 Core.
Also, when BIP066 will kick in, all daemons prior 12 (based on Core 0.Cool can produce invalid transactions.
Also, when BIP066 kick in, only this version will produce valid (v3) blocks!

So, get ready to upgrade!

Code:
./doubloons-cli getinfo
{
    "version" : 100202,
    "protocolversion" : 70003,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 836678,
    "timeoffset" : 0,
    "connections" : 3,
    "proxy" : "",
    "difficulty" : 1.32241661,
    "testnet" : false,
    "keypoololdest" : 1410856670,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "relayfee" : 0.00100000,
    "errors" : ""
}