Author

Topic: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer! - page 121. (Read 284956 times)

hero member
Activity: 798
Merit: 500
BTER deposits has been disabled?

so have withdraws and trading... anyone made a support ticket?
legendary
Activity: 1092
Merit: 1000
BTER deposits has been disabled?

Yes, they have pulled the plug on this shitcoin
hero member
Activity: 658
Merit: 500
BTER deposits has been disabled?
sr. member
Activity: 826
Merit: 263

Sorry, I'm not seeing a variable for nEffectiveBurnCoins and don't have time to dig through the code right now.

Calculate PoW then.

I'm getting 50, so either I'm doing something wrong, or the psuedocode is wrong.  It's probably me.  What do you get?
full member
Activity: 182
Merit: 100
I need more debug.log files to fix this issue. If anyone has one, send it over to me please.
legendary
Activity: 1092
Merit: 1000
Sandor check/restart your hotwallet, i am not getting any payouts from the pool.


Payments are sent out properly, maybe your wallet isn't synced?

I have them on autorestart every 20 mins, 4 to make sure they sync.
I have not received a single payout in hmm 2-3 hours. I'll PM the addresses.
hero member
Activity: 616
Merit: 500
Sandor check/restart your hotwallet, i am not getting any payouts from the pool.


Payments are sent out properly, maybe your wallet isn't synced?
legendary
Activity: 1092
Merit: 1000

Sorry, I'm not seeing a variable for nEffectiveBurnCoins and don't have time to dig through the code right now.

Calculate PoW then.
sr. member
Activity: 826
Merit: 263
Here is the pseudocode:
Code:
maxreward = 50 // or 250 for PoB
lower = 0.01
upper = maxreward
while(lower + 0.01 <= upper)  //  this is a loop, so the stuff in the brackets below will be executed over and over until the condition in the parenthesis is no longer met
{
    mid = (lower + upper)/2
    if(mid > maxreward/(diff^(1/4)))
        upper = mid
    else
        lower = mid
}
reward = upper
reward = (reward/100)*100 // cut off decimals below 1 cent

the rest is pretty self explanatory

Entertain me and calculate the PoW reward at difficulty 0.93650019 and PoB reward at the same dif. (as if it matters) and 912,000 burned coins.
Sorry, I'm not seeing a variable for nEffectiveBurnCoins and don't have time to dig through the code right now.
legendary
Activity: 1092
Merit: 1000
Here is the pseudocode:
Code:
maxreward = 50 // or 250 for PoB
lower = 0.01
upper = maxreward
while(lower + 0.01 <= upper)  //  this is a loop, so the stuff in the brackets below will be executed over and over until the condition in the parenthesis is no longer met
{
    mid = (lower + upper)/2
    if(mid > maxreward/(diff^(1/4)))
        upper = mid
    else
        lower = mid
}
reward = upper
reward = (reward/100)*100 // cut off decimals below 1 cent

the rest is pretty self explanatory

Entertain me and calculate the PoW reward at difficulty 0.93650019 and PoB reward at the same dif. (as if it matters) and 912,000 burned coins.
hero member
Activity: 798
Merit: 500
does anyone know why BTER suspended the trading?

i just noticed it as well, can't trade or withdraw.
hero member
Activity: 798
Merit: 500
Sandor check/restart your hotwallet, i am not getting any payouts from the pool.


he burned them  Grin  Grin
sr. member
Activity: 826
Merit: 263
Here is the pseudocode:
Code:
maxreward = 50 // or 250 for PoB
lower = 0.01
upper = maxreward
while(lower + 0.01 <= upper)  //  this is a loop, so the stuff in the brackets below will be executed over and over until the condition in the parenthesis is no longer met
{
    mid = (lower + upper)/2
    if(mid > maxreward/(diff^(1/4)))
        upper = mid
    else
        lower = mid
}
reward = upper
reward = (reward/100)*100 // cut off decimals below 1 cent

the rest is pretty self explanatory
legendary
Activity: 1092
Merit: 1000
Sandor check/restart your hotwallet, i am not getting any payouts from the pool.
legendary
Activity: 1092
Merit: 1000
Wouldn't a decreasing reward system as hashrate rises promote stability?  I'm certainly no economist.  Seems like it would keep the hashrate at a nice, consistent middle ground.

Current hash rate is very low. Only couple hundred miners mining slimcoin. Even so, reward has dropped from 50SLM reward (PoW) to 12-13SLM.
PoB reward has been hit by the bug too. Around 90k burnt coins so far, reward went from 250SLM to 19SLM.

If this coin is to survive, hash rate must go up by at least x100. If there is no minimum, PoW reward will be 1.0SLM.
Once we reach 900k burnt coins, PoB reward is going to be what, 2SLM ?

BROKEN, unless there is a minimum limit in place. Someone explain the code sandor posted on previous page.
sr. member
Activity: 826
Merit: 263
Wouldn't a decreasing reward system as hashrate rises promote stability?  I'm certainly no economist.  Seems like it would keep the hashrate at a nice, consistent middle ground.
legendary
Activity: 1092
Merit: 1000
diff seems to be really low now

"difficulty" : 0.03772741

Yes, miners gave up and so will I if dev does not post any fixes tonight.
legendary
Activity: 1092
Merit: 1000
Wallet #1
{
"Net Burnt Coins" : 4928.39000000,
"Effective Burnt Coins" : 4406.95026000,
"Immature Burnt Coins" : 483.00000000,
"Decayed Burnt Coins" : 38.43974000


Wallet #2
        "Net Burnt Coins" : 2853.40000000,
        "Effective Burnt Coins" : 2819.03565500,
        "Immature Burnt Coins" : 0.00000000,
        "Decayed Burnt Coins" : 34.36434500

Wallet #3
Net Burnt Coins" : 519.50000000,
"Effective Burnt Coins" : 512.04693100,
"Immature Burnt Coins" : 0.00000000,
"Decayed Burnt Coins" : 7.45306900


I get 5-10 PoB blocks per day.

Nice. How many coins per PoB blocks you get in average?

Current PoB reward is 19.4SLM

Read the discussion about reward system, if i am correct, once diff goes up by x10, reward for both PoW and PoB will be in the 1.X range.

hero member
Activity: 938
Merit: 1000
Wallet #1
{
"Net Burnt Coins" : 4928.39000000,
"Effective Burnt Coins" : 4406.95026000,
"Immature Burnt Coins" : 483.00000000,
"Decayed Burnt Coins" : 38.43974000


Wallet #2
        "Net Burnt Coins" : 2853.40000000,
        "Effective Burnt Coins" : 2819.03565500,
        "Immature Burnt Coins" : 0.00000000,
        "Decayed Burnt Coins" : 34.36434500

Wallet #3
Net Burnt Coins" : 519.50000000,
"Effective Burnt Coins" : 512.04693100,
"Immature Burnt Coins" : 0.00000000,
"Decayed Burnt Coins" : 7.45306900


I get 5-10 PoB blocks per day.

Nice. How many coins per PoB blocks you get in average?
hero member
Activity: 798
Merit: 500
diff seems to be really low now

"difficulty" : 0.03772741
Jump to: