This repository has been archived by the owner on Feb 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 252
geth run guide #2
Comments
@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
added a commit
that referenced
this issue
Feb 23, 2022
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?
#.
Initialize the node
In the node directory, initialize the first node:
geth --datadir data init ../network/genesis.json
must be
../network/testnet/genesis.json
The text was updated successfully, but these errors were encountered: