Post
Topic
Board Announcements (Altcoins)
Re: [ANN] SOIL | Environmental | Agriculture | Quixotic | Hackathon | Contracts
by
altsheets
on 07/10/2016, 00:07:33 UTC
I still owed the promised pledged bounty for the mining pools ...
... I have now sent my 500 SOIL here ^^^    ( 0xb5e1baba008b931e92939eced922d6528febc9fb9d90111300780f25e0d33771 )
Thank you for the bounty, because pool still have 0% fee I really appreciate it. Smiley
Happy that you are happy  Wink



We also released statistics for Soil:
stats.soil.4miners.net
Config to add your node:
Code:
"WS_SERVER"       : "ws://stats.soil.4miners.net",
"WS_SECRET"       : "SoilForever!",


Hooray. That is really cool. We have a stats page again, great. Thanks a lot!


More people: join in!



This is what I have done to get it (the new version) running:

Code:
mv eth-net-intelligence-api eth-net-intelligence-api_OLD

git clone https://github.com/cubedro/eth-net-intelligence-api
cd eth-net-intelligence-api
npm install
sudo npm install -g pm2

nano app.json

    {
      "NODE_ENV"        : "production",
      "RPC_HOST"        : "MY.IP.ADDRESS.HERE",
      "RPC_PORT"        : "MY OPEN RPC PORT NUMBER",
      "LISTENING_PORT"  : "39420",
      "INSTANCE_NAME"   : "Call it a nice name",
      "CONTACT_DETAILS" : "Who are you",
      "WS_SERVER"       : "ws://stats.soil.4miners.net",
      "WS_SECRET"       : "SoilForever!",
      "VERBOSITY"       : 2
    }

Ctrl-X Y

pm2 start app.json



Here is background information, and linked manual:

HowTo join http://stats....
... You need a running gsoil instance with --rpc (rpc enabled) ...
I could connect gsoil to both the ABEESOIL-block-explorer,
AND to the app for monitored nodes on stats.soilcoin.xyz !
Happy  Smiley
---
EDIT: update ...
In case the stats client gets a new password:
Code:
cd ~/soil/eth-net-intelligence-api
nano app.json
pm2 restart app.json