Skip to content

Commit 767b310

Browse files
authored
Update SoloMiner.py
1 parent 4d42104 commit 767b310

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

SoloMiner.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Python Bitcoin Solo Miner
2-
3-
# Setting
41
# Mining Address **Change Me**
52
address = 'bc1qwp44lvxgrhh42de507kezjspcyh8cvw6tvuykp'
63
# Mining Pool
@@ -570,8 +567,6 @@ def StartMining() :
570567
subscribe_t.start()
571568
logg("[*]£££ Bitcoin Solo Miner Started £££")
572569
print(Fore.BLUE , '--------------~~( ' , Fore.GREEN , 'SOLO MINER STARTED' , Fore.BLUE , ' )~~--------------')
573-
print(Fore.BLUE , '--------------~~( ' , Fore.YELLOW , 'IN SATOSHI WE TRUST' , Fore.BLUE , ' )~~--------------')
574-
print(Fore.BLUE , '--------------~~( ' , Fore.GREEN , 'DO NOT TRUST VERIFY' , Fore.BLUE , ' )~~--------------')
575570
time.sleep(4)
576571
logg("[*] Subscribe thread started.")
577572
print(Fore.MAGENTA , "[" , timer() , "]" , Fore.GREEN , "[*] Subscribe thread started.")

0 commit comments

Comments
 (0)