Pages:
Author

Topic: [GUIDE] Setup your own Ethereum mining pool. - page 7. (Read 30140 times)

member
Activity: 195
Merit: 10
September 16, 2017, 12:21:50 AM
#98
In payout folder, unlocker file, you must set

var constReward = math.MustParseBig256("314000000000000000000

Then you must rebuild


thanks will try it right away
full member
Activity: 224
Merit: 100
September 15, 2017, 07:59:28 PM
#97
In payout folder, unlocker file, you must set

var constReward = math.MustParseBig256("314000000000000000000

Then you must rebuild
member
Activity: 195
Merit: 10
September 15, 2017, 06:42:52 PM
#96
can anyone help i have setup musicoin pool on open ethereum pool software

all works fine but when i get rewards i only get 5 coins how do i change that to full 314coins rewards?

{
   "threads": 2,
   "coin": "music",
   "name": "main",

   "proxy": {
      "enabled": true,
      "listen": "0.0.0.0:8888",
      "limitHeadersSize": 1024,
      "limitBodySize": 256,
      "behindReverseProxy": false,
      "blockRefreshInterval": "120ms",
      "stateUpdateInterval": "3s",
      "difficulty": 2000000000,
      "hashrateExpiration": "3h",


      "healthCheck": true,
      "maxFails": 100,

      "stratum": {
         "enabled": true,
         "listen": "0.0.0.0:8008",
         "timeout": "120s",
         "maxConn": 8192
      },

      "policy": {
         "workers": 8,
         "resetInterval": "60m",
         "refreshInterval": "1m",

         "banning": {
            "enabled": false,
            "ipset": "blacklist",
            "timeout": 1800,
            "invalidPercent": 30,
            "checkThreshold": 30,
            "malformedLimit": 5
         },
         "limits": {
            "enabled": false,
            "limit": 30,
            "grace": "5m",
            "limitJump": 10
         }
      }
   },

   "api": {
      "enabled": true,
      "purgeOnly": false,
      "purgeInterval": "10m",
      "listen": "0.0.0.0:8080",
      "statsCollectInterval": "5s",
      "hashrateWindow": "30m",
      "hashrateLargeWindow": "3h",
      "luckWindow": [64, 128, 256],
      "payments": 30,
      "blocks": 50
   },

   "upstreamCheckInterval": "5s",
   "upstream": [
      {
         "name": "main",
         "url": "http://127.0.0.1:8545",
         "timeout": "10s"
      },
      {
         "name": "backup",
         "url": "http://127.0.0.2:8545",
         "timeout": "10s"
      }
   ],

   "redis": {
      "endpoint": "127.0.0.1:6379",
      "poolSize": 10,
      "database": 0,
      "password": ""
   },

   "unlocker": {
      "enabled": true,
      "poolFee": 1.0,
      "poolFeeAddress": "musicpoolaccountaddress",
      "donate": false,
      "depth": 120,
      "immatureDepth": 20,
      "keepTxFees": true,
      "interval": "10m",
      "daemon": "http://127.0.0.1:8545",
      "timeout": "10s"
   },

   "payouts": {
      "enabled": true,
      "requirePeers": 10,
      "interval": "30m",
      "daemon": "http://127.0.0.1:8545",
      "timeout": "10s",
      "address": "coinbaseaddress",
      "gas": "21000",
      "gasPrice": "50000000000",
      "autoGas": true,
      "threshold": 500000000,
      "bgsave": true
   },

   "newrelicEnabled": false,
   "newrelicName": "MyEtherProxy",
   "newrelicKey": "SECRET_KEY",
   "newrelicVerbose": false
}

full member
Activity: 229
Merit: 100
Money making legitimately
September 13, 2017, 05:38:00 AM
#95
Can this work on kali linux dual with windows 7?
newbie
Activity: 47
Merit: 0
September 13, 2017, 04:55:20 AM
#94

I make changes to the site in www/app/templates index.hbs , but nothing changes on the site, cookies reset, help

cd www
./build.sh

refresh web page
newbie
Activity: 4
Merit: 0
September 13, 2017, 04:48:04 AM
#93

I make changes to the site in www/app/templates index.hbs , but nothing changes on the site, cookies reset, help
sr. member
Activity: 512
Merit: 260
September 12, 2017, 03:56:46 PM
#92
I want to solo mine but would like to use stratum not http as with the normal geth. Other than using this pool is there another way to make a stratum server for ethash?

newbie
Activity: 47
Merit: 0
September 11, 2017, 08:40:02 PM
#91

You guys need to sync the blockchain first. If it is ETH you need a ssd disk and
not a small one  Cheesy

Delete all files in your chaindata directory then restart the sync with:

geth --fast --cache 256 console

Should take several hours on a fast network, say 100 Mbit.

Otherwise it takes days or it may simply never sync..
newbie
Activity: 8
Merit: 0
September 11, 2017, 03:25:08 PM
#90
newbie
Activity: 4
Merit: 0
September 11, 2017, 05:13:14 AM
#89
newbie
Activity: 4
Merit: 0
September 11, 2017, 04:59:08 AM
#88
Quote
2017/09/11 11:57:05 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:05 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:05 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:06 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:06 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:06 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:06 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:06 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:06 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:06 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:06 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:06 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:06 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:06 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:06 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:06 Stats collection finished 762.883µs
2017/09/11 11:57:06 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:06 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:06 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:06 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:07 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:07 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:07 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:07 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:07 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:07 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:07 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:07 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:07 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:07 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:07 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:07 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:07 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:07 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:07 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:07 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:07 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:07 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:08 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:08 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:08 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:08 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:08 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:08 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:08 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:08 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:08 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:08 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:08 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:08 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:08 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:08 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:08 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:08 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:09 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:09 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:09 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:09 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:09 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:09 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:09 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:09 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:09 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:09 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:09 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:09 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:09 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:09 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:09 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:09 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:10 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:10 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:10 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:10 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
2017/09/11 11:57:10 Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refuse
d


Help please solve.
full member
Activity: 378
Merit: 100
September 10, 2017, 03:37:56 AM
#87
I am very interested in this project for the advancement of the technology process that will be implemented.but how long will this project run?
newbie
Activity: 8
Merit: 0
September 10, 2017, 02:31:33 AM
#86
Guys is someone available to help to setup and configure a pool ( not for free) ?  Wink
i have tried but but no luck  Shocked

Thanks
newbie
Activity: 38
Merit: 0
September 09, 2017, 03:25:51 AM
#85
The work method is “getWork” making the pool run out-of-the-box with the official ethereum miner (ethminer).
The pool is built on NodeJS/Express. Currently working and tested on NodeJS version 4.4.6. The database used for storage is MongoDB (v 3),
The frontend is written in AngularJS and for Sockets communication between client and server-side we chose to use Primus Sockets.
The operating system used for extensive tests is Ubuntu 14.04 LTS and you shouldn’t have issues with it.

The pool is “round based”. This means that you can set a certain number of blocks found that complete a round. For example if you wish to set 1 block/round then every new block found will trigger a new round and the miners will start mining on it immediately. When you send payouts for this round, they will be calculated for that one blocks’ reward value. If you set 10 blocks/ round the same logic applies and the payouts will include rewards from all 10 blocks and so on.
sr. member
Activity: 512
Merit: 260
September 09, 2017, 02:24:52 AM
#84
I can't seem to do this step

"Install the latest distribution of Golang (v1.7) "

running Ubuntu 16.04


$ sudo apt-get install bison mercurial bash < <(curl -LSs 'https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer')

$ . "$HOME/.gvm/scripts/gvm"

$ gvm version
Go Version Manager v1.0.22 installed at /home/myuser/.gvm

$ gvm listall

gvm gos (available)

   go1
   go1.0.1
   go1.0.2
   go1.0.3
   go1.1
   go1.1.1
....

$ gvm install go1.7.3
Installing go1.7.3...
 * Compiling...
ERROR: Failed to compile. Check the logs at /home/ubuntu/.gvm/logs/go-go1.7.3-compile.log
ERROR: Failed to use installed version



newbie
Activity: 9
Merit: 0
September 07, 2017, 11:26:26 AM
#83

Hi, I can not figure it out with config.json, please help configure it.

U just need to copy config.example.json to your real config.json

follow this

Quote
cd /{your-ethereum-pool-folder}/open-ethereum-pool/www

Quote
cp config.example.json config.json

Quote
sudo nano config.json

Just change what is necessary... and please leave the 0.0.0.0 alone... dont change that
newbie
Activity: 4
Merit: 0
September 07, 2017, 06:07:44 AM
#82

Hi, I can not figure it out with config.json, please help configure it.
newbie
Activity: 25
Merit: 0
September 06, 2017, 03:52:29 AM
#81
baikalmine.ru Join xD
newbie
Activity: 25
Merit: 0
September 05, 2017, 11:06:12 AM
#80
how to fix write tcp 127.0.0.1:8545 broken pipe
newbie
Activity: 8
Merit: 0
September 04, 2017, 10:00:00 PM
#79


What should I do next... what is the best command to restart the geth?

I am looking for too....

But they don't wanne teach me ...

now I just run the
Code:
geth --rpc
command
Pages:
Jump to: