Author

Topic: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin" - page 406. (Read 1151252 times)

legendary
Activity: 2940
Merit: 1333
sr. member
Activity: 270
Merit: 250
So you announce, on the first page that "clam speech" is some fucking huge thing haha,

https://github.com/nochowderforyou/clams/blob/master/src/clamspeech.cpp

This is just retarded.
full member
Activity: 210
Merit: 100
Yep, that's our address.
legendary
Activity: 2940
Merit: 1333
(Seans will not be able to add the address publicly until they all vote it at a board meeting. Adding it to the OP will be one of the only ways ppl can find it.)

I wonder if he could sign a message that states their CLAM address with their public BTC donation address.

That would be much more convincing than 'some guy calling themselves "SeansOutpost" on JD chat said it'.
legendary
Activity: 4004
Merit: 1250
Owner at AltQuick.com
So far two Charities now accept CLAM. I personally believe that both of these are OP worthy!  

______________________________

The widely known SeansOutpost now has a CLAM address that we can all donate to.  

x9RFmWHjGXDgUqpXz6jTxp6XVHFcjkfjQb

Proof of ownership:

12/26/2014
Just-dice troll box
22:14:09 (412848) KK, Sean's Outpost CLAM address is... [x9RFmWHj]

(Seans will not be able to add the address publicly until they all vote it at a board meeting. Adding it to the OP will be one of the only ways ppl can find it.)

______________________________

Dabs has been a member of the Bitcoin community for some time and I've always been personally impressed with him + he just comes off as a fuck of a guy.  He runs a food charity in the Philippines.

xGyiXkSUzGLmaCYr9FtnEALGzx1RdvKTXc

https://bitcointalksearch.org/topic/feed-some-children-by-dabs-donate-bitcoins-4920-meals-so-far-300631

legendary
Activity: 2940
Merit: 1333
There was a minor problem, it is solved now.

Nice.

My other problem is that I don't see a way of verifying my dice rolls without doing a lot of work.

Do you really change two seeds every roll? And if so, do I have to make a note of the hash and change my client seed before every single roll to make sure the game is fair? That doesn't seem like something anyone is going to bother with.

Take a look at how Just-Dice does it - players only need to make a note of a single server seed hash because the same server seed is used for every roll until they ask for it to be changed. Using a similar scheme on your site would make it practical for players to really check out the game's provable fairness.
hero member
Activity: 518
Merit: 500
Islam and Nazism are belief systems, not races.
I wrote some python code to simulate what might happen with different coinage possibilities.

https://privatepaste.com/ae9dfdbb6c

It starts with 69917 txs staking, 75% of which are "JD" and are distributed with values based on the stats published by dooglus a couple of days ago. The remaining 25% are "Not JD" and have a similar distribution of value. It starts assuming the block count is 69917 and every tx is marked with which block it appeared, chosen at random.

The code is slow. I ran it with 5 different coin age algorithms for 1500 "ticks" of a clock. This takes about 5 minutes but it corresponds to what would be a few hours of really staking. I'll give the results below, but they really should be run for much longer to get more reliable numbers. So far it doesn't seem like there is any difference between the algorithms. In every case JD stakes about 80% and there in about 4% of cases Not JD could have staked but got orphaned.

Each coinage function assumes coins mature after 510 blocks. After that the age is either (1) constant [like clams is now], (2) depends on the log of age (i.e., how many blocks old it is), (3) depends on the square root of the age, (4) depends linearly on the age, (5) depends on the square of the age.

(1) Constant, like now:

clamsim.sim(1500,clamsim.coinage_const_mature510)

Total blocks: 270
JD would stake: 218 -- 80.7407407407%
Not JD would stake: 52 -- 19.2592592593%
Not JD would get orphaned: 13 -- 4.81481481481%

(2) Log age:

clamsim.sim(1500,clamsim.coinage_log_mature510)

Total blocks: 368
JD would stake: 295 -- 80.1630434783%
Not JD would stake: 73 -- 19.8369565217%
Not JD would get orphaned: 13 -- 3.53260869565%

(3) Square root of age:

clamsim.sim(1500,clamsim.coinage_sqrt_mature510)

Total blocks: 389
JD would stake: 310 -- 79.6915167095%
Not JD would stake: 79 -- 20.3084832905%
Not JD would get orphaned: 13 -- 3.34190231362%

(4) Linear:

clamsim.sim(1500,clamsim.coinage_linear_mature510)

Total blocks: 732
JD would stake: 594 -- 81.1475409836%
Not JD would stake: 138 -- 18.8524590164%
Not JD would get orphaned: 31 -- 4.2349726776%

(5) Square of age:

clamsim.sim(1500,clamsim.coinage_square_mature510)

Total blocks: 779
JD would stake: 633 -- 81.2580231065%
Not JD would stake: 146 -- 18.7419768935%
Not JD would get orphaned: 33 -- 4.23620025674%

If someone wants, I'll run one or two of these (or some other coinage algorithm) overnight to get better numbers.
legendary
Activity: 1848
Merit: 1009
Next-Gen Trade Racing Metaverse
ForttuuneJack loooks cool.  Cool Cool Cool
legendary
Activity: 2352
Merit: 1204
www.fortunejack.com
Announcement and link concerning FortuneJack added to the OP post.

The service appears to be legitimate and have a history/user base.

We rely on user reviews of services to verify addition to the OP post, and look forward to hearing about your experiences. Grin

I just tried it. I was able to make an account, and found the dice game.

When I clicked on 'my bets', I got a spinning circle of dots that never stopped spinning:



When I hit reload I got this:



I guess they're having some problems at the moment.


Hi,

There was a minor problem, it is solved now.




legendary
Activity: 2940
Merit: 1333
Announcement and link concerning FortuneJack added to the OP post.

The service appears to be legitimate and have a history/user base.

We rely on user reviews of services to verify addition to the OP post, and look forward to hearing about your experiences. Grin

I just tried it. I was able to make an account, and found the dice game.

When I clicked on 'my bets', I got a spinning circle of dots that never stopped spinning:



When I hit reload I got this:



I guess they're having some problems at the moment.
hero member
Activity: 784
Merit: 1002
CLAM Developer
Announcement and link concerning FortuneJack added to the OP post.

The service appears to be legitimate and have a history/user base.

We rely on user reviews of services to verify addition to the OP post, and look forward to hearing about your experiences. Grin
legendary
Activity: 963
Merit: 1002
New service to add to the OP please:

https://fortunejack.com/

They now accept CLAM.

(I have not made a deposit/withdraw yet, but plan to do so after Christmas.)

They are a Bitcoin Foundation member and the website is fully licensed by Law of Saint Kitts and Nevis, owned and operated by the "Nexus Group Enterprises", LLC.


this is very good news.
legendary
Activity: 2436
Merit: 1561
New service to add to the OP please:

https://fortunejack.com/

They now accept CLAM.

(I have not made a deposit/withdraw yet, but plan to do so after Christmas.)

They are a Bitcoin Foundation member and the website is fully licensed by Law of Saint Kitts and Nevis, owned and operated by the "Nexus Group Enterprises", LLC.


Great, one more good website is accepting CLAM.

This will certainly attract more people to start using CLAM and make this coin even stronger.  Wink

Not only they accept CLAM, but they also launched Coin Swap service, that means you can trade CLAM for other coins.

CLAM & Coin Exchange service have been officially added to our website. Good luck playing and let us know if you will have any questions
full member
Activity: 151
Merit: 100
No, it's like this:

The bankroll is 90k, you deposit 100 and say "I have 9900 locally and want to invest the whole 10k with you". That makes the bankroll 100k in total, and you are 10% of it. You risk up to 0.5% of your total investment per roll, ie. 50 CLAMs. You get 10% of all losing bets, and lose 10% of all winning bets. If the site makes a net loss of 1000, you suffer 100 of that loss, and your actual deposit is all gone. You get divested at that point, and have lost your 100.

I can't tell, and don't care if you really have 9900 locally or not. You were risking up to 50 CLAMs per roll. If you only really had the 100 you deposited, then that's really risky behaviour. But it's only risky for you, not for JD. Once it's gone, you're divested.

But if you really DO have 10k CLAMs, it would make sense to send just 100 of it to JD and just tell it about the other 9900 you hold locally. Then your counterparty risk is vastly reduced, since only you have control of the majority of your coins. And the centralisation issue is moot, since 99% of your coins are no longer in the JD wallet.

This is absolutely brilliant and revolutionary. Margin investment on gambling dice? holy shit. Doog, I greatly hope you go through with this implementation  Smiley

Other dice sites already had this option that lower the risk of losing all your coins in case of the site disappearing.
damn.. i'm outta the loop then
hero member
Activity: 1022
Merit: 500
New service to add to the OP please:

https://fortunejack.com/

They now accept CLAM.

(I have not made a deposit/withdraw yet, but plan to do so after Christmas.)

They are a Bitcoin Foundation member and the website is fully licensed by Law of Saint Kitts and Nevis, owned and operated by the "Nexus Group Enterprises", LLC.


Great, one more good website is accepting CLAM.

This will certainly attract more people to start using CLAM and make this coin even stronger.  Wink

More people will hear about CLAM and the velocity of clam may increase with this new option to use clam but you can play at fortunejack with bitcoin so if you never used clam you will not use it to play fortunejack
sr. member
Activity: 271
Merit: 250
Share Love
New service to add to the OP please:

https://fortunejack.com/

They now accept CLAM.

(I have not made a deposit/withdraw yet, but plan to do so after Christmas.)

They are a Bitcoin Foundation member and the website is fully licensed by Law of Saint Kitts and Nevis, owned and operated by the "Nexus Group Enterprises", LLC.


Great, one more good website is accepting CLAM.

This will certainly attract more people to start using CLAM and make this coin even stronger.  Wink
hero member
Activity: 1022
Merit: 500
No, it's like this:

The bankroll is 90k, you deposit 100 and say "I have 9900 locally and want to invest the whole 10k with you". That makes the bankroll 100k in total, and you are 10% of it. You risk up to 0.5% of your total investment per roll, ie. 50 CLAMs. You get 10% of all losing bets, and lose 10% of all winning bets. If the site makes a net loss of 1000, you suffer 100 of that loss, and your actual deposit is all gone. You get divested at that point, and have lost your 100.

I can't tell, and don't care if you really have 9900 locally or not. You were risking up to 50 CLAMs per roll. If you only really had the 100 you deposited, then that's really risky behaviour. But it's only risky for you, not for JD. Once it's gone, you're divested.

But if you really DO have 10k CLAMs, it would make sense to send just 100 of it to JD and just tell it about the other 9900 you hold locally. Then your counterparty risk is vastly reduced, since only you have control of the majority of your coins. And the centralisation issue is moot, since 99% of your coins are no longer in the JD wallet.

This is absolutely brilliant and revolutionary. Margin investment on gambling dice? holy shit. Doog, I greatly hope you go through with this implementation  Smiley

Other dice sites already had this option that lower the risk of losing all your coins in case of the site disappearing.
legendary
Activity: 3402
Merit: 1227
Top Crypto Casino
New service to add to the OP:

https://fortunejack.com/

They now accept CLAM.

(I have not made a deposit/withdraw yet, but plan to do so after Christmas.)

They are a Bitcoin Foundation member and the website is fully licensed by Law of Saint Kitts and Nevis, owned and operated by the "Nexus Group Enterprises", LLC.


wow that's really a good news for clams.

I 'm a long time player at FortuneJack and never had issues with them.  I only used BTC there  until now and can definitely state doposits and withdraw works regularly and quickly at FJ.
My opinion, for what it matters, on them is they are reliable ( they also pay regularly and in time for their signature campaign I'm joining at trhe moment).

good job CLAM
legendary
Activity: 4004
Merit: 1250
Owner at AltQuick.com
New service to add to the OP please:

https://fortunejack.com/

They now accept CLAM.

(I have not made a deposit/withdraw yet, but plan to do so after Christmas.)

They are a Bitcoin Foundation member and the website is fully licensed by Law of Saint Kitts and Nevis, owned and operated by the "Nexus Group Enterprises", LLC.
full member
Activity: 151
Merit: 100
No, it's like this:

The bankroll is 90k, you deposit 100 and say "I have 9900 locally and want to invest the whole 10k with you". That makes the bankroll 100k in total, and you are 10% of it. You risk up to 0.5% of your total investment per roll, ie. 50 CLAMs. You get 10% of all losing bets, and lose 10% of all winning bets. If the site makes a net loss of 1000, you suffer 100 of that loss, and your actual deposit is all gone. You get divested at that point, and have lost your 100.

I can't tell, and don't care if you really have 9900 locally or not. You were risking up to 50 CLAMs per roll. If you only really had the 100 you deposited, then that's really risky behaviour. But it's only risky for you, not for JD. Once it's gone, you're divested.

But if you really DO have 10k CLAMs, it would make sense to send just 100 of it to JD and just tell it about the other 9900 you hold locally. Then your counterparty risk is vastly reduced, since only you have control of the majority of your coins. And the centralisation issue is moot, since 99% of your coins are no longer in the JD wallet.

This is absolutely brilliant and revolutionary. Margin investment on gambling dice? holy shit. Doog, I greatly hope you go through with this implementation  Smiley
Jump to: