Author

Topic: [ANN] Expanse (EXP) - 1st Stable fork of Ethereum (New Algo + PirlGuard) - page 368. (Read 961462 times)

legendary
Activity: 2184
Merit: 1011
Franko is Freedom
gvm install go1.4

I had a typo in the instructions im sorry
hero member
Activity: 582
Merit: 502
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 Smiley
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
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?
hero member
Activity: 582
Merit: 502
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)
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
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
hero member
Activity: 582
Merit: 502
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
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
No worries, she is on Khan Academy doing math currently. Just let us know when you get around to it.


I wouldn't have it any other way...

Khan academy and services like it are the future. I love how they have everything gamified.
full member
Activity: 405
Merit: 105
No worries, she is on Khan Academy doing math currently. Just let us know when you get around to it.


I wouldn't have it any other way...
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
No windows builds  Huh

Not right this second, ill compile one later.

Install Git from http://git-scm.com/downloads

Install Golang from https://storage.googleapis.com/golang/go1.4.2.windows-amd64.msi

Install winbuilds from http://win-builds.org/1.5.0/win-builds-1.5.0.exe to c:\winbuilds

Run win builds here. It's safe to remove big dependencies like QT and GTK which aren't needed. An exact list of dependencies should be determined

Setup environment paths

Add GOROOT pointed to c:\go and GOPATH to c:\godev (you are free to pick these paths).

Set PATH to %PATH%;%GOROOT%\bin;%GOPATH%\bin;c:\winbuilds\bin

Open a terminal and install godep first: go get -u github.com/tools/godep

Open a terminal and download go-expanse go get -d -u github.com/expanse-project/go-expanse

Try building expanse with go dep, navigate to c:\godev\src\github.com\expanse-project\go-expanse\cmd\gexp and run git checkout develop && godep go install

If you want to build from an other branch bypass godep go install for go install and checkout the dependencies manually.


I've got to the end and I'm not finding a git checkout develop && godep go install under the c:\godev\......\gexp, or do I need to run go git in command?


I've found the checkout and develop but what's wit the && godep, godep is not found Maybe, try to reword the last line to me? I'm also helping my daughter, whom is homeschooled, out with this as a project. She is running everything while I check her work. So far, everything has bee a breeze. Thank you.

give me a little while, watching my kids while my wife runs to the store, ill work it out and see what I come up with. Its amazing though you got your daughter doing this! Thats exactly what we need in crypto. +9001 internets for that.
full member
Activity: 405
Merit: 105
No windows builds  Huh

Not right this second, ill compile one later.

Install Git from http://git-scm.com/downloads

Install Golang from https://storage.googleapis.com/golang/go1.4.2.windows-amd64.msi

Install winbuilds from http://win-builds.org/1.5.0/win-builds-1.5.0.exe to c:\winbuilds

Run win builds here. It's safe to remove big dependencies like QT and GTK which aren't needed. An exact list of dependencies should be determined

Setup environment paths

Add GOROOT pointed to c:\go and GOPATH to c:\godev (you are free to pick these paths).

Set PATH to %PATH%;%GOROOT%\bin;%GOPATH%\bin;c:\winbuilds\bin

Open a terminal and install godep first: go get -u github.com/tools/godep

Open a terminal and download go-expanse go get -d -u github.com/expanse-project/go-expanse

Try building expanse with go dep, navigate to c:\godev\src\github.com\expanse-project\go-expanse\cmd\gexp and run git checkout develop && godep go install

If you want to build from an other branch bypass godep go install for go install and checkout the dependencies manually.


I've got to the end and I'm not finding a git checkout develop && godep go install under the c:\godev\......\gexp, or do I need to run go git in command?


I've found the checkout and develop but what's wit the && godep, godep is not found Maybe, try to reword the last line to me? I'm also helping my daughter, whom is homeschooled, out with this as a project. She is running everything while I check her work. So far, everything has bee a breeze. Thank you.
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
No windows builds  Huh

Not right this second, ill compile one later.

Install Git from http://git-scm.com/downloads

Install Golang from https://storage.googleapis.com/golang/go1.4.2.windows-amd64.msi

Install winbuilds from http://win-builds.org/1.5.0/win-builds-1.5.0.exe to c:\winbuilds

Run win builds here. It's safe to remove big dependencies like QT and GTK which aren't needed. An exact list of dependencies should be determined

Setup environment paths

Add GOROOT pointed to c:\go and GOPATH to c:\godev (you are free to pick these paths).

Set PATH to %PATH%;%GOROOT%\bin;%GOPATH%\bin;c:\winbuilds\bin

Open a terminal and install godep first: go get -u github.com/tools/godep

Open a terminal and download go-expanse go get -d -u github.com/expanse-project/go-expanse

Try building expanse with go dep, navigate to c:\godev\src\github.com\expanse-project\go-expanse\cmd\gexp and run git checkout develop && godep go install

If you want to build from an other branch bypass godep go install for go install and checkout the dependencies manually.

It's been couple of hours. Did you by any chance build some win executable?
Do you plan to have windows binary available on official launch?

official launch will have binaries. I'm working on setting up cross compiling atm.
sr. member
Activity: 271
Merit: 251
No windows builds  Huh

Not right this second, ill compile one later.

Install Git from http://git-scm.com/downloads

Install Golang from https://storage.googleapis.com/golang/go1.4.2.windows-amd64.msi

Install winbuilds from http://win-builds.org/1.5.0/win-builds-1.5.0.exe to c:\winbuilds

Run win builds here. It's safe to remove big dependencies like QT and GTK which aren't needed. An exact list of dependencies should be determined

Setup environment paths

Add GOROOT pointed to c:\go and GOPATH to c:\godev (you are free to pick these paths).

Set PATH to %PATH%;%GOROOT%\bin;%GOPATH%\bin;c:\winbuilds\bin

Open a terminal and install godep first: go get -u github.com/tools/godep

Open a terminal and download go-expanse go get -d -u github.com/expanse-project/go-expanse

Try building expanse with go dep, navigate to c:\godev\src\github.com\expanse-project\go-expanse\cmd\gexp and run git checkout develop && godep go install

If you want to build from an other branch bypass godep go install for go install and checkout the dependencies manually.

It's been couple of hours. Did you by any chance build some win executable?
Do you plan to have windows binary available on official launch?
legendary
Activity: 1246
Merit: 1000
'But we all work full time on this' is just laughable as an excuse for giving yourself free money.


What else is crypto but flipping on your miners and minting yourself free money? But the fact is coins would not be worth anything in the first place without the work of developers giving value to a project.
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
Quote
blockchains with fast confirmation times currently suffer from reduced security due to a high stale rate - because blocks take a certain time to propagate through the network, if miner A mines a block and then miner B happens to mine another block before miner A's block propagates to B, miner B's block will end up wasted and will not contribute to network security.

That is taken from Ethereums own whitepaper.

They claim that their modified GHOST implementation solves the problem, which it does for the most part, but there is still a huge orphan rate that is drastically lowered by the incredibly simple solution of making blocks take a little longer. We also increased the amount of GAS a DAPP can use which will also benefit from a slightly longer block time.
full member
Activity: 224
Merit: 100
The fact that the development team compares this coin and it's massive premine to Ethereum and somehow thinks that people are going to swallow 11 million coin premine based on 'It's just like Ethereum they also premined' (But without the team, vision, 20k BTC ICO and corporate projects) is a joke. What part of 11 MILLION premine killing the coin don't you get? No one cares if it's 'community owned', it's 100% unnecessary, and the 'But we all work full time on this' is just laughable as an excuse for giving yourself free money.

With the 4x longer block time than Ether, and literally NO word on what makes this coin 'better for your purposes' than Ether a Premine over 100k is a complete no-go for most people. Look at what happened to Shift (the first Ether copy-paste) and block-times, price and premine. Yeah, it's pretty much dead already because there is NO profit to be made from mining with 250k coins hanging in the air and price tanking.

TLDR: 'Fairly distributed' , 11 million coin premine. ROTFL!
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
No windows builds  Huh

Not right this second, ill compile one later.

Install Git from http://git-scm.com/downloads

Install Golang from https://storage.googleapis.com/golang/go1.4.2.windows-amd64.msi

Install winbuilds from http://win-builds.org/1.5.0/win-builds-1.5.0.exe to c:\winbuilds

Run win builds here. It's safe to remove big dependencies like QT and GTK which aren't needed. An exact list of dependencies should be determined

Setup environment paths

Add GOROOT pointed to c:\go and GOPATH to c:\godev (you are free to pick these paths).

Set PATH to %PATH%;%GOROOT%\bin;%GOPATH%\bin;c:\winbuilds\bin

Open a terminal and install godep first: go get -u github.com/tools/godep

Open a terminal and download go-expanse go get -d -u github.com/expanse-project/go-expanse

Try building expanse with go dep, navigate to c:\godev\src\github.com\expanse-project\go-expanse\cmd\gexp and run git checkout develop && godep go install

If you want to build from an other branch bypass godep go install for go install and checkout the dependencies manually.

This is too hard for me  Cry

give a man a fish,he eats for a day, teach a man to fish, he eats for a lifetime. I have faith in you.
hero member
Activity: 574
Merit: 500
No windows builds  Huh

Not right this second, ill compile one later.

Install Git from http://git-scm.com/downloads

Install Golang from https://storage.googleapis.com/golang/go1.4.2.windows-amd64.msi

Install winbuilds from http://win-builds.org/1.5.0/win-builds-1.5.0.exe to c:\winbuilds

Run win builds here. It's safe to remove big dependencies like QT and GTK which aren't needed. An exact list of dependencies should be determined

Setup environment paths

Add GOROOT pointed to c:\go and GOPATH to c:\godev (you are free to pick these paths).

Set PATH to %PATH%;%GOROOT%\bin;%GOPATH%\bin;c:\winbuilds\bin

Open a terminal and install godep first: go get -u github.com/tools/godep

Open a terminal and download go-expanse go get -d -u github.com/expanse-project/go-expanse

Try building expanse with go dep, navigate to c:\godev\src\github.com\expanse-project\go-expanse\cmd\gexp and run git checkout develop && godep go install

If you want to build from an other branch bypass godep go install for go install and checkout the dependencies manually.

This is too hard for me  Cry
legendary
Activity: 2184
Merit: 1011
Franko is Freedom


1) Expanse isnt a "coin" its a tokenized dapp platform
2) You keep missing the point. No central authority is holding it. You, if you choose to participate in the network, will be one of many holding it and actively deciding how it gets spent.

You guys continue to dodge the questions about the 1.1 million coins you will have in your hands ready to dump on first exchange. Put your money where your mouth is. Delete the 1.1 million part you have up front, entirely. Go with 100% contract only community vote released over time fund and this might not be DOA.
+1
DEV`s you are answer/talking only about 90% of premine. Take your 1.1M coins in smart contract for 2-3 months, and no more questions to you.

That is reasonable, but I have already talked about every possible option like that with the team for over a month now, and we can't develop this to the level we plan on unless we are working on it full time. Which means we can't be working full time elsewhere, and we need some funding to add value to the project.

No matter what some people won't be happy, and some even think with a couple GPUs we should mine along with everyone else and work for a year, or years, for nothing, which is impossible for us and most anyone.

If you have any concerns, just wait, but we are sticking with the plan and we think it will speak for itself over time.



Don't mislead people, you're just make another clone coin. You not making something NEW or something unique.
Your work that is your investment in coin and this is the risk of getting nothing if you make "bad work". Why would you want to all risks fell on the shoulders of investors and miners? Take your 1.1M coins in smart contract for 2-3 months and if you make "good job" you make good profit from premine.

The source is open, why dont you make your own with qualities that fit your needs?
Hmm... all who wants to trade altcoins need to make his own clone? Pls Do not change subject of our discuss.

I'm merely saying that if you want a crypto that fits your agenda then you should probably learn to make your own.
Hix
legendary
Activity: 1971
Merit: 1036


1) Expanse isnt a "coin" its a tokenized dapp platform
2) You keep missing the point. No central authority is holding it. You, if you choose to participate in the network, will be one of many holding it and actively deciding how it gets spent.

You guys continue to dodge the questions about the 1.1 million coins you will have in your hands ready to dump on first exchange. Put your money where your mouth is. Delete the 1.1 million part you have up front, entirely. Go with 100% contract only community vote released over time fund and this might not be DOA.
+1
DEV`s you are answer/talking only about 90% of premine. Take your 1.1M coins in smart contract for 2-3 months, and no more questions to you.

That is reasonable, but I have already talked about every possible option like that with the team for over a month now, and we can't develop this to the level we plan on unless we are working on it full time. Which means we can't be working full time elsewhere, and we need some funding to add value to the project.

No matter what some people won't be happy, and some even think with a couple GPUs we should mine along with everyone else and work for a year, or years, for nothing, which is impossible for us and most anyone.

If you have any concerns, just wait, but we are sticking with the plan and we think it will speak for itself over time.



Don't mislead people, you're just make another clone coin. You not making something NEW or something unique.
Your work that is your investment in coin and this is the risk of getting nothing if you make "bad work". Why would you want to all risks fell on the shoulders of investors and miners? Take your 1.1M coins in smart contract for 2-3 months and if you make "good job" you make good profit from premine.

The source is open, why dont you make your own with qualities that fit your needs?
Hmm... all who wants to trade altcoins need to make his own clone? Pls Do not change subject of our discuss.
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
No windows builds  Huh

Not right this second, ill compile one later.

Install Git from http://git-scm.com/downloads

Install Golang from https://storage.googleapis.com/golang/go1.4.2.windows-amd64.msi

Install winbuilds from http://win-builds.org/1.5.0/win-builds-1.5.0.exe to c:\winbuilds

Run win builds here. It's safe to remove big dependencies like QT and GTK which aren't needed. An exact list of dependencies should be determined

Setup environment paths

Add GOROOT pointed to c:\go and GOPATH to c:\godev (you are free to pick these paths).

Set PATH to %PATH%;%GOROOT%\bin;%GOPATH%\bin;c:\winbuilds\bin

Open a terminal and install godep first: go get -u github.com/tools/godep

Open a terminal and download go-expanse go get -d -u github.com/expanse-project/go-expanse

Try building expanse with go dep, navigate to c:\godev\src\github.com\expanse-project\go-expanse\cmd\gexp and run git checkout develop && godep go install

If you want to build from an other branch bypass godep go install for go install and checkout the dependencies manually.
Jump to: