Pages:
Author

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

jr. member
Activity: 177
Merit: 2
hey all

I just set up my musicoin pool and have both gmc (geth's equivalent) and pool software up and running:
-gmc synched and up and running
-pool connected to gmc node and collecting stats
-website up and running

However, when I try to connect one of my (claymore) miners I get a socket time out. On the pool server logs I see this message: "Unknown request method mining.subscribe"

Any ideas how to fix it?

One other question, do I need to run the gmc/geth client with the base account unlocked (I am no processing payments yet)?

Thanks

UPDATE: I fixed it by changing the stratum server mode in claymore to
Quote
-esm 0
jr. member
Activity: 177
Merit: 2
Quote
Quote
Did you create address Wallet?
No i read instruction only on 70% . I don't know where insert adress wallet.  which wallet?
Im just testing correctly work program and server or not.

This is normal activity of program?

If i do last steps - Json problem gone?

It's really very HARD for me.

you need to run
Code:
geth account new
in order to create an account/wallet
member
Activity: 81
Merit: 10
Quote
Did you create address Wallet?
No i read instruction only on 70% . I don't know where insert adress wallet.  which wallet?
Im just testing correctly work program and server or not.

This is normal activity of program?

If i do last steps - Json problem gone?

It's really very HARD for me.
member
Activity: 70
Merit: 12
MegaPool.io
i already have a compiled geth

root@v33849:~/go-ethereum# ./build/bin/geth
WARN [10-24|22:48:08] No etherbase set and no accounts found as default
INFO [10-24|22:48:08] Starting peer-to-peer node               instance=Geth/v1.7.2-unstable-8d8034fe/linux-amd64/go1.7.1

i really need recompile it to fix  JSON problem? can i just ignore json problem?

and what behind stars **** ?


you need to wait to sync the blockchain
full member
Activity: 224
Merit: 100
i already have a compiled geth

root@v33849:~/go-ethereum# ./build/bin/geth
WARN [10-24|22:48:08] No etherbase set and no accounts found as default
INFO [10-24|22:48:08] Starting peer-to-peer node               instance=Geth/v1.7.2-unstable-8d8034fe/linux-amd64/go1.7.1

i really need recompile it to fix  JSON problem? can i just ignore json problem?

and what behind stars **** ?

Did you create address Wallet?
member
Activity: 81
Merit: 10
i already have a compiled geth

root@v33849:~/go-ethereum# ./build/bin/geth
WARN [10-24|22:48:08] No etherbase set and no accounts found as default
INFO [10-24|22:48:08] Starting peer-to-peer node               instance=Geth/v1.7.2-unstable-8d8034fe/linux-amd64/go1.7.1

i really need recompile it to fix  JSON problem? can i just ignore json problem?

and what behind stars **** ?
member
Activity: 70
Merit: 12
MegaPool.io
you need to use --fast command when you sync the blockchain

ol
root@v33849:~/x/open-ethereum-pool# ./build/bin/open-ethereum-pool config.json
2017/10/24 22:07:57 Loading config: /root/x/open-ethereum-pool/config.json
2017/10/24 22:07:57 File error: open /root/x/open-ethereum-pool/config.json: no such file or directory

your fast not helped me , sorry

root@v33849:~/x/open-ethereum-pool# ./build/bin/open-ethereum-pool config.json --fast
2017/10/24 22:08:03 Loading config: /root/x/open-ethereum-pool/config.json
2017/10/24 22:08:03 File error: open /root/x/open-ethereum-pool/config.json: no such file or directory
root@v33849:~/x/open-ethereum-pool#



 Cheesy
your command should to look something like :
cd go-ethereum
build/bin/geth --fast --cache=512 -rpcport 8545 --unlock **********  console

and after that
cd
cd open-ethereum-pool
./build/bin/open-ethereum-pool config.json
member
Activity: 81
Merit: 10
you need to use --fast command when you sync the blockchain

ol
your fast not helped me , sorry

root@v33849:~/x/open-ethereum-pool# ./build/bin/open-ethereum-pool config.json --fast
2017/10/24 22:08:03 Loading config: /root/x/open-ethereum-pool/config.json
2017/10/24 22:08:03 File error: open /root/x/open-ethereum-pool/config.json: no such file or directory
root@v33849:~/x/open-ethereum-pool#

member
Activity: 70
Merit: 12
MegaPool.io
you need to use --fast command when you sync the blockchain
member
Activity: 81
Merit: 10
Ubuntu 14: Provider having only Ubuntu 16.04 64bit VPS servers , other os like centOS etc unconfortble for me
I tries install PPA


I have only 5-10gb maximum  
which files after bulding  i can freely delete from server ?

i cannot do anything  no space left on device
i cannot use even apt-get update ^(

i tries https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz  i hope it useful
 have only 450mb space.
i clear  apt/archives cache  and remove previous GO from usr/local/go

root@v33849:~# go version
go version go1.8.3 linux/amd64
root@v33849:~#

root@v33849:~/x/open-ethereum-pool/www# ./build.sh
Could not start watchman; falling back to NodeWatcher for file system events.
Visit http://ember-cli.com/user-guide/#watchman for more info.
cleaning up...
Build failed.
The Broccoli Plugin: [BroccoliMergeTrees: TreeMerger (vendor & appJS)] failed with:
Error: ENOENT: no such file or directory, stat '/root/x/open-ethereum-pool/www/tmp/simple_concat-input_base_path-7gfOGxIA.tmp/0/vendor/jquery-cookie/jquery.cookie.js'
    at Error (native)
    at Object.fs.statSync (fs.js:
bla bla bla bla bla

root@v33849:~/x/open-ethereum-pool/www# cd ..
root@v33849:~/x/open-ethereum-pool# ./build/bin/open-ethereum-pool config.json
2017/10/13 19:30:39 Loading config: /root/x/open-ethereum-pool/config.json
2017/10/13 19:30:39 File error: open /root/x/open-ethereum-pool/config.json: no such file or directory
root@v33849:~/x/open-ethereum-pool#
hero member
Activity: 826
Merit: 1000
you can pass this command and see it will solve it


 Install make and build tools

Code:
sudo apt-get install build-essential make

GoLangInstall GoLang

wget https://storage.googleapis.com/golang/go1.7.5.linux-amd64.tar.gz

sudo tar -xvf go1.7.5.linux-amd64.tar.gz

sudo mv go /usr/local

export GOROOT=/usr/local/go

export PATH=$GOPATH/bin:$GOROOT/bin:$PATH

export GOPATH=$HOME/go

Type: go version

You should have a response with the version.
member
Activity: 70
Merit: 12
MegaPool.io
it works  go v1.7.1 succesfuly detected

sudo nano ~/.profile

At the end of the file, add this line:
~/.profile
https://www.digitalocean.com/community/tutorials/how-to-install-go-1-7-on-debian-8

Please add to your manual!
I Waste 6 HOURS to do it

a new error!  again!

1^i still have a problem with registrating domain
and i NOT started a node.  It required for build.sh or not required?
 thinking building is not require working node.
2^ I dont understan where must be placed open-etherium-pool
and i created folder X in root folder of VPS and done all commands in it.


root@v33849:~/x/open-ethereum-pool/www# ./build.sh
Build failed.
The Broccoli Plugin: [BroccoliMergeTrees: TreeMerger (vendor & appJS)] failed with:
Error: ENOENT: no such file or directory, stat '/root/x/open-ethereum-pool/www/tmp/simple_concat-input_base_path-3QOmAfxJ.tmp/0/vendor/jquery-cookie/jquery.cookie.js'
    at Error (native)


another error #3

root@v33849:~/x/open-ethereum-pool# ./build.sh
bash: ./build.sh: No such file or directory
root@v33849:~/x/open-ethereum-pool# ./build/bin/open-ethereum-pool config.json
2017/10/13 03:08:20 Loading config: /root/x/open-ethereum-pool/config.json
2017/10/13 03:08:20 File error: open /root/x/open-ethereum-pool/config.json: no such file or directory
root@v33849:~/x/open-ethereum-pool#

 
I can just ignore it?  

i run node and still have a problem,.

try to install go 1.8
Code:
sudo add-apt-repository ppa:longsleep/golang-backports
sudo apt-get update
sudo apt-get install golang-go
full member
Activity: 224
Merit: 100
hello can anybody helps with two questions with installing and running POOL
i run node and still have a problems (in next post)

exists ppa for GO 1.7 ?
problem solved in next post.

m using ubuntu 16.04.3 lts server and get ths error

root@v339:~/go-ethereum# make geth build/env.sh go run build/ci.go install ./cmd/geth ci.go:180: You have Go version go1.6.2 ci.go:181: go-ethereum requires at least Go version 1.7 and cannot ci.go:182: be compiled with an earlier version. Please upgrade your Go installation. exit status 1 Makefile:15: recipe for target 'geth' failed make: * [geth] Error 1

ok  i use man and get this error
http://www.itzgeek.com/how-tos/linux/centos-how-tos/install-go-1-7-ubuntu-16-04-14-04-centos-7-fedora-24.html

root@v33849:~# apt-get remove golang
Reading package lists... Done
root@v33849:/usr/local/go# export PATH=$PATH:/usr/local/go/bin
root@v33849:/usr/local/go# export GOPATH=$HOME/work
root@v33849:~# go version
-bash: /usr/bin/go: No such file or directory
root@v33849:~#

Please anybody tell me where is PPA for GOLANG  version 1.7


Did you try Ubuntu 14?
member
Activity: 81
Merit: 10
it works  go v1.7.1 succesfuly detected

sudo nano ~/.profile

At the end of the file, add this line:
~/.profile
https://www.digitalocean.com/community/tutorials/how-to-install-go-1-7-on-debian-8

Please add to your manual!
I Waste 6 HOURS to do it

a new error!  again!

1^i still have a problem with registrating domain
and i NOT started a node.  It required for build.sh or not required?
 thinking building is not require working node.
2^ I dont understan where must be placed open-etherium-pool
and i created folder X in root folder of VPS and done all commands in it.


root@v33849:~/x/open-ethereum-pool/www# ./build.sh
Build failed.
The Broccoli Plugin: [BroccoliMergeTrees: TreeMerger (vendor & appJS)] failed with:
Error: ENOENT: no such file or directory, stat '/root/x/open-ethereum-pool/www/tmp/simple_concat-input_base_path-3QOmAfxJ.tmp/0/vendor/jquery-cookie/jquery.cookie.js'
    at Error (native)


another error #3

root@v33849:~/x/open-ethereum-pool# ./build.sh
bash: ./build.sh: No such file or directory
root@v33849:~/x/open-ethereum-pool# ./build/bin/open-ethereum-pool config.json
2017/10/13 03:08:20 Loading config: /root/x/open-ethereum-pool/config.json
2017/10/13 03:08:20 File error: open /root/x/open-ethereum-pool/config.json: no such file or directory
root@v33849:~/x/open-ethereum-pool#

 
I can just ignore it?  

i run node and still have a problem,.
member
Activity: 81
Merit: 10
hello can anybody helps with two questions with installing and running POOL
i run node and still have a problems (in next post)

exists ppa for GO 1.7 ?
problem solved in next post.

m using ubuntu 16.04.3 lts server and get ths error

root@v339:~/go-ethereum# make geth build/env.sh go run build/ci.go install ./cmd/geth ci.go:180: You have Go version go1.6.2 ci.go:181: go-ethereum requires at least Go version 1.7 and cannot ci.go:182: be compiled with an earlier version. Please upgrade your Go installation. exit status 1 Makefile:15: recipe for target 'geth' failed make: * [geth] Error 1

ok  i use man and get this error
http://www.itzgeek.com/how-tos/linux/centos-how-tos/install-go-1-7-ubuntu-16-04-14-04-centos-7-fedora-24.html

root@v33849:~# apt-get remove golang
Reading package lists... Done
root@v33849:/usr/local/go# export PATH=$PATH:/usr/local/go/bin
root@v33849:/usr/local/go# export GOPATH=$HOME/work
root@v33849:~# go version
-bash: /usr/bin/go: No such file or directory
root@v33849:~#

Please anybody tell me where is PPA for GOLANG  version 1.7
hero member
Activity: 826
Merit: 1000
please update your demon to and i think sync process is not completed before it has been terminated and you have not uses exit so that it save the sync . so restart the demo to sync and it will show correct one
sr. member
Activity: 602
Merit: 250
—RUSHMOON — Automatic LP & Yield Farm & AMM on BSC
Interested in ETH price. I will try this guide soon Cheesy thanks
full member
Activity: 301
Merit: 106
Thank you, guys
full member
Activity: 224
Merit: 100
Hello guys i have problem.
My pool was working well, but today it start show incorrect Network Difficulty: 694.337G instead 11.9T.
Whats happened how to fix that ?

you need update your blockchain..
member
Activity: 70
Merit: 12
MegaPool.io
Hello guys i have problem.
My pool was working well, but today it start show incorrect Network Difficulty: 694.337G instead 11.9T.
Whats happened how to fix that ?



update your  blockchain
Pages:
Jump to: