KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
rei
★ 12
Open GitHub ↗
Rei chain fork from quorum using raft consensus
Download README (.md)
Explore Similar Repositories
SuperLemminiToo
:
My personal fork of SuperLemmini, which itself is a fork of Lemmini
anime-launcher
:
List your offline anime in an app
Meshtastic-Telegram
:
Simple app connecting Meshtastic with Telegram API
AimBotStandoff2ForModMenu
:
No description available.
maid
:
(WIP) self-contained todo list tui, inspired by void-rs
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
rei
?
Download (.md)
# <img src="https://raw.githubusercontent.com/moonrhythm/rei/master/logo.svg" width="300"/> REI is an Ethereum-based blockchain fork from [GoQuorum](https://github.com/ConsenSys/quorum). 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  ## Docker ```shell buildctl build \ --frontend dockerfile.v0 \ --local dockerfile=. \ --local context=. \ --output type=image,name=${IMAGE},push=true ``` ## Install ```shell git clone https://github.com/reichain/rei.git cd rei make rei ``` ## Run RPC Node ### Mainnet ```shell rei --datadir ~/.rei/mainnet --mainnet --http ``` ### Testnet ```shell rei --datadir ~/.rei/testnet --testnet --http ``` ## License The go-ethereum library (i.e. all code outside of the `cmd` directory) is licensed under the [GNU Lesser General Public License v3.0](https://www.gnu.org/licenses/lgpl-3.0.en.html), also included in our repository in the `COPYING.LESSER` file. The go-ethereum binaries (i.e. all code inside of the `cmd` directory) is licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html), also included in our repository in the `COPYING` file. Any project planning to use the `crypto/secp256k1` sub-module must use the specific [secp256k1 standalone library](https://github.com/ConsenSys/goquorum-crypto-secp256k1) licensed under 3-clause BSD.