Pages:
Author

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

hero member
Activity: 714
Merit: 500
Skol!
May 06, 2015, 01:49:57 PM
What's with the silly 1 Satoshi price?

20 blocks to go before the pos madness.
sr. member
Activity: 298
Merit: 250
May 06, 2015, 01:36:47 PM
If anyone needs to update the Mac Wallet before block 1400, I have posted it at:  https://github.com/ctgiant/XNA/releases/tag/1.1.1
newbie
Activity: 25
Merit: 100
May 05, 2015, 08:11:25 AM
What is PoB ?

Proof of Burn, we send money to a invalid address and in return he gets coins
sr. member
Activity: 419
Merit: 264
May 06, 2015, 01:29:45 PM
Please let us know (through PM on BCT or twitter) if we will have to update our daemon. We would like to avoid any kind confusion.

Thank You!

#EmpoEX Team
sr. member
Activity: 434
Merit: 250
May 06, 2015, 01:05:02 PM
Yeah I'm good with stopping the mining etc, I'm on 1.1.1 from earlier today so should be good to stake I guess
sr. member
Activity: 298
Merit: 250
May 06, 2015, 01:01:33 PM
This coin is so confusing. PoW ends at block 1400 or 1700? Are 500k coins in wallet really just 500?

Just confusing

Based on the code changes, POW will definitely end at block and 1400 and fork all wallets proir to build releases 1.1.1 (which may or may not have the correct version in the "About" section of the wallet).

The best thing to do regarding the coin display amount is to assume that the coins are going to be 500k instead of 500 and that the dev will stick with that in the future.

If you can, update your wallet to the latest release before the 1400 block.

And to stop mining after block 1400, edit your DeOxyRibose.conf file and change gen=1 to gen=0, then close/reopen wallet
sr. member
Activity: 434
Merit: 250
May 06, 2015, 12:46:17 PM
This coin is so confusing. PoW ends at block 1400 or 1700? Are 500k coins in wallet really just 500?

Just confusing
hero member
Activity: 784
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
May 06, 2015, 12:24:14 PM
I need to hear from the Developer on what is happening after block 1440? what happens then and will the wallets that we have downloaded work after that?
legendary
Activity: 1027
Merit: 1000
May 06, 2015, 12:18:00 PM
someone have a LINUX BINARIES (ubuntu 14.04)  for this XNA coin?
 thanks in advance ...
please ...
 Shocked

I would highly suggest that you look at my changes at https://github.com/feldenthorne/XNA and compile from those sources.

If you really can't do that, you can use these binaries. BUT THEY ARE BUGGED (I think) because the current official source made a change that inflated the currency again (75-75000 XNA). Aside from the cosmetic issue, everything appears to be working: http://www.mediafire.com/download/8ocmdc3ihwds93h/DeOxyRibose_qt_headless_1.1.1.0.7z.

Remember to scan for viruses! It's not worth it to trust other people's binaries with your money.
who are you ?to make changes to the code
what generally happens
hero member
Activity: 784
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
May 06, 2015, 12:04:03 PM
So now there is another new wallet that we have to download? I have 525000 of these coins right now and now I'm going to lose all of them?
full member
Activity: 206
Merit: 100
May 06, 2015, 11:58:58 AM
someone have a LINUX BINARIES (ubuntu 14.04)  for this XNA coin?
 thanks in advance ...
please ...
 Shocked

I would highly suggest that you look at my changes at https://github.com/feldenthorne/XNA and compile from those sources.

If you really can't do that, you can use these binaries. BUT THEY ARE BUGGED (I think) because the current official source made a change that inflated the currency again (75-75000 XNA). Aside from the cosmetic issue, everything appears to be working: link removed.

Remember to scan for viruses! It's not worth it to trust other people's binaries with your money.

Edit: replaced binary link with new, version 1.1.2.0 link (links will be removed entirely when the next client version is released)

Edit 2: binary link removed
sr. member
Activity: 827
Merit: 250
May 06, 2015, 11:37:46 AM
someone have a LINUX BINARIES (ubuntu 14.04)  for this XNA coin?
 thanks in advance ...
please ...
 Shocked
full member
Activity: 206
Merit: 100
May 06, 2015, 10:07:57 AM
No need of the XNA Units Problem

Did you intend to bump the XNA amount back up (75->75000)? Because that just happened. You took out case XNA:  return   1000000000; instead of case XNA:  return   1000000;.

Edit: pull request is up, and it will compile the Qt and headless wallet now. I just need to know about the units issue (above), otherwise I won't be sure that I can call it done.
full member
Activity: 206
Merit: 100
May 06, 2015, 09:53:02 AM
niitassin-

Wallet wont compile because of your messing around with POW Reward amounts.

Please see PM to get it resolved so that I can get the community a Mac Wallet before POW ends breaks their blockchains, forcing them to have to resync the whole chain.

1. I did not mess with the block rewards at all programmatically
2. I just changed it's apperance to be a lot lesser when it's a same by editing xnaunits.cpp
3. Right Now redownloading a Whole Chain is not really a Problem
4. The Error You PM'd Me, is for the XNA Apperance. I will fix it, thank you.
5. I love donuts!

I'm working on a fix for Linux (and probably OSX), at the moment. You should be able to pull it after I finish because it has a fix for LevelDB as well. I guess I'll pull whatever you fix with xnaunits.cpp, since I was just guessing at what you meant initially. Just make sure you take a look at DeOxyRiboseUnits::amountDigits(int unit) and DeOxyRiboseUnits::decimals(int unit) as well, because you changed XNA to equal what mmXNA equalled in DeOxyRiboseUnits::factor(int unit), but you didn't change the corresponding values in those functions.

(Also, XNA is just redeclared in xnaunits.cpp, but presumably you meant the return 1000000000; one, since it returns without ever reaching the other.)
sr. member
Activity: 298
Merit: 250
May 06, 2015, 09:52:22 AM
niitassin-

Wallet wont compile because of your messing around with POW Reward amounts.

Please see PM to get it resolved so that I can get the community a Mac Wallet before POW ends breaks their blockchains, forcing them to have to resync the whole chain.

1. I did not mess with the block rewards at all programmatically
2. I just changed it's apperance to be a lot lesser when it's a same by editing xnaunits.cpp
3. Right Now redownloading a Whole Chain is not really a Problem
4. The Error You PM'd Me, is for the XNA Apperance. I will fix it, thank you.
5. I love donuts!

I've been looking at the code so I know what you did Smiley I meant that you changed the display.  I could have easily fixed the error to display however, but I just wanted the wallet's appearance to be in line with the other 1.1.1 releases.
hero member
Activity: 714
Merit: 500
Skol!
May 06, 2015, 09:49:38 AM
When does POS start? right after POW?
newbie
Activity: 25
Merit: 100
May 05, 2015, 03:13:54 AM
So I can not find one block, thought restart will not be as fast (
suxx...

Network difficulty & hashrate is high as a kite!

Even give that I would also have expected on average to have found at least a few blocks by now since I have been running ~5% of the network total myself which was a higher percentage earlier on.  So somebody is being really lucky at generating blocks and dragging others of us down in our generation counts.

Well, you might not be mining at all, click on Help ----> Debug -----> Console -----> type setgenerate true

That hashrate is not real, it is actually lower, I am fixing bugs right now!
sr. member
Activity: 278
Merit: 250
May 06, 2015, 09:42:46 AM
Huh Huh  POS   any?HuhHuh?

I think it's because of my premine, I will be setting up our own forum so I can giveaway (get rid of) 1 Million XNA
 


I love giveaway  Wink Smiley
sr. member
Activity: 298
Merit: 250
May 06, 2015, 09:37:12 AM
niitassin-

Wallet wont compile because of your messing around with POW Reward amounts.

Please see PM to get it resolved so that I can get the community a Mac Wallet before POW ends breaks their blockchains, forcing them to have to resync the whole chain.
full member
Activity: 216
Merit: 100
May 06, 2015, 09:06:27 AM
 Huh Huh  POS   any?HuhHuh?
Pages:
Jump to: