Recent Blocks
| Height | Hash | Age | Txs | Difficulty | Size |
|---|---|---|---|---|---|
| Connecting to daemon… | |||||
Paper Wallet
Generate a new wallet
Creates a random private spend key with your browser's cryptographic random number generator, then derives the view key, address and 25-word mnemonic seed exactly the way the DeroGold wallet does.
Import from Seed
Recover keys and address
Accepts a 25-word mnemonic seed or a 64-character private spend key.
The private view key is derived deterministically from the spend key,
matching generateViewFromSpend in the daemon.
Integrated Address Generator
Build an integrated address
An integrated address packs a payment ID into a standard address so senders cannot forget it. DeroGold supports both lengths: a 16-character payment ID produces a 120-character address, and a 64-character payment ID produces a 186-character one.
Address Decoder
Inspect an address
Verifies the base58 checksum and the address prefix, then shows the public spend and view keys. For an integrated address it also extracts the payment ID and the underlying standard address — both the 16-character and 64-character payment ID forms are supported.