Bitcoin Forum
May 23, 2024, 07:58:37 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 [36] 37 38 39 40 41 42 43 44 45 46 47 48 49 50 »
701  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 13, 2015, 02:48:02 PM
Do I need to run step 2 at final launch? Nodes will be the same?  Undecided

"nodes should be the same"

What about step 2 genesis? Do I need to run it at launch? There will be other genesis block right?
702  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 13, 2015, 02:27:29 PM
Do I need to run step 2 at final launch? Nodes will be the same?  Undecided
703  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 13, 2015, 01:40:58 PM
Do I need to run step 2 at final launch? Nodes will be the same?
704  Alternate cryptocurrencies / Announcements (Altcoins) / Re: MicroCoin! A Coin for Microcontrollers like the Arduino! on: September 13, 2015, 05:07:55 AM
Just make countdown like this

http://www.tickcounter.com/countdown/20160101120000am/w4330/1/

http://www.tickcounter.com/
705  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 13, 2015, 05:00:57 AM
step 2 is in red.
step 3 is below.

i have tried editing the step 3 bat removing the logging, adding rpc port etc. still same results.



The error message, "The process cannot access the file because it is being used by another process." says that the chainstate is being accessed by something else. This is Likely step 2. You need to close step 2 (press ctrl+c multiple times on it) after it is done building the genesis.

We rushed out the bat's to help users get going easier that were having trouble from the command line, so we may have named them a little confusingly, we will make the bats and process clearer and provide more documentation in the morning. To clarify the current bat process:

You only need to run Step 1 and 2 once, before the first time you run expanse. They are to setup and configure Expanse chain and your initial account. After Step 2 completes press ctrl+c to close the application.


Step 3. Runs Expanse, It should be run whenever you want to run expanse.
gpu_mininsolo.bat Starts mining. Expanse should already be running when you launch it.

So to clarify: Run Step 1 and 2 the first time you install expanse to get setup.

Then when you want to mine Run Step 3 if Expanse is not already running then gpu_mining_solo.bat ; If expanse is already running, you can just run gpu_mining_solo.bat. If you don't know if Expanse is running, try opening the Task manager and looking for 'gexp.exe'.

We will simplify and clarify this process further prior to launch.



Do I need to run step 2 with final launch? Nodes will be the same?
706  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ★ [STC] ★ STARCOIN ★ X11 ★ NEW Cryptocurrency ★ Launch now on: September 12, 2015, 07:25:34 PM
miner is not connecting  Huh
707  Alternate cryptocurrencies / Announcements (Altcoins) / Re: MicroCoin! A Coin for Microcontrollers like the Arduino! on: September 12, 2015, 02:15:45 PM
Set a countdown please.
708  Alternate cryptocurrencies / Announcements (Altcoins) / Re: MicroCoin! A Coin for Microcontrollers like the Arduino! on: September 12, 2015, 01:45:21 PM
Instructions?
709  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ƊƛƦƘƇƠƦƓƖ|ƧƇƦƳƤƬ|ƤƠƜ|ƬƲƦƝ ƬƠ ƬӇЄ ƊƛƦƘ ƧƖƊЄ|ƔƖƝƬƛ on: September 12, 2015, 01:30:36 PM
No source?
710  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TRICK] [REBORN] TrickyCoin : x11 : PoS 23% : ~7.5 MTRICK Supply on: September 12, 2015, 11:15:01 AM
Reborn?
711  Alternate cryptocurrencies / Announcements (Altcoins) / Re: MicroCoin! A Coin for Microcontrollers like the Arduino! on: September 12, 2015, 04:26:23 AM
Algo?
712  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 11, 2015, 05:02:12 PM
Will you provide windows binaries at official launch?
713  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Soil (SOIL) - Fair Launch, No premine, based on Ethereum on: September 10, 2015, 09:35:08 PM
I hope you will provide windows builds
714  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BSTK] <<<====BATTLESTAKE====FULL POS====VARIABLE STAKING====>>> on: September 10, 2015, 02:51:25 PM
ico ico ico after ico this is so boooooooooooring  Sad Sad Sad

BanzaiBTC's coin confirmed
715  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 10, 2015, 02:39:52 PM
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
716  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 10, 2015, 01:51:53 PM
No windows builds  Huh
717  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 10, 2015, 01:28:50 PM
Test launch live or not  Huh Can't see info anywhere...
718  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANNOUNCEMENT] Cryptoken CYT Our Open Source Vision [ANNOUNCEMENT] on: September 10, 2015, 12:33:20 PM
ICO again...  Cry
719  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANN [Shitest Coin in the World ] [SCitW] x13 Algo PoW/PoS Hybrid on: September 10, 2015, 09:29:12 AM
0.0000001 LTC per coin?
720  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 10, 2015, 06:27:37 AM
Test launch started  Huh
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 [36] 37 38 39 40 41 42 43 44 45 46 47 48 49 50 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!