Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kentbrew
Last active January 17, 2016 03:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kentbrew/dab106672eb0694ac6ae to your computer and use it in GitHub Desktop.
Save kentbrew/dab106672eb0694ac6ae to your computer and use it in GitHub Desktop.

Converting Clamcoin to Dogecoin

If you had a Dogecoin address containing at least one coin before May 10th 2014, a copy of the address was created and awarded with 4.6055 Clam.

With the recent drop in Bitcoin, those Clams were suddenly worth messing with.

I had four addresses with nonzero balances on that fine day; I've just converted them to Dogecoin, doubling my tiny stash!

Here's what worked for me:

  1. Installed the Clam client, from https://github.com/nochowderforyou/clams/releases
  2. Fired it up and opened the console. (No, I didn't have to wait for the blockchain to load.)
  3. In my Dogecoin client, visited the console window and did exportprivkey [address] for an address that had a balance on 2014/5/10.
  4. Copied the resulting private key, went back to the Clam console, and did importprivkey [privkey] for the privkey you I copied out of the Doge console.
  5. Flipped back to my dashboard in the Clam client and was delighted to see that I had a balance!
  6. Repeated steps 3-5 for each of my old Doge addresses.
  7. Visited Shapeshift.io, changed Deposit to Clam and Receive to Doge.
  8. Entered the Doge address I wanted to use for my converted Clams.
  9. Sent a Clam over to the Shapeshift deposit address from my Clam client.
  10. Chewed my nails for a bit until Shapeshift registered my deposit, made the conversion, and sent the Doge to the right address.
  11. Reloaded Shapeshift (important! the deposit address changed!) and repeated steps 7-10 with the rest of my clammy booty!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment