work on pow

This commit is contained in:
Kevin Froman 2018-02-25 20:30:43 -06:00
parent 152f9e7dee
commit cf3af5b8c6
No known key found for this signature in database
GPG key ID: 0D414D0FE405B63B
4 changed files with 31 additions and 7 deletions

View file

@ -22,7 +22,7 @@ import sqlite3, os, sys, time, math, base64, tarfile, getpass, simplecrypt, hash
#from Crypto import Random
import netcontroller
import onionrutils, onionrcrypto
import onionrutils, onionrcrypto, btc
if sys.version_info < (3, 6):
try: