Bitcoin Forum

Alternate cryptocurrencies => Pools (Altcoins) => Topic started by: cryptomaxsun on January 03, 2017, 04:46:45 PM



Title: An error in the installation pool Open Source Ethereum Mining Pool
Post by: cryptomaxsun on January 03, 2017, 04:46:45 PM
Hello!
I install a pool https://github.com/sammy007/open-ethereum-pool
git clone https://github.com/sammy007/open-ethereum-pool.git
cd open-ethereum-pool
make

In reply:
Code:
@ms-pool:/home/max/open-ethereum-pool# make
build/env.sh go get -v ./...
go install: no install location for directory /home/max/open-ethereum-pool/api outside GOPATH
go install: no install location for directory /home/max/open-ethereum-pool/payouts outside GOPATH
go install: no install location for directory /home/max/open-ethereum-pool/policy outside GOPATH
go install: no install location for directory /home/max/open-ethereum-pool/proxy outside GOPATH
go install: no install location for directory /home/max/open-ethereum-pool/rpc outside GOPATH
go install: no install location for directory /home/max/open-ethereum-pool/storage outside GOPATH
go install: no install location for directory /home/max/open-ethereum-pool/util outside GOPATH
make: *** [all] Error 1

Show you how to install this GOPATH ?


Title: Re: An error in the installation pool Open Source Ethereum Mining Pool
Post by: cryptomaxsun on January 04, 2017, 05:54:01 PM
I need help in the launch of the pool for the award.
Your price?


Title: Re: An error in the installation pool Open Source Ethereum Mining Pool
Post by: cryptomaxsun on January 15, 2017, 07:44:13 AM
Help me!


Title: Re: An error in the installation pool Open Source Ethereum Mining Pool
Post by: elgi76 on January 15, 2017, 10:05:04 AM
just before your code line for install the pool, i read :
https://github.com/sammy007/open-ethereum-pool
Quote
Building on Linux

Dependencies:

go >= 1.5
geth
redis-server >= 2.8.0
nodejs >= 4 LTS
nginx
I highly recommend to use Ubuntu 16.04 LTS.

First install go-ethereum (https://github.com/ethereum/go-ethereum/wiki/Installation-Instructions-for-Ubuntu).

if you make this what append's ?


Title: Re: An error in the installation pool Open Source Ethereum Mining Pool
Post by: cryptomaxsun on January 15, 2017, 10:10:48 AM
just before your code line for install the pool, i read :
https://github.com/sammy007/open-ethereum-pool
Quote
Building on Linux

Dependencies:

go >= 1.5
geth
redis-server >= 2.8.0
nodejs >= 4 LTS
nginx
I highly recommend to use Ubuntu 16.04 LTS.

First install go-ethereum (https://github.com/ethereum/go-ethereum/wiki/Installation-Instructions-for-Ubuntu).

if you make this what append's ?
I want to try fork ether. still need go-ethereum ?


Title: Re: An error in the installation pool Open Source Ethereum Mining Pool
Post by: cryptomaxsun on February 20, 2017, 02:57:25 PM
Hello, please help!

Code:
/home/max/open-ethereum-pool# make
build/env.sh go get -v ./...
go install: no install location for directory /home/max/open-ethereum-pool/api outside GOPATH

Installing Go
https://github.com/ethereum/go-ethereum/wiki/Installing-Go#ubuntu-1404

How Set GOPATH and PATH?
Sample,please!


Title: Re: An error in the installation pool Open Source Ethereum Mining Pool
Post by: cryptomaxsun on April 23, 2017, 09:56:38 AM
Help!
And to all people, help with setting up and installing the pool under https://github.com/sammy007/open-ethereum-pool
for reward!


Title: Re: An error in the installation pool Open Source Ethereum Mining Pool
Post by: McMCrypto on July 03, 2018, 06:48:10 PM

Hi, dudes i am trying working out own pool  , with open-ethereum-pool ,   all config is setting up.......  config.json, Nginx....

But when i try connecting  to the pool,  ETH: Authorization failed  , appear

This is my geth command:

Code:
geth --console --fast --rpc --rpccorsdomain "*" --rpcaddr "127.0.0.1" --rpcapi "db,eth,net,web3,personal" --rpcvhosts=yourDomainHere.com --unlock 0xWallet


I should set   it   as...   --rpcport 8545 --rpcaddr 0.0.0.0   ??



yourDomainHere.com  = pointo to my DNS
0xWallet = ethbase wallet (add.account command)


https://www.imgup.cz/images/2018/07/02/screenshot.png


 ??? ??? ??? ???