Run Monero v9 Client
- Download the Beryllium Bullet, Point Release version of the Monero client.
- Run the following command to connect the
monerod
daemon to the LMDB database of the Monero v9 blockchain. You may have to replacehardfork-lmdb-databases
with the path on your machine../monerod --data-dir hardfork-lmdb-databases/monerov9/ --offline
- The RPC server is exposed on port 18081. You can check if it is working by running the following command.
You should see the following output. It shows that there are 1788073 blocks in the chain.curl http://127.0.0.1:18081/get_height
{ "height": 1788073, "status": "OK", "untrusted": false }