Skip to content

Instantly share code, notes, and snippets.

@chezsick
Created December 11, 2017 15:26
Show Gist options
  • Save chezsick/e1ff6158a5fd94a585e01f23b9fc2ece to your computer and use it in GitHub Desktop.
Save chezsick/e1ff6158a5fd94a585e01f23b9fc2ece to your computer and use it in GitHub Desktop.
import base58
import sys
print(base58.b58encode_int(pow(10,pow(10,100),pow(58,int(sys.argv[1])))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment