Pages:
Author

Topic: [ANN] SUN COIN - Many Exchanges, Big Price PUMPS, MultiPool paying SUN! - page 28. (Read 54280 times)

sr. member
Activity: 308
Merit: 250
legendary
Activity: 2884
Merit: 1117
Leading Crypto Sports Betting & Casino Platform
Okay, that's interesting.
That means Sun tricked us without the gravity thing?
sr. member
Activity: 308
Merit: 250
did the dev put a bounty on that, or should i have waited  Wink

SUN: SeTwgd1vtkV8suztgc6h8PsUtpMCJHe35J

yes we put wrong number - too high shortly so it would tak weeks to get to that block. we will fix the code so in 24h the KGW will kick in.
the launch of new code will be delayed by 24h again - but at least more people will have chances to join us now.


you are getting the bounty sure.

Thanks man !                                                 Grin
member
Activity: 84
Merit: 10
did the dev put a bounty on that, or should i have waited  Wink

SUN: SeTwgd1vtkV8suztgc6h8PsUtpMCJHe35J

We are aware of the issue, and the block retarget will be changed in the next hour, please wait for an announcement to update. linux release and sources will be updated first then compiled windows and mac wallets will be created.

There was no official bounty as we were waiting for one of our devs to come online and he confirmed the issue was due to the code not being updated since we decided to make the change earlier. We are currently considering changing to block 21210 as we need time for pools and exchanges to update. Oh and You have received a reward anyway Wink
sr. member
Activity: 308
Merit: 250
OP changed (!?)
KGW KICKS IN AT 25000 BLOCK. SUN GODS MADE US FOOLISH PEOPLE THINK OF DIFFERENT NUMBER. WE NEED TO MINE MORE TO SHOW THEM WE WORKSHIP THEIR POWERS.

edit: see next post. Dev will release an update in an hour !
member
Activity: 84
Merit: 10
did the dev put a bounty on that, or should i have waited  Wink

SUN: SeTwgd1vtkV8suztgc6h8PsUtpMCJHe35J

yes we put wrong number - too high shortly so it would tak weeks to get to that block. we will fix the code so in 24h the KGW will kick in.

the launch of new code will be delayed by 24h again - but at least more people will have chances to join us now.




you are getting the bounty sure.
sr. member
Activity: 308
Merit: 250
i just switched to testnet, so KGW should kick in at block 50 but the QT-client keeps crashing on me (so a no go on testnet)
(moved wallet, deleted blockchain and .conf first)
should i have a testnode (node=) for testnet?

if (fTestNet) {
                              if (pindexLast->nHeight+1 >= 50) { DiffMode = 2; }
                             }

sr. member
Activity: 308
Merit: 250
did the dev put a bounty on that, or should i have waited  Wink

SUN: SeTwgd1vtkV8suztgc6h8PsUtpMCJHe35J
sr. member
Activity: 308
Merit: 250
Yeah its still on the previously announced block number (originally it was going to be block 25000)

if (pindexLast->nHeight+1 >= 25000) { DiffMode = 2; }

DEV Please change and release another update Tongue

Or he didn´t add the latest and greatest to GitHub yet !?

LOL, this time around it´s : pools check, community check, sun up, dev doublecheck Tongue

SUN: SeTwgd1vtkV8suztgc6h8PsUtpMCJHe35J
sr. member
Activity: 324
Merit: 250
Yeah its still on the previously announced block number (originally it was going to be block 25000)

if (pindexLast->nHeight+1 >= 25000) { DiffMode = 2; }

DEV Please change and release another update Tongue
sr. member
Activity: 308
Merit: 250
ok, keep in mind i´m not a C dev, but this looks weird to me.
(perhaps i just don´t understand the calculations going on)

unsigned int static GetNextWorkRequired(const CBlockIndex* pindexLast, const CBlock *pblock)
{
        int DiffMode = 1;
        if (fTestNet) {
                if (pindexLast->nHeight+1 >= 50) { DiffMode = 2; }
        }
        else {
                if (pindexLast->nHeight+1 >= 25000) { DiffMode = 2; }
        }
        
        if (DiffMode == 1) { return GetNextWorkRequired_V1(pindexLast, pblock); }
        else if (DiffMode == 2) { return GetNextWorkRequired_V2(pindexLast, pblock); }
        return GetNextWorkRequired_V2(pindexLast, pblock);
}
GetNextWorkRequired_V1 is the old diff routine,
GetNextWorkRequired_V2 is the KGW diff routine and is called when DiffMode becomes 2.
DiffMode becomes 2 when something (current block?) gets above 25000Shocked

Am i cross eyed?
Can SunCoin DEV check this out?

SUN: SeTwgd1vtkV8suztgc6h8PsUtpMCJHe35J
sr. member
Activity: 308
Merit: 250
checking,,, first time working with GitHub though.

Looked in source, for now checking the extended debug-log. it should output something about kgw.
(qtwallet with parameter -debug) BRB ;-)

- debug info not showing kgw output. perhaps no retargetting difficulty (?)
looking further
newbie
Activity: 10
Merit: 0
Are you kidding me?

I think he is serious, we are supposed to tremble in front of his broken KGW implementation...shake humans!!


hahah. can anybody check code why KGW didnt work?
i mean anybody that knows how code works Wink

the Kimoto Gravity well... in this case.. since it is low hash would look something like 1/(1 + (0.7084 * (PastBlocksMass/144)^(-1.228))  this would result in diff retarget after every block.  Dev needs to comment on, at least, the fact that he understands that the KGW isn't being implemented.
legendary
Activity: 1526
Merit: 1000
the grandpa of cryptos
Are you kidding me?

I think he is serious, we are supposed to tremble in front of his broken KGW implementation...shake humans!!


hahah. can anybody check code why KGW didnt work?
i mean anybody that knows how code works Wink
full member
Activity: 238
Merit: 100
Are you kidding me?

I think he is serious, we are supposed to tremble in front of his broken KGW implementation...shake humans!!
sr. member
Activity: 308
Merit: 250
sr. member
Activity: 427
Merit: 252
Dev - read back please. I think you might have slightly too much faith in it all going well in your absense.
full member
Activity: 126
Merit: 100
Are you kidding me?
sr. member
Activity: 308
Merit: 250
i just saw that pool1.suncoin.biz reports;
Network Info
Difficulty 4.73850464
Est Next Difficulty 0.10210429 (Change in 468 Blocks)
Current Block 21131

that makes 21599 or 21600, sup with that?
sr. member
Activity: 427
Merit: 252
The SUN GODS decided.
Kimotos Gravitty has been launched on us poor humans.



Urm. Has it? How many blocks does it take to decide to do something about the diff then?
Pages:
Jump to: