Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL][ETH] - pooleth.com - Ethereum Mining Pool with 25% BONUS
by
ldw-com
on 14/01/2016, 15:29:00 UTC
I put strings, as you wrote, in config.json for win64, change on my URL

Quote
"upstream": [
      {
         "pool": true,
         "name": "Pooleth.com",
         "url": "http://pool.pooleth.com/pool/ntrader/rig1",
         "timeout": "10s"
      },
      {
         "name": "main",
         "url": "http://127.0.0.1:8545",
         "timeout": "10s"
      },
      {
         "name": "backup",
         "url": "http://127.0.0.2:8545",
         "timeout": "10s"
      }
   ],




Quote
"upstream": [
      {
         "pool": true,
         "name": "Pooleth.com",
         "url": "http://pool.pooleth.com/pool/ntrader/rig1",
         "timeout": "10s"
      }
   ],


Removed the backup pools, well, you could leave a backup pool in there, but you should remove the local geth connection because it's not there.
Try this, it will work.