kaene
|
 |
January 18, 2014, 10:39:29 PM |
|
Ok now it insta crashes when I type "setgenerate true".
Time to go to bed and try again next week? Yeah, let's do that. I obviously need to do some more testing. Thanks everyone! Best thing to do I guess. Please, confirm you won't be launching after some minutes/hours even if you fix it, and the sooner would be tomorrow, thanks.
|
|
|
|
|
|
|
|
|
Every time a block is mined, a certain amount of BTC (called the
subsidy) is created out of thin air and given to the miner. The
subsidy halves every four years and will reach 0 in about 130 years.
|
|
|
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
|
|
|
|
nunya_coin
|
 |
January 18, 2014, 10:41:50 PM |
|
Is this the best launch ever or what?
I liked the accidental 100% pre-mine aliencoin did myself 
|
|
|
|
eduffield (OP)
Legendary
Offline
Activity: 1176
Merit: 1036
Dash Developer
|
 |
January 18, 2014, 10:42:43 PM |
|
Ok now it insta crashes when I type "setgenerate true".
Time to go to bed and try again next week? Yeah, let's do that. I obviously need to do some more testing. Thanks everyone! Best thing to do I guess. Please, confirm you won't be launching after some minutes/hours even if you fix it, and the sooner would be tomorrow, thanks. Definitely not. I'll also follow up with this post when I do set a time.
|
Dash - Digital Cash | dash.org | dashfoundation.io | dashgo.io
|
|
|
xibeijan
Legendary
Offline
Activity: 1232
Merit: 1001
|
 |
January 18, 2014, 11:30:42 PM |
|
Lols... no seed nodes or anything...
|
|
|
|
eduffield (OP)
Legendary
Offline
Activity: 1176
Merit: 1036
Dash Developer
|
 |
January 18, 2014, 11:32:44 PM |
|
Lols... no seed nodes or anything...
The launch has been postponed till later so the main seeds were taken down.
|
Dash - Digital Cash | dash.org | dashfoundation.io | dashgo.io
|
|
|
drillbaby
Newbie
Offline
Activity: 38
Merit: 0
|
 |
January 19, 2014, 12:41:21 AM |
|
This is funny .... I just managed to compile a windows version, both wallet and daemon - won't sync though.
|
|
|
|
eduffield (OP)
Legendary
Offline
Activity: 1176
Merit: 1036
Dash Developer
|
 |
January 19, 2014, 01:50:07 AM Last edit: January 19, 2014, 05:52:15 AM by eduffield |
|
This is funny .... I just managed to compile a windows version, both wallet and daemon - won't sync though.
Awesome! We'll be launching soon. Things are looking good.
|
Dash - Digital Cash | dash.org | dashfoundation.io | dashgo.io
|
|
|
eduffield (OP)
Legendary
Offline
Activity: 1176
Merit: 1036
Dash Developer
|
 |
January 19, 2014, 01:50:53 AM |
|
Launch is being moved to 11PM EST!
|
Dash - Digital Cash | dash.org | dashfoundation.io | dashgo.io
|
|
|
jasemoney
Legendary
Offline
Activity: 1610
Merit: 1008
Forget-about-it
|
 |
January 19, 2014, 03:23:11 AM |
|
Windows ready then?
|
$MAID & $BTC other than that some short hodls and some long held garbage.
|
|
|
eon89
Sr. Member
  
Offline
Activity: 308
Merit: 292
★YoBit.Net★ 350+ Coins Exchange & Dice
|
 |
January 19, 2014, 03:27:42 AM |
|
Windows ready then?
Ridiculous if not.
|
|
|
|
eduffield (OP)
Legendary
Offline
Activity: 1176
Merit: 1036
Dash Developer
|
 |
January 19, 2014, 03:59:00 AM |
|
Pushed the changes to master-0.8!
You'll want to update to that source and add these nodes to your config! Good luck
addnode=23.23.186.131 addnode=50.16.206.102 addnode=50.19.116.123 addnode=98.165.130.67
Also, clear out ~/.xcoin before relaunching to avoid errors!
|
Dash - Digital Cash | dash.org | dashfoundation.io | dashgo.io
|
|
|
jasemoney
Legendary
Offline
Activity: 1610
Merit: 1008
Forget-about-it
|
 |
January 19, 2014, 04:01:08 AM |
|
Hook it up drill baby 
|
$MAID & $BTC other than that some short hodls and some long held garbage.
|
|
|
eduffield (OP)
Legendary
Offline
Activity: 1176
Merit: 1036
Dash Developer
|
 |
January 19, 2014, 04:01:40 AM |
|
Windows ready then?
There was a user that said he compiled it and it was ready. So it should be out soon!
|
Dash - Digital Cash | dash.org | dashfoundation.io | dashgo.io
|
|
|
bryhardt
Member

Offline
Activity: 89
Merit: 10
|
 |
January 19, 2014, 04:29:16 AM |
|
I compiled the exe for Windows... no blocks yet, just a bazillion rejects.
|
|
|
|
eduffield (OP)
Legendary
Offline
Activity: 1176
Merit: 1036
Dash Developer
|
 |
January 19, 2014, 04:56:32 AM |
|
Everyone please update to the new version on the git repo, there was a serious error that I just fixed:
terminate called after throwing an instance of 'std::runtime_error' what(): CreateNewBlock() : ConnectBlock failed Aborted (core dumped)
|
Dash - Digital Cash | dash.org | dashfoundation.io | dashgo.io
|
|
|
bryhardt
Member

Offline
Activity: 89
Merit: 10
|
 |
January 19, 2014, 05:04:35 AM |
|
update doesn't compile:
init.cpp:745:15: error: operator '!' has no right operand
|
|
|
|
eduffield (OP)
Legendary
Offline
Activity: 1176
Merit: 1036
Dash Developer
|
 |
January 19, 2014, 05:09:35 AM |
|
update doesn't compile:
init.cpp:745:15: error: operator '!' has no right operand
Hmmm, I didn't update that part of the code. Although, I just updated again so try: git reset --hard HEAD git pull origin master-0.8 make clean make
|
Dash - Digital Cash | dash.org | dashfoundation.io | dashgo.io
|
|
|
bryhardt
Member

Offline
Activity: 89
Merit: 10
|
 |
January 19, 2014, 05:24:04 AM |
|
update doesn't compile:
init.cpp:745:15: error: operator '!' has no right operand
Hmmm, I didn't update that part of the code. Although, I just updated again so try: git reset --hard HEAD git pull origin master-0.8 make clean make Yeah, my bad, I botched the layover of the makefile on the update. Oh well still no blocks, must be in a bad location... Gave me something to do before bedtime...
|
|
|
|
eduffield (OP)
Legendary
Offline
Activity: 1176
Merit: 1036
Dash Developer
|
 |
January 19, 2014, 05:24:53 AM |
|
update doesn't compile:
init.cpp:745:15: error: operator '!' has no right operand
Hmmm, I didn't update that part of the code. Although, I just updated again so try: git reset --hard HEAD git pull origin master-0.8 make clean make Yeah, my bad, I botched the layover of the makefile on the update. Oh well still no blocks, must be in a bad location... Gave me something to do before bedtime... Where are at? I can add another node . The main 2 nodes currently are in us-east-1, which is in Virginia. Actually we have the east and west covered for the US, unless you're elsewhere
|
Dash - Digital Cash | dash.org | dashfoundation.io | dashgo.io
|
|
|
tabnk
|
 |
January 19, 2014, 05:47:49 AM |
|
NO Windows Wallet?
|
|
|
|
|