MOVE your mouse around to add some extra randomness...
OR type some random characters into this textbox
A Defcoin wallet is simply a Defcoin address paired with its matching private key. This page generates that pair inside your browser and shows it above.
To safeguard this wallet print it or record the Defcoin address and private key somewhere safe. This page does not send your private key to the server. If you refresh the page or click "Generate New Address" a brand-new key is created and the previous key cannot be recovered from this page. Keep the private key secret. Anyone who gets it can spend the Defcoin stored at that address.
Add funds by having someone send Defcoin to your Defcoin address.
Check your balance by opening your public address in the DC903 explorer: https://defcoin.dc903.org/explorer/address/THEADDRESSGOESHERE
Spend your coins by importing or sweeping the private key into a current Defcoin wallet. After spending from an imported paper wallet, make a fresh backup because change can move into a different address inside the wallet.
- Use the Bulk Wallet tab to pre-generate a large number of Defcoin addresses (10,000+). Copy and paste the generated comma separated values (CSV) list to a secure text file on your computer. Backup the file you just created to a secure location.
- Import the Defcoin addresses into a database table on your web server. (Don't put the wallet/private keys on your web server, otherwise you risk hackers stealing your coins. Just the Defcoin addresses as they will be shown to customers.)
- Offer Defcoin as a payment option in your storefront. When a customer picks Defcoin, show one fresh address from your database and save that address with the order.
- You then need a way to notice when payment arrives. You can build your own checker around the DC903 explorer or poll a local Defcoin node. To manually verify a payment, open https://defcoin.dc903.org/explorer/address/THEADDRESSGOESHERE and look for the incoming transaction.
- Coins can safely accumulate on-chain until you are ready to spend them with the original wallet file generated in step 1.
[NOTE: this input box can accept a public key or private key]
[NOTE: this input box can accept a public key or private key]
Modern Defcoin wallets store public keys in compressed format. The client also supports importing and exporting private keys with importprivkey and dumpprivkey. The exported format depends on how the original address was generated.
51 characters base58, starts with a '5'
52 characters base58, starts with a 'K' or 'L'