Bitcoin Forum
May 10, 2024, 01:37:46 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 »  All
  Print  
Author Topic: [GUIDE] Setup your own Ethereum mining pool.  (Read 30135 times)
retal
Full Member
***
Offline Offline

Activity: 301
Merit: 106


View Profile
November 30, 2017, 02:15:03 AM
 #141

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
1715348266
Hero Member
*
Offline Offline

Posts: 1715348266

View Profile Personal Message (Offline)

Ignore
1715348266
Reply with quote  #2

1715348266
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715348266
Hero Member
*
Offline Offline

Posts: 1715348266

View Profile Personal Message (Offline)

Ignore
1715348266
Reply with quote  #2

1715348266
Report to moderator
1715348266
Hero Member
*
Offline Offline

Posts: 1715348266

View Profile Personal Message (Offline)

Ignore
1715348266
Reply with quote  #2

1715348266
Report to moderator
retal
Full Member
***
Offline Offline

Activity: 301
Merit: 106


View Profile
November 30, 2017, 05:54:13 PM
 #142

any help ?
retal
Full Member
***
Offline Offline

Activity: 301
Merit: 106


View Profile
December 02, 2017, 12:34:05 PM
 #143

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")
retal
Full Member
***
Offline Offline

Activity: 301
Merit: 106


View Profile
December 04, 2017, 06:51:57 PM
 #144

I changed in config file poolFee to 0

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

But Web still shows 1%
sverkere
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
December 05, 2017, 08:20:05 PM
 #145

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
retal
Full Member
***
Offline Offline

Activity: 301
Merit: 106


View Profile
December 05, 2017, 10:12:04 PM
 #146

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
retal
Full Member
***
Offline Offline

Activity: 301
Merit: 106


View Profile
December 10, 2017, 06:01:26 AM
Last edit: December 10, 2017, 06:51:43 AM by retal
 #147

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
sverkere
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
December 10, 2017, 07:55:41 PM
 #148

cd open-ethereum-pool
make clean
make

Then restart pool.
retal
Full Member
***
Offline Offline

Activity: 301
Merit: 106


View Profile
December 10, 2017, 08:57:52 PM
 #149

cd open-ethereum-pool
make clean
make

Then restart pool.

Thank you i forgot rebuild poll Smiley
Netscout
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
December 14, 2017, 07:31:56 PM
 #150

hi,

Can I create pools for 2-3 coins in same server ?
foxbate
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
December 14, 2017, 09:15:51 PM
 #151

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
 
Krayton
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
December 18, 2017, 04:27:23 PM
 #152

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
mpr555
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
December 21, 2017, 03:45:11 PM
 #153

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.
sellscript
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


View Profile
December 21, 2017, 04:27:07 PM
 #154

http://myetherpool.org/
down?
retal
Full Member
***
Offline Offline

Activity: 301
Merit: 106


View Profile
December 21, 2017, 06:58:10 PM
 #155

Welcome to http://unepa.com/ Smiley
sellscript
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


View Profile
December 22, 2017, 02:35:21 AM
 #156

could not start watchman; failing back to NodeWatcher for file system events.
how fix this error on centos 7?
thanks
FTNManage
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile WWW
December 22, 2017, 04:44:07 AM
 #157

Anyone willing to set this up on my server I will pay them in any form of payment at a reasonable price
FTNManage
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile WWW
December 23, 2017, 12:31:38 AM
 #158

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
jcreyesb
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
December 26, 2017, 04:02:26 PM
 #159

i deployed a eth pool but the page is blank.. i can't see the stats.. no error  in nginx.. what i can do?
foxbate
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
December 28, 2017, 04:30:32 AM
 #160

Thank You Krayton.
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
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!