moneroexamples
moneroexamples
Did you build monero using `USE_SINGLE_BUILDDIR=1 make` as shown for example here: https://github.com/moneroexamples/monero-compilation/blob/master/README.md The branches can be confusing, as monero changed branch names for its 0.14.0.2 release. So monero branch...
You missing boost:regex and/or linker can't find it. I will spin up 16.04 and see if I can reproduce the issue.
it works for me on 16.04. I followed these instructions: https://github.com/moneroexamples/monero-compilation/blob/master/README.md#example-compilation-on-ubuntu-1804 Although they are written for 18.04, the same applies to 16.04. No need to use custom boost. The one...
There was an issue about this before: https://github.com/moneroexamples/openmonero/issues/128 At the time it was only one coinbase txs that was cosign it. And yes, it is skipped.
Seems you are using master branch of openmonero. Try its development branch https://github.com/moneroexamples/openmonero/tree/use_blocks_range . The branch will also require latest monero from its master.
This error occurs because you are probably using old, release of monero (e.g. 0.12.3). In current monero branch (https://github.com/monero-project/monero) `get_transactions` function has been modified and oipenmonero along with it to...
Could you provide full error messages?
At the moment I don't know what is happening. Seems its running out of memory, either openmonero or monero itself. Maybe there is a memory leak, or you running it...
By second error you mean this one? `INFO [openmonero] Cant get blocks from 1655879 to 1655878` This is only info, and it simply means openmonero reached top of the blockchain,...
But one thing you can try is to reduce `blocks_search_lookahead`, i.e., how many blocks should be fetched at once from the blockchain. You can do this by going to `openmonero/config/config.json`...