defaced (OP)
Legendary
Offline
Activity: 2198
Merit: 1014
Franko is Freedom
|
|
September 10, 2015, 06:39:47 PM |
|
After "bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)", I was asked to re-start the terminal, which I did; but then, when I start a new Terminal, I got this in the first line: "n[[: command not found", then the bash prompt. And when I tried to run "go install go1.4", I got this message: can't load package: package go1.4: cannot find package "go1.4" in any of: /usr/lib/go/src/pkg/go1.4 (from $GOROOT) ($GOPATH not set) I'm using Ubuntu 15.04, thanks in advance you have to set it as your default gvm use go1.4 --default
|
|
|
|
GoldTiger69
|
|
September 10, 2015, 07:01:07 PM |
|
After "bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)", I was asked to re-start the terminal, which I did; but then, when I start a new Terminal, I got this in the first line: "n[[: command not found", then the bash prompt. And when I tried to run "go install go1.4", I got this message: can't load package: package go1.4: cannot find package "go1.4" in any of: /usr/lib/go/src/pkg/go1.4 (from $GOROOT) ($GOPATH not set) I'm using Ubuntu 15.04, thanks in advance you have to set it as your default gvm use go1.4 --default Thanks for response, but I get: ubu@ubu:~$ gvm use go1.4 [--default] No command 'gvm' found, but there are 18 similar ones gvm: command not found And as I said, I can't past from ""go install go1.4", because of the error message: can't load package: package go1.4: cannot find package "go1.4" in any of: /usr/lib/go/src/pkg/go1.4 (from $GOROOT) ($GOPATH not set)
|
|
|
|
defaced (OP)
Legendary
Offline
Activity: 2198
Merit: 1014
Franko is Freedom
|
|
September 10, 2015, 07:06:01 PM |
|
After "bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)", I was asked to re-start the terminal, which I did; but then, when I start a new Terminal, I got this in the first line: "n[[: command not found", then the bash prompt. And when I tried to run "go install go1.4", I got this message: can't load package: package go1.4: cannot find package "go1.4" in any of: /usr/lib/go/src/pkg/go1.4 (from $GOROOT) ($GOPATH not set) I'm using Ubuntu 15.04, thanks in advance you have to set it as your default gvm use go1.4 --default Thanks for response, but I get: ubu@ubu:~$ gvm use go1.4 [--default] No command 'gvm' found, but there are 18 similar ones gvm: command not found And as I said, I can't past from ""go install go1.4", because of the error message: can't load package: package go1.4: cannot find package "go1.4" in any of: /usr/lib/go/src/pkg/go1.4 (from $GOROOT) ($GOPATH not set) did you restart your terminal session?
|
|
|
|
GoldTiger69
|
|
September 10, 2015, 07:07:25 PM |
|
After "bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)", I was asked to re-start the terminal, which I did; but then, when I start a new Terminal, I got this in the first line: "n[[: command not found", then the bash prompt. And when I tried to run "go install go1.4", I got this message: can't load package: package go1.4: cannot find package "go1.4" in any of: /usr/lib/go/src/pkg/go1.4 (from $GOROOT) ($GOPATH not set) I'm using Ubuntu 15.04, thanks in advance you have to set it as your default gvm use go1.4 --default Thanks for response, but I get: ubu@ubu:~$ gvm use go1.4 [--default] No command 'gvm' found, but there are 18 similar ones gvm: command not found And as I said, I can't past from ""go install go1.4", because of the error message: can't load package: package go1.4: cannot find package "go1.4" in any of: /usr/lib/go/src/pkg/go1.4 (from $GOROOT) ($GOPATH not set) did you restart your terminal session? I restarted the whole computer
|
|
|
|
defaced (OP)
Legendary
Offline
Activity: 2198
Merit: 1014
Franko is Freedom
|
|
September 10, 2015, 07:10:19 PM |
|
gvm install go1.4
I had a typo in the instructions im sorry
|
|
|
|
therealbigcoin
|
|
September 10, 2015, 07:21:35 PM |
|
gvm install go1.4 is working for me can u update your instructions so everybody can install it like this?
|
|
|
|
defaced (OP)
Legendary
Offline
Activity: 2198
Merit: 1014
Franko is Freedom
|
|
September 10, 2015, 07:24:43 PM |
|
gvm install go1.4 is working for me can u update your instructions so everybody can install it like this? I updated the OP
|
|
|
|
|
defaced (OP)
Legendary
Offline
Activity: 2198
Merit: 1014
Franko is Freedom
|
|
September 10, 2015, 07:32:45 PM |
|
https://github.com/moovweb/gvmthis is the repo we are using and might help a little more.
|
|
|
|
sjenja
|
|
September 10, 2015, 07:55:13 PM |
|
Nvm fixed it myself
|
|
|
|
GoldTiger69
|
|
September 10, 2015, 08:09:02 PM |
|
Nvm fixed it myself I'm having the same issue, how did you fixed it?
|
|
|
|
nix_on
|
|
September 10, 2015, 08:09:46 PM |
|
How can you call it "Fair launch " without windows wallet ? You should use antonym of a word "fair"
|
|
|
|
therealbigcoin
|
|
September 10, 2015, 08:11:42 PM |
|
ok admin.peers get me null. howto add some peers? with admin.getpeers?
|
|
|
|
Odd Thomas
|
|
September 10, 2015, 08:14:53 PM |
|
Need a compiled windows build.
|
|
|
|
sjenja
|
|
September 10, 2015, 08:16:48 PM |
|
Nvm fixed it myself I'm having the same issue, how did you fixed it? Okay once you run the install command " bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)" It will mess up you .bachrc file in the home/YOURUSER/ directory. Open that .bachrc life and scroll down till you find #THIS MUST BE AT THE END OF THE FILE FOR GVM TO WORK!!! export GVM_DIR="/home/YOURUSER/.gvm" [[ -s "/home/YOURUSER/.gvm/bin/gvm-init.sh" ]] && source "/home/YOURUSER/.gvm/bin/gvm-init.sh" /n[[ -s "/home/YOURUSER/.gvm/scripts/gvm" ]] && source "/home/YOURUSER/.gvm/scripts/gvm" Delete the "/n" and now gvm should work and also recolonize go1.4
|
|
|
|
defaced (OP)
Legendary
Offline
Activity: 2198
Merit: 1014
Franko is Freedom
|
|
September 10, 2015, 08:23:11 PM |
|
admin.addPeer("enode://4055ec69e53df4bfecb95e3b65c28e4f2a1145a3bdc4d85d077b552248cf159951afd649f044783bebf48b902fbc0e96978c76236fd4ab3d5ef7d95d72b84ee5@[::]:42786")
once you have it up and running and at the console
|
|
|
|
jjjordan
|
|
September 10, 2015, 08:25:44 PM |
|
Need a compiled windows build.
Second that
|
|
|
|
CowboyKiller
|
|
September 10, 2015, 08:26:36 PM |
|
More justifications for the 2.7 years of coin premine go here.
11 million, 60 million, hell take it all. It will have no value on any exchange either way. No value means no money for you and no ability to work on it fulltime. Take a far smaller premine, lock it up in contracts released once a month (you say you want a wage right, not an up front moneygrab) and buy orders will actually be placed on exchanges, and you will be able to work on it fulltime.
|
|
|
|
defaced (OP)
Legendary
Offline
Activity: 2198
Merit: 1014
Franko is Freedom
|
|
September 10, 2015, 08:27:19 PM |
|
also you could give me your node url and i could add it from my nodes. In the release version we will have hard coded nodes.
|
|
|
|
sjenja
|
|
September 10, 2015, 08:36:31 PM |
|
also you could give me your node url and i could add it from my nodes. In the release version we will have hard coded nodes. DiscPort: 42786, IP: "", ListenAddr: "[::]:42786", Name: "Gexp/v1.1.2-74cee8c3/linux/go1.4", NodeID: "25bf61212436189a39034cf379a9863794710e4fb6e3ef616f404b85d86c7378cd6de0a763cd2f2 98a49a80e8b58605f5384a02d17696c5211d0fea6ad47ffeb", NodeUrl: "enode://25bf61212436189a39034cf379a9863794710e4fb6e3ef616f404b85d86c7378cd6de0a763cd2f298a49a80e8b58605f5384a02d17696c5211d0fea6ad47ffeb@:42786", TCPPort: 42786, Td: "134184960" } cant seem to add any nodes 0 peers
|
|
|
|
|