Paper Wallet Generator is a tool that helps getting a DigitalNote(XDN) address. After generating a wallet you can start receiving payments without installing any software.
Paper Wallet consists of two parts: Private Key and Payment Address
Payment Address is your public account number. Share it with anyone to receive payments.
Private Key is what gives you administrative access to your money. Keep it somewhere safe.
You can access your wallet by importing private key into the DigitalNote desktop application.
** Don't forget to backup current wallet before importing.
By using passphrase you can recover your wallet in the future by using same passphrase, so no need to print a qrcode.
Warning: You should save the source to this page to make sure you can restore your wallet in the future. Chances are implementation of passphrase hashing algorithm may change overtime.
- Press 'GENERATE WALLET' button.
- Copy 'Private Key' and save it somewhere safe.
- Save save paper wallet image to your disk.
- Print the paper wallet on actual paper
- Cut the half with the private key
- Make as many copies of the public address as you need
- Share your public address when you want to receive payments/messages
Copyright (c) 2017, Pawel Cioch (the brain wallet part)
Copyright (c) 2017, Anton Alex Nesterov
Copyright (c) 2014-2015, MyMonero.com
Copyright (c) 2014, Lucas Jones
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
-
Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.