diff --git a/pybitblock/SPV/spvblock.py b/pybitblock/SPV/spvblock.py index 41b3ceb..b44113c 100644 --- a/pybitblock/SPV/spvblock.py +++ b/pybitblock/SPV/spvblock.py @@ -898,7 +898,7 @@ def CroppedMiner(): responseC = input("Your Bitcoin Address: ") responseD = input("Your Pass x: ") responseE = input("Select your threads 2, 4, 6, 8, 10, ...: ") - os.system(f"cd CroppedMiner && ./minerd -o stratum+tcp://pool.pyblock.xyz:3333 -u {responseC}.PyBLOCK -p {responseD} -t {responseE}") + os.system(f"cd CroppedMiner && ./minerd -a sha256d -o stratum+tcp://pool.pyblock.xyz:3333 -u {responseC}.PyBLOCK -p {responseD} -t {responseE}") input("\a\nContinue...") except: pass