Author

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

legendary
Activity: 1736
Merit: 1023
Awesome. Thanks Dooglus! Got lucky on the generate there Cheesy
legendary
Activity: 2940
Merit: 1333
The prize goes to the first person to post a working private key in the Just-Dice chat tab.

That was quick:

11:20:20 (812744) dooglus 5TZZsQBQp[...]
11:20:41 (812744) woot got lucky
11:20:47 (812744) only 15% in lol
11:20:47 (1) <@dooglus> kolloh, you won?
11:20:51 (812744) i think so yes
11:21:52 (1) <@dooglus> nice, that's [xJDCLAMZ]
11:22:09 (666) <@SATAN> easiest $200 you ever m ade
11:22:13 (812744) yeah got bad lucky
11:22:15 (812744) mad*
11:23:00 INFO: sent 100 CLAM to (812744) kolloh
11:23:03 (812744) thanks!
full member
Activity: 126
Merit: 100
I want to clam for the proofs they possessed... Wink
legendary
Activity: 2422
Merit: 1451
Leading Crypto Sports Betting & Casino Platform
Bitcoin talk allows avatars again.

Is there a image of that works for Bitcointalk?

Want me to resize/crop it for you?
legendary
Activity: 2940
Merit: 1333
I need a new CLAM address for the Just-Dice bankroll.

The previous one I was using was xJDCLAMZ9rQ11tMf7JUw1Zzvjm5ShkryrU and I would like the new one to start with the same 8 characters, all uppercase except of course for the 'x':
xJDCLAMZ

I'm offering a 100 CLAM bounty for the first person to generate such an address for me. You can generate addresses using vanitygen (https://github.com/samr7/vanitygen.git). You need to patch it to work with CLAM: https://bitcointalksearch.org/topic/m.8875631

And so that the private key stays private, you need to run vanitygen with these flags (the -P in particular is the one that makes is safe):

Code:
-X 137 -P 04A56E39954B155CE4B79E72CD72854F114C3D5E1C7A3B1035D8EA5C836529004CDDCF7DA674B579BBBA49D49021C420235FD3A139C052D261DB4F85AE3B51EB9B xJDCLAMZ

The prize goes to the first person to post a working private key in the Just-Dice chat tab.
legendary
Activity: 1316
Merit: 1000
I think the "staking pool" way is the obvious way to go. It lowers variance for everyone. Instead of waiting 8-12 days to stake 1 CLAM, I stake 0.1 CLAMs per day and have a much more regular predictable income.

Working on it now, should be ready in a couple of days.  Smiley
legendary
Activity: 4004
Merit: 1250
Owner at AltQuick.com
Bitcoin talk allows avatars again.

Is there a image of that works for Bitcointalk?
legendary
Activity: 4004
Merit: 1250
Owner at AltQuick.com
New service:
http://bustaclam.com/

Remember you can try all CLAM services for free by using www.ClamcoinFaucets.com

GL
legendary
Activity: 2940
Merit: 1333
One way to do it is from the database, so any generated coins get split between all holders dependant on total percentage of mature coins they hold in the system at that point in time. The other is to move to a manual transaction system so change can always come back to the originating address and staking is assigned by address. Each method has its pros and cons. The first method would mean more of a staking 'pool' where all holders of X coin get a percentage of all staking rewards.

I think the "staking pool" way is the obvious way to go. It lowers variance for everyone. Instead of waiting 8-12 days to stake 1 CLAM, I stake 0.1 CLAMs per day and have a much more regular predictable income.

Just-Dice does a similar thing for its investors, but takes 10% of the rewards as a fee and so should be easy enough to compete with. Then again JD doesn't charge a (significant) fee for withdrawals.
legendary
Activity: 1316
Merit: 1000
Clams has now been added to the CoinWallet.co online wallet service.

That's great news.

I'm wondering the same as BayAreaCoins:

What percentage of the staking reward do you give to your depositors?

Because each currency works off a single client wallet the system works the same as a personal wallet in terms of staking. This means staking rewards are assigned to initial transaction addresses and change addresses. So currently it is a bit of a lottery - but we do not withhold any percentage of the staking reward...

I have several ideas to improve this, so users always get 100% of their staked rewards. One way to do it is from the database, so any generated coins get split between all holders dependant on total percentage of mature coins they hold in the system at that point in time. The other is to move to a manual transaction system so change can always come back to the originating address and staking is assigned by address. Each method has its pros and cons. The first method would mean more of a staking 'pool' where all holders of X coin get a percentage of all staking rewards.

It's on the todo list.  Smiley
legendary
Activity: 1666
Merit: 1000
I made an updated bootstrap.dat file for people having trouble syncing their client.

It goes up to block 419140 which was staked on Sat Apr 11 02:15:12 2015 UTC.

https://s3.amazonaws.com/dooglus/bootstrap.dat

or

https://s3.amazonaws.com/dooglus/bootstrap.dat?torrent if you want to download it using BitTorrent.

Download it, put it into the same folder as your CLAM wallet.dat, then restart the client.

It will take a while to import it, but it will be a lot faster than trying to sync using the p2p network.

When it is done, the client will rename the file to bootstrap.dat.old and won't look at it again.

Once it has been renamed you can delete it if you like.

To verify that you have the right file:

$ sha256sum bootstrap.dat
90be19e7d39a8620be2f62726736f55a19857b7306ceeed6440de72d354fe89b  bootstrap.dat

Just confirmed the hash myself...

Code:
me@XX:~$ clamd dumpbootstrap ~/bootstrap.dat 419140
me@XX:~$ sha256sum bootstrap.dat
90be19e7d39a8620be2f62726736f55a19857b7306ceeed6440de72d354fe89b  bootstrap.dat

Thanks.

I don't think there's much an evil actor could do to you by crafting a "wrong" bootstrap.dat file. You would download it, the client would import it and either find that it was valid or it wasn't. He couldn't just change random bytes to give himself more coins, because then the blocks wouldn't validate. He could stake his own separate fork of the chain and upload it as a bootstrap.dat, but if it didn't have a higher cumulative difficulty than the chain on the rest of the network it would quickly be replaced by your client.

But it's good to have confirmation anyway. Smiley

Dooglus - you do not suffer from "trust issues" here but thought I would confirm it for fun  Smiley
legendary
Activity: 2940
Merit: 1333
I made an updated bootstrap.dat file for people having trouble syncing their client.

It goes up to block 419140 which was staked on Sat Apr 11 02:15:12 2015 UTC.

https://s3.amazonaws.com/dooglus/bootstrap.dat

or

https://s3.amazonaws.com/dooglus/bootstrap.dat?torrent if you want to download it using BitTorrent.

Download it, put it into the same folder as your CLAM wallet.dat, then restart the client.

It will take a while to import it, but it will be a lot faster than trying to sync using the p2p network.

When it is done, the client will rename the file to bootstrap.dat.old and won't look at it again.

Once it has been renamed you can delete it if you like.

To verify that you have the right file:

$ sha256sum bootstrap.dat
90be19e7d39a8620be2f62726736f55a19857b7306ceeed6440de72d354fe89b  bootstrap.dat

Just confirmed the hash myself...

Code:
me@XX:~$ clamd dumpbootstrap ~/bootstrap.dat 419140
me@XX:~$ sha256sum bootstrap.dat
90be19e7d39a8620be2f62726736f55a19857b7306ceeed6440de72d354fe89b  bootstrap.dat

Thanks.

I don't think there's much an evil actor could do to you by crafting a "wrong" bootstrap.dat file. You would download it, the client would import it and either find that it was valid or it wasn't. He couldn't just change random bytes to give himself more coins, because then the blocks wouldn't validate. He could stake his own separate fork of the chain and upload it as a bootstrap.dat, but if it didn't have a higher cumulative difficulty than the chain on the rest of the network it would quickly be replaced by your client.

But it's good to have confirmation anyway. Smiley
legendary
Activity: 1666
Merit: 1000
I made an updated bootstrap.dat file for people having trouble syncing their client.

It goes up to block 419140 which was staked on Sat Apr 11 02:15:12 2015 UTC.

https://s3.amazonaws.com/dooglus/bootstrap.dat

or

https://s3.amazonaws.com/dooglus/bootstrap.dat?torrent if you want to download it using BitTorrent.

Download it, put it into the same folder as your CLAM wallet.dat, then restart the client.

It will take a while to import it, but it will be a lot faster than trying to sync using the p2p network.

When it is done, the client will rename the file to bootstrap.dat.old and won't look at it again.

Once it has been renamed you can delete it if you like.

To verify that you have the right file:

$ sha256sum bootstrap.dat
90be19e7d39a8620be2f62726736f55a19857b7306ceeed6440de72d354fe89b  bootstrap.dat

Just confirmed the hash myself...

Code:
me@XX:~$ clamd dumpbootstrap ~/bootstrap.dat 419140
me@XX:~$ sha256sum bootstrap.dat
90be19e7d39a8620be2f62726736f55a19857b7306ceeed6440de72d354fe89b  bootstrap.dat

legendary
Activity: 2940
Merit: 1333
I just updated my bootstrap.dat file which helps people get their wallet synced with the blockchain quicker.

It goes up to block 419140 which was staked on Sat Apr 11 02:15:12 2015 UTC.

See https://bitcointalksearch.org/topic/m.9772191 for details.
legendary
Activity: 4004
Merit: 1250
Owner at AltQuick.com
https://twitter.com/BayAreaCoins/status/584634826491166720

lol kind of funny!

Paramount Favorited one of my tweets about BTC/CLAM (sponge bob related.)
hero member
Activity: 868
Merit: 1000
Dadice recently adopted CLAM deposits, but Im afraid they sell the CLAMs right away and buy BTC for them. Not entirely sure, I still didnt ask. Its certainly not possible to play with CLAM directly. Might be an indicator for more casinos adopting CLAM though, which would in turn increase its usefulness and thus possibly the price.

I'm not sure whether that's a good thing for CLAM or not if they "accept" CLAM but immediately sell them.

Kind of like people getting excited about merchant adoption of BTC when it reality the merchant uses BitPay or similar to instantly convert the "accepted" BTC into USD.

I guess overall it just gets the brand out there to more people, so I guess it's a net positive for CLAM.

who cares about them buying 100,000 clam(offsite)SmileySad then sell for btc 3 seconds later.


clam total Rev. genenated just went up $167,784 from that


let clam grow dooglus
legendary
Activity: 2940
Merit: 1333
havent been on here in a while, whats a good block size? and how much clams should i expect a day if i had 1 BTC worth?
thanks!

10 is a good size for staking. Unless you don't have more than 100, in which case go smaller.

You can expect about 0.2% per day. So 0.002 BTC worth per day.
full member
Activity: 462
Merit: 100
Viarium.io - DECENTRALIZED VR WORLD
I think clams distrubution is a real cool thing to do. Now I search my old wallets!
sr. member
Activity: 471
Merit: 500
havent been on here in a while, whats a good block size? and how much clams should i expect a day if i had 1 BTC worth?
thanks!
legendary
Activity: 2702
Merit: 1030
Yes I am a pirate, 300 years too late!
The whole on-line wallet thing scares the crap out of me!!

I guess if you're using it only for small amounts that you can afford to lose then it can be OK. You're trading security for convenience, which isn't bad so long as you understand the risks.

After losing much crypto on exchanges, I don't even like leaving a balance on exchanges!!!
Jump to: