Bitcoin Forum
May 06, 2024, 10:22:22 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: An error in the installation pool Open Source Ethereum Mining Pool  (Read 1287 times)
cryptomaxsun (OP)
Legendary
*
Offline Offline

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
January 03, 2017, 04:46:45 PM
 #1

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 ?

❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘
❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
1715034142
Hero Member
*
Offline Offline

Posts: 1715034142

View Profile Personal Message (Offline)

Ignore
1715034142
Reply with quote  #2

1715034142
Report to moderator
1715034142
Hero Member
*
Offline Offline

Posts: 1715034142

View Profile Personal Message (Offline)

Ignore
1715034142
Reply with quote  #2

1715034142
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715034142
Hero Member
*
Offline Offline

Posts: 1715034142

View Profile Personal Message (Offline)

Ignore
1715034142
Reply with quote  #2

1715034142
Report to moderator
cryptomaxsun (OP)
Legendary
*
Offline Offline

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
January 04, 2017, 05:54:01 PM
 #2

I need help in the launch of the pool for the award.
Your price?

❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘
❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
cryptomaxsun (OP)
Legendary
*
Offline Offline

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
January 15, 2017, 07:44:13 AM
 #3

Help me!

❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘
❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
elgi76
Member
**
Offline Offline

Activity: 124
Merit: 10


View Profile
January 15, 2017, 10:05:04 AM
 #4

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.

if you make this what append's ?
cryptomaxsun (OP)
Legendary
*
Offline Offline

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
January 15, 2017, 10:10:48 AM
 #5

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.

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

❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘
❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
cryptomaxsun (OP)
Legendary
*
Offline Offline

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
February 20, 2017, 02:57:25 PM
 #6

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!

❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘
❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
cryptomaxsun (OP)
Legendary
*
Offline Offline

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
April 23, 2017, 09:56:38 AM
 #7

Help!
And to all people, help with setting up and installing the pool under https://github.com/sammy007/open-ethereum-pool
for reward!

❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘
❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
McMCrypto
Newbie
*
Offline Offline

Activity: 82
Merit: 0


View Profile
July 03, 2018, 06:48:10 PM
 #8


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


 Huh Huh Huh Huh
Pages: [1]
  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!