RaiChain is a blockchain searcher for the cryptocurrency Raiblocks (XRB).
$ git clone https://github.com/Raichain/Raichain.git
# pip3 install -r requirements.txt
Download the Raiblocks Wallet for your currently Operational System here.
OBS: for a faster download, you can download the blockchain for x64 and for x86 systems directly from a server. Then, copy and paste "data.ldb" to the Raiblocks folder.
Then, open the config.json file at Raiblocks folder and configure the RPC like this:
"rpc": {
"address": "::ffff:127.0.0.1",
"port": "7076",
"enable_control": "true",
"frontier_request_limit": "16384",
"chain_request_limit": "16384"
},
"rpc_enable": "true",
"opencl_enable": "false",
"opencl": {
"platform": "0",
"device": "0",
"threads": "1048576"
}
Raiblocks Folder:
Windows: C:\Users\<user\AppData\Local\RaiBlocks\
OSX: /Users/<user>/Library/RaiBlocks/
Linux: /home/<user>/RaiBlocks/
you should make sure that your wallet is synchronized and installed on your computer for a better experience with the project interface, as it depends on the portfolio
# python3 manage.py runserver
http://127.0.0.1:8000