Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Rei chain fork from quorum using raft consensus

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
NotificationsYou must be signed in to change notification settings

reichain/rei

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

REI is an Ethereum-based blockchain fork fromGoQuorum.

Key differences from GoQuorum:

  • Re-enable gas price
  • Always use Raft consensus
  • Change block timestamp unit from nano-second back to second
  • Remove block rewards
  • Miner receives gas fee from mined transactions
  • Hard-coded block difficulty to 1
  • Disable private transactions and contracts
  • Support p2p for broadcast blocks to public nodes

Network

network.png

Docker

buildctl build \    --frontend dockerfile.v0 \    --local dockerfile=. \    --local context=. \    --output type=image,name=${IMAGE},push=true

Install

git clone https://github.com/reichain/rei.gitcd reimake rei

Run RPC Node

Mainnet

rei --datadir~/.rei/mainnet --mainnet --http

Testnet

rei --datadir~/.rei/testnet --testnet --http

License

The go-ethereum library (i.e. all code outside of thecmd directory) is licensed under theGNU Lesser General Public License v3.0, alsoincluded in our repository in theCOPYING.LESSER file.

The go-ethereum binaries (i.e. all code inside of thecmd directory) is licensed under theGNU General Public License v3.0, also includedin our repository in theCOPYING file.

Any project planning to use thecrypto/secp256k1 sub-module must use the specificsecp256k1 standalone library licensed under 3-clause BSD.

About

Rei chain fork from quorum using raft consensus

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Contributing

Security policy

Stars

Watchers

Forks

Contributors611


[8]ページ先頭

©2009-2025 Movatter.jp