Factom Protocol Docs
  • Welcome Developers
  • Protocol Overview
  • Getting Started
    • Installing Factom
    • Developer Sandbox
    • Hello-World Examples
      • Golang
      • JavaScript
      • Python
    • API Reference
      • Factomd
      • Factom-walletd
      • Debug
    • CLI Reference
      • Run Factom Federation
      • Common Tasks
      • Factom CLI Commands
    • Data Structures
      • Building blocks
      • User elements
      • Block types
    • SDKs
      • Open Source SDKs
      • Commercial SDKs
    • Testnet
      • Installation
      • Node monitoring
      • Maintenance
      • Interacting with Factom blockchain
      • Faucet
      • Frequently Asked Questions (FAQ)
      • Useful links
  • Infrastructure
    • Control Panel
    • Explorer
      • Overview
      • Block types
      • Usage
    • Open Node
  • Technologies
    • FAT Tokenization
    • Voting Protocols
  • Protocol development
    • Factom Improvement Proposals
    • Hacking Factom
  • Wallets
    • Ledger Nano S Wallet
    • Enterprise Wallet
      • Install
      • Create FCT Address
      • Send and Receive FCT
      • Backup Wallet
      • Restore From a Backup Seed
      • Importing/Exporting your private key(s)
      • Select Your Factomd Node
      • Upgrade to a Secure Wallet
    • FAT Wallet
    • MyFactomWallet
    • Paper Wallet
  • Authority Node Operators
    • ANO Guides & Tutorials
      • Getting started
      • Generating your server identity
      • Setting the coinbase address and node efficiency
      • Joining the docker swarm
      • Securing your node with SSH and iptables
      • Updating and brainswapping your node
    • ANO Tools and Resources
Powered by GitBook
On this page

Was this helpful?

  1. Wallets

Paper Wallet

PreviousMyFactomWalletNextANO Guides & Tutorials

Last updated 6 years ago

Was this helpful?

If you are comfortable with paper wallets, you can make one using . By using this option, you won’t be able to download a traditional printable version of the paper wallet. But this will allow you to generate private and public factoid addresses which you can write or print onto a piece of paper. FactoidPapermill is available for Windows, Mac, and Linux.

This guide also assumes you're on a secure system that you're sure is not compromised. The steps can be found in the tab below for your system of choice.

First you need to download the file. Clicking will start the download. After it's finished, browse to the location it downloaded to and let that window be open, we will use it soon.

After the download you're free to disconnect the system from the internet if you wish to do so, as the factoidpapermill doesn't require you to be online.

Next up you need to open a command prompt. Search for CMDat the search bar next to the windows icon at the bottom left and click the top result. As seen in the image below.

Now with the command prompt open, drag the downloaded factoidpapermill.exe file into the command prompt box and hit enter.

First you need to download the file. Simply run the command below.

wget https://github.com/FactomProject/factoidpapermill/raw/master/bin/factoidpapermill-linux

After the download you're free to disconnect the system from the internet if you wish to do so, as the factoidpapermill doesn't require you to be online.

Now, make it executable:

sudo chmod +x ./factoidpapermill-linux

And simply run it:

./factoidpapermill-linux

After you run it you should see something similar to the images below, depending on your system. That's your private key and Factoid address.

Do NOT share the Factoid Private Key with anyone. If you lose this, you will most likely lose your funds stored on that address.

However, The Factoid address is safe to share as is your public address Factoid users can send Factoids (FCT) to.

At this point it's up to you how you wish to get these on a piece of paper, write them manually or print them. After that's done put the paper wallet in a highly secure location such as a safe deposit box.

If you wish to send funds to the wallet, simply send Factoids (FCT) to the Factoid address generated.

It is highly recommended that you send a very small amount the first time and then check the balance after some time on a Factom explorer. For example on or . Paste your Factoid address to the search bar and information about your wallet should show up.

To withdraw your Factoids from your wallet you can use the Factom Enterprise Wallet. A guide on how to import the private key to the Factom Enterprise wallet and send the coins can be found on the menu bar to the left, or just click .

https://explorer.factoid.org/
https://explorer.factom.com/
here
Factoidpapermill
here
The windows language here is not english, thus the result might be different from what you get.
Example of running the Factoidpapermill on Windows.
Example of running the Factoidpapermill on Linux.