Thank you for the bounty, because pool still have 0% fee I really appreciate it.

Happy that you are happy

We also released statistics for Soil:
stats.soil.4miners.netConfig to add your node:
"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:
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

---
EDIT: update ...
In case the stats client
gets a new password:
cd ~/soil/eth-net-intelligence-api
nano app.json
pm2 restart app.json