Bitcoin Forum
May 09, 2024, 11:07:55 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 [298] 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 ... 501 »
  Print  
Author Topic: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin"  (Read 1150753 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
clf99
Member
**
Offline Offline

Activity: 62
Merit: 10

liberty


View Profile
December 07, 2015, 04:13:51 PM
 #5941

true.  lending is very manual as rates move around

Every year the world is getting more peaceful.
1715252875
Hero Member
*
Offline Offline

Posts: 1715252875

View Profile Personal Message (Offline)

Ignore
1715252875
Reply with quote  #2

1715252875
Report to moderator
1715252875
Hero Member
*
Offline Offline

Posts: 1715252875

View Profile Personal Message (Offline)

Ignore
1715252875
Reply with quote  #2

1715252875
Report to moderator
The grue lurks in the darkest places of the earth. Its favorite diet is adventurers, but its insatiable appetite is tempered by its fear of light. No grue has ever been seen by the light of day, and few have survived its fearsome jaws to tell the tale.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715252875
Hero Member
*
Offline Offline

Posts: 1715252875

View Profile Personal Message (Offline)

Ignore
1715252875
Reply with quote  #2

1715252875
Report to moderator
1715252875
Hero Member
*
Offline Offline

Posts: 1715252875

View Profile Personal Message (Offline)

Ignore
1715252875
Reply with quote  #2

1715252875
Report to moderator
1715252875
Hero Member
*
Offline Offline

Posts: 1715252875

View Profile Personal Message (Offline)

Ignore
1715252875
Reply with quote  #2

1715252875
Report to moderator
dooglus
Legendary
*
Offline Offline

Activity: 2940
Merit: 1330



View Profile
December 07, 2015, 05:24:33 PM
 #5942

atm staking annual interest rate is 53% (which is basically what you get on JD - turns out the gambling losses don't add up to much i guess)

lending money to shorters on polo has an annual interest rate of 300% (.2999%/day) 

Lending does seem to pay better than staking at the moment. Advertising that fact here will change that quickly as more people enter the lending market pushing interest rates down as they undercut each other. A week ago the interest rate was 0.8%, and now it's 0.3% already after curious' big dumps transferred CLAMs to people willing to lend them out.

Is the CLAM digging over? I see that the price has stabilized above 0.002 and it looks that CLAM is consolidating its position for the next uptrend.

Here's a chart of digging over time. It has been very flat since curious stopped digging.

It's not "over", in that it is still allowed. But it does appear to be "over" for now, in that nobody seems to be digging much right now.


Just-Dice                 ██             
          ██████████         
      ██████████████████     
  ██████████████████████████ 
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
    ██████████████████████   
        ██████████████       
            ██████           
   Play or Invest                 ██             
          ██████████         
      ██████████████████     
  ██████████████████████████ 
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
    ██████████████████████   
        ██████████████       
            ██████           
   1% House Edge
Northstar
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
December 07, 2015, 05:34:48 PM
 #5943

atm staking annual interest rate is 53% (which is basically what you get on JD - turns out the gambling losses don't add up to much i guess)

lending money to shorters on polo has an annual interest rate of 300% (.2999%/day) 

Lending does seem to pay better than staking at the moment. Advertising that fact here will change that quickly as more people enter the lending market pushing interest rates down as they undercut each other. A week ago the interest rate was 0.8%, and now it's 0.3% already after curious' big dumps transferred CLAMs to people willing to lend them out.

Is the CLAM digging over? I see that the price has stabilized above 0.002 and it looks that CLAM is consolidating its position for the next uptrend.

Here's a chart of digging over time. It has been very flat since curious stopped digging.

It's not "over", in that it is still allowed. But it does appear to be "over" for now, in that nobody seems to be digging much right now.

https://i.imgur.com/xL4dgIr.png

Doog, how do you generate the digging charts? Is there a script or other tool available so everyone can keep track?
GordoZ
Full Member
***
Offline Offline

Activity: 145
Merit: 110



View Profile
December 07, 2015, 08:13:49 PM
 #5944


http://postimg.org/image/kezmrq2nr/
dooglus
Legendary
*
Offline Offline

Activity: 2940
Merit: 1330



View Profile
December 07, 2015, 08:23:59 PM
 #5945

Doog, how do you generate the digging charts? Is there a script or other tool available so everyone can keep track?

I use a cobbled-together shell script, and gnuplot.

The shell script ('cc' is an alias for 'clamd'):

Code:
b=$(cc getblockcount)
b1=$(($(head -1 ~/Documents/clam/getblock.2.dat | awk '{print $1}')+1))

echo "dumping blocks $b1 to $b" 1>&2

while ((b >= b1))
do
    echo $(cc getblock $(cc getblockhash $b) | grep -e height -e supply -e time -e difficulty | awk '{print $3}' | tr -d ,)
    ((b -= 1))
    if ((b % 100 == 0))
    then
        echo $b 1>&2
    fi
done

and the gnuplot script:

Code:
#!/usr/bin/gnuplot

set terminal qt size 1350,710
set rmargin 5
set grid
set timefmt "%s"
set xdata time
set xtics format "%b %d"
set key bottom right

plot sin(x) # resize window with junk plot

plot [470707200+604800*0-86400*30*7.15:*] \
  "~/Documents/clam/getblock.2.dat" using 6:($3/1e0) title "digsupply" with lines lw 3, \
  "~/Documents/clam/getblock.2.dat" using 6:($4/1e0) title "stakesupply" with lines lw 3 \
  ; pause -1

plot [470707200+86400*250:*] \
  "~/Documents/clam/getblock.2.dat" using 6:($3/1e0) title "digsupply" with lines lw 3, \
  ; pause -1

Just-Dice                 ██             
          ██████████         
      ██████████████████     
  ██████████████████████████ 
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
    ██████████████████████   
        ██████████████       
            ██████           
   Play or Invest                 ██             
          ██████████         
      ██████████████████     
  ██████████████████████████ 
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
    ██████████████████████   
        ██████████████       
            ██████           
   1% House Edge
Northstar
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
December 07, 2015, 10:59:32 PM
 #5946

Doog, how do you generate the digging charts? Is there a script or other tool available so everyone can keep track?

I use a cobbled-together shell script, and gnuplot.

The shell script ('cc' is an alias for 'clamd'):

Code:
b=$(cc getblockcount)
b1=$(($(head -1 ~/Documents/clam/getblock.2.dat | awk '{print $1}')+1))

echo "dumping blocks $b1 to $b" 1>&2

while ((b >= b1))
do
    echo $(cc getblock $(cc getblockhash $b) | grep -e height -e supply -e time -e difficulty | awk '{print $3}' | tr -d ,)
    ((b -= 1))
    if ((b % 100 == 0))
    then
        echo $b 1>&2
    fi
done

and the gnuplot script:

Code:
#!/usr/bin/gnuplot

set terminal qt size 1350,710
set rmargin 5
set grid
set timefmt "%s"
set xdata time
set xtics format "%b %d"
set key bottom right

plot sin(x) # resize window with junk plot

plot [470707200+604800*0-86400*30*7.15:*] \
  "~/Documents/clam/getblock.2.dat" using 6:($3/1e0) title "digsupply" with lines lw 3, \
  "~/Documents/clam/getblock.2.dat" using 6:($4/1e0) title "stakesupply" with lines lw 3 \
  ; pause -1

plot [470707200+86400*250:*] \
  "~/Documents/clam/getblock.2.dat" using 6:($3/1e0) title "digsupply" with lines lw 3, \
  ; pause -1

Thanks Doog, trying to make sense of the code without past experience. Where is it obtaining the data from, through API? This is run in Linux I presume, any way to emulate this in windows? I'm a coding no0b

Edit: I guess all the staking info is found in that getblock.2.dat file? How does that work?
SuperClam (OP)
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1002


CLAM Developer


View Profile WWW
December 08, 2015, 04:15:04 AM
 #5947

   Any chance you can add the Clamour info to the OP, and/or website.   

Of course!

Waiting for the compiled version of the new client with all of the new bells and whistles.

https://bitcointalk.org/index.php?topic=623147
Proof-Of-Chain, 100% Distributed BEFORE Launch.
Everyone who owned BTC, LTC, or DOGE at launch got free CLAMS.
dooglus
Legendary
*
Offline Offline

Activity: 2940
Merit: 1330



View Profile
December 08, 2015, 04:29:58 AM
 #5948

Thanks Doog, trying to make sense of the code without past experience. Where is it obtaining the data from, through API? This is run in Linux I presume, any way to emulate this in windows? I'm a coding no0b

The data is being fetched here:

Code:
cc getblock $(cc getblockhash $b

cc is clamd. It's using 'clamd getblockhash' to get the hash of each block, and 'clamd getblock' to get data about each block.

Both of those commands are talking to a fully-synced local instance of the CLAM client.

When I used to run Windows I mostly used "cygwin" (I think it was called) when I wanted to run bash scripts (which is what that first script above is). There was "MinGW" or something too, which I think did something similar. It's been a long time though, so I don't know what people use these days.

https://www.cygwin.com/ -- "Get that Linux feeling - on Windows"
http://www.mingw.org/ -- "Minimalist GNU for Windows"

Just-Dice                 ██             
          ██████████         
      ██████████████████     
  ██████████████████████████ 
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
    ██████████████████████   
        ██████████████       
            ██████           
   Play or Invest                 ██             
          ██████████         
      ██████████████████     
  ██████████████████████████ 
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
    ██████████████████████   
        ██████████████       
            ██████           
   1% House Edge
alterdicecom
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
December 08, 2015, 09:08:49 AM
 #5949

Hello,

Clam has been added to https://alterdice.com for betting and recently to our new exchange. Bringing us to 12 supported currencies.

Clam will also be featured in our latest project coming in the next few weeks, along with a few other strong proof of stake blockchains. Check us out and let us know what you think, any feedback is welcomed.

https://bitcointalk.org/index.php?topic=1280448.msg13181620#msg13181620

John,
support@alterdice.com
dooglus
Legendary
*
Offline Offline

Activity: 2940
Merit: 1330



View Profile
December 08, 2015, 10:10:52 AM
 #5950

Clam has been added to https://alterdice.com for betting and recently to our new exchange. Bringing us to 12 supported currencies.

That's great. I just tried the site out and was able to turn 400 satoshis into over 6 BTC exploiting a bug that a lot of new dice sites have.

Here's the relevant line from your provably fair verification code:

Code:
hashed_result   = hashlib.sha512(str(seed_server) + str(seed_client) + str(roll_number)).hexdigest()

Stringing the client seed together with the roll number like that lets me make the same rolls twice: "x1"+"2" == "x" + "12"...

(I reported this to the owner privately and he already shut the betting down to implement a fix, so don't bother trying to exploit it).

Just-Dice                 ██             
          ██████████         
      ██████████████████     
  ██████████████████████████ 
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
    ██████████████████████   
        ██████████████       
            ██████           
   Play or Invest                 ██             
          ██████████         
      ██████████████████     
  ██████████████████████████ 
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
    ██████████████████████   
        ██████████████       
            ██████           
   1% House Edge
edmundduke
Legendary
*
Offline Offline

Activity: 1624
Merit: 1007


View Profile
December 08, 2015, 10:15:49 AM
 #5951

Clam has been added to https://alterdice.com for betting and recently to our new exchange. Bringing us to 12 supported currencies.

That's great. I just tried the site out and was able to turn 400 satoshis into over 6 BTC exploiting a bug that a lot of new dice sites have.

Here's the relevant line from your provably fair verification code:

Code:
hashed_result   = hashlib.sha512(str(seed_server) + str(seed_client) + str(roll_number)).hexdigest()

Stringing the client seed together with the roll number like that lets me make the same rolls twice: "x1"+"2" == "x" + "12"...

(I reported this to the owner privately and he already shut the betting down to implement a fix, so don't bother trying to exploit it).


I was just about to see what the new site is about when i got an error "Can't establish a connection to the server" and looks like the answer why it happened is right here.
That was a really fast find, well done doog. You most likely saved the owner a lot of headache.
dooglus
Legendary
*
Offline Offline

Activity: 2940
Merit: 1330



View Profile
December 08, 2015, 10:41:14 AM
 #5952

That was a really fast find, well done doog. You most likely saved the owner a lot of headache.

Yeah, I expect the bug bounty will be massive! Smiley

Also:

Quote
For every user you refer you will receive a 15% of the 1% house edge that they wager.
Also you will receive 15% of all trade fee's we collect from the same users.
Say you referral Bob, and Bob does 10 rolls of 1BTC each. No matter win or lose you will receive 0.00015 BTC per roll, coming to a 0.0015 BTC overall just for referring Bob to play here!

15% of 1% of 1 BTC per roll is 0.0015 BTC per roll, coming to 0.015 BTC over all.

The example is off by a factor of 10.

Just-Dice                 ██             
          ██████████         
      ██████████████████     
  ██████████████████████████ 
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
    ██████████████████████   
        ██████████████       
            ██████           
   Play or Invest                 ██             
          ██████████         
      ██████████████████     
  ██████████████████████████ 
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
    ██████████████████████   
        ██████████████       
            ██████           
   1% House Edge
Bitcoiner2015
Full Member
***
Offline Offline

Activity: 120
Merit: 100


View Profile
December 08, 2015, 10:46:16 AM
 #5953

Clam has been added to https://alterdice.com for betting and recently to our new exchange. Bringing us to 12 supported currencies.

That's great. I just tried the site out and was able to turn 400 satoshis into over 6 BTC exploiting a bug that a lot of new dice sites have.

Here's the relevant line from your provably fair verification code:

Code:
hashed_result   = hashlib.sha512(str(seed_server) + str(seed_client) + str(roll_number)).hexdigest()

Stringing the client seed together with the roll number like that lets me make the same rolls twice: "x1"+"2" == "x" + "12"...

(I reported this to the owner privately and he already shut the betting down to implement a fix, so don't bother trying to exploit it).

$2400, not a bad days work dooglus!
Kefkius
Member
**
Offline Offline

Activity: 64
Merit: 20


View Profile
December 08, 2015, 10:52:39 AM
 #5954

Clam has been added to https://alterdice.com for betting and recently to our new exchange. Bringing us to 12 supported currencies.

That's great. I just tried the site out and was able to turn 400 satoshis into over 6 BTC exploiting a bug that a lot of new dice sites have.

Here's the relevant line from your provably fair verification code:

Code:
hashed_result   = hashlib.sha512(str(seed_server) + str(seed_client) + str(roll_number)).hexdigest()

Stringing the client seed together with the roll number like that lets me make the same rolls twice: "x1"+"2" == "x" + "12"...

(I reported this to the owner privately and he already shut the betting down to implement a fix, so don't bother trying to exploit it).


Sounds like adding Clam was a great decision, alterdicecom. It could have been someone with less integrity finding that vulnerability.

Developer of FreeBitcoins.com Clamcoin faucet.
dooglus
Legendary
*
Offline Offline

Activity: 2940
Merit: 1330



View Profile
December 08, 2015, 11:53:33 AM
 #5955

$2400, not a bad days work dooglus!

After he fixed the exploit I carried on playing and built the 6.2 BTC up to 12 BTC, then lost it all.

Just as my balance hit zero I got a PM, thanking me for reporting the exploit and saying I could keep whatever I had won using it.

What is it the kids say? fml? Smiley

He ended up tipping me 3 BTC which is better than I was expecting. (But worse than the 12 BTC I could have had).

Just-Dice                 ██             
          ██████████         
      ██████████████████     
  ██████████████████████████ 
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
    ██████████████████████   
        ██████████████       
            ██████           
   Play or Invest                 ██             
          ██████████         
      ██████████████████     
  ██████████████████████████ 
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
    ██████████████████████   
        ██████████████       
            ██████           
   1% House Edge
edmundduke
Legendary
*
Offline Offline

Activity: 1624
Merit: 1007


View Profile
December 08, 2015, 12:00:37 PM
 #5956

$2400, not a bad days work dooglus!

After he fixed the exploit I carried on playing and built the 6.2 BTC up to 12 BTC, then lost it all.

Just as my balance hit zero I got a PM, thanking me for reporting the exploit and saying I could keep whatever I had won using it.

What is it the kids say? fml? Smiley

He ended up tipping me 3 BTC which is better than I was expecting. (But worse than the 12 BTC I could have had).

It is still a really nice bounty for such a serious issue. Ofc the 12 BTC would have been excellent, but seems "You don't always win Wink"
Still congraz on the bounty Smiley well deserved.
alterdicecom
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
December 08, 2015, 12:00:55 PM
 #5957

$2400, not a bad days work dooglus!

After he fixed the exploit I carried on playing and built the 6.2 BTC up to 12 BTC, then lost it all.

Just as my balance hit zero I got a PM, thanking me for reporting the exploit and saying I could keep whatever I had won using it.

What is it the kids say? fml? Smiley

He ended up tipping me 3 BTC which is better than I was expecting. (But worse than the 12 BTC I could have had).

Thank you dooglus for your honesty. We are glad we were able to fix it quickly with a minimal impact. You are welcome back any time Smiley
bobboooiie
Hero Member
*****
Offline Offline

Activity: 656
Merit: 500



View Profile
December 08, 2015, 12:12:37 PM
 #5958

$2400, not a bad days work dooglus!

After he fixed the exploit I carried on playing and built the 6.2 BTC up to 12 BTC, then lost it all.

Just as my balance hit zero I got a PM, thanking me for reporting the exploit and saying I could keep whatever I had won using it.

What is it the kids say? fml? Smiley

He ended up tipping me 3 BTC which is better than I was expecting. (But worse than the 12 BTC I could have had).

Thats better than stamp of solvency, EVEN dooglus loses at our casino!
o_dima
Full Member
***
Offline Offline

Activity: 179
Merit: 100


View Profile
December 08, 2015, 12:50:18 PM
 #5959

LOL. Voted. Roll Eyes

Quote
#7a69a853
Elect dooglus as Clamperor For Life. Duties include passing the butter at the dinner table and destroying all who oppose Clam.
SuperClam (OP)
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1002


CLAM Developer


View Profile WWW
December 08, 2015, 01:00:58 PM
Last edit: December 08, 2015, 03:17:06 PM by SuperClam
 #5960

Petition Id: 066b223d
Link: http://txti.es/066b223d



CLAMour Instructions: https://bitcointalk.org/index.php?topic=623147.msg13098673#msg13098673



Transaction Fee Pooling to Improve Security


Petition Reasoning:

  • To prevent block creators from executing chain size attacks.
  • To make transaction fees earned, and thus block reward, more predictable, constant and smooth.
  • To add incentive for nodes to broadcast and share user transactions.


Current Network Behavior:

  • Transaction fees are awarded to the node creating/staking the block.
  • The block creator essentially pays the fee to themselves, and thus may avoid transaction fees entirely.
  • A block creator can potentially attack the network by creating nearly free spam transactions.
  • This adds incentive for nodes to not broadcast the transactions it is aware of, in the hope of keeping the fee for blocks they stake.


Proposed Network Behavior:

  • Transaction fees are awarded into a 'transaction fee pool'.
  • When a block is created, the creator increases the pool balance by the amount of fees paid by transactions in that block.
  • When a block is created, the creator awards themselves 1% of the new pool balance and simultaneously reduces that balance by 1%.


Technical Notes:

  • An integer would be added to blocks in order to store the amount of CLAM currently in the fee pool.
  • The change would be consensus enforced by requiring blocks properly attribute the pool to be valid.
  • The change would become active when 95% of staked blocks report a version indicating support for the change.

https://bitcointalk.org/index.php?topic=623147
Proof-Of-Chain, 100% Distributed BEFORE Launch.
Everyone who owned BTC, LTC, or DOGE at launch got free CLAMS.
Pages: « 1 ... 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 [298] 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 ... 501 »
  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!