mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-09 10:44:48 +00:00
hive: update hive flags usage checklist in nimbus.sh
additional flags we use: - [x] HIVE_NETWORK_ID network ID number to use for the eth protocol - [x] HIVE_LOGLEVEL client loglevel (0-5) - [x] HIVE_GRAPHQL_ENABLED enables graphql on port 8545
This commit is contained in:
parent
cc1034aecf
commit
18553156b1
@ -12,7 +12,7 @@
|
||||
# This script assumes the following environment variables:
|
||||
#
|
||||
# - [ ] HIVE_BOOTNODE enode URL of the remote bootstrap node
|
||||
# - [ ] HIVE_NETWORK_ID network ID number to use for the eth protocol
|
||||
# - [x] HIVE_NETWORK_ID network ID number to use for the eth protocol
|
||||
# - [ ] HIVE_TESTNET whether testnet nonces (2^20) are needed
|
||||
# - [ ] HIVE_NODETYPE sync and pruning selector (archive, full, light)
|
||||
#
|
||||
@ -40,8 +40,8 @@
|
||||
# - [ ] HIVE_MINER enable mining. value is coinbase address.
|
||||
# - [ ] HIVE_MINER_EXTRA extra-data field to set for newly minted blocks
|
||||
# - [ ] HIVE_SKIP_POW if set, skip PoW verification during block import
|
||||
# - [ ] HIVE_LOGLEVEL client loglevel (0-5)
|
||||
# - [ ] HIVE_GRAPHQL_ENABLED enables graphql on port 8545
|
||||
# - [x] HIVE_LOGLEVEL client loglevel (0-5)
|
||||
# - [x] HIVE_GRAPHQL_ENABLED enables graphql on port 8545
|
||||
|
||||
# Immediately abort the script on any error encountered
|
||||
set -e
|
||||
|
Loading…
x
Reference in New Issue
Block a user