Categorygithub.com/marconiprotocol/go-methereum-lite
repositorypackage
0.0.0-20190918214227-3cd8b06fcf99
Repository: https://github.com/marconiprotocol/go-methereum-lite.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

This repository is forked from https://github.com/ethereum/go-ethereum

Go Marconi Ethereum - Lite

This is a fork of go-ethereum which we've modified to suit our needs. Our repo is up to date with go-ethereum at commit c9427004.
Our goal is to write our version of the Ethereum Virtual Machine (EVM) in the future and release it as a seperate project (go-marconi).

A high level overview of the biggest changes is as follows:

  • Switched the hash function from ethhash to CryptoNightR
  • Updated default chain configuration to target a 512kb block size with a block time of 30s.
  • Removed mining code, see our rationale in this blog post

Quick Links

Explorer

The blockchain data can be viewed using our explorer sites:
Main Net: explorer.marconi.org
Test Net: explorer.testnet.marconi.org

Related Repos