8000 GitHub - Raichain/Raichain: RaiChain is a blockchain searcher for the cryptocurrency Raiblocks (XRB).
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jun 14, 2022. It is now read-only.

Raichain/Raichain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raichain

Raichain Page

Introduction:

RaiChain is a blockchain searcher for the cryptocurrency Raiblocks (XRB).

Requirements:

1. Download the Project:

$ git clone https://github.com/Raichain/Raichain.git

2. Install python modules requirements:

# pip3 install -r requirements.txt

3. Download RaiBlocks Wallet and Configure RPC:

Download the Raiblocks Wallet for your currently Operational System here.

Wait for the wallet synchronizes with the entire blockchain

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"
    }

Restart your wallet.

Raiblocks Folder:

Windows: C:\Users\<user\AppData\Local\RaiBlocks\
OSX: /Users/<user>/Library/RaiBlocks/
Linux: /home/<user>/RaiBlocks/

4. Start Python Server:

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

5. Acess Page Project

http://127.0.0.1:8000

About

RaiChain is a blockchain searcher for the cryptocurrency Raiblocks (XRB).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0