From 0a2bdb7bbef4e0ab24b4b1ce6b7e719b089cbd82 Mon Sep 17 00:00:00 2001 From: Satoshi Nakamoto <65907137+SatoshiNakamotoBitcoin@users.noreply.github.com> Date: Tue, 5 Sep 2023 20:02:01 +0200 Subject: [PATCH] Update spvblock.py --- pybitblock/SPV/spvblock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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