Bitcoin Forum
April 19, 2024, 09:22:11 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 [422] 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 ... 501 »
  Print  
Author Topic: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin"  (Read 1150748 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
December 26, 2017, 09:50:46 PM
 #8421

The resulting signed tx can be broadcast with https://just-dice.com/pushtx, correct? Because, with a first attempt, I just got "Error: TX rejected" as reply. I think it should be possible to try broadcasting a tx with made-up data; the network would then sort them out (I used the signed tx from the example here in this thread.

Oh, and before I try with live data: The amount value is given in fractions, like 3.5 and not in the Satoshi-equivalent of 350000000 right? Not that I create a big fee Smiley

https://just-dice.com/pushtx can be used to broadcast transactions, yes.

You can use 'decoderawtransaction' to check that you have everything correct.

Values are in CLAMs not satoshis.

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

Posts: 1713561731

View Profile Personal Message (Offline)

Ignore
1713561731
Reply with quote  #2

1713561731
Report to moderator
1713561731
Hero Member
*
Offline Offline

Posts: 1713561731

View Profile Personal Message (Offline)

Ignore
1713561731
Reply with quote  #2

1713561731
Report to moderator
1713561731
Hero Member
*
Offline Offline

Posts: 1713561731

View Profile Personal Message (Offline)

Ignore
1713561731
Reply with quote  #2

1713561731
Report to moderator
"Bitcoin: the cutting edge of begging technology." -- Giraffe.BTC
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713561731
Hero Member
*
Offline Offline

Posts: 1713561731

View Profile Personal Message (Offline)

Ignore
1713561731
Reply with quote  #2

1713561731
Report to moderator
dooglus
Legendary
*
Offline Offline

Activity: 2940
Merit: 1330



View Profile
December 26, 2017, 09:53:16 PM
 #8422

I am working on a simple website where people can check their bitcoin address for an altcoin balance. I currently have it working for Bitcoin cash, Gold, Bitcore and Byteball.

Is there any way to find out if a bitcoin address contains Clams? I guess I could check the bitcoin blockchain if an address contained bitcoin at block 300377, but I haven't found a way to confirm that the claims have not been claimed. Any suggestions?

The website is at btcdiv.com

To convert from BTC address to CLAM address, base58 decode the address, replace the initial 0x00 version byte with 0x89, and base58 encode the result.

The first 10k blocks of the CLAM blockchain funds all the addresses so you can make a list of them all. Then you can use "validateoutputs" RPC to check whether individual outputs have been spent or not.

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

Activity: 1232
Merit: 738


Mixing reinvented for your privacy | chipmixer.com


View Profile
December 27, 2017, 12:53:40 AM
 #8423

To convert from BTC address to CLAM address, base58 decode the address, replace the initial 0x00 version byte with 0x89, and base58 encode the result.
I think he already figured it out, I checked his site a few days ago and clams share shown correctly.

https://just-dice.com/pushtx can be used to broadcast transactions, yes.
I was wondering... can I create raw tx by handmade manually and use unsynced clams client to sign it?
what I mean by handmade is by using 'createrawtransaction' and supplying parameter based on data I get from explorer
would the wallet qt accepts and create the hex even if the inputs are not seen locally in my wallet?
and then use just-dice pushtx to broadcast it to the network? or can I broadcast it myself with my unsynced wallet?
next step... I might even try to create/fork coinb.in for clams if it is possible  Wink
thanks in advance for your answers Grin

cryptoross
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
December 27, 2017, 01:20:09 AM
 #8424

There many exchanges where CLAM wallets not works for long time (few weeks)! It is Polonex, Cryptopia, YoBit.
As well, CLAM delisted from integrated in coinomi exchange and You Can't exchange on ShapeShift CLAM anymore! No any comments from support.
Not any explanation I can found anywhere!
All of this is really scary signs!!
I am Experienced crypto  investor and trader and can tell you, that CLAM developers, have to do something ASAP!
Because it is close to critical time average investor patience . SOON people will lost they trust and start too DUMP CLAM! Only this year Same signs was
with: VPN coin, Shadow cach ,Club,IXCoin,Pkb, so I dump them after few weeks of unstable works, just to save my money. I have to dump BEFORE price  is dramatically down!
I really like CLAM and hold it since it start, but I can't afford to lose money!
So, I hope the  CLAM team will do something about situation and post here some updates about progress with exchanges.

DGulari
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000


KawBet.com - Anonymous Bitcoin Casino & Sportsbook


View Profile
December 27, 2017, 01:44:35 AM
 #8425

There many exchanges where CLAM wallets not works for long time (few weeks)! It is Polonex, Cryptopia, YoBit.
As well, CLAM delisted from integrated in coinomi exchange and You Can't exchange on ShapeShift CLAM anymore! No any comments from support.
Not any explanation I can found anywhere!
All of this is really scary signs!!
I am Experienced crypto  investor and trader and can tell you, that CLAM developers, have to do something ASAP!
Because it is close to critical time average investor patience . SOON people will lost they trust and start too DUMP CLAM! Only this year Same signs was
with: VPN coin, Shadow cach ,Club,IXCoin,Pkb, so I dump them after few weeks of unstable works, just to save my money. I have to dump BEFORE price  is dramatically down!
I really like CLAM and hold it since it start, but I can't afford to lose money!
So, I hope the  CLAM team will do something about situation and post here some updates about progress with exchanges.


I would agree with almost of your post. I'm also one of clam investors. Dooglus has said this before
I tried contacting Poloniex a year or so ago when they were showing that message. They never replied. I think it's just a generic canned text message and doesn't mean they really want anyone's help.


. .KawBet . .
BITCOIN CASINO & SPORTSBOOK
|               ____
        ¦¦¦¦¦¦¦¦¦¦
      ¦¦¦¦¦¦¦¦¦¦¦¦¦¦
    ¦¦¦¦¦¦  ¦¦  ¦¦¦¦¦¦
  ¦¦¦¦¦              ¯¦¦¦¦¦
¦¦¦¦¦¦__    __    ¦¦¦¦¦¦
¦¦¦¦¦¦¦¦    ¯¯  _¦¦¦¦¦¦
¦¦¦¦¦¦¦¦    _    ¦¦¦¦¦
¦¦¦¦¦¦¯¯    ¯¯¯    ¦¦¦¦¦
  ¦¦¦¦¦                ¦¦¦¦¦
    ¦¦¦¦¦¦  ¦¦  ¦¦¦¦¦¦
      ¦¦¦¦¦¦¦¦¦¦¦¦¦¦
         ¯¦¦¦¦¦¦¦¦¦¦¯
               ¯¯¯¯¯¯

UP
TO
7BTC
WELCOME
BONUS
|
        ¦¦¦¦
    ¦¦¦¦¦¦¦¦¦
 _¦¦¦¦¦¦¦¦¦¦¦¦¦¦¯
    _¦¦¦¦¦¦¦¯
   _¦¦¦¦¦¦¦¯
  _¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
  _¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¯
           ¦¦¦¦¦¯
          ¦¦¦¦¦
         ¦¦¦¦¦
    ¯¦¦¦¦¦¦¦¦¦¦¦¦¯
    ¯¦¦¦¦¦¦¦¦¦¯
      ¦¦¦¦¦¯
      ¯¦¦¯

EASY DEPOSIT
FAST WITHDRAWAL
|
        ¦¦¦¦¦¦¦¦¦¦
      ¦                        ¦
    ¦     ¦¦¦¦  ¦    ¦     ¦
  ¦             ¦  ¦    ¦       ¦
¦         ¦¦¦¦  ¦¦¦¦         ¦
¦         ¦              ¦         ¦
¦         ¦¦¦¦                   ¦
  ¦                                ¦¦
    ¦         ¦  ¦  ¦         ¦¦¦
      ¦                         ¦¦¦¦
        ¯¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
               ¯¯¯¯¯¯          ¯¯
24H
LIVE
SUPPORT
|


¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦                          ¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦              ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦      ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦            ¦¦¦¦¦¦¦¦¦¦¦¦¦¦            ¦¦¦¦¦¦¦
  ¦¦¦¦¦¦¦¦¦¦              ¦¦¦¦¦¦¦¦              ¦¦¦¦¦¦¦¦¦
  ¦¦¦¦¦¦¦¦¦¦¦¦          ¦¦¦¦¦¦¦¦          ¦¦¦¦¦¦¦¦¦¦¦
  ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
  ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
  ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
  ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
  ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
  ¦¦¦¦¦¦¦¦¦
  ¦¦¦¦¦

NO KYC
REQUIRED
BayAreaCoins
Legendary
*
Offline Offline

Activity: 3906
Merit: 1240


Owner at AltQuick.com & FreeBitcoins.com


View Profile WWW
December 27, 2017, 04:14:54 AM
 #8426

You must do something with this, Clam dev.

Quote
  CLAM is currently under maintenance or experiencing wallet/network issues. Deposits and withdrawals will remain disabled until a solution is found, which may require an update from the CLAM team. Any updates must be tested and audited before enabling.

Source :  Poloniex.

I tried contacting Poloniex a year or so ago when they were showing that message. They never replied. I think it's just a generic canned text message and doesn't mean they really want anyone's help.

I've contacted them... thus far no response.

I contacted them before they put the message up.

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.
BayAreaCoins
Legendary
*
Offline Offline

Activity: 3906
Merit: 1240


Owner at AltQuick.com & FreeBitcoins.com


View Profile WWW
December 27, 2017, 04:17:05 AM
 #8427

There many exchanges where CLAM wallets not works for long time (few weeks)! It is Polonex, Cryptopia, YoBit.
As well, CLAM delisted from integrated in coinomi exchange and You Can't exchange on ShapeShift CLAM anymore! No any comments from support.
Not any explanation I can found anywhere!
All of this is really scary signs!!
I am Experienced crypto  investor and trader and can tell you

You know that Shapeshift plugs into Poloniex and Poloniex fucking sucks.

Not sure what the deal is with the Coinomi shit... I've not followed their stuff at all even though they get a fair bit of CLAM traffic from FreeBitcoins.com

YoBit is scammers.

Not sure about Cryptopia either... only found them not long ago.

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.
gjhiggins
Legendary
*
Offline Offline

Activity: 2254
Merit: 1278



View Profile WWW
December 27, 2017, 05:31:27 PM
 #8428

There many exchanges where CLAM wallets not works for long time (few weeks)! It is Polonex, Cryptopia, YoBit.

I'll ask the obvious question ... are any subscribers to this thread experiencing issues with the CLAMs wallet?

Cheers

Graham

jflowers
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
December 28, 2017, 07:04:04 AM
 #8429

Signing / Verify an address to claim my clams.

I have some old paperwallets that are still in use, so I'd rather not expose any information outside of a signed message, using an offline computer running brainwallet software.

However, I open the software, change the network to CLAM, and then sign a very basic message - it is during the verification process on my QT client that I get a verification failure error.

I have even performed this in 'reverse'.  Basically signing a message on the QT client, just to be sure that the data elements that I'm using are in fact correct.  Any ideas greatly appreciated.

Running The CLAM Client v.1.4.17 (aka QT client).
jackjackfly
Member
**
Offline Offline

Activity: 322
Merit: 10

To buy or not to buy - that is the question ;)


View Profile
December 28, 2017, 07:11:35 AM
 #8430

Are they still giving free CLAMs?

Wanna tame crypto? Join our Cryptotamers community https://t.me/cryptotamers =)
BayAreaCoins
Legendary
*
Offline Offline

Activity: 3906
Merit: 1240


Owner at AltQuick.com & FreeBitcoins.com


View Profile WWW
December 28, 2017, 08:32:32 AM
 #8431

Are they still giving free CLAMs?

yes, forever.

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.
Yanakitu Tenatako
Sr. Member
****
Offline Offline

Activity: 328
Merit: 250


View Profile
December 28, 2017, 01:41:53 PM
 #8432

Maybe it is obvious, but not to me...

How can I encrypt my wallet with clams.
I am considering security issues.

Tnx

BitFinex, best trading platform ever.
Register here: https://www.bitfinex.com/?refcode=53wNhi4gTx
BayAreaCoins
Legendary
*
Offline Offline

Activity: 3906
Merit: 1240


Owner at AltQuick.com & FreeBitcoins.com


View Profile WWW
December 28, 2017, 11:06:23 PM
 #8433

Maybe it is obvious, but not to me...

How can I encrypt my wallet with clams.
I am considering security issues.

Tnx

You can't stake with an encrypted wallet FYI.

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.
Yanakitu Tenatako
Sr. Member
****
Offline Offline

Activity: 328
Merit: 250


View Profile
December 28, 2017, 11:24:36 PM
 #8434

TY BayAreaCoins.

Still I am concerned about open wallet issues.

BitFinex, best trading platform ever.
Register here: https://www.bitfinex.com/?refcode=53wNhi4gTx
BayAreaCoins
Legendary
*
Offline Offline

Activity: 3906
Merit: 1240


Owner at AltQuick.com & FreeBitcoins.com


View Profile WWW
December 29, 2017, 12:09:33 AM
 #8435

TY BayAreaCoins.

Still I am concerned about open wallet issues.

Then encrypt it Tongue

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.
dooglus
Legendary
*
Offline Offline

Activity: 2940
Merit: 1330



View Profile
December 29, 2017, 05:25:03 AM
 #8436

I was wondering... can I create raw tx by handmade manually and use unsynced clams client to sign it?

I believe so.

what I mean by handmade is by using 'createrawtransaction' and supplying parameter based on data I get from explorer
would the wallet qt accepts and create the hex even if the inputs are not seen locally in my wallet?

Yes. You can supply information about unknown transactions in the 2nd argument to 'signrawtransaction'.

and then use just-dice pushtx to broadcast it to the network? or can I broadcast it myself with my unsynced wallet?

I tried doing this earlier today with the dogecoin client. Someone had converted their Just-Dice CLAM deposit address to a DOGE address and sent some DOGE there, thinking for some reason that the site would convert it to CLAMs. What happened was nothing, and the DOGE just sat there. He made a ticket asking for them back, and I was able to create and sign a raw transaction in my out-of-date DOGE client using just information from a DOGE block explorer (and, of course, the private key). When I tried to broadcast the transaction using my unsynced DOGE client it told me:

Code:
error: {"code":-25,"message":"Missing inputs"}

so I had to use an online transaction broadcasting site - and that worked.

So I would guess that using your unsynced CLAM client also won't work for broadcasting the tx, but using the just-dice pushtx page will work.

next step... I might even try to create/fork coinb.in for clams if it is possible  Wink
thanks in advance for your answers Grin

Here's how I did the DOGE thing:

1. on the Just-Dice hot wallet, I extracted the private key of the user's CLAM deposit address:

p=$(clamd dumpprivkey $depost_address)

2. on my laptop I used a script to convert the CLAM private key to a DOGE private key. You won't need to do this, since the CLAM client accepts BTC private keys natively I think:

d=$(~/Source/Python/clampriv.py $p | grep DOGE | awk '{print $2}')

3. Create and sign a raw transaction:

dogecoind signrawtransaction $(dogecoind createrawtransaction '[{"txid":"b9e37a2fd9403fe4c893fd414757dcf5d85d9a22066895d5931ea13b2b774ca2","vout":1}]' '{"XXX":554.77419355}') '[{"txid":"b9e37a2fd9403fe4c893fd414757dcf5d85d9a22066895d5931ea13b2b774ca2","vout":1,"scriptPubKey":"76a91459646c4f28260793d958b9c46c5cb78aa9a4616388ac"}]' '["'$d'"]'

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

Activity: 2940
Merit: 1330



View Profile
December 29, 2017, 05:29:08 AM
 #8437

There many exchanges where CLAM wallets not works for long time (few weeks)! It is Polonex, Cryptopia, YoBit.
As well, CLAM delisted from integrated in coinomi exchange and You Can't exchange on ShapeShift CLAM anymore! No any comments from support.
Not any explanation I can found anywhere
[...]
So, I hope the  CLAM team will do something about situation and post here some updates about progress with exchanges.

So exchanges are having problems with the CLAM wallet but won't tell anyone what problems they are having.

What do you want the CLAM team to do about that? I have tried talking to poloniex about their issues but they won't reply to me.

I hear that xploited has a new version of the CLAM client almost ready to go. It's based on a much newer version of Bitcoin Core, so should be better at syncing the chain.

I suspect that a lot of the problems the exchanges are having is due to receiving tens of thousands of dust payments from a faucet. The wallet software really doesn't deal well with receiving so many deposits. At Just-Dice I configured the wallet to simply ignore any deposit less than 0.001 CLAMs, simply by putting

  mininput=0.001

in the clam.conf configuration file. That entirely solved the problem. I would recommend that the exchanges do the same (if they would listen to me).

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

Activity: 2940
Merit: 1330



View Profile
December 29, 2017, 05:35:31 AM
 #8438

Signing / Verify an address to claim my clams.

That's not how it works.

To claim your CLAMs you need to sign a transaction using your BTC private keys. There's no mechanism to claim your CLAMs simply by signing a message.

Your CLAM private keys are *the same* as your BTC private keys. You claim your CLAMs in exactly the same way as you spend your BTC - by signing a transaction using your BTC private key.

I have some old paperwallets that are still in use, so I'd rather not expose any information outside of a signed message, using an offline computer running brainwallet software.

Signed messages aren't going to help you.

What you could do:

1. download the CLAM client on your online machine
2. run it, and let it sync up to at least block 10,000
3. shut it down, and copy the client and the whole CLAM data directory onto your offline machine
4. on the offline machine, import your BTC private keys; let it rescan the first 10k blocks
5. on the offline machine, create a transaction that spends your CLAMs; maybe to your exchange deposit address
6. on the offline machine, 'getrawtransaction <txid>' to get the raw transaction data
7. copy the raw transaction information to the online machine
8. on the online machine, 'sendrawtransaction <raw hex>' to broadcast it to the network

That way you've not exposed your private keys to anything other than the offline machine.

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

Activity: 2940
Merit: 1330



View Profile
December 29, 2017, 05:36:14 AM
 #8439

Are they still giving free CLAMs?

The CLAMs were given out years ago. You can claim them whenever you like.

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

Activity: 2940
Merit: 1330



View Profile
December 29, 2017, 06:02:59 AM
 #8440

How can I encrypt my wallet with clams.
I am considering security issues.

Command line:

  clamd encryptwallet <passphrase>

GUI:

  Misc -> Encrypt Wallet

Just-Dice                 ██             
          ██████████         
      ██████████████████     
  ██████████████████████████ 
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
    ██████████████████████   
        ██████████████       
            ██████           
   Play or Invest                 ██             
          ██████████         
      ██████████████████     
  ██████████████████████████ 
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
██████████████████████████████
    ██████████████████████   
        ██████████████       
            ██████           
   1% House Edge
Pages: « 1 ... 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 [422] 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 ... 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!