Author

Topic: [ANN][XC] >> Mandatory Update to new Wallet - The first POS X11 anonymous wallet - page 255. (Read 268507 times)

legendary
Activity: 1470
Merit: 1000
cryptocollectorsclub.com
That "Sr. Member" thing underneath his name is saving the dev's ass right now lol

Agreed. It is a hell of a lot better than some newbie named after some new scam coin they are making.
hero member
Activity: 565
Merit: 500
What usually happens in POW/POS coins is a 25% less coins then the initial calculated number.
My rough estimate would be that the POW phase will end alot faster then what most think.

This is true but we are in uncharted waters I believe. XC has 100 days of POW while most POW/POS coins only have 5-10 days. My guess is the number of coins reduced should grow with each day so I think probably more than a 25% reduction. We shall see. I do agree POW will be over sooner than most expect.

100 day POW isnt the norm , I estimate it to end in less than 60 days but who knows ?
sr. member
Activity: 519
Merit: 253
What usually happens in POW/POS coins is a 25% less coins then the initial calculated number.
My rough estimate would be that the POW phase will end alot faster then what most think.

This is true but we are in uncharted waters I believe. XC has 100 days of POW while most POW/POS coins only have 5-10 days. My guess is the number of coins reduced should grow with each day so I think probably more than a 25% reduction. We shall see. I do agree POW will be over sooner than most expect.
hero member
Activity: 565
Merit: 500
What usually happens in POW/POS coins is a 25% less coins then the initial calculated number.
My rough estimate would be that the POW phase will end alot faster then what most think.
legendary
Activity: 1610
Merit: 1008
Forget-about-it
So if pos counts towards 100,000 pow cutoff that means the blockchain stops at 100,000. That's not correct unless he copied the EONcoin code...

This is the key:

  #define POW_CUTOFF_HEIGHT 100000

POW max height is 100000, POS height will be limited by max coins it sounds like.
Ahh but pos blocks are counted while inside that 100000 towards the pow max which would reduce us from 33 mil to a lower number of coins as I understand it now.
sr. member
Activity: 519
Merit: 253
So if pos counts towards 100,000 pow cutoff that means the blockchain stops at 100,000. That's not correct unless he copied the EONcoin code...

This is the key:

 #define POW_CUTOFF_HEIGHT 100000

POW max height is 100000, POS height will be limited by max coins it sounds like.
hero member
Activity: 616
Merit: 500
So if pos counts towards 100,000 pow cutoff that means the blockchain stops at 100,000. That's not correct unless he copied the EONcoin code...

i might be wrong.  im not sure how it works.  im just going off memory
legendary
Activity: 1610
Merit: 1008
Forget-about-it
So if pos counts towards 100,000 pow cutoff that means the blockchain stops at 100,000. That's not correct unless he copied the EONcoin code...
sr. member
Activity: 519
Merit: 253
Can someone explain to me how many coins there is supposed to be, i'm seeing this on OP: 4Million XC mined by miners - out of 17M~33.3Million - Estimated

Yet on webpage it says this: 100,000 POW Blocks @ 333 Coins per block (so is that 100k times 333? )

I realize there is POS, but these two stats are very far off? Am i investing and mining a coin with millions, or thousands, makes a huge difference to me in value.

main.h;
 #define POW_CUTOFF_HEIGHT 100000  
 static const int64 MAX_MONEY = 60000000 * COIN    
main.cpp;
 int64 nSubsidy = 333 * COIN;
 if(nHeight == 1)
 {
 nSubsidy = 99000 * COIN

http://cryptexplorer.com/chain/X11Coin  current block height 14933

This means...    Premine nheight=1 + (blockheight*reward) of 99000 coins + (14933*333) = coins right now 4.9 million "mined by miners"
                     POW cutoff 100,000 * coins + premine = 33,399,000 total coins through POW
                      MAX money is 60 million coins to be created ever leaving about 26.6 million to be created by staking    Cheesy

Yes, but...

I just checked and out of the last 100 blocks 19 were POS blocks, or 19%. We were at block number 14,935 so 100,000 - 14,935 = 85,065 blocks remaining. If 19% of them are POS that would be 85,065 * .19 = 16,162 blocks. POS blocks are typically way less than the 333 coins per block so this could affect the number of coins by, let's say 330 coins less per POS bock, 330 * 16,162 = 5,333,460 coins.  33,000,000 - 5,333,460 = 27,666,540 coins.

With that said I have seen earlier where POS blocks ran a higher percentage and I would expect POS to eat a lot more blocks as more coins are mined into wallets via POW. That is why the number is not  fixed number.

If any of the above is incorrect feel free to correct me and I will change it.
full member
Activity: 269
Merit: 100
The Standard Protocol - Solving Inflation
hero member
Activity: 616
Merit: 500
Can someone explain to me how many coins there is supposed to be, i'm seeing this on OP: 4Million XC mined by miners - out of 17M~33.3Million - Estimated

Yet on webpage it says this: 100,000 POW Blocks @ 333 Coins per block (so is that 100k times 333? )

I realize there is POS, but these two stats are very far off? Am i investing and mining a coin with millions, or thousands, makes a huge difference to me in value.

main.h;
 #define POW_CUTOFF_HEIGHT 100000  
 static const int64 MAX_MONEY = 60000000 * COIN    
main.cpp;
 int64 nSubsidy = 333 * COIN;
 if(nHeight == 1)
 {
 nSubsidy = 99000 * COIN

http://cryptexplorer.com/chain/X11Coin  current block height 14933

This means...    Premine nheight=1 + (blockheight*reward) of 99000 coins + (14933*333) = coins right now 4.9 million "mined by miners"
                     POW cutoff 100,000 * coins + premine = 33,399,000 total coins through POW
                      MAX money is 60 million coins to be created ever leaving about 26.6 million to be created by staking    Cheesy

I dont think that is correct.  Dev explained himself earlier: Max supply is 33.5 M coins, there are 100,000 Blocks, some of which are PoW, some are PoS.  He estimates ~17m coins will be minted through PoW, and the rest through PoS.  I didn't quite understand it, but dev explained that the max supply PoW+PoS will be 33.5M.  He said something like this in an earlier post if you go digging.
legendary
Activity: 1610
Merit: 1008
Forget-about-it
Can someone explain to me how many coins there is supposed to be, i'm seeing this on OP: 4Million XC mined by miners - out of 17M~33.3Million - Estimated

Yet on webpage it says this: 100,000 POW Blocks @ 333 Coins per block (so is that 100k times 333? )

I realize there is POS, but these two stats are very far off? Am i investing and mining a coin with millions, or thousands, makes a huge difference to me in value.

main.h;
 #define POW_CUTOFF_HEIGHT 100000  
 static const int64 MAX_MONEY = 60000000 * COIN    
main.cpp;
 int64 nSubsidy = 333 * COIN;
 if(nHeight == 1)
 {
 nSubsidy = 99000 * COIN

http://cryptexplorer.com/chain/X11Coin  current block height 14933

This means...    Premine nheight=1 + (blockheight*reward) of 99000 coins + (14933*333) = coins right now 4.9 million "mined by miners"
                     POW cutoff 100,000 * coins + premine = 33,399,000 total coins through POW
                      MAX money is 60 million coins to be created ever leaving about 26.6 million to be created by staking    Cheesy
full member
Activity: 210
Merit: 100
Just seems like it's taking forever to mine any of this coin, if people didn't dump I'd expect a very fair distribution on miners part. To get a few 1000 of this could take many days.
full member
Activity: 210
Merit: 100
Can someone explain to me how many coins there is supposed to be, i'm seeing this on OP: 4Million XC mined by miners - out of 17M~33.3Million - Estimated

Yet on webpage it says this: 100,000 POW Blocks @ 333 Coins per block (so is that 100k times 333? )

I realize there is POS, but these two stats are very far off? Am i investing and mining a coin with millions, or thousands, makes a huge difference to me in value.
legendary
Activity: 1610
Merit: 1008
Forget-about-it
So it's been a few hours, the price is semi stable where it was before the hype.  If you take a breath from coding for air and read this maybe you could give us an update as to the following;
Is the anon feature which is not currently working as expected seeming to be an easy fix like: whoa i mistyped something, or going to take a few hours like: well if i try it another way it'll be fine, or 24 hours to a week like: my goodness what was i thinking these things dont work this way...

I'd just rather move away and come back if its going to be a while.  I've been holding my breath on XBC wallet wait for weeks.  Juts let us know where your at, if anyone can help, and when we should expect to hear more...
hero member
Activity: 1680
Merit: 506
Trphy.io
That "Sr. Member" thing underneath his name is saving the dev's ass right now lol
legendary
Activity: 1414
Merit: 1000
Without the anon wallet this coin is just another x11 shitcoin and will plummet well below 5k. We don't need more of the same coins that clutter up the exchanges, the only difference being the name and number of coins.
I'm not tying to fud it up, but personally I'm not holding any of these coins until the developer comes out with a working wallet.
sr. member
Activity: 392
Merit: 250
So much for "Community"
wow this is getting off topic


dev please release wallet or some screenshots

How long do you need? A min, an hour, a day, a month? Why not prepare it before launch?

Dude, the current wallet has been prepared BEFORE launch, and is working properly.
These are things that the DEV has planned to change after launch.



he is asking for the wallet with anon feature.

i think the linux one.


Yes, but as opposed to all the other coins who have a shit wallet and still launch, we have all known that this is an ongoing process

Let him rush it and see what happens to everyone's valuable investments then.  Once again, he did not hype or market this, simply had a low key fair launch - which was announced on Altcoincalender, and let everyone know from the beginning that he was working on the features.
hero member
Activity: 1680
Merit: 506
Trphy.io
That code is not from bitcoinrpc.cpp. It is calling something from bitcoinrpc.cpp. Most likely something that whatever this code uses that needs to be updated.

good

someone that seems to understand code

most people on here are clueless
hero member
Activity: 994
Merit: 500
That code is not from bitcoinrpc.cpp. It is calling something from bitcoinrpc.cpp. Most likely something that whatever this code uses that needs to be updated.
Jump to: