Pages:
Author

Topic: . - page 34. (Read 36731 times)

hero member
Activity: 784
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
May 06, 2015, 10:06:07 PM
POS seem not working
"network weight is 0"
working on a fix ?
I thought POS wasn't going to begin until after block 1700???
legendary
Activity: 924
Merit: 1000
May 06, 2015, 09:48:13 PM
POS seem not working
"network weight is 0"
working on a fix ?
member
Activity: 74
Merit: 10
May 06, 2015, 08:23:10 PM
Why does my POS from 450000 only 335560? And constantly jumping less Huh
full member
Activity: 206
Merit: 100
May 06, 2015, 08:20:30 PM
Speaking of bugs, I just realized why the block reward is still 75000 XNA: main.cpp, lines 962-985

You can clearly see at line 975:
Code:
else if(nHeight >= 2)
{
nSubsidy = 75000 * COIN;
}

Because nHeight is now always greater than 2 or equal to 2, that statement is always true, so the block reward has stayed at 75000 XNA.

To fix the issue, it should have been written as something like:
Code:
else if(nHeight <= 1000)
{
nSubsidy = 75000 * COIN;
}

(And similarly, (nHeight >= 1000) for the following else if because it is the last check.)
legendary
Activity: 1027
Merit: 1000
May 06, 2015, 06:32:57 PM
somebody tell me now POW or POS

PoW & PoS
then why POS is not working for me
Your weight is 146757
Network weight is 0
Expected time 0
legendary
Activity: 1027
Merit: 1000
May 06, 2015, 06:19:29 PM
somebody tell me now POW or POS
legendary
Activity: 1027
Merit: 1000
May 06, 2015, 04:54:05 PM
I don't understand POW continues?
newbie
Activity: 25
Merit: 100
May 05, 2015, 02:26:07 PM
Sell some DGW
pm price

It's XNA, How Much? 1 Will Cost 0.0001 BTC
hero member
Activity: 784
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
May 06, 2015, 04:40:09 PM
OK, I'm back in sync at around 1449. PoS at 1700 or so?
Okay my wallet is at block 1449 as well so does that mean I'm okay to go with the wallet that I have going right now?
hero member
Activity: 714
Merit: 500
Skol!
May 06, 2015, 04:38:35 PM
1 wallet is synching and the other is not.
sr. member
Activity: 434
Merit: 250
May 06, 2015, 04:36:42 PM
OK, I'm back in sync at around 1449. PoS at 1700 or so?
hero member
Activity: 784
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
May 06, 2015, 04:36:11 PM
on github version 1.1.2
and 1.1.0 loaded

That will be fixed in the next release
So I have to go to the github and download the windows wallet again? and is it the same .conf file?
legendary
Activity: 1027
Merit: 1000
May 06, 2015, 04:27:28 PM
on github version 1.1.2
and 1.1.0 loaded
sr. member
Activity: 434
Merit: 250
May 06, 2015, 04:22:45 PM
Hey Empoex, I wasn't implying anything underhand took place. Just that it was very odd, considering the colourful albeit short history of this coin.
sr. member
Activity: 419
Merit: 264
May 06, 2015, 04:20:07 PM
I'd love to know how this coin got on Empoex.

Anyway are we getting a 1.1.2 Windows wallet?
Through our "Voting" tab.
https://empoex.com/voting
hero member
Activity: 784
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
May 06, 2015, 04:19:29 PM
So where can we download this apparent new version of the wallet because I'm past block 1400 on my wallet and I don't know why everyone else is stuck on block 1400?
full member
Activity: 206
Merit: 100
May 06, 2015, 04:18:24 PM
That's Ok I'm sure a new wallet will be along shortly.

Dev - Can you please take a look at your version controls in the wallets, they are all over the place. WOuld be useful to actually know what version we are running
I agree because it would be nice to know which version of this wallet we are supposed to be using

Working on it. Building the test binary to make sure everything is updated before I make a pull request.
sr. member
Activity: 434
Merit: 250
May 06, 2015, 04:16:25 PM
It did, now apparently not, but it may again later, who knows :-)
legendary
Activity: 2688
Merit: 1240
May 06, 2015, 04:13:53 PM
So dev what is the current block on the correct chain?

He just changed main.h to extend POW to 1800 blocks, so presumably the 1426 chain will be the correct chain.

mmh.. I thought POW ends at 1400 ??!
sr. member
Activity: 434
Merit: 250
May 06, 2015, 04:12:08 PM
I'd love to know how this coin got on Empoex.

Anyway are we getting a 1.1.2 Windows wallet?
Pages:
Jump to: