Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explain key flags for each of the EL and CL clients? #244

Open
3 tasks
Tracked by #159
plato-gno opened this issue Nov 22, 2022 · 0 comments
Open
3 tasks
Tracked by #159

Explain key flags for each of the EL and CL clients? #244

plato-gno opened this issue Nov 22, 2022 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation section:node operators

Comments

@plato-gno
Copy link
Contributor

plato-gno commented Nov 22, 2022

Prerequsite

Objective

  • Explain key flags for each of the EL and CL clients

Todos

  • Ethstats flags?
  • AuRa flags?

Nethermind

See post below from Ariel on the xDai Validators chat for some useful ports

version: '3.7'
services:
  nethermind:
    init: true
    container_name: xdai-validator
    image: nethermind/nethermind:1.14.5
    command:
     - '--JsonRpc.Enabled'
     - 'true'
     - '--Metrics.Enabled'
     - 'true'
     - '--Metrics.ExposePort'
     - '9101'
     - '--Init.MemoryHint'
     - '4000000000'
    environment:
      NETHERMIND_CONFIG: xdai
      NETHERMIND_AURACONFIG_FORCESEALING: "true"
      NETHERMIND_AURACONFIG_TXPRIORITYCONTRACTADDRESS: "0x5f849Fee27a1029fA5bDFA610677f95a82B47Eb8"
      NETHERMIND_ETHSTATSCONFIG_ENABLED: "true"
      NETHERMIND_ETHSTATSCONFIG_SERVER: "wss://ethstats.gnosischain.com/api"
      NETHERMIND_ETHSTATSCONFIG_SECRET: "4d8fa58363d3990b6a43590945908904cdb556815c5d7bd031771b86dec99d59"
      NETHERMIND_ETHSTATSCONFIG_CONTACT: 
      NETHERMIND_ETHSTATSCONFIG_NAME: "Messi"
      NETHERMIND_INITCONFIG_ISMINING: "true"
      NETHERMIND_INITCONFIG_STORERECEIPTS: "false"
      NETHERMIND_KEYSTORECONFIG_TESTNODEKEY: $KEY
      NETHERMIND_METRICSCONFIG_ENABLED: "true"
      NETHERMIND_METRICSCONFIG_NODENAME: "Messi"
      NETHERMIND_METRICSCONFIG_PUSHGATEWAYURL: https://metrics.nethermind.io/metrics/validators-Ifa0eigee0de.....
      NETHERMIND_METRICSCONFIG_INTERVALSECONDS: 30
#      NETHERMIND_MININGCONFIG_MINGASPRICE: "1000000000"
      NETHERMIND_MININGCONFIG_MINGASPRICE: "999999992"
#      NETHERMIND_MININGCONFIG_TARGETBLOCKGASLIMIT: "17000000"
      NETHERMIND_MININGCONFIG_TARGETBLOCKGASLIMIT: "30000000"
#      NETHERMIND_NETWORKCONFIG_ACTIVEPEERSMAXCOUNT: "100"
      NETHERMIND_PRUNINGCONFIG_ENABLED: "false"
      NETHERMIND_SEQCONFIG_MINLEVEL: "Info"
      NETHERMIND_SEQCONFIG_SERVERURL: "https://seq.nethermind.io"
      NETHERMIND_SEQCONFIG_APIKEY: $SEQAPIKEY
      NETHERMIND_SYNCCONFIG_FASTSYNC: "true"
      NETHERMIND_SYNCCONFIG_FASTBLOCKS: "true"
      NETHERMIND_SYNCCONFIG_DOWNLOADBODIESINFASTSYNC: "false"
      NETHERMIND_SYNCCONFIG_DOWNLOADRECEIPTSINFASTSYNC: "false"
@alebanzas alebanzas mentioned this issue Nov 23, 2022
41 tasks
@alebanzas alebanzas added the documentation Improvements or additions to documentation label Nov 30, 2022
@alebanzas alebanzas self-assigned this Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation section:node operators
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants