Skip to content

Instantly share code, notes, and snippets.

@PierreRochard
Last active August 16, 2017 22:14
Show Gist options
  • Save PierreRochard/96e09dd2a5ba9348e5cb to your computer and use it in GitHub Desktop.
Save PierreRochard/96e09dd2a5ba9348e5cb to your computer and use it in GitHub Desktop.
private key import file
# 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