Translation and other merge requests #224

Merged
Atheros1 merged 47 commits from master into master 2013-06-19 16:55:24 +02:00
Showing only changes of commit 74b94e7571 - Show all commits

View File

@ -23,7 +23,7 @@ def _pool_worker(nonce, initialHash, target, pool_size):
return [trialValue, nonce]
def run(target, initialHash):
from multiprocessing import Pool, cpu_count, Value
from multiprocessing import Pool, cpu_count
import time
try:
pool_size = cpu_count()