Skip to content

isabella232/etc-local-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Structure

  • ./execs contians executables, for both linux and osx.
  • ./configs contains the different configuration files.

Configs

The config files can be changed, and will allow you to run customize at what blocks specific hardforks trigger. They should be triggered in order, for example Atlantis should not come before the DAO_Hardfork. Hardforks that you do not care to execute can start at block 0, this does not have any negative affects.

Run

Using Gethc (geth-classic):

./execs/gethc-<os> --chain ./configs/gethc.json --bootnodes <enode>

  • <os>: The opperating system you are using (osx, linux)
  • <enode>: The enode address of the client you wish to connect to.

Alterantively, you can omit the --bootnodes flag, and capture the enode from gethc. It will appear in the startup logs: 2019-10-18 15:44:41 UDP listening. Client enode: <ENODE> and use it on your ethereum client of choice.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published