cubedro / eth-net-intelligence-api

Ethereum Network Intelligence API
http://tinyurl.com/ofndjbo
GNU General Public License v3.0
324 stars 345 forks source link

What is WS_SECRET #255

Closed zaq1tomo closed 6 years ago

zaq1tomo commented 6 years ago

I want to list my node on https://ethstats.net/, but I do not know WS_SECRET. I accessed the link at http://tinyurl.com/ofndjbo but could not enter the group.

unixfox commented 6 years ago

@StephanTual @cubedro Is it possible to have an updated link for the Skype group because I want to list my node on ethstats?

arodic commented 6 years ago

Getting the code through Skype does not work. Clicking the link opens Skype with interface to create a new empty group. Is this some sort of puzzle we have to solve to get the code?

subhasisbanik commented 6 years ago

Any update on this?

zaq1tomo commented 6 years ago

@stephantual @cubedro

jamiew commented 6 years ago

@subhasisbanik @zaq1tomo @arodic @unixfox If GitHub had messaging I'd send it to you. Could hit me up on Twitter @jamiew and I can send your way

jameschen-epro commented 6 years ago

Where can I get one?

tinybike commented 6 years ago

Heads up @cubedro @stephantual et al:

Since this repo is apparently abandoned -- and the Skype channel in which you could originally get the WS_SECRET has also been abandoned, and the only way to get the WS_SECRET is to DM @jamiew on Twitter (??) -- I've forked this repo to https://github.com/tinybike/eth-net-intelligence-api and hardcoded in the WS_SECRET value.

Please ping me (DM @tensorjack on Twitter, or email jack@augur.net) if you guys want me to remove my fork / if for whatever reason you don't want me shouting the WS_SECRET from the rooftops.

dryruner commented 6 years ago

@tinybike Hi Jack, how do you get this ws_secret in your forked repo? I'm guessing I should not reuse your ws_secret otherwise some uninteresting conflicts would happen right?

thomasyuan commented 6 years ago

As @tinybike said, this repo is abandoned, because the functionality of this repo is already part of the ethereum (geth), so you needn’t this repo at all.

Run geth with this parameter: ‘--ethstats value Reporting URL of a ethstats service (nodename:secret@host:port)’

jamiew commented 6 years ago

One still requires the secret in order to report to ethstats.net — maybe we can update that app to explain better?

On Aug 24, 2018, at 9:38 PM, Thomas Yuan notifications@github.com wrote:

As @tinybike said, this repo is abandoned, because the functionality of this repo is already part of the ethereum (geth), so you needn’t this repo at all.

Run geth with this parameter: ‘’’ --ethstats value Reporting URL of a ethstats service (nodename:secret@host:port) ‘’’

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

tinybike commented 6 years ago

@jonnyhsy AFAIK it's fine to re-use the secret!