Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Zcoin - The Zerocoin cryptocurrency, guaranteeing financial privacy
by
oslak
on 15/10/2016, 11:24:55 UTC
dev branch



so..waiting  Wink

Wallet reindexing issue fixed?
reindexing block after restart again.Or only for me?
Today download from Github..

I compiled the dev branch version of zcoind and started it on an old low performance laptop (where I already had the former version of zcoind running and the blockchain synced).
It started in approximately 3 minutes and besides "Verifying last 288 blocks at level 3" had no delay.

From debug.log:
Code:
2016-10-15 10:20:47 Opened LevelDB successfully
2016-10-15 10:20:47 LoadBlockIndexDB(): last block file = 0
2016-10-15 10:20:47 LoadBlockIndexDB(): last block file info: CBlockFileInfo(blocks=3253, size=8685018, heights=0...3238, time=2014-10-31...2016-10-15)
2016-10-15 10:20:47 LoadBlockIndexDB(): transaction index disabled
2016-10-15 10:20:47 LoadBlockIndexDB(): hashBestChain=852c4e1bf39171d104f69ec7acab0740105b1b6b1bb8791f60766faadaeecadb  height=3238 date=2016-10-15 10:05:53
2016-10-15 10:20:47 init message: Verifying blocks...
2016-10-15 10:20:47 Verifying last 288 blocks at level 3
2016-10-15 10:23:58 No coin database inconsistencies in last 289 blocks (2129 transactions)
2016-10-15 10:23:58  block index          191412ms
2016-10-15 10:23:58 init message: Loading wallet...
2016-10-15 10:23:58 nFileVersion = 80702
2016-10-15 10:23:58  wallet                  117ms
2016-10-15 10:23:58 init message: Loading addresses...
2016-10-15 10:23:58 Loaded 1890 addresses from peers.dat  13ms
2016-10-15 10:23:58 mapBlockIndex.size() = 3253
2016-10-15 10:23:58 nBestHeight = 3238
2016-10-15 10:23:58 setKeyPool.size() = 104
2016-10-15 10:23:58 mapWallet.size() = 5
2016-10-15 10:23:58 mapAddressBook.size() = 16
2016-10-15 10:23:58 init message: Done loading

zcoind is responsive after those 3 minutes (and I bet it could be faster on a device with better performance):

Code:
zcoind getinfo
{
    "version" : 80702,
    "protocolversion" : 90014,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 3238,
    "timeoffset" : 0,
    "connections" : 2,
    "proxy" : "",
    "difficulty" : 0.02306960,
    "testnet" : false,
    "keypoololdest" : 1476271387,
    "keypoolsize" : 104,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00001000,
    "unlocked_until" : 0,
    "errors" : ""
}

No its not fixed at the moment.
I am waiting too, before i buy back XZC again.

It's fixed, if you use the right branch.

On linux (assuming you have all dependencies installed; regarding dependencies please have a look here: https://github.com/zcoinofficial/zcoin/blob/master/doc/build-unix.md):
Code:
git clone https://github.com/zcoinofficial/zcoin.git
cd zcoin/src
git checkout dev
make -f makefile.unix


How do get your wallet info?