Author

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

sr. member
Activity: 272
Merit: 310


This is also a testnet and we will also have those things too Smiley

I'll rebase with the latest eth changes aswell.

Will the release code and compiled windows binary be tested prior to launch?
hero member
Activity: 700
Merit: 500
Ubuntu 14.04
Terminal -­> go1.4

did you load the genesis and everything?

This is the line I'm getting a problem with :
Quote
build/bin/gexp --genesis test_genesis.json
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
Ubuntu 14.04
Terminal -­> go1.4

did you load the genesis and everything?
hero member
Activity: 700
Merit: 500
Ubuntu 14.04
Terminal -­> go1.4
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
Makes 30 minutes now, is there anything I can try?

ctrl+c out and reopen it

Done and still the same :-/
Is there a way to compile without UPNP?


what cmd are you using to start gexp?
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
In both Eth and Shift you dont have to generate the genesis block. Each of them also have compiled windows binaries. Will you clone from the more recent code and provide compiled windows binaries at launch? Many people want to help you test and cant right now.

This is also a testnet and we will also have those things too Smiley

I'll rebase with the latest eth changes aswell.
sr. member
Activity: 272
Merit: 310
When will compiled windows binary be provided for testing?
hero member
Activity: 700
Merit: 500
Makes 30 minutes now, is there anything I can try?

ctrl+c out and reopen it

Done and still the same :-/
Is there a way to compile without UPNP?
sr. member
Activity: 463
Merit: 250


lol i'll only have 1 million. But I like the sound of 1.1. Guess im a little low on evasion today.

125,000 blocks worth to dump right at launch? At 60 second block time it will take miners how long to match that? Why don't you show people the math of that one.
legendary
Activity: 1470
Merit: 1000
cryptocollectorsclub.com
Maybe it would be a good idea to have a images with a guide/wiki to set up on different platforms: OSX, Windows and Linux....

I agree, that is a good idea. I believe Dan is working on something, but I forwarded your suggestion as well.

If time permits, maybe even videos.... Cool

Well, might not be time for videos as some other things are in progress, but eventually that is something that would be nice on the website.
sr. member
Activity: 272
Merit: 310
In both Eth and Shift you dont have to generate the genesis block. Each of them also have compiled windows binaries. Will you clone from the more recent code and provide compiled windows binaries at launch? Many people want to help you test and cant right now.
hero member
Activity: 518
Merit: 500
Maybe it would be a good idea to have a images with a guide/wiki to set up on different platforms: OSX, Windows and Linux....

I agree, that is a good idea. I believe Dan is working on something, but I forwarded your suggestion as well.

If time permits, maybe even videos.... Cool
legendary
Activity: 1470
Merit: 1000
cryptocollectorsclub.com
Maybe it would be a good idea to have a images with a guide/wiki to set up on different platforms: OSX, Windows and Linux....

I agree, that is a good idea. I believe Dan is working on something, but I forwarded your suggestion as well.
sr. member
Activity: 463
Merit: 250


It is what we are doing. Its all in the OP

You forgot the 1.1 million coins you will have at launch. If you want trust, remove that part. Or dodge that question again.
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
Finally I'm mining:

> web3.fromWei(exp.getBalance(exp.coinbase))
16

Now, can I try ethminer here in Testnet? or that only will work until launch day?

good work man! you mined 2 blocks. Hell yea Cheesy

ethminer should work and I encourage you to try it out and report back if anything strange happens.
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
I'm getting this error when I try to add peers:

ubu@ubu:~/go-expanse$ admin.addPeer("enode://4055ec69e53df4bfecb95e3b65c28e4f2a1145a3bdc4d85d077b552248cf159951afd649f044783bebf48b902fbc0e96978c76236fd4ab3d5ef7d95d72b84ee5@[::]:42786")
bash: syntax error near unexpected token `"enode://4055ec69e53df4bfecb95e3b65c28e4f2a1145a3bdc4d85d077b552248cf159951afd649f044783bebf48b902fbc0e96978c76236fd4ab3d5ef7d95d72b84ee5@[::]:42786"'

Same with the other peer:

ubu@ubu:~/go-expanse$ admin.addPeer("enode://f944c6702a78a0cbcd6505b76daff069dad2e45ff88896c475da2bef47091c88e5b4042211233e397ad958be998003a2674151e60719c5fdeeff5f8cc2c231a1@74.196.59.103:42786")
bash: syntax error near unexpected token `"enode://f944c6702a78a0cbcd6505b76daff069dad2e45ff88896c475da2bef47091c88e5b4042211233e397ad958be998003a2674151e60719c5fdeeff5f8cc2c231a1@74.196.59.103:42786"'

you have to be at the console so

in go-expanse

Code:
build/bin/gexp --rpc console 2>exp.log

it will load the console for you, then you can run the gexp js console command there.

Thanks, I could only add your peer, defaced, the other one doesn't show.

I already started the miner, but how do I know is working? or how do I figure out the hash rate?

Lots of commands

https://github.com/expanse-project/go-expanse/wiki/JavaScript-Console

hero member
Activity: 582
Merit: 502
Finally I'm mining:

> web3.fromWei(exp.getBalance(exp.coinbase))
16

Now, can I try ethminer here in Testnet? or that only will work until launch day?
hero member
Activity: 518
Merit: 500
Maybe it would be a good idea to have images with a guide/wiki to set up on different platforms: OSX, Windows and Linux....
hero member
Activity: 518
Merit: 500
So, the launch will be 5pm PST on 9/13?

Yes, that is correct. The test launch is running now so you can also test any settings in advance if you like.

Thanks, cool...

I'm confident enoug when the official launch to just point the miners with the proper settings... Cool
hero member
Activity: 582
Merit: 502
I'm getting this error when I try to add peers:

ubu@ubu:~/go-expanse$ admin.addPeer("enode://4055ec69e53df4bfecb95e3b65c28e4f2a1145a3bdc4d85d077b552248cf159951afd649f044783bebf48b902fbc0e96978c76236fd4ab3d5ef7d95d72b84ee5@[::]:42786")
bash: syntax error near unexpected token `"enode://4055ec69e53df4bfecb95e3b65c28e4f2a1145a3bdc4d85d077b552248cf159951afd649f044783bebf48b902fbc0e96978c76236fd4ab3d5ef7d95d72b84ee5@[::]:42786"'

Same with the other peer:

ubu@ubu:~/go-expanse$ admin.addPeer("enode://f944c6702a78a0cbcd6505b76daff069dad2e45ff88896c475da2bef47091c88e5b4042211233e397ad958be998003a2674151e60719c5fdeeff5f8cc2c231a1@74.196.59.103:42786")
bash: syntax error near unexpected token `"enode://f944c6702a78a0cbcd6505b76daff069dad2e45ff88896c475da2bef47091c88e5b4042211233e397ad958be998003a2674151e60719c5fdeeff5f8cc2c231a1@74.196.59.103:42786"'

you have to be at the console so

in go-expanse

Code:
build/bin/gexp --rpc console 2>exp.log

it will load the console for you, then you can run the gexp js console command there.

Thanks, I could only add your peer, defaced, the other one doesn't show.

I already started the miner, but how do I know is working? or how do I figure out the hash rate?
Jump to: