You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go version: go1.16.6 linux/amd64, go1.16 linux/amd64
Geth version: V1.5.0 - Atlas
OS & Version: Linux
Commit hash : (if develop)
Expected behaviour
Actual behaviour
Steps to reproduce the behaviour
Backtrace
root@debian:~# cd Ether1
root@debian:~/Ether1# make geth
env GO111MODULE=on go run build/ci.go install ./cmd/geth
>>> /usr/local/go/bin/go build -ldflags -X main.gitCommit=2b38397ffc3138bb1a146a73dfed29d3d9acbe47 -X main.gitDate=20210718 -trimpath -v -o /root/Ether1/build/bin/geth ./cmd/geth
../go/pkg/mod/github.com/lucas-clemente/[email protected]/internal/qtls/go115.go:12:2: missing go.sum entry for module providing package github.com/marten-seemann/qtls-go1-15 (imported by github.com/lucas-clemente/quic-go/internal/qtls); to add:
go get github.com/lucas-clemente/quic-go/internal/[email protected]
util.go:47: exit status 1
exit status 1
Makefile:16: ошибка выполнения рецепта для цели «geth»
make: *** [geth] Ошибка 1
doesn't want to build
The text was updated successfully, but these errors were encountered:
Run following commands to make it work in version 1.16 aswel:
cd Ether1
systemctl stop ether1node
go mod tidy
make
systemctl start ether1node
If any error occur on the systemctl start command, try a fresh block database build using:
/root/Ether1/build/bin/geth removedb
"Y" on everything will clear your node block height back to 0 (full resync).
after that, run systemctl start ether1node again
edit note: looks like 1.16 go version no longer supports the --lightserv 75 --lightpeers 100 tags. please remove them in orde to make your bootnode work on go 1.16 + etho Atlas 1.5.0 update.
System information
Go version:
go1.16.6 linux/amd64, go1.16 linux/amd64
Geth version:
V1.5.0 - Atlas
OS & Version: Linux
Commit hash : (if
develop
)Expected behaviour
Actual behaviour
Steps to reproduce the behaviour
Backtrace
doesn't want to build
The text was updated successfully, but these errors were encountered: