Author

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

sr. member
Activity: 360
Merit: 250
Token
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!

I have to agree with this, and I could be wrong but I don't think Shift's 250k premine has had that much of an effect on the market. Without a block explorer that can show info on accounts it's hard to tell.
full member
Activity: 193
Merit: 100
Nvm fixed it myself Smiley

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
 

Thank you very much, it worked!

Np, try starting a node
hero member
Activity: 582
Merit: 502
Nvm fixed it myself Smiley

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
 

Thank you very much, it worked!
full member
Activity: 193
Merit: 100
Try adding my other one too

admin.addPeer("enode://f944c6702a78a0cbcd6505b76daff069dad2e45ff88896c475da2bef47091c88e5b4042211233e397ad958be998003a2674151e60719c5fdeeff5f8cc2c231a1@74.196.59.103:42786")



Okay now I see you Smiley 1 peer
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
Try adding my other one too

admin.addPeer("enode://f944c6702a78a0cbcd6505b76daff069dad2e45ff88896c475da2bef47091c88e5b4042211233e397ad958be998003a2674151e60719c5fdeeff5f8cc2c231a1@74.196.59.103:42786")
full member
Activity: 193
Merit: 100
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. Smiley
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 Sad
0 peers
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
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. Smiley

Code:
admin.nodeInfo

sr. member
Activity: 463
Merit: 250


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.

sr. member
Activity: 271
Merit: 251
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
admin.addPeer("enode://4055ec69e53df4bfecb95e3b65c28e4f2a1145a3bdc4d85d077b552248cf159951afd649f044783bebf48b902fbc0e96978c76236fd4ab3d5ef7d95d72b84ee5@[::]:42786")


once you have it up and running and at the console
full member
Activity: 193
Merit: 100
Nvm fixed it myself Smiley

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
 
sr. member
Activity: 272
Merit: 310
Need a compiled windows build.
sr. member
Activity: 729
Merit: 251
ok admin.peers get me null.
howto add some peers? with admin.getpeers?
full member
Activity: 164
Merit: 100
How can you call it "Fair launch " without windows wallet ?
You should use antonym of a word "fair"
hero member
Activity: 582
Merit: 502
Nvm fixed it myself Smiley

I'm having the same issue, how did you fixed it?
full member
Activity: 193
Merit: 100
Nvm fixed it myself Smiley
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
https://github.com/moovweb/gvm

this is the repo we are using and might help a little more.
full member
Activity: 193
Merit: 100
After bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer) I get "n[[: command not found" whenever I start a terminal and I have restated the computer and still, so the package broke my bash? Also getting " No command 'gvm' found, but there are 18 similar ones
gvm: command not found" when trying to install go1.4

Help plz
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
gvm install go1.4 is working for me Smiley
can u update your instructions so everybody can install it like this?

I updated the OP Smiley
sr. member
Activity: 729
Merit: 251
gvm install go1.4 is working for me Smiley
can u update your instructions so everybody can install it like this?
Jump to: