# Get Private Keys from Backup

## Get private keys from backup

If you have an old Pandacoin wallet backup (`.dat` or encrypted export) and you want to pull the private keys out of it — for example to re-import them into a new wallet, [BlueWallet](https://bluewallet.io/), or any other wallet that supports PND — there's a browser-based tool that does it for you.

{% hint style="success" %}
🔗 **Extractor tool:** <https://amdoge.gitlab.io/extract-keys/>
{% endhint %}

### How it works

The tool runs **entirely in your browser** — nothing is uploaded to a server. It decrypts the backup locally using your wallet password, then lists the private keys it found. You can then copy them out or scan them as QR codes into a compatible wallet.

### Steps

1. **Open the tool** at [amdoge.gitlab.io/extract-keys](https://amdoge.gitlab.io/extract-keys/).
2. **Enter your wallet password** in Step 1.
3. **Load your backup file** in Step 2 — the `.dat` (or equivalent) file you saved when you originally backed up the wallet.
4. **Copy the private keys** shown in Step 3, one per line. Each line is a separate address/key.
5. **Import each key into its own new wallet** in BlueWallet (or your wallet of choice). You can also scan the QR codes directly with any Pandacoin-compatible wallet.

{% hint style="warning" %}
**Import one key per wallet** in BlueWallet — don't paste all of them into a single wallet. Each private key maps to its own address and needs its own slot.
{% endhint %}

### Safety checklist

Private keys are the coins. Handle them accordingly:

* ✅ **Do this on a machine you trust.** No shared computers, no malware. A freshly booted laptop is ideal.
* ✅ **Check the URL.** It should be exactly `https://amdoge.gitlab.io/extract-keys/` — scammers clone tools like this.
* ✅ **Go offline if you want.** The page works fully offline once loaded. Disconnect Wi-Fi for extra peace of mind.
* ❌ **Never paste private keys into a chat, email, or support ticket.** No real support person will ever ask for them.
* ❌ **Don't save them in plain text on your desktop.** Import them into a wallet and delete the copies.

### After importing

Once your keys are in a new wallet, send a small test transaction first to confirm everything works, then move the rest of the funds. Once the funds are safely in the new wallet, the old backup is still valid but no longer holds anything worth attacking.

### Need help?

Ask in [Telegram](https://t.me/pandacoin) — plenty of people in the community have done this migration and can walk you through it.

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.pandacoin.tech/support/support-guide/get-private-keys-from-backup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
