Well, i went to something that actually has a future. The only thing this coin had up untill now (and i been here from the start) was the pretty good profit from mining. But that's gone now. I went from about 2.000.000 a day to what, 200.000 to 300.000? Yeah well, i will come back when (or should i say if?) ESP reaches 40 satoshi. Because that is what u need to get to to be in the other coins league, profit wise. And coins still not mature after 10 hours? Not even 1/3 far... So i need 30 hours now b4 my coins can be used? what's up with that?
EDIT: Judging from what miningalts show i will need to adjust that to maybe 0 to 10.000 esp a day. 3 blocks mined globally last 10 hours or so...
Perhaps we should leave the future to decide what is worth while and what is not. As many people have stated throughout history, "Only time will tell"
EDIT: Removed pointless snide remark
@CryptoCoderz What's the invite link for Espers Slack channel?
Thanks
Shoot us your email through PM and we'll send you an invite, Slack is open to anyone who requests to be invited.This time we just did it a different way, see we need to not care if the block is PoW or PoS when determining the block spacing, that way we get the true spacing time. When the system retargets it actually chooses which thread to target seperately as shown further down in the code.
// Differentiate PoW/PoS prev block
[b]const CBlockIndex* BlockVelocityType = GetLastBlockIndex(pindexLast, fProofOfStake);[/b]
[i]..............further down in the code..............[/i]
TerminalFactor *= TerminalAverage;
difficultyfactor = TerminalFactor;
[b]bnOld.SetCompact(BlockVelocityType->nBits);[/b]
bnNew = bnOld / difficultyfactor;
bnNew *= 10000;
if (bnNew > bnTerminalVelocity)
bnNew = bnTerminalVelocity;
// LogPrintf("Prior Terminal-Velocity: %08x %s\n", BlockVelocityType->nBits, bnOld.ToString());
// LogPrintf("New Terminal-Velocity: %08x %s\n", bnNew.GetCompact(), bnNew.ToString());
return bnNew.GetCompact();
It perhaps isn't the traditional way but this way ensures that ACTUAL block rate is calculated as apposed to separate threads calculating their INDIVIDUAL spacing according to PoW or PoS blocktimes instead of looking at both. Do you kinda get what I'm talking about? I may not be explaining it very well I do apologize. I however really value your input! You're an awesome guy elbandi and you've helped us out a lot
Also, I'll have to look into the statement further, we are humans after all and I can easily make a mistake. Thank you for pointing me to a potential problem.
dead?
I believe your concept of dead is flawed good sir.
dat fail relaunch pow after 2 months..
diff @620 when i tested 12 hours ago lol..
hmm, Diff is at 1.5 right now. Don't really know where your pulling your values from there bud.
Also PoW blocks are being found periodically as expected. PoW is working fine, perhaps you should familiarize yourself with a new things called a block explorer?
great pos is going again
ferkin yobit:
I'm sorry to say but we've posted numerous time informing users to NEVER BUY FROM YOBIT they are on Espers v1 from 8 months ago and refuse to update, DO NOT buy from them, you are NOT buying Espers.
Please only buy Espers from Exchanges listed on the ANN's OP (Or the first post of this ANN)
it shocks me that people still bother with that exchange, saying that you can make some good trades there its just a shame that half the time you cant withdraw your profit and when you raise a ticket you'd may as well talk to a chimp. use novaexchange its listed on posw too, support theres pretty decent if a little slow sometimes.
yeah, yobit is total trash... I won't trade anything there...
I'm not saying the exchange is one way or the other, I'm just stating please do NOT buy ESP from there.
EDIT: Judging from what miningalts show i will need to adjust that to maybe 0 to 10.000 esp a day. 3 blocks mined globally last 10 hours or so...
The PoW spiked and then came back down, it was to be expected as at first all the blocks were too fast, then too slow, things had to level out. If you check again there are PoW blocks being found periodically now, not just 2 a day. This is day 2 now that we are on the new retarget.