Skip to content

Instantly share code, notes, and snippets.

@cx0der
Created August 12, 2018 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cx0der/735febf24a259ffed200762fc1767c86 to your computer and use it in GitHub Desktop.
Save cx0der/735febf24a259ffed200762fc1767c86 to your computer and use it in GitHub Desktop.
Genesis Block
def mine_genesis_block ():
timestamp = time.time()
return mine_block(0, "0", timestamp, "Genisis Block")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment