jc12345
Legendary
Offline
Activity: 1638
Merit: 1013
|
|
February 16, 2016, 03:54:02 PM |
|
How to combine it? Tx fee is too large.
one big input, all your coins in one input. Requires 0.0189 PEX fee to send. you send from you own wallet to you own wallet the fee most be 0.001, someone tell me if i´m wrong? From my wallet to my wallet. Requires 0.0189 fee. We can certainly look into adjusting the Tx_Fee if you wish us too Dont make tx fees lower, it adds to the dynamics of having to choose wisely on coin movements.
|
|
|
|
PoSeX (OP)
|
|
February 16, 2016, 04:01:52 PM |
|
Nice input there jc12345 Any news on what exchanges you wan't yet. I know we said all but there will be some you USER's do not use ? Market activity still moving nice
|
|
|
|
badam
|
|
February 16, 2016, 04:14:03 PM |
|
Yes we would agree with SockPuppetAccount you should combine your coins into bigger amounts when possible for a more effective way to gain some network weight and stake to find rewards and progress the chain Like i posted i have got a stake reward today Can you confirm that stake is 100%/year at this height?
|
|
|
|
PoSeX (OP)
|
|
February 16, 2016, 04:18:27 PM |
|
Yes we would agree with SockPuppetAccount you should combine your coins into bigger amounts when possible for a more effective way to gain some network weight and stake to find rewards and progress the chain Like i posted i have got a stake reward today Can you confirm that stake is 100%/year at this height? stake % is not 100% at this moment in time see this ---> if(pindexBest->nHeight < 10000) { nSubsidy = nCoinAge * COIN_YEAR_REWARD * 33 / (365 * 33 + * 10000; // 100,000% yearly interest } So 100,000 / 365 days would = 273.972603% Interest per day on coins held for staking
|
|
|
|
badam
|
|
February 16, 2016, 04:20:19 PM |
|
Yes we would agree with SockPuppetAccount you should combine your coins into bigger amounts when possible for a more effective way to gain some network weight and stake to find rewards and progress the chain Like i posted i have got a stake reward today Can you confirm that stake is 100%/year at this height? stake % is not 100% at this moment in time see this ---> if(pindexBest->nHeight < 10000) { nSubsidy = nCoinAge * COIN_YEAR_REWARD * 33 / (365 * 33 + * 10000; // 100,000% yearly interest } So 100,000 / 365 days would = 273.972603% Interest per day on coins held for staking That's what would i suppose too but given that Klaasje said that he is having 1.88 coins but his stake was less than 1 i am having some doubts
|
|
|
|
VenMiner
|
|
February 16, 2016, 04:29:33 PM |
|
Yes we would agree with SockPuppetAccount you should combine your coins into bigger amounts when possible for a more effective way to gain some network weight and stake to find rewards and progress the chain Like i posted i have got a stake reward today Can you confirm that stake is 100%/year at this height? stake % is not 100% at this moment in time see this ---> if(pindexBest->nHeight < 10000) { nSubsidy = nCoinAge * COIN_YEAR_REWARD * 33 / (365 * 33 + * 10000; // 100,000% yearly interest } So 100,000 / 365 days would = 273.972603% Interest per day on coins held for staking That's what would i suppose too but given that Klaasje said that he is having 1.88 coins but his stake was less than 1 i am having some doubts Guys i´m really confuse, stake is now 100% or 100.000%, my coins not staking becouse they are not mature and they are in my wallet since yesterday....
|
|
|
|
|
raetsch
Legendary
Offline
Activity: 957
Merit: 1006
|
|
February 16, 2016, 04:37:44 PM |
|
Yes we would agree with SockPuppetAccount you should combine your coins into bigger amounts when possible for a more effective way to gain some network weight and stake to find rewards and progress the chain Like i posted i have got a stake reward today Can you confirm that stake is 100%/year at this height? if you mean below 10k blocks with "this height", then staking is 10% yearly.
|
|
|
|
badam
|
|
February 16, 2016, 04:41:33 PM |
|
Can you explain then why it is that 1.5 hrs is the minimum stake age, still after ~20 hours of launch there are in network 0.41 coins minted by POS. I also have in the wallet 1.6 coins with different inputs of 0.1 -0.5 and up until now none of them reached maturity to start staking even though they had 1000-1500 confirms. There is still athe issue with coindays
|
|
|
|
VenMiner
|
|
February 16, 2016, 04:41:53 PM |
|
ok i see we are now at 10%, but why my coins say not mature if they are in my wallet since yesterday i have less 1 coin, is for that reason?
|
|
|
|
ROBERTO
Legendary
Offline
Activity: 1421
Merit: 1001
|
|
February 16, 2016, 04:53:16 PM |
|
Hello, i don't understand, my coins are in wallet since yesterday and don't have mature coins Pos is already started or not? We are on block 2136?
|
|
|
|
VenMiner
|
|
February 16, 2016, 04:56:33 PM |
|
Hello, i don't understand, my coins are in wallet since yesterday and don't have mature coins Pos is already started or not? We are on block 2136?
I want to know that too bro.
|
|
|
|
PoSeX (OP)
|
|
February 16, 2016, 04:59:44 PM |
|
Hello, i don't understand, my coins are in wallet since yesterday and don't have mature coins Pos is already started or not? We are on block 2136?
I want to know that too bro. Proof Of Stake has started. If you are not staking ie the symbol is blue then recombine all your tx's into one and send them to yourself again
|
|
|
|
SockPuppetAccount
|
|
February 16, 2016, 05:07:45 PM |
|
int64_t nSubsidy = nCoinAge * COIN_YEAR_REWARD * 33 / (365 * 33 + 8 ); // 10% yearly interest if(pindexBest->nHeight < 10000) { nSubsidy = nCoinAge * COIN_YEAR_REWARD * 33 / (365 * 33 + 8 ) * 10000; // 100,000% yearly interest } if(pindexBest->nHeight < 20000)
|
|
|
|
PoSeX (OP)
|
|
February 16, 2016, 05:12:03 PM |
|
int64_t nSubsidy = nCoinAge * COIN_YEAR_REWARD * 33 / (365 * 33 + 8 ); // 10% yearly interest That is the reward when pindexBest->nHeight is not used That will kick in once we reach block 370,000
|
|
|
|
ROBERTO
Legendary
Offline
Activity: 1421
Merit: 1001
|
|
February 16, 2016, 05:28:05 PM |
|
Don't know if my wallet is up to date, last block is 2136? Hope a block explorer online soon
|
|
|
|
VenMiner
|
|
February 16, 2016, 05:34:12 PM |
|
Don't know if my wallet is up to date, last block is 2136? Hope a block explorer online soon
POW is off, now is moving just for POS, that is what i see in my wallet statistics. more slow more chance to pick more in yobit until the block 10.000
|
|
|
|
SockPuppetAccount
|
|
February 16, 2016, 06:25:11 PM |
|
int64_t nSubsidy = nCoinAge * COIN_YEAR_REWARD * 33 / (365 * 33 + 8 ); // 10% yearly interest That is the reward when pindexBest->nHeight is not used That will kick in once we reach block 370,000 OK. I'll give you this one, that seems right. But, there is clearly still an issue somewhere. I caught Klaasje's post about getting his first stake only minutes after he posted it. He edited out the reward he received from his screenshot so I will respectfully not reveal it, but it was simple enough to run 'getinfo' and compare it to the previous coin supply. His reward was nowhere near 100,000% (if I assume 1.88 coins and around 12 hours of coinage accumulated). More like 1000% a year.
|
|
|
|
Sir_Astral
|
|
February 16, 2016, 06:59:42 PM |
|
I'm out. Good luck.
|
|
|
|
VenMiner
|
|
February 16, 2016, 07:12:07 PM |
|
I'm out. Good luck.
I will give a chance, good luck to you too.
|
|
|
|
|