open-eth-pool-script-install icon indicating copy to clipboard operation
open-eth-pool-script-install copied to clipboard

How can I solve my problems

Open yangjunyangzihan opened this issue 3 years ago • 4 comments

sudo ./configuration.sh

fatal: destination path 'open-ethereum-pool' already exists and is not an empty directory. Make can time as it will download the packages

build/env.sh go get -v ./... build/env.sh: 32: exec: go: not found Makefile:10: recipe for target 'all' failed make: *** [all] Error 127 ./configuration.sh: line 126: ./build/bin/open-ethereum-pool: No such file or directory

Makefile:

This Makefile is meant to be used by people that do not usually work

with Go source code. If you know what GOPATH is then you probably

don't need to bother with make.

.PHONY: all test clean

GOBIN = build/bin

all: build/env.sh go get -v ./...

test: all build/env.sh go test -v ./...

clean: rm -fr build/_workspace/pkg/ $(GOBIN)/*

configuration : ./build/bin/open-ethereum-pool config.json

Please help me man

yangjunyangzihan avatar Nov 24 '21 11:11 yangjunyangzihan

I didn't understand your problem. Can you please explain more? Thank you.

HamzaAnis avatar Nov 25 '21 20:11 HamzaAnis

Install the script according to your method. Run sudo ./configuration.sh

error: Make can time as it will download the packages

Build/env.sh go get -v. /...

Build/env.sh: 32: exec: go: not found

Makefile:10: recipe for target 'all' failed

Make: *** [all] Error 127

./Configuration.sh: line 126: ./build/bin/open-ethereum-pool: No such file or directory

yangjunyangzihan avatar Nov 26 '21 02:11 yangjunyangzihan

build/env.sh go get -v ./… github.com/gorilla/mux github.com/ethereum/go-ethereum/common/hexutil golang.org/x/crypto/sha3 github.com/ethereum/go-ethereum/common/math #github.com/ethereum/go-ethereum/common/math ../ethereum/go-ethereum/common/math/integer.go:84:21: undefined: bits.Sub64 •/ethereum/go-ethereum/common/math/integer.go:90:19: undefined: bits.Add64 ../../ethereum/go-ethereum/common/math/integer.go:96:12: undefined: bits. Mul64 gopkg.in/redis.v3/internal gopkg.in/redis. v3/internal/consistenthash github.com/ethereum/go-ethereum/common gopke.in/redis. v3/internal/hashtag gopkg.in/bsm/ratelimit.v1 gopkg.in/redis. v3/internal/pool gopkg.in/redis. v3 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/go-stack/stack github.com/ethereum/ethash/vendor/github.com/ethereum/go-ethereum/log github.com/yvasiyarov/go-metrics github.com/yvasiyarov/newrelic_platform_go github.com/yvasiyarov/gorelic Makefile: 10: recipe for target 'all' failed make: *** [all] Error 2

yangjunyangzihan avatar Nov 26 '21 02:11 yangjunyangzihan

Processing triggers for systemd(229-4ubuntu21.31) Failed to restart redis-server, servic.service: Unit redis-server.servic.service not foun d. Failed to restart .service: Unit .service not found. Enabling on reboot Synchronizing state of redis-server.service with Sysv init with /lib/systemd/systemd-sys v-install.. Executing /lib/systemd/systemd-sysv-install enable redis-server Reading package lists. Done Building dependency tree Reading state information... Done E: Unable to locate package watchman 999999 999999 999999 ./dependencies. sh: line 158: watchman: command not found Installing geth Reading package lists. .. Done Building dependency tree Reading state information... Done The following additional packages will be installed: python3-pycurl python3-software-properties unattended-upgrades Suggested packages: libcur14-gnutls-dev python-pycurl-doc python3-pycurl-dbg bsd-mailx default-mta | mail-transport-agent needrestart The following NEW packages will be installed: python3-pycurl python3-software-properties software-properties-common unattended-upgrades O upgraded, 4 newly installed, o to remove and 10 not upgraded. Need to get 114 kB of archives After this operation, 905 kB of additional disk space will be used.

yangjunyangzihan avatar Nov 26 '21 12:11 yangjunyangzihan