Bitcoin Forum
May 01, 2024, 12:15:34 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 [95] 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 ... 215 »
  Print  
Author Topic: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer!  (Read 284890 times)
reflector
Sr. Member
****
Offline Offline

Activity: 826
Merit: 263



View Profile
June 10, 2014, 09:59:44 PM
 #1881

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.
Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714522534
Hero Member
*
Offline Offline

Posts: 1714522534

View Profile Personal Message (Offline)

Ignore
1714522534
Reply with quote  #2

1714522534
Report to moderator
1714522534
Hero Member
*
Offline Offline

Posts: 1714522534

View Profile Personal Message (Offline)

Ignore
1714522534
Reply with quote  #2

1714522534
Report to moderator
primer-
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
June 10, 2014, 10:03:57 PM
 #1882


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

Calculate PoW then.
sandor111
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile WWW
June 10, 2014, 10:04:34 PM
 #1883

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?

primer-
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
June 10, 2014, 10:05:46 PM
 #1884

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.
slimcoin (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile WWW
June 10, 2014, 10:07:07 PM
 #1885

I need more debug.log files to fix this issue. If anyone has one, send it over to me please.

-Much Donate
BTC-1D5pnma7E1CP6cquHujycVy79EyXJ3eY
reflector
Sr. Member
****
Offline Offline

Activity: 826
Merit: 263



View Profile
June 10, 2014, 10:20:25 PM
 #1886


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?
bitspender
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
June 10, 2014, 10:33:55 PM
 #1887

BTER deposits has been disabled?
primer-
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
June 10, 2014, 10:34:25 PM
 #1888

BTER deposits has been disabled?

Yes, they have pulled the plug on this shitcoin
rfcdejong
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500


View Profile
June 10, 2014, 10:34:41 PM
 #1889

BTER deposits has been disabled?

so have withdraws and trading... anyone made a support ticket?
TheRealSteve
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500

FUN > ROI


View Profile
June 10, 2014, 11:44:13 PM
 #1890

The graph pretty much follows the fourth root no matter which way you plot it - depending on the reference.

Considering the value cited, I'm going to guess that you're asking about the difficulty as reported by the JSON-RPC.  Rather than messing with the calculations involved, you can always check the actual values so far:


Amateur hour guess: diff 0.93650019 ~= 6.35 SLiM (PoW, not even going to attempt PoB)

primer-
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
June 11, 2014, 12:04:44 AM
 #1891

Professional prediction : Current miner can be optimized by a tenfold or more.
My old dual core is half the speed the latest 4770k cpu. Obviously AES and SSSE optimizations are missing. My other miners, including original scrypt cpuminer does at least 10x better on 4770k.

If ported to GPU we will see a 100x speed increase. Difficulty of 3-5 is to be expected if the coin picks up. What would the PoW reward be than, 2SLM?

I'm here, wasting my time, as i've made quiet an amount selling in the first 48h and have moral obligation to help the coin survive so the traders eventually earn some of the money back. I'll give it another 24h, if the dev does not submit patches for the wallet i'm done.
sandor111
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile WWW
June 11, 2014, 12:08:08 AM
 #1892

The graph pretty much follows the fourth root no matter which way you plot it - depending on the reference.

Considering the value cited, I'm going to guess that you're asking about the difficulty as reported by the JSON-RPC.  Rather than messing with the calculations involved, you can always check the actual values so far:


Amateur hour guess: diff 0.93650019 ~= 6.35 SLiM (PoW, not even going to attempt PoB)


Your right, this is the exact formula: reward = maxreward/((diff*4096)^(1/4))
In my pseudocode, diff has to be multiplied by 4096, because it's using a higher max target than Bitcoin.

TheRealSteve
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500

FUN > ROI


View Profile
June 11, 2014, 12:10:12 AM
 #1893

Difficulty of 3-5 is to be expected if the coin picks up. What would the PoW reward be than, 2SLM?
Assuming that's a thing..
3: 4.75
5: 4.18

Your right, this is the exact formula: reward = maxreward/((diff*4096)^(1/4))
In my pseudocode, diff has to be multiplied by 4096, because it's using a higher max target than Bitcoin.
Yep

primer-
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
June 11, 2014, 12:12:33 AM
 #1894

Difficulty of 3-5 is to be expected if the coin picks up. What would the PoW reward be than, 2SLM?
Assuming that's a thing..
3: 4.75
5: 4.18

1. Name one other coin with such low reward.
2. In how many centuries are we going to hit the total cap of 250,000,000 coins? Obviously never because the reward system is broken.
reflector
Sr. Member
****
Offline Offline

Activity: 826
Merit: 263



View Profile
June 11, 2014, 12:17:34 AM
 #1895

Difficulty of 3-5 is to be expected if the coin picks up. What would the PoW reward be than, 2SLM?
Assuming that's a thing..
3: 4.75
5: 4.18

1. Name one other coin with such low reward.
2. In how many centuries are we going to hit the total cap of 250,000,000 coins? Obviously never because the reward system is broken.

You are ignoring market forces though.  People are only going to mine it if it's profitable.1. Name one other coin with such low reward.

Edit:
Quote
1. Name one other coin with such low reward.
42?
primer-
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
June 11, 2014, 12:22:53 AM
 #1896

Are you saying the dev foresaw the unprofitabillity of the coin and therefore low difficulty when designing block reward and total cap? Fucking coin is broken beyond repair.
bitspender
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
June 11, 2014, 12:24:04 AM
 #1897

Difficulty of 3-5 is to be expected if the coin picks up. What would the PoW reward be than, 2SLM?
Assuming that's a thing..
3: 4.75
5: 4.18

1. Name one other coin with such low reward.
2. In how many centuries are we going to hit the total cap of 250,000,000 coins? Obviously never because the reward system is broken.

You are ignoring market forces though.  People are only going to mine it if it's profitable.1. Name one other coin with such low reward.

Edit:
Quote
1. Name one other coin with such low reward.
42?

Well, since BTER kicked SLM, i guess this coin can be considered as dead, no mather what reward.
I'm not going to keep my rigs on for a coin that cannot be exchanged on a daily base.
reflector
Sr. Member
****
Offline Offline

Activity: 826
Merit: 263



View Profile
June 11, 2014, 12:27:01 AM
 #1898

Are you saying the dev foresaw the unprofitabillity of the coin and therefore low difficulty when designing block reward and total cap? Fucking coin is broken beyond repair.

No, I'm saying it might balance itself out and that that was the intention.  I don't know, but when I make an investment, I don't trash it, its creator, and other investors for no apparent reason.  It seems counterproductive.
ShadowOfScales
Full Member
***
Offline Offline

Activity: 138
Merit: 100


View Profile
June 11, 2014, 12:29:33 AM
 #1899

So a coin arrives with innovation, it has it's flaws, but it's functional, people find the new features quite innovative.
Later, greedy trolls arrive, only wishing to profit from the coin, and not understanding proof of burn, and how it works, reason to buy through trading, ect.
The coin will of course, take a long time to mine, but quit forgetting about proof of burn.

With Proof of Burn, if one first buys some coins, the coin is quite profitable.
primer-
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
June 11, 2014, 12:30:11 AM
 #1900

Are you saying the dev foresaw the unprofitabillity of the coin and therefore low difficulty when designing block reward and total cap? Fucking coin is broken beyond repair.

No, I'm saying it might balance itself out and that that was the intention.  I don't know, but when I make an investment, I don't trash it, its creator, and other investors for no apparent reason.  It seems counterproductive.
If you are one of the investors who bought in early i really feel sorry for you. You, in th first place, should be mad at the dev for not providing critical patches for the wallet, and the person who got it added to bter
 just a couple hours after launch.
Pages: « 1 ... 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 [95] 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 ... 215 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!