Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

geth run guide #2

Closed
maxzonder opened this issue Dec 10, 2021 · 2 comments
Closed

geth run guide #2

maxzonder opened this issue Dec 10, 2021 · 2 comments

Comments

@maxzonder
Copy link

Initialize the node
In the node directory, initialize the first node:

geth --datadir data init ../network/genesis.json

must be

../network/testnet/genesis.json

@teslashibe
Copy link
Contributor

@maxzonder good catch - thank you! We will update in the next release and consolidate the genesis file into one location. You can view this on the new release branch

@teslashibe
Copy link
Contributor

This has been included in this branch: https://github.com/masa-finance/masa-node-v1.0/tree/v1.02

teslashibe added a commit that referenced this issue Feb 27, 2022
* Consolidate genesis.json into testnet folder and update Readme with issue #2

#2

* Call geth init only if geth.ipc does not exist

* Create control file.

* Bug/v1.01 hotfix (#36)

* Update .gitignore to enable geth gile upload

* Add geth back to src repo to fix make all bug

* Update src Readme with geth installation instructions only

* Update Readme for bug submissions and docker exec command to include /bin/sh

* Improvement to consolidate genesis file into one location under network/testnet

* Update genesis.json path

* Bug fix: geth make - test fail

* Fix geth make tests

* Add node folder

* Update version and test fixes

* Force cleanup

* Force udpdate to src v22.1.0

* Make test - passed with Go 1.16.14. Update Readme.md

Co-authored-by: BA-MikeJ <mike@brightappsllc.com>
Co-authored-by: Piotr Halicki <49653152+PeterHalicki@users.noreply.github.com>
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants