Pages:
Author

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

newbie
Activity: 7
Merit: 0
Has anyone have this issue setting up the pool?

 Errors were encountered while processing:
 nginx-core
 nginx
E: Sub-process /usr/bin/dpkg returned an error code (1)

If so how to fix it?

Thanks
newbie
Activity: 7
Merit: 0
Anyone willing to set this up on my server I will pay them in any form of payment at a reasonable price
sr. member
Activity: 462
Merit: 250
could not start watchman; failing back to NodeWatcher for file system events.
how fix this error on centos 7?
thanks
sr. member
Activity: 462
Merit: 250
newbie
Activity: 1
Merit: 0
Hi there and hoping you can help me

I have been following the guide from http://betbybitcoin.com/setup-ethereum-mining-pool-using-open-source-ethereum-pool/

and when I get to this stage

Code:
git config --global http.https://gopkg.in.followRedirects true
git clone https://github.com/sammy007/open-ethereum-pool.git
cd open-ethereum-pool
make
Running Pool
 
Code:
./build/bin/open-ethereum-pool config.json
You can use Ubuntu upstart – check for sample config in upstart.conf.

This line here returns
Code:
./build/bin/open-ethereum-pool config.json

Code:
-bash: ./build/bin/open-ethereum-pool: No such file or directory

Is there something missing from the guide?

Much help would be appreciated.
newbie
Activity: 1
Merit: 0
Hi, you need install 1.9.2 version
Code:
sudo curl -O https://storage.googleapis.com/golang/go1.9.2.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.9.2.linux-amd64.tar.gz
sudo mkdir ~/.go
echo "export GOROOT=/usr/local/go" >> ~/.bashrc
echo "export GOPATH=~/.go" >> ~/.bashrc
echo "export PATH=$PATH:$GOROOT/bin:$GOPATH/bin" >> ~/.bashrc
sudo update-alternatives --install "/usr/bin/go" "go" "/usr/local/go/bin/go" 0
sudo update-alternatives --set go /usr/local/go/bin/go
source ~/.bashrc
newbie
Activity: 4
Merit: 0
Hello,
i'm trying to compile pool software however it seems that open-ethereum-pool binary is not compiled.
bin directory is missing and it's content
I'm running pool sw on Ubuntu 16.04.3 LTS

here is the output
Quote
root@pool:~/open-ethereum-pool# make clean
rm -fr build/_workspace/pkg/ build/bin/*
root@pool:~/open-ethereum-pool# make
build/env.sh go get -v ./...
github.com/gorilla/mux
github.com/ethereum/go-ethereum/common/hexutil
github.com/ethereum/go-ethereum/crypto/sha3
github.com/ethereum/go-ethereum/common
github.com/ethereum/go-ethereum/common/math
github.com/sammy007/open-ethereum-pool/util
gopkg.in/redis.v3/internal
gopkg.in/redis.v3/internal/consistenthash
gopkg.in/redis.v3/internal/hashtag
gopkg.in/bsm/ratelimit.v1
gopkg.in/redis.v3/internal/pool
gopkg.in/redis.v3
github.com/sammy007/open-ethereum-pool/storage
github.com/sammy007/open-ethereum-pool/api
github.com/sammy007/open-ethereum-pool/rpc
github.com/sammy007/open-ethereum-pool/payouts
github.com/sammy007/open-ethereum-pool/policy
github.com/ethereum/ethash/vendor/github.com/ethereum/go-ethereum/crypto/secp256k1
github.com/ethereum/ethash/vendor/github.com/ethereum/go-ethereum/crypto/sha3
github.com/ethereum/ethash/vendor/github.com/ethereum/go-ethereum/rlp
github.com/ethereum/ethash/vendor/github.com/ethereum/go-ethereum/crypto
github.com/ethereum/ethash/vendor/github.com/go-stack/stack
github.com/ethereum/ethash/vendor/github.com/ethereum/go-ethereum/log
github.com/ethereum/ethash
github.com/sammy007/open-ethereum-pool/proxy
root@pool:~/open-ethereum-pool# ls build/
env.sh  _workspace
 
newbie
Activity: 36
Merit: 0
hi,

Can I create pools for 2-3 coins in same server ?
full member
Activity: 301
Merit: 106
cd open-ethereum-pool
make clean
make

Then restart pool.

Thank you i forgot rebuild poll Smiley
newbie
Activity: 47
Merit: 0
cd open-ethereum-pool
make clean
make

Then restart pool.
full member
Activity: 301
Merit: 106
Hello guys, i really need you help.

How to setup correct  values for MUSICoin pool?

I changed values in unlocker.go:
Code:
const minDepth = 16
const byzantiumHardForkHeight = 4370000

var constReward = math.MustParseBig256("250000000000000000000")
var uncleReward = new(big.Int).Div(constReward, new(big.Int).SetInt64(32))

// Donate 10% from pool fees to developers


But still GUI shows incorrect rewards amount - 5
full member
Activity: 301
Merit: 106
I changed in config file poolFee to 0

"unlocker": {                                                                                                               
"enabled": true,                                                                                                   
"poolFee": 0.0,

But Web still shows 1%

Edit
www/config/environment.js

./build.sh

Thank you its work !

One more question. Do you know how to fix block rewards amount?
I musicoin i changed to : var constReward = math.MustParseBig256(“250000000000000000000”), but system still shows 5
newbie
Activity: 47
Merit: 0
I changed in config file poolFee to 0

"unlocker": {                                                                                                               
"enabled": true,                                                                                                   
"poolFee": 0.0,

But Web still shows 1%

Edit
www/config/environment.js

./build.sh
full member
Activity: 301
Merit: 106
I changed in config file poolFee to 0

"unlocker": {                                                                                                               
"enabled": true,                                                                                                   
"poolFee": 0.0,

But Web still shows 1%
full member
Activity: 301
Merit: 106
How to setup correct  values for MUSICoin pool?

Original payouts/unlocker.go fail contains next values:

const minDepth = 16
const byzantiumHardForkHeight = 4370000

var homesteadReward = math.MustParseBig256("5000000000000000000")
var byzantiumReward = math.MustParseBig256("3000000000000000000")
full member
Activity: 301
Merit: 106
any help ?
full member
Activity: 301
Merit: 106
Please help with error:

Unable to process payouts: invalid argument 0: json: cannot unmarshal hex string of odd length into Go value of type common.Address
newbie
Activity: 10
Merit: 0
Hi,

i m getting  an error when i try to run ./build/bin/open-ethereum-pool:
 No such file or directory

can anyone help me pls?
newbie
Activity: 1
Merit: 0
Hi everyone.
I got a problem with JSON-statistics on the open-ethereum-pool.
The pool and WEB-part seems works fine, but there are no api/accounts found in the dist folder.
So when I click on the JSON-statistics URL for the miner I got 404 page.
I run the pool on the Windows Server and don't use nginx and proxy.
Need an advise on this issue.
Pages:
Jump to: