Difference between revisions of "Wallets"

From Ravencoin Wiki
Jump to navigationJump to search
Line 142: Line 142:
 
We can make paper wallets from our exported private keys. A good way to achieve this can be to have a copy of our wallet.dat and linux wallet binaries on a USB stick, move the wallet.dat to the ~/.raven location and dump our keys from withing the non-networked LinuxUSB stick, this stick will need to have the dependencies from [https://github.com/RavenProject/Ravencoin/blob/master/doc/build-unix.md Ravencoin Github].
 
We can make paper wallets from our exported private keys. A good way to achieve this can be to have a copy of our wallet.dat and linux wallet binaries on a USB stick, move the wallet.dat to the ~/.raven location and dump our keys from withing the non-networked LinuxUSB stick, this stick will need to have the dependencies from [https://github.com/RavenProject/Ravencoin/blob/master/doc/build-unix.md Ravencoin Github].
 
Once the paper wallet generator is open copy and paste the private key in, check that it generates the corresponding public key, if not try and copy and paste our public key as well.
 
Once the paper wallet generator is open copy and paste the private key in, check that it generates the corresponding public key, if not try and copy and paste our public key as well.
 
  
 
On a encrypted wallet we can unlock our wallet with the following command:
 
On a encrypted wallet we can unlock our wallet with the following command:
Line 153: Line 152:
 
Example:
 
Example:
 
  dumpprivkey RBjAZ4fgoXfMC1ujzs7XKreMxJAL1r9fhT
 
  dumpprivkey RBjAZ4fgoXfMC1ujzs7XKreMxJAL1r9fhT
 
  
 
=== Backups ===
 
=== Backups ===

Revision as of 20:59, 15 November 2018


Work in progress

Desktop

The Ravencoin QT wallet can be downloaded from gitub

Mobile

Android Wallet

Google Play download. The source code is available on ROSHiix GitHub

There are a couple of things to keep in mind when using the app:

  • You need to save your 12 wallet mnemonic words as this is the only way to recover your wallet.
  • While wallet is still in sync no new transaction will appear in your transactions layout, so don't send anything unless the app is 100% synced.
  • Do not mine directly to an exchange or to a mobile wallet, use a full client for this, ie. raven-qt or a paper wallet.

iOS wallet

RVN Wallet available in the app store by Medici Ventures https://itunes.apple.com/us/app/rvn-wallet/id1371751946

Work in progress

Wallet Status Next action Further info
Coinomi Contacted Community response with answers to questions Coinomi questions
Jaxx Contacted On hold Jaxx status
Ethos Contacted @kyzer on discord

Web

PocketRaven - a web wallet where the keys remain fully in control of the user at all times. Emphasis on privacy and security. Server never sees the users' private key. Supports wallets, custom addresses, seed addresses, multi-sig addresses, time locked addresses, and more. Users can also sign and broadcast custom transactions from this wallet service.

Work also underway on iOS and Andriod wallets from same community devs - will be added to mobile wallet section when available.

Paper

There's a paper wallet generator on github.

paperwallet.ravencoin.online - A universal open source client-side paper wallet generator for Ravencoin - can be downloaded and run offline.

How to use a paperwallet on Best practices page

Hardware

No hardware wallet available yet.

Wallet Status Next action Further info
Trezor Work in progress (Electrum wallet option, work in progress (see Electrum - 11/11/2018))
Ledger Electrum wallet option, work in progress (see Electrum - 11/11/2018). Community devs have submitted code. Waiting on Ledger to do their side. Probably a few weeks out due to workload (20180501) Check Discord Dev channel for more.
KeepKey Contacted On hold KeepKey

Best Practises

A common practice is to use one wallet for hot storage, and another for cold storage. Read the private key and the wallet on our forum for an understanding of the difference of what a wallet is compared to a private key.

General

Do not mine directly to an exchange or to a mobile wallet, use a full client for this, ie. raven-qt, or a paper wallet.

Note: do not use special chars for the passphrase for encryption of your wallet [based on some community queries in the discord helpdesk channel - reach out there for queries]

We can download our wallet from Ravencoin Github for our OS.

  • Extract all the compressed files.
  • Start wallet by double click Raven-qt(.exe/.app), allow the Raven-qt to access internet if your windows firewall notification pops up.
  • Choose were to store our data folder, it will contain our wallet.dat, blockchain and other config files. Default option is fine.
  • Assuming this is a hot wallet and we are connected to the internet, our wallet will now start to sync with blockchain.
  • Encrypting our wallet is always recommended, especially on a hot wallet, we can select "Encrypt Wallet" from "Settings" menu, remember to write down our passphrase and store it safely, use the same steps ans detailed in Backups section on this page. Note: do not use special chars for the passphrase for encryption of our wallet.
  • From the "File" menu we can choose "Receiving Addresses.." click "New" give it a label, and click "OK" now we selected the new address and click "Copy" and paste it into our mining bat/sh file, or "Export" a text file with our new public address.
  • Nest step is to backup our wallet, we can do that from "File" menu "Backup Wallet..." select a location and give our backup a meaning full name like "06-05-2018-raven-wallet.dat" follow the steps in Backups to keep our backups safe. We can also make a backup when our raven-qt wallet is completely shut down by copying wallet.dat file from our data folder.
  • Now is a good time to read the rest of this page.

Default data folder locations:

Windows: %AppData%/Roaming/Raven
Mac: ~/Library/Application\ Support/Raven
Linux: ~/.raven

Note that on mac and linux " ~/ " is the home folder, and is different from " / " root folder

Hot storage

Hot storage is a storage we usually mine to, and keep on a networked computer, a wallet we commonly access and use. It is preferable to have the computer the hot wallet is on as clean as possible, no unneeded software installed. Keep it updated. Have at least two copies(backups) of wallet.dat in two different locations, use dedicated USB sticks, that are marked clearly.

Cold storage

Cold storage is a wallet we create and have on a non-networked computer. This should be a dedicated disk, with a fresh and clean OS installed. To use this wallet we create the transaction, sign it and save it on a dedicated USB stick, then import this signed transaction into our hot wallet and broadcast it. Have at least two copies(backups) of wallet.dat in two different locations, use dedicated USB sticks, that are marked clearly.

Paper wallet

We create a linux liveCD USB-stick on a non-networked computer to make our paper wallets.

  1. Download Ubuntu Latest LTS version is fine
  2. Follow the Guide for our OS to make a bootable USB Ubuntu guide
  3. Download paper wallet generator Paperwallet and put on our USB or a separate USB stick.
  4. Unplug ethernet cable, insert LiveUSB and reboot into Ubuntu Live. Do NOT connect with Wifi or any other means to any network.
  5. Open index.html to start paper wallet generator, and then select Ravencoin. Make our wallet(s)
  6. Connect a Printer that does not have network or reprint capabilities, older cheap inkjets are usually fine, DYOR (Do Your Own Research). Print Wallets in at least two copies.
  7. Laminate the paper wallets to keep them safe from water damage.
  8. Store wallets at two different locations, and keep them safe and secure.

We can make paper wallets from our exported private keys. A good way to achieve this can be to have a copy of our wallet.dat and linux wallet binaries on a USB stick, move the wallet.dat to the ~/.raven location and dump our keys from withing the non-networked LinuxUSB stick, this stick will need to have the dependencies from Ravencoin Github. Once the paper wallet generator is open copy and paste the private key in, check that it generates the corresponding public key, if not try and copy and paste our public key as well.

On a encrypted wallet we can unlock our wallet with the following command:

walletpassphrase "passphrase" "timeinseconds"

example:

walletpassphrase very6securE+pasSword 300

Once the wallet is unlock we can dump our key, address is our corresponding public key:

dumpprivkey "address"

Example:

dumpprivkey RBjAZ4fgoXfMC1ujzs7XKreMxJAL1r9fhT

Backups

Have at least two copies(backups) of wallet.dat in two different locations, use dedicated USB sticks, that are marked clearly. Do not use these USB stick for anything else, and keep them safe. Get good known named brand USB sticks, this is not the place to save cost. Use different USB sticks for Hot wallet and Cold wallet backups. Especially cold wallet backup should not be plugged into a networked computer.

Some prefer to encrypt the disks or folder, this can be advantageous if you do not have a trusted place to store your USB sticks. Just keep the passphrase to the same standards as the USB sticks, minimum two copies in two different locations.

Consider how relatives and or our children can get access in the future should the worst thing happen.

How to Safely Upgrade your Wallet if there is an Update or Fork

The Ravencoin Core wallet is based on the Bitcoin Core wallet, so this guide on how to safely updgrade the Bitcoin Core wallet also applies to Ravencoin Core. Be sure to follow the backup instructions and always download the latest Ravencoin Core wallet from the official Github repository.

Private keys

A private key is what control the funds, and make them spendable on its correlating public key. We do not reuse a key pair (public and private key) after the private key has been swiped/imported on a networked computer, ie do not reuse a paper wallet after the private key has been used.