Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum
by
jjjordan
on 13/09/2015, 21:20:30 UTC

A suggestion to the devs: Make a windows step-by-step guide and put it on the first page.
You can do it now and only change the official release genesis block later (if that is what you intend to do).
You will eliminate a ton of people's time and nerves to go through all the pages. Unless you are after more "bumps"...

Suggested guide format (similar to what you did with linux instructions:

1. Start gexp and create your own account with typing this:
gexp should get you a new address and prompt (C:\) is being shown again after you run it
Code:
gexp.exe account new


2. Download genesis file (link) and make sure you put it in same folder gexp is.
Import the genesis block and exit after that (ctrl+c)
Code:
gexp.exe --genesis exp-genesis.json
DON'T FORGET TO EXIT GEXP!


3.... bla-bla more explanation
Code:
code to run
...
etc