Last active
August 16, 2017 22:14
-
-
Save PierreRochard/96e09dd2a5ba9348e5cb to your computer and use it in GitHub Desktop.
private key import file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# KEEP YOUR PRIVATE KEYS SAFE ! | |
# Anyone who can read this file can spend your bitcoin. | |
# | |
# Format: | |
# <Base58 encoded private key>[<whitespace>[<key createdAt>]] | |
# | |
# The Base58 encoded private keys are the same format as | |
# produced by the Satoshi client/ sipa dumpprivkey utility. | |
# | |
# Key createdAt is in UTC format as specified by ISO 8601 | |
# e.g: 2011-12-31T16:42:00Z . The century, 'T' and 'Z' are mandatory | |
# | |
THIS_IS_THE_PRIVATE_KEY 2012-08-01T00:00:00Z | |
THIS_IS_THE_PRIVATE_KEY 2012-08-01T00:00:00Z | |
THIS_IS_THE_PRIVATE_KEY 2012-08-01T00:00:00Z | |
THIS_IS_THE_PRIVATE_KEY 2012-08-01T00:00:00Z | |
THIS_IS_THE_PRIVATE_KEY 2012-08-01T00:00:00Z | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment