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
I recently had my systems hacked and had my mnemonic stolen from google drive (yes, I know, that was dumb putting it there). Anyway, whilst waiting for the hacker to steal my funds from unstaking, I desperately tried to spin up a node so I could smash using the CLI interface to beat the hacker to the withdrawal tx.
Funds are well and truly stolen now. But I want to understand why I couldn't get the node up and running. I'm on Ubuntu 20.04.2 LTS and go 1.14.2
Seems to compile ok, but then i get this from make test_unit
go test -timeout 45s `glide novendor` -tags=unit
/bin/sh: 1: glide: not found
can't load package: package .: no Go files in /home/cmskipsey/go/src/github.com/thetatoken/theta
make: *** [Makefile:36: test_unit] Error 1
Any ideas?
The text was updated successfully, but these errors were encountered:
Nope - mostly scammers in the Telegram channel (and the discord for that matter). Github repos are supposed to be where issues are dealt with so others can solve the same problems - Telegram doesn't help with that.
Update - I installed golang-glide ran make test_unit again and got this:
go test -timeout 45s `glide novendor` -tags=unit
go: downloading github.com/cpuguy83/go-md2man v1.0.10
go: downloading github.com/russross/blackfriday v2.0.0+incompatible
go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
go: directory common is outside main module
go: directory common/clist is outside main module
go: directory common/hexutil is outside main module
go: directory common/math is outside main module
go: directory common/metrics is outside main module
go: directory common/metrics/exp is outside main module
go: directory common/metrics/librato is outside main module
go: directory common/pqueue is outside main module
go: directory common/result is outside main module
go: directory common/timer is outside main module
go: directory common/util is outside main module
make: *** [Makefile:36: test_unit] Error 1
I recently had my systems hacked and had my mnemonic stolen from google drive (yes, I know, that was dumb putting it there). Anyway, whilst waiting for the hacker to steal my funds from unstaking, I desperately tried to spin up a node so I could smash using the CLI interface to beat the hacker to the withdrawal tx.
Funds are well and truly stolen now. But I want to understand why I couldn't get the node up and running. I'm on Ubuntu 20.04.2 LTS and go 1.14.2
Seems to compile ok, but then i get this from
make test_unit
Any ideas?
The text was updated successfully, but these errors were encountered: