How to Recover Bitcoin Gold

By  on  
Bitcoin Gold

Every fork of Bitcoin brings uncertainty.  Uncertainty of value change, long term commitment of the fork, and how value may fluctuate over time.  For us Bitcoin owners, one of the big challenges if figuring out how to claim and recover the forked coin.  Remember that when Bitcoin is forked, you're entitled to the same amount of forked coin as you have Bitcoin Core.

So how do you recover Bitcoin Gold?  It's probably easier than you think.  Let's walk through the simple process of claiming and recovering Bitcoin Gold!

Important Notes

Please read these notes before moving forward:

  • Bitcoin Gold was brought into existence (forked from Bitcoin Core) on October 4, 2017.  You need to have been holding Bitcoin on that date.
  • To recover your Bitcoin Gold, you must know your bitcoin's public key and private key.
  • If your bitcoin was on an exchange (i.e. Coinbase) or hardware wallet like a Trezor, you'll need to wait until they implement Bitcoin Gold on their service to recover it.  This blog post will not help you because these services don't provide you private keys.
  • Do not share your private key with anyone, ever.
  • Only use official software for forks, and don't trust forks that don't pass the smell test. After all, you're providing them your private key as input. I recommend immediately moving your Bitcoin Core bitcoins to another wallet before claiming coins from a fork -- that protects you from the fork software in case it's compromised.

Step 1: Download the Bitcoin Gold Application

Start by downloading the Bitcoin Gold Application at the Bitcoin Gold website.  That Bitcoin Gold app is presently available on Mac, Windows, and Linux.

Bitcoin Gold

This desktop app will will want to download all previous transactions, which will be several GBs.  This download can happen in the background so you can move on to the next step.

Step 2: Open the Console

Recovery of Bitcoin Gold will happen inside the application's console.  Unfortunately it's not easily apparent where that console is so follow these steps:

  • From the main navigation menu, select Help > Debug window
  • Choose the Console tab

Bitcoin Gold

You'll see a notice in red text warning you not to blindly copy and paste instructions into this console -- heed that advice, but know that the instructions I'm providing are standard, generic, and have no relationship to me.

Step 3:  Use `importprivkey` to Recover Bitcoin Gold

The console has a number of predefined commands which are auto-completed as you type.  To claim and recover your Bitcoin Gold into a wallet created by the application, type the following:

importprivkey "YOUR_PRIVATE_KEY"

Bitcoin Gold

The response in a successful recovery is null. If you don't immediately see a balance in the wallet address, don't panic -- it means the ledge hasn't fully downloaded and that, once it does, you will see your balance.

Bitcoin Gold

My opinion of Bitcoin forks is that they are a dilution of the Bitcoin brand.  That being said, if you own Bitcoin at the time of a fork, you're entitled to the same amount of forked coin as you own Bitcoin.  While forked coins are certainly worth less than Bitcoin core, every asset has value and you should take advantage of that value!

Recent Features

  • By
    Conquering Impostor Syndrome

    Two years ago I documented my struggles with Imposter Syndrome and the response was immense.  I received messages of support and commiseration from new web developers, veteran engineers, and even persons of all experience levels in other professions.  I've even caught myself reading the post...

  • By
    Responsive and Infinitely Scalable JS Animations

    Back in late 2012 it was not easy to find open source projects using requestAnimationFrame() - this is the hook that allows Javascript code to synchronize with a web browser's native paint loop. Animations using this method can run at 60 fps and deliver fantastic...

Incredible Demos

  • By
    Detect Vendor Prefix with JavaScript

    Regardless of our position on vendor prefixes, we have to live with them and occasionally use them to make things work.  These prefixes can be used in two formats:  the CSS format (-moz-, as in -moz-element) and the JS format (navigator.mozApps).  The awesome X-Tag project has...

  • By
    Sexy Album Art with MooTools or jQuery

    The way that album information displays is usually insanely boring. Music is supposed to be fun and moving, right? Luckily MooTools and jQuery allow us to communicate that creativity on the web. The XHTML A few structure DIVs and the album information. The CSS The CSS...

Discussion

  1. Thanks David for this educative post. Quick question, do you recommend using an exchange like coinbase for storing large BTC?

Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!