Pages:
Author

Topic: [ANN] Sphere [SPHR] [HARDFORK UPDATE YOUR WALLET IMMEDIATELY] - page 22. (Read 26778 times)

sr. member
Activity: 287
Merit: 250
I think I figured the block rewards out. At block 3600 it will be around 14.70 according to my calculations. Is this correct?
legendary
Activity: 924
Merit: 1000
Bitfarms.io
Anyone knows the formula to calculate block reward? I found the following but I'm not familiar with this language:

Code:
static const int g_RewardHalvingPeriod = 1337;
nSubsidy = 90 * COIN;
int halvings = pindexBest->nHeight / g_RewardHalvingPeriod;
nSubsidy = (halvings >= 64)? 0 : (nSubsidy >> halvings);
nSubsidy -= nSubsidy*(pindexBest->nHeight % g_RewardHalvingPeriod)/(2*g_RewardHalvingPeriod);
This is the continuously decreasing reward that we are on now. It was originally supposed to flat line and stay steady at 45 per block, but that didn't happen. Now it will keep going down until it hits zero when it transitions to 100% PoS.

You're right, instead looks it started at around 45+ ish and is gradually toning down. That will be interesting as PoS big blocks will be approaching and supply is getting harder to mine every block.
hero member
Activity: 644
Merit: 500
Anyone knows the formula to calculate block reward? I found the following but I'm not familiar with this language:

Code:
static const int g_RewardHalvingPeriod = 1337;
nSubsidy = 90 * COIN;
int halvings = pindexBest->nHeight / g_RewardHalvingPeriod;
nSubsidy = (halvings >= 64)? 0 : (nSubsidy >> halvings);
nSubsidy -= nSubsidy*(pindexBest->nHeight % g_RewardHalvingPeriod)/(2*g_RewardHalvingPeriod);
This is the continuously decreasing reward that we are on now. It was originally supposed to flat line and stay steady at 45 per block, but that didn't happen. Now it will keep going down until it hits zero when it transitions to 100% PoS.
newbie
Activity: 42
Merit: 0
Count me in  Cheesy

waiting on bittrex this coin needs more volume   Cool
legendary
Activity: 924
Merit: 1000
Bitfarms.io
I read the issues about win wallet syncs, had some pms from miners as well.
I tested this on a windows vm:

1. Open the windows wallet, don't try to click on anything before going to the debug menu and doing the following:
addnode node.minerpools.com add
addnode sphr.suprnova.cc add
addnode node.coin-miners.info add

Once I did this, left the wallet for about 10 mins and it synced, after syncing, I was able to use it and no crashes occurred.

Hope this helps anyone having issues.

I just added another available node to help with this:

addnode node.suchpool.pw add
hero member
Activity: 574
Merit: 500
( ͡° ͜ʖ ͡°)
I read the issues about win wallet syncs, had some pms from miners as well.
I tested this on a windows vm:

1. Open the windows wallet, don't try to click on anything before going to the debug menu and doing the following:
addnode node.minerpools.com add
addnode sphr.suprnova.cc add
addnode node.coin-miners.info add

Once I did this, left the wallet for about 10 mins and it synced, after syncing, I was able to use it and no crashes occurred.

Hope this helps anyone having issues.
sr. member
Activity: 448
Merit: 250
does anyone wallet keeps getting stuck? no matter how many times you restart it stops following blocks eventually.

Yes , happened to me .

Back up your wallet.dat somewhere , delete everything in datadir, create ChronoSphere.conf and add this: connect=sphr.suprnova.cc, let it sync fully and close wallet.
put back your original wallet.dat, remove ChronoSphere.conf and restart wallet.

connect ? not addonode?  let me try

yes it will connect to that node only ,therefor its vital to remove ChronoSphere.conf or the line with "connect" after the wallet is in sync and do  a restart.

i did that as instructed but now wallet wont open at all fatal error stufff

Windows? check in eventmanager if Chronosphere-qt.exe is still running , if it is then kill it before starting the wallet.


yes i did that, with ol;d wallet when i exit i have to terminate process but when i resynced as you said when i exit process terminates normally but when replaced with my wallet wont start at all, but then again i restored my old wallet and chain and it starts but when i exit have to terminate manually process..

but problem is even though it syncs it stops following blocks eventually

Edit thanks for trying to help tough, i can only try so many times if it doesn't work maybe it's just me..good luck to all
full member
Activity: 275
Merit: 104
does anyone wallet keeps getting stuck? no matter how many times you restart it stops following blocks eventually.

Yes , happened to me .

Back up your wallet.dat somewhere , delete everything in datadir, create ChronoSphere.conf and add this: connect=sphr.suprnova.cc, let it sync fully and close wallet.
put back your original wallet.dat, remove ChronoSphere.conf and restart wallet.

connect ? not addonode?  let me try

yes it will connect to that node only ,therefor its vital to remove ChronoSphere.conf or the line with "connect" after the wallet is in sync and do  a restart.

i did that as instructed but now wallet wont open at all fatal error stufff

Windows? check in eventmanager if Chronosphere-qt.exe is still running , if it is then kill it before starting the wallet.
hero member
Activity: 574
Merit: 500
( ͡° ͜ʖ ͡°)
For anyone having issues syncing, you can use my node:

addnode=node.minerpools.com


On  a side note, there's only 3 miners at my pool, so I urge those 3 miners to move to another pool with more hash as they're just wasting money, it's very hard to get blocks with our current hashrate, so please move to Suchpool or Suprnova.

Thank you.
sr. member
Activity: 287
Merit: 250
Anyone knows the formula to calculate block reward? I found the following but I'm not familiar with this language:

Code:
static const int g_RewardHalvingPeriod = 1337;
nSubsidy = 90 * COIN;
int halvings = pindexBest->nHeight / g_RewardHalvingPeriod;
nSubsidy = (halvings >= 64)? 0 : (nSubsidy >> halvings);
nSubsidy -= nSubsidy*(pindexBest->nHeight % g_RewardHalvingPeriod)/(2*g_RewardHalvingPeriod);
sr. member
Activity: 448
Merit: 250
does anyone wallet keeps getting stuck? no matter how many times you restart it stops following blocks eventually.

Yes , happened to me .

Back up your wallet.dat somewhere , delete everything in datadir, create ChronoSphere.conf and add this: connect=sphr.suprnova.cc, let it sync fully and close wallet.
put back your original wallet.dat, remove ChronoSphere.conf and restart wallet.

connect ? not addonode?  let me try

yes it will connect to that node only ,therefor its vital to remove ChronoSphere.conf or the line with "connect" after the wallet is in sync and do  a restart.

i did that as instructed but now wallet wont open at all fatal error stufff
full member
Activity: 275
Merit: 104
does anyone wallet keeps getting stuck? no matter how many times you restart it stops following blocks eventually.

Yes , happened to me .

Back up your wallet.dat somewhere , delete everything in datadir, create ChronoSphere.conf and add this: connect=sphr.suprnova.cc, let it sync fully and close wallet.
put back your original wallet.dat, remove ChronoSphere.conf and restart wallet.

connect ? not addonode?  let me try

yes it will connect to that node only ,therefor its vital to remove ChronoSphere.conf or the line with "connect" after the wallet is in sync and do  a restart.
sr. member
Activity: 448
Merit: 250
does anyone wallet keeps getting stuck? no matter how many times you restart it stops following blocks eventually.

Yes , happened to me .

Back up your wallet.dat somewhere , delete everything in datadir, create ChronoSphere.conf and add this: connect=sphr.suprnova.cc, let it sync fully and close wallet.
put back your original wallet.dat, remove ChronoSphere.conf and restart wallet.

connect ? not addonode?  let me try
full member
Activity: 275
Merit: 104
does anyone wallet keeps getting stuck? no matter how many times you restart it stops following blocks eventually.

Yes , happened to me .

Back up your wallet.dat somewhere , delete everything in datadir, create ChronoSphere.conf and add this: connect=sphr.suprnova.cc, let it sync fully and close wallet.
put back your original wallet.dat, remove ChronoSphere.conf and restart wallet.
sr. member
Activity: 448
Merit: 250
does anyone wallet keeps getting stuck? no matter how many times you restart it stops following blocks eventually.
hero member
Activity: 812
Merit: 500
Chronosphere? That's the name of a Greek thrash metal band. lol

https://www.youtube.com/watch?v=7EiezWqDGq8

I reminds me Red Alert 2 .
hero member
Activity: 644
Merit: 500
Warning: OP says the  rewards decrease until 45 coins per block. We are currently under 45. Tongue
sr. member
Activity: 448
Merit: 250
I WITHDREW FEW COINS FROM POOL NEVER ARRIVED , I DOWNLOADED WALLET AGAIN CAUSE THIS ONE SAID 1200 BLOCK UP TO DATE BUT OVER 1300 BLOCKS ON SUPRNOVA, WAS THERE UPDATED WALLET RELEASED OR?

Read few messages earlier, there has been an update in the last 15-20 minutes.

GOT IT THANKS..

SOMETHING IS OF AGAIN MY INCOMING TRANSACTION NOT SHOWING YET IT SHOWS AS UNCONFIRMED BALANCE, WIERD

HMM IT WAS AGAIN SHOWING UP TO DATE YET 50 BLOCKS BEHIND, HAD TO RESTART WALLET AGAIN MAYBE IS JUST ME
legendary
Activity: 924
Merit: 1000
Bitfarms.io
I WITHDREW FEW COINS FROM POOL NEVER ARRIVED , I DOWNLOADED WALLET AGAIN CAUSE THIS ONE SAID 1200 BLOCK UP TO DATE BUT OVER 1300 BLOCKS ON SUPRNOVA, WAS THERE UPDATED WALLET RELEASED OR?

Read few messages earlier, there has been an update in the last 15-20 minutes.
sr. member
Activity: 448
Merit: 250
I WITHDREW FEW COINS FROM POOL NEVER ARRIVED , I DOWNLOADED WALLET AGAIN CAUSE THIS ONE SAID 1200 BLOCK UP TO DATE BUT OVER 1300 BLOCKS ON SUPRNOVA, WAS THERE UPDATED WALLET RELEASED OR?
Pages:
Jump to: