eth-clients / sepolia

the sepolia/bepolia testnet configurations.
https://sepolia.dev
The Unlicense
315 stars 90 forks source link

Ethstats network we are waiting! #2

Closed zrock23 closed 1 year ago

zrock23 commented 2 years ago

So far this project is amazing I think you need to add ethstats network! Good luck! 🤗

DaveyD233 commented 2 years ago

The problem is NOT the Hysterium of ETHERIUM being #blocked, more than the #number#s of "POSSIBLE Ethereum 1&2 tokens", according to CoinBase, keeps rising 100k ETH1(&2.0) tokens since the BEGINNING of this year(ie. 120million ETH 1&2 tokens available, ON January 2022, to 120.1 ETH1&2 tokens IN February 2022, to NOW; Where there ARE 120.8Million ETH1(&2.0) tokens NOW, May 2022, EQUALLING "121.6 TOTAL ETH1&2.0 tokens" Today, but Eth 2.0 is STILL Not even available to use yet!? Appearing as if ETHERIUM 2.0 is EQUALLY being "staked" is a RIP-OFF! Not only that, the increase of NOW 1.8MILLION MORE of Both ETHERIUMS 1&2, is making MY Current ETHERIUM 1 tokens depreciate in value!! ADDING TWICE AS MANY tokens to "Balance out"_"APPEAR" as if ETH1&2 ARE Equal, while the "staked" ETH2.0 CAN'T Even be Touched, is the BIGGEST RIP OFF I HAVE EVER SEEN IN MY LIFE! WHO KEEPS ADDING THESE "NEW TOKENS" CoinBase is reporting, FOR BOTH ETHERIUM 1&2.0?!

Thank you for your time, CAPT David Simonton-Valento, O-3_USAF, AAS, BT-BAS, Sap-Certification

q9f commented 2 years ago

Feel free to host one: https://github.com/goerli/ethstats-server

xivanc commented 1 year ago

@q9f @zrock23 I took the liberty to host it here https://stats.noderpc.xyz/ , if you'd like to add your instance feel free to DM me daniel [at] noderpc.xyz for a secret key. Or I can share it here, if you prefer?

example of my app.json config:


[
  {
    "name"              : "Sepolia",
    "script"            : "app.js",
    "log_date_format"   : "YYYY-MM-DD HH:mm Z",
    "merge_logs"        : false,
    "watch"             : false,
    "max_restarts"      : 10,
    "exec_interpreter"  : "node",
    "exec_mode"         : "fork_mode",
    "env":
    {
      "NODE_ENV"        : "production",
      "RPC_HOST"        : "localhost",
      "RPC_PORT"        : #RPC_PORT,
      "LISTENING_PORT"  : #LISTENING_PORT,
      "INSTANCE_NAME"   : "sepolia-instance",
      "CONTACT_DETAILS" : "daniel@noderpc.xyz",
      "WS_SERVER"       : "wss://stats.noderpc.xyz",
      "WS_SECRET"       : #EMAIL_ME_FOR_WS_SEECRET,
      "VERBOSITY"       : 2
    }
  }
]
q9f commented 1 year ago

added to the readme, thanks!