Post
Topic
Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released
by
rbrunner7
on 24/08/2017, 19:36:49 UTC

Ok, put up my latest code.
https://github.com/clintar/boolberry/tree/lmdb_scratch

i'm to the point where the blockchain syncs (pretty quickly) but if there are alternative blocks, it falls down, which makes some coretests fail. and i can't get a testnet set up to start mining from zero, or maybe even mine a block against this code. Haven't had time since I got the latest committed. should be able to just do
Code:
make -j4 build-release
or
Code:
make -j4 build-debug
or
Code:
make -j4 build-debug-testnet
to get the thing to compile now (assuming required dev packages are installed). Please if anyone can help look at it, it would help a ton!

passing
Code:
--seed-node 88.197.53.159:10101
should get it syncing

I tried it. Worked like a charm for me, it downloaded the whole blockchain in around 90 minutes.

I did not let it run long enough to encounter a chain reorg, however.

Any tests that would be particularly valuable, beyond just running it and letting it download the blockchain?