Bitcoin Forum
April 24, 2024, 03:04:52 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 ... 501 »
  Print  
Author Topic: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin"  (Read 1150750 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.
dooglus
Legendary
*
Offline Offline

Activity: 2940
Merit: 1330



View Profile
July 11, 2016, 07:19:51 PM
Last edit: July 11, 2016, 07:31:15 PM by dooglus
 #6861

I do not have the knowledge to read code to know how clam works.

The code is multi-threaded. So the part which loops through your own outputs checking whether they can stake runs in parallel with the part which accepts new blocks from peers.

Checking the staking wallet logs I do see that it continues to search its own outputs even if it accepts a block from a peer while searching. Here's an example:

Quote
starting stake
CWallet::CreateCoinStake() iteration 0
CWallet::CreateCoinStake() iteration 15000
CWallet::CreateCoinStake() iteration 30000
CWallet::CreateCoinStake() iteration 45000
CWallet::CreateCoinStake() found no stake
stake took 4s

starting stake
CWallet::CreateCoinStake() iteration 0
CWallet::CreateCoinStake() iteration 15000
stake 1.00 for xB2ecbVboyD513HJfvzvxw3tuNfRcUVUXv; not mine
SetBestChain: new best=5b2e7337902bc3e230541d1c47f135cd23efb2b984bc744aac54a5f14161691e  height=1070779  trust=255420176884548245025  blocktrust=523267355223939  date=07/10/16 13:24:16
ProcessBlock: ACCEPTED
CWallet::CreateCoinStake() iteration 30000
CWallet::CreateCoinStake() iteration 45000
CWallet::CreateCoinStake() found no stake
stake took 2s

starting stake
CWallet::CreateCoinStake() iteration 0
CWallet::CreateCoinStake() iteration 15000
CWallet::CreateCoinStake() iteration 30000
CWallet::CreateCoinStake() iteration 45000
CWallet::CreateCoinStake() found no stake
stake took 3s

In this case we didn't find a block, so the peer's block won. I'll see if I can find an example where JD found a block after hearing about one from a peer.

Edit: I can't find any. I suspect that although it continues looping through all the unspent outputs, accepting the peer's block has somehow made it such that no local stake will be accepted and so it's a waste of time to even continue searching in the current time slot.

Just-Dice                 ██             
          ██████████         
      ██████████████████     
  ██████████████████████████ 
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
    ██████████████████████   
        ██████████████       
            ██████           
   Play or Invest                 ██             
          ██████████         
      ██████████████████     
  ██████████████████████████ 
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
    ██████████████████████   
        ██████████████       
            ██████           
   1% House Edge
1713971092
Hero Member
*
Offline Offline

Posts: 1713971092

View Profile Personal Message (Offline)

Ignore
1713971092
Reply with quote  #2

1713971092
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713971092
Hero Member
*
Offline Offline

Posts: 1713971092

View Profile Personal Message (Offline)

Ignore
1713971092
Reply with quote  #2

1713971092
Report to moderator
kito
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
July 11, 2016, 08:09:46 PM
 #6862

>stake took 4s ... stake took 2s ...stake took 3s

Interesting that the stake times can vary this much.  I would assume on a fast PC this would be more consistent. 

Maybe consolidating the outputs to reduce hashing would help.

 





dooglus
Legendary
*
Offline Offline

Activity: 2940
Merit: 1330



View Profile
July 21, 2016, 09:15:40 PM
 #6863

This one staked 5 times in 8 days, despite only being worth 26 to 30 CLAMs for most of that time:

That one recently staked again, for 6 stakes in 17 days: (edit: 7 stakes in 19 days!)

Quote
84d121      -> 100 CLAM   1044120 (2016-06-21 22:14:24)
cbdfb7  100 ->  26 CLAM   1045413 (2016-06-22 18:53:20)
a799ea   26 ->  27 CLAM   1050053 (2016-06-26 00:42:40)
c6709f   27 ->  28 CLAM   1050991 (2016-06-26 16:32:00)
00d648   28 ->  29 CLAM   1052089 (2016-06-27 11:02:40)
e58636   29 ->  30 CLAM   1054628 (2016-06-29 05:42:24)
4170b5   30 ->  31 CLAM   1067683 (2016-07-08 09:20:16)
60ca71   31 ->  32 CLAM   1070634 (2016-07-10 10:57:52)

I'm still monitoring the JD staking wallet. It started out with 13k outputs of size 100 CLAMs each, and I set it to split to 25 CLAM outputs when it stakes. I counted the number of outputs of each size each morning, and plotted those counts on a log scale:



I'm not sure this is of interest to anyone other than myself but it's kind of pretty so I thought I'd post it anyway.

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

Activity: 116
Merit: 10


View Profile
July 21, 2016, 09:24:26 PM
 #6864

 Shocked

Sweet!
whenwhatwherewhyhow
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
July 22, 2016, 02:28:19 PM
 #6865

What is the max supply cap of CLAMS?
dooglus
Legendary
*
Offline Offline

Activity: 2940
Merit: 1330



View Profile
July 22, 2016, 04:15:53 PM
 #6866

What is the max supply cap of CLAMS?

There's one born every minute. What's the max supply cap of minutes?

Also, khashier.com seems to be down.

xploited?

Just-Dice                 ██             
          ██████████         
      ██████████████████     
  ██████████████████████████ 
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
    ██████████████████████   
        ██████████████       
            ██████           
   Play or Invest                 ██             
          ██████████         
      ██████████████████     
  ██████████████████████████ 
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
    ██████████████████████   
        ██████████████       
            ██████           
   1% House Edge
lovewiki
Sr. Member
****
Offline Offline

Activity: 271
Merit: 250

Share Love


View Profile WWW
July 27, 2016, 04:45:06 AM
 #6867


Checking the staking wallet logs I do see that it continues to search its own outputs even if it accepts a block from a peer while searching. Here's an example:

Quote
starting stake
CWallet::CreateCoinStake() iteration 0
CWallet::CreateCoinStake() iteration 15000
CWallet::CreateCoinStake() iteration 30000
CWallet::CreateCoinStake() iteration 45000
CWallet::CreateCoinStake() found no stake
stake took 4s

starting stake
CWallet::CreateCoinStake() iteration 0
CWallet::CreateCoinStake() iteration 15000
stake 1.00 for xB2ecbVboyD513HJfvzvxw3tuNfRcUVUXv; not mine
SetBestChain: new best=5b2e7337902bc3e230541d1c47f135cd23efb2b984bc744aac54a5f14161691e  height=1070779  trust=255420176884548245025  blocktrust=523267355223939  date=07/10/16 13:24:16
ProcessBlock: ACCEPTED
CWallet::CreateCoinStake() iteration 30000
CWallet::CreateCoinStake() iteration 45000
CWallet::CreateCoinStake() found no stake
stake took 2s

starting stake
CWallet::CreateCoinStake() iteration 0
CWallet::CreateCoinStake() iteration 15000
CWallet::CreateCoinStake() iteration 30000
CWallet::CreateCoinStake() iteration 45000
CWallet::CreateCoinStake() found no stake
stake took 3s

In this case we didn't find a block, so the peer's block won. I'll see if I can find an example where JD found a block after hearing about one from a peer.

Edit: I can't find any. I suspect that although it continues looping through all the unspent outputs, accepting the peer's block has somehow made it such that no local stake will be accepted and so it's a waste of time to even continue searching in the current time slot.


My understanding is that if a new block is accepted then the client should try to find the next block based on this child, not based on the old child. Is CLAM not working like this?

Register for FREE Bitcoin!
mo
Legendary
*
Offline Offline

Activity: 1484
Merit: 1001


View Profile
July 30, 2016, 10:44:27 AM
 #6868

dooglus,Where can I see rich list?  Thank you!!
bittamak
Sr. Member
****
Offline Offline

Activity: 444
Merit: 250


View Profile
July 30, 2016, 11:19:34 AM
 #6869

dooglus,Where can I see rich list?  Thank you!!

Here... http://www.presstab.pw/phpexplorer/CLAM/richlist.php
andulolika
Legendary
*
Offline Offline

Activity: 2310
Merit: 1047



View Profile
July 30, 2016, 01:19:56 PM
 #6870

Huh it changed, the richlist used to be different so i checked the hyperlink in the jd chat but its the same.

🔥 🔥 🔥  Satochip - Secure the future  🔥 🔥 🔥
⭐️ Hardware wallet on a smartcard | Affordable and easy to use | Open source and community driven | BTC, LTC, BCH (SLP tokens), ETH (ERC-20 tokens)... ⭐️
──WebsiteShop  |  Bitcointalk  |  Twitter  |  Telegram  |  Github──
bittawm
Legendary
*
Offline Offline

Activity: 1894
Merit: 1087



View Profile
July 31, 2016, 06:22:18 PM
 #6871

hey all,

does this mean pool operaters and exchanges will have heaps of clams from all the old addressses?

if so can we get our clams out from them or is it now their property?

Cheers

@bittawm is my real telegram
@bittawm is my real twitter
beware of impersonators
andulolika
Legendary
*
Offline Offline

Activity: 2310
Merit: 1047



View Profile
July 31, 2016, 09:02:31 PM
 #6872

hey all,

does this mean pool operaters and exchanges will have heaps of clams from all the old addressses?

if so can we get our clams out from them or is it now their property?

Cheers
You never owed the address, they were holding your money to you, but if you can convince them of giving you the private keys good luck, I tried contacting gox, lol.

🔥 🔥 🔥  Satochip - Secure the future  🔥 🔥 🔥
⭐️ Hardware wallet on a smartcard | Affordable and easy to use | Open source and community driven | BTC, LTC, BCH (SLP tokens), ETH (ERC-20 tokens)... ⭐️
──WebsiteShop  |  Bitcointalk  |  Twitter  |  Telegram  |  Github──
romjpn
Full Member
***
Offline Offline

Activity: 193
Merit: 100


View Profile
August 01, 2016, 03:37:22 AM
 #6873

What is the max supply cap of CLAMS?

There's one born every minute. What's the max supply cap of minutes?

Also, khashier.com seems to be down.

xploited?

Maybe the community should be a bit clearer about it. Clam has no supply cap right ? Like DOGE or ETH.

---~~~***~~~--- http://InvestBitcoinGuide.com ---~~~***~~~---
Invest your bitcoins/altcoins into legit businesses. Get solid returns !
We hate scams and ponzis !
bittawm
Legendary
*
Offline Offline

Activity: 1894
Merit: 1087



View Profile
August 01, 2016, 09:20:22 AM
 #6874

hey all,

does this mean pool operaters and exchanges will have heaps of clams from all the old addressses?

if so can we get our clams out from them or is it now their property?

Cheers
You never owed the address, they were holding your money to you, but if you can convince them of giving you the private keys good luck, I tried contacting gox, lol.


so some of these guys have thousands of addresses at 4.6 clams each...?

wow...good on them i guess haha

@bittawm is my real telegram
@bittawm is my real twitter
beware of impersonators
BayAreaCoins
Legendary
*
Offline Offline

Activity: 3906
Merit: 1240


Owner at AltQuick.com & FreeBitcoins.com


View Profile WWW
August 01, 2016, 09:24:53 AM
 #6875

hey all,

does this mean pool operaters and exchanges will have heaps of clams from all the old addressses?

if so can we get our clams out from them or is it now their property?

Cheers

You should email them and nicely explain there is more value attached to your private key that they held and you'd like to withdraw.

Maybe even offer them 10%...

It's worth asking.

Alternatively:

All they have to do is sign a key with the address that has CLAMS in order to begin staking them as I understand!  

Their pool could earn more for miners and places like Dragon Tales could pretty much decentralize Clamcoin over night.

https://AltQuick.com/exchange/ - Trade altcoins & Bitcoin Testnet coins with real Bitcoin. Fast, private, and easy!
https://FreeBitcoins.com/faucet/ - Load your AltQuick exchange account with free Bitcoins & Testnet every 10 minutes.
Tanglemymind
Full Member
***
Offline Offline

Activity: 143
Merit: 100


View Profile
August 01, 2016, 07:08:26 PM
 #6876

2 questions...

1. Who stakes claims and how many claims will 1,000 mint?

2. What utility does claims have?

Thxs
wttbs
Legendary
*
Offline Offline

Activity: 2210
Merit: 1109



View Profile
August 01, 2016, 07:50:26 PM
 #6877

2 questions...

1. Who stakes claims and how many claims will 1,000 mint?

2. What utility does claims have?

Thxs

1. stake with 1300 Clams is about 1 clam a day

2. what do you mean by "utility" ?
Tanglemymind
Full Member
***
Offline Offline

Activity: 143
Merit: 100


View Profile
August 01, 2016, 07:58:44 PM
 #6878

2 questions...

1. Who stakes claims and how many claims will 1,000 mint?

2. What utility does claims have?

Thxs

1. stake with 1300 Clams is about 1 clam a day

2. what do you mean by "utility" ?

Thanks for the staking results.

Utility meaning what use does the clam blockchain have?
dooglus
Legendary
*
Offline Offline

Activity: 2940
Merit: 1330



View Profile
August 01, 2016, 08:14:40 PM
 #6879

1. stake with 1300 Clams is about 1 clam a day

Just-Dice is staking 1.428 million CLAMs and stakes about 1310 per day.

That means that each 1090 CLAMs stakes 1 per day.

Almost all the CLAMs in existence are on Just-Dice.com, so I guess it's fair to say most of the utility of CLAM is that site.

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

Activity: 3360
Merit: 1548


Get loan in just five minutes goo.gl/8WMW6n


View Profile WWW
August 01, 2016, 08:48:30 PM
 #6880

1. stake with 1300 Clams is about 1 clam a day

Just-Dice is staking 1.428 million CLAMs and stakes about 1310 per day.

That means that each 1090 CLAMs stakes 1 per day.

Almost all the CLAMs in existence are on Just-Dice.com, so I guess it's fair to say most of the utility of CLAM is that site.
I also stake in just -dice, but by my calculations(since 11th July),
 only each ~1170 clams stakes 1 per day (including bankroll profit).
~7% too high uncertainty ?

       ███████████████▄▄
    ██████████████████████▄
  ██████████████████████████▄
 ███████   ▀████████▀   ████▄
██████████    █▀  ▀    ██████▄
███████████▄▄▀  ██  ▀▄▄████████
███████████          █████████
███████████▀▀▄  ██  ▄▀▀████████
██████████▀   ▀▄  ▄▀   ▀██████▀
 ███████  ▄██▄████▄█▄  █████▀
  ██████████████████████████▀
    ██████████████████████▀
       ███████████████▀▀
.
.Duelbits.
.
..THE MOST REWARDING CASINO......
   ▄▄▄▄████▀███▄▄▄▄▄
▄███▄▀▄██▄   ▄██▄▀▄███▄
████▄█▄███▄█▄███▄█▄████
███████████████████████   ▄██▄
██     ██     ██     ██   ▀██▀
██ ▀▀█ ██ ▀▀█ ██ ▀▀█ ██    ██
██  █  ██  █  ██  █  ██
█▌  ██
██     ██     ██     ████  ██
█████████████████████████  ██
████████████████████████████▀
█████████████████████████
█████████████████████████
████████████████████████▌
       +4,000      
PROVABLY FAIR
GAMES
   $500,000  
MONTHLY
PRIZE POOL
      $10,000     
BLACKJACK
GIVEAWAY
Pages: « 1 ... 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 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 ... 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!