BChydro
|
|
July 31, 2014, 06:30:40 PM |
|
Wait, in order to get my clams I need to give the program my btc ltc and doge wallet? How do I know it isn't just trying to steal my coins?
|
|
|
|
dooglus
Legendary
Offline
Activity: 2940
Merit: 1333
|
|
July 31, 2014, 06:50:06 PM |
|
Wait, in order to get my clams I need to give the program my btc ltc and doge wallet? How do I know it isn't just trying to steal my coins?
The way I know is that I looked at the source code and built my own executable from that source code. If you have the time and capability, you could do the same. Alternatively, you can move your coins into a new wallet, then give it the old one. So long as you don't receive coins at any of the old addresses in the future that will be safe even if the wallet is trying to steal from you. Also bear in mind that even if you don't "give" an altcoin program your BTC wallet, as soon as you run any program on your computer it can grab a copy of all your wallets and send them to the author of the program. So there's no extra trust needed to run this particular program. Finally, here's a little more proof. See this address: https://blockchain.info/address/1MJtFXUBrvMB3yVkVFuTsfKXjEnyxNx7E4It currently has 41.77661269 BTC on it. Converting that address into a CLAM address ( details): >>> import bitcoin.base58 >>> def btc2clam(addr): return bitcoin.base58.CBase58Data(bitcoin.base58.decode(addr)[1:-4], 0x89).__str__() ... >>> print btc2clam('1MJtFXUBrvMB3yVkVFuTsfKXjEnyxNx7E4') xUcX9QJf8dqD6MbcqjY8JqcJxM6DNd6JL2 Check the CLAM address: http://khashier.com:2750/address/xUcX9QJf8dqD6MbcqjY8JqcJxM6DNd6JL2You'll see it has been staking for 21 days and has grown from the free 4.6 CLAMs it was given to 5.53249215 CLAM today. The CLAM wallet could have stolen the 41.7 BTC at any time in the last 3 weeks, and hasn't.
|
Just-Dice | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | Play or Invest | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | 1% House Edge |
|
|
|
kyma
|
|
July 31, 2014, 06:53:18 PM |
|
oy! mac user here....still sitting on the sidelines
thanks for your work devs
|
|
|
|
kbroadfoot
Legendary
Offline
Activity: 1302
Merit: 1000
Bass Player
|
|
July 31, 2014, 07:37:33 PM |
|
Wait, in order to get my clams I need to give the program my btc ltc and doge wallet? How do I know it isn't just trying to steal my coins?
This is true.... SO, you create a new BTC address and new LTC address and a new DOGE address, transfer your funds to the new addresses and then use the private keys of the old addresses only to get your clams... Or stop worrying and just dig up your clams....
|
|
|
|
SuperClam (OP)
|
|
July 31, 2014, 07:58:02 PM |
|
I think that is a better argument for the safety of the CLAMClient than any I have yet seen.
|
|
|
|
kbroadfoot
Legendary
Offline
Activity: 1302
Merit: 1000
Bass Player
|
|
July 31, 2014, 08:43:41 PM |
|
Someone just dug up a ton of fresh clams
Hey, looking at your signature... can you get some 'clams' over at Pocket Rocket?
|
|
|
|
dooglus
Legendary
Offline
Activity: 2940
Merit: 1333
|
|
July 31, 2014, 09:06:16 PM |
|
Someone just dug up a ton of fresh clams
Hey, looking at your signature... can you get some 'clams' over at Pocket Rocket? You need to talk to PocketRocketsCasino about accenting CLAM. They already take BTC and DOGE, so I guess it wouldn't be a lot of work to add another coin.
|
Just-Dice | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | Play or Invest | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | 1% House Edge |
|
|
|
kbroadfoot
Legendary
Offline
Activity: 1302
Merit: 1000
Bass Player
|
|
August 01, 2014, 02:21:51 PM |
|
Network Weight: 489756
New 'clam' reality?
|
|
|
|
krach
Legendary
Offline
Activity: 1851
Merit: 1020
Get Rekt
|
|
August 01, 2014, 03:39:06 PM |
|
How can I move my claim blockchian appdata to a usbstick?
|
|
|
|
dooglus
Legendary
Offline
Activity: 2940
Merit: 1333
|
|
August 01, 2014, 04:27:27 PM |
|
How can I move my claim blockchian appdata to a usbstick?
When you run clamd or clam-qt, specific an extra argument: -datadir=<dir> Specify data directory That tells it where to look for the whole data directory, where wallet.dat, the chain, and everything else live. If you're using Windows, you can probably make a shortcut icon then right-click->properties->target or something to edit in that extra parameter, but it's been a long time since I did anything like that so maybe it's changed (or I've forgotten).
|
Just-Dice | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | Play or Invest | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | 1% House Edge |
|
|
|
BTCTIME247
Newbie
Offline
Activity: 41
Merit: 0
|
|
August 01, 2014, 04:44:38 PM |
|
looks like its dying slow and painful somebody get a respirator...
|
|
|
|
dooglus
Legendary
Offline
Activity: 2940
Merit: 1333
|
|
August 01, 2014, 04:54:59 PM |
|
looks like its dying slow and painful somebody get a respirator... What are the symptoms? The network difficulty is at all all-time high - new CLAMs are being dug up all the time.
|
Just-Dice | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | Play or Invest | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | 1% House Edge |
|
|
|
BTCTIME247
Newbie
Offline
Activity: 41
Merit: 0
|
|
August 01, 2014, 05:34:02 PM |
|
price is breaking through support line and no volume
|
|
|
|
undergroundgeek
Newbie
Offline
Activity: 21
Merit: 0
|
|
August 01, 2014, 07:37:13 PM |
|
looks like its dying slow and painful somebody get a respirator... What are the symptoms? The network difficulty is at all all-time high - new CLAMs are being dug up all the time. I don't mean to be a 'negative nancy' but I would rephrase that is *currently* at an all time high. I'm not an expert here (clearly), but I'm assuming that once the weight is 'dropped' from these newly dug CLAMs, we'll be back to the 4k-9k difficulty. I'm actually looking forward to that lower difficulty though, as it gives me an increased chance to discover those *precious* lottery blocks! Waiting these 3+ days it painful.. Yes, call the 'waaaambulance"...
|
|
|
|
romeshomey
|
|
August 01, 2014, 08:07:59 PM |
|
I somehow broke my clam wallet and cannot get it to connect to any peers after deleting the blockchain files to redownload the blockchain.
Even if I try creating new wallet I get same issue.
any ideas?
|
|
|
|
SuperClam (OP)
|
|
August 01, 2014, 08:20:48 PM |
|
I somehow broke my clam wallet and cannot get it to connect to any peers after deleting the blockchain files to redownload the blockchain. Even if I try creating new wallet I get same issue. any ideas?
Hello romeshomey! Please make sure you have downloaded the most recent client, CLAMClient 1.4.2.1 If the newest client does not solve your issue; please feel free to PM me. We will do some ping/addnode magic and get to the bottom of the problem
|
|
|
|
romeshomey
|
|
August 01, 2014, 08:31:31 PM |
|
I have 1.4.2.0, Ill try the other one and see what happens. If that doesn't work Ill PM you.
Thanks
|
|
|
|
romeshomey
|
|
August 01, 2014, 08:35:09 PM |
|
I somehow broke my clam wallet and cannot get it to connect to any peers after deleting the blockchain files to redownload the blockchain. Even if I try creating new wallet I get same issue. any ideas?
Hello romeshomey! Please make sure you have downloaded the most recent client, CLAMClient 1.4.2.1 If the newest client does not solve your issue; please feel free to PM me. We will do some ping/addnode magic and get to the bottom of the problem Downloading the 1.4.2.1 client solved the issue. I'll try not to break this one! lol
|
|
|
|
SuperClam (OP)
|
|
August 01, 2014, 08:43:04 PM |
|
I somehow broke my clam wallet and cannot get it to connect to any peers after deleting the blockchain files to redownload the blockchain. Even if I try creating new wallet I get same issue. any ideas?
Hello romeshomey! Please make sure you have downloaded the most recent client, CLAMClient 1.4.2.1 If the newest client does not solve your issue; please feel free to PM me. We will do some ping/addnode magic and get to the bottom of the problem Downloading the 1.4.2.1 client solved the issue. I'll try not to break this one! lol Glad you are up and staking again Please feel free to stop in anytime if you have any problems.
|
|
|
|
dooglus
Legendary
Offline
Activity: 2940
Merit: 1333
|
|
August 02, 2014, 12:08:17 AM |
|
price is breaking through support line and no volume
I think the support line was due to my large buy orders. I pulled them when I saw this massive number of virgin clams being staked. The price is holding up pretty well, considering. It's a buy opportunity.
|
Just-Dice | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | Play or Invest | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | 1% House Edge |
|
|
|
|