Ok, put up my latest code.
https://github.com/clintar/boolberry/tree/lmdb_scratchi'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
make -j4 build-release
or
make -j4 build-debug
or
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
--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?