Author

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

full member
Activity: 405
Merit: 105
Do we start ethminer.exe while step 3 is running? Or, does it not need to be touched?I don't see it mining, I type miner.start() and it said "true"?
legendary
Activity: 1190
Merit: 1004
Much more interesting then the other scam eth fork coin out some weeks ago with big premine.

And there is also a legit dev here.



Pity this premine is 44x larger than Shifts.



What % did these devs determine they will premine? I'm fine giving devs some premine. There is no ICO so they will not be paid for this project except for in EXP. You have to look at % of premine, not # of coins premined.


hero member
Activity: 601
Merit: 500
I finish the guide with step 3 , with that console :

Code:
instance: Gexp/v1.1.3/windows/go1.4.2
 datadir: C:\Users\Joro\AppData\Roaming\Expanse
coinbase: 0x7b19037db71f10bd38c9a5e1608e6f50e7af2a87
at block: 7785 (Sun, 13 Sep 2015 22:35:33 EEST)
modules: admin:1.0 db:1.0 debug:1.0 exp:1.0 miner:1.0 net:1.0 personal:1.0 shh:1
.0 txpool:1.0 web3:1.0
>

All fine. Now you can...
check the peer nodes: admin.peers
show your accounts: exp.accounts
start cpu mining: miner.start()
check your balance: web3.fromWei(exp.getBalance(exp.accounts[0]))  
...
legendary
Activity: 1120
Merit: 1000
Couple of noob issues for Win 64:

Step 1 new account - OK
Step 2 - Should text be all in red or does that indicate errors? Probably just text color?
Step 3 - I get "Fatal: blockchain db err: The process cannot access the file..."

What needs to be changed?

Step 2: The different colors of the 3 steps should help to distinguish it, no error
Step 3: Seems another gexp process is running, please close the step2 window (Ctrl+C)



OK yes, it works. Mining fine (testnet?). Should any text be changed in the files once we launch or is everything setup already?
hero member
Activity: 601
Merit: 500
Couple of noob issues for Win 64:

Step 1 new account - OK
Step 2 - Should text be all in red or does that indicate errors? Probably just text color?
Step 3 - I get "Fatal: blockchain db err: The process cannot access the file..."

What needs to be changed?

Step 2: The different colors of the 3 steps should help to distinguish it, no error
Step 3: Seems another gexp process is running, please close the step2 window (Ctrl+C)

legendary
Activity: 1120
Merit: 1000
Couple of noob issues for Win 64:

Step 1 new account - OK
Step 2 - OK I guess
Step 3 - I get "Fatal: blockchain db err: The process cannot access the file..."
Step 4 -

legendary
Activity: 1568
Merit: 1000
Twitter @Acimirov
Anyone knows how to check my wallet balance ? Smiley
web3.fromWei(exp.getBalance(exp.coinbase))   


What a command. Thanks a lot btw Wink
sr. member
Activity: 463
Merit: 250
Much more interesting then the other scam eth fork coin out some weeks ago with big premine.

And there is also a legit dev here.



Pity this premine is 44x larger than Shifts.
legendary
Activity: 1512
Merit: 1000
quarkchain.io
I finish the guide with step 3 , with that console :

Code:
instance: Gexp/v1.1.3/windows/go1.4.2
 datadir: C:\Users\Joro\AppData\Roaming\Expanse
coinbase: 0x7b19037db71f10bd38c9a5e1608e6f50e7af2a87
at block: 7785 (Sun, 13 Sep 2015 22:35:33 EEST)
modules: admin:1.0 db:1.0 debug:1.0 exp:1.0 miner:1.0 net:1.0 personal:1.0 shh:1
.0 txpool:1.0 web3:1.0
>
full member
Activity: 233
Merit: 100
Anyone knows how to check my wallet balance ? Smiley
web3.fromWei(exp.getBalance(exp.coinbase))   
hero member
Activity: 868
Merit: 1000
Much more interesting then the other scam eth fork coin out some weeks ago with big premine.

And there is also a legit dev here.

hero member
Activity: 600
Merit: 500
Pool is ready for pre-reg:

https://exp.suprnova.cc

I'll launch the pool approx 6-8 hours after coin launch, so there is plenty of time for you guys to solo and get the rigs etc. running

Awesome! I will switch to the pool after some hours or days of solo mining.
legendary
Activity: 1568
Merit: 1000
Twitter @Acimirov
Anyone knows how to check my wallet balance ? Smiley
member
Activity: 90
Merit: 10
please update the Linux instructions in OP (needed installing on a fresh Ubuntu 14.04)

sudo apt-get install git binutils bison gcc make libgmp3-dev curl
touch ~/.bashrc             (if file not exist, the installer creates no entry and gvm will not be found)
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
      (to take change in .bashrc in effect)
gvm install go1.4
gvm use go1.4 --default
git clone -b develop http://www.github.com/expanse-project/go-expanse.git 
cd go-expanse
make gexp

That works! thank you!
legendary
Activity: 2688
Merit: 1240
Pool is ready for pre-reg:

https://exp.suprnova.cc

I'll launch the pool approx 6-8 hours after coin launch, so there is plenty of time for you guys to solo and get the rigs etc. running
legendary
Activity: 1339
Merit: 1002
https://drive.google.com/file/d/0B6-zgS8gYXFaRmtfeEpLZTFqZzA/view?usp=sharing

Everyone on windows having problems give this zip a try.

It comes with 64 bit version of gexp and bat files that make the process smooth as possible.

Report back please.


Yeees...now connected and working.


hello help me please?

Download this from https://drive.google.com/file/d/0B6-zgS8gYXFaRmtfeEpLZTFqZzA/view?usp=sharing
 and then

Step-1 new account (passwords are invisible, enter password, hit enter, enter password again, hit enter)
Step-2 genesis (just click that) but u have to edit the file and replace geth with gexp then u close it with CTRL+C
Step-3 Start Expanse
Step-4 gpu_mining_solo

ok thank you very much and it seems that this undermining and how I see my balance as is transferred thanks
hero member
Activity: 601
Merit: 500
please update the Linux instructions in OP (needed installing on a fresh Ubuntu 14.04)

sudo apt-get install git binutils bison gcc make libgmp3-dev curl
touch ~/.bashrc             (if file not exist, the installer creates no entry and gvm will not be found)
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
      (to take change in .bashrc in effect)
gvm install go1.4
gvm use go1.4 --default
git clone -b develop http://www.github.com/expanse-project/go-expanse.git 
cd go-expanse
make gexp
hero member
Activity: 582
Merit: 502
Me GPU mining on windows to a linux daemon on my local network



What miner is it?  And how do you point the miner towards your daemon?
I can only use ethminer on the same box that's running the daemon. I tried using my local ip address and several rpc ports but it can't connect
newbie
Activity: 37
Merit: 0
hero member
Activity: 601
Merit: 500
That seems like an accurate description of what is happening

And what could be the solution for the average inexperienced user?
I think the client discover peers using IPv6 and IPv4 connections or it should prevent IPv6 connections.
And that should take place before the main launch, to allow a fair distribution!!
Jump to: