Skip to content

Commit

Permalink
Merge branch 'vlnahp:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
minhhieugma authored Apr 21, 2023
2 parents 78916a5 + b96e164 commit 40aedcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Btcbf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def random_brute(self, n):
f.write(key.address+"\n")
f.write(key.to_wif()+"\n")
f.close()
sleep(500)
sleep(510)
exit()

def sequential_brute(self, n):
Expand Down Expand Up @@ -161,7 +161,7 @@ def get_user_input(self):
print("Stopping\n")
exit()
else:
range0 = input("\n Enter range (example:1-100)>")
range0 = input("\n Enter range in decimals(example:1-100)>")
r0 = range0.split("-")
r0.insert(1,r0[0])
open("cache.txt", "w").write("-".join(r0))
Expand Down
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,13 @@ Just execute this command: `$ python Btcbf.py` or `$ python3 Btcbf.py` on Linux,

Type your desired action and follow instructions. (I love to interact with my program🙂)

Results will be saved to `foundkey.txt` in the main directory.

## **Licence**

Permissions of this strongest copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. When a modified version is used to provide a service over a network, the complete source code of the modified version must be made available.


## **Donation**

Make my BTC address a good option to be on the list!:cowboy_hat_face:

Each donation will be distributed among contributors🤝.

>BTC: 13r5Xr3D1j1RgwVt6KToXn8h9vqYb49eNx
>ETH: 0x25A296248f9F4a5e2343Dd19faF1b49594746620
>BCH: qq0ns64247xhqxjzv8cnjw7hl4scuc0jryzu37p4s9


## Latest Release
Expand Down

0 comments on commit 40aedcb

Please sign in to comment.