Namaste :)
About >> ethereum/go-ethereum#15466
all: switch gas limits from big.Int to uint64
That's throwing err while building.. I've fixed consensus.go & rpc.go files to near geth codes.. Nepal-Blockchain/smartpool-client@3a013eb
is there anything moar to check after those changes?
Hi All, at the time of installation when I execute the command :
./compile.sh
I am getting the below errors:
Compiling SmartPool client...
ethereum/ethash/algorithm.go:32:2: cannot find package "github.com/ethereum/go-ethereum/crypto/sha3" in any of:
/home/amitmodi_79/smartpool-client/build/_workspace/src/github.com/SmartPool/smartpool-client/vendor/github.com/ethereum/go-ethereum/crypto/sha3 (vendor tree)
/usr/lib/go-1.10/src/github.com/ethereum/go-ethereum/crypto/sha3 (from $GOROOT)
/home/amitmodi_79/smartpool-client/build/_workspace/src/github.com/ethereum/go-ethereum/crypto/sha3 (from $GOPATH)
Error when executing command: 'build/env.sh go build -ldflags -s -o smartpool cmd/ropsten/ropsten.go'