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
+ arg=pipefail
+ case ${arg} in
+ basic_setup
+ echo 'setup testnet'
setup testnet
+ rm -rf /tmp/celer_manual_test
+ go run /Users/yashbhutwala/gocode/src/github.com/celer-network/goCeler-oss/test/manual/setup.go -logcolor
Using folder: /tmp/celer_manual_test/
2021-06-08 14:44:10.623 |INFO | utils.go:257: outRootDir /tmp/celer_manual_test/ envDir /Users/yashbhutwala/gocode/src/github.com/celer-network/goCeler-oss/testing/env/
2021-06-08 14:44:10.626 |INFO | utils.go:266: copy /Users/yashbhutwala/gocode/src/github.com/celer-network/goCeler-oss/testing/env/keystore /tmp/celer_manual_test/chaindata/keystore
geth pid: 63578
geth process failed: exit status 1
exit status 1
> go version
go version go1.16.5 darwin/amd64
> geth version
Geth
Version: 1.10.3-stable
Architecture: amd64
Go Version: go1.16.3
Operating System: darwin
GOPATH=/Users/yashbhutwala/gocode
GOROOT=go
Is there better, functioning instructions for how to run celer on testnet?
The text was updated successfully, but these errors were encountered:
I tried following https://github.com/celer-network/goCeler-oss/blob/master/test/manual/README.md#run-local-manual-tests, but here is the error I get:
Is there better, functioning instructions for how to run celer on testnet?
The text was updated successfully, but these errors were encountered: