Advertisement
Guest User

BTC SWEEPER/BITCOIN KEY MONITOR/SCRIPTS

a guest
Mar 4th, 2018
6,610
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. # THE BTC CLEAN SWEEPER ! SEND ANY AMOUNT OF BTC TO 113xg4aNvcXwLjkLpuZaxxANcQKpYXuMda AND EMAIL TO cryptosweeper@protonmail.com. A limited number of copies will be distributed so only people who donate will be allocated a copy! Copies will be distributed in order of donation value, high to low. DOWNLOAD LINK WILL THEN BE EMAILED.
  2. ==============================
  3.  
  4. This script generates private keys from a word-list or pass-phrase list, it then checks the number of transactions on the account to show if it is active or not. The script then checks the current balance and if positive it sweeps the bitcoins by importing the private keys into your blockchain wallet. Active keys from the output should also be loaded into your wallet or monitored for a transaction, once a transaction is in process this a positive balance, you can transfer the BTC to another address that you control. IT WORKS PERFECTLY!
  5.  
  6. #### key monitor = ORDER NOW!!!
  7. ==============================
  8.  
  9. A script that takes a list of private keys, for example held in a text file and monitors the accounts every X seconds. As soon as an account becomes active, the BTC are transfered out to an address specified by you, in a matter of seconds.
  10.  
  11. #### Donations and Orders!!!
  12. ==============================
  13.  
  14. Requests: To request any hacking scripts please email your request to cryptosweeper@protonmail.com. Tell me your operating system (OS) and I will tell you how to run it.
  15.  
  16. Order: To order THE BTC CLEAN SWEEPER or Key Monitor, please send your BTC to 113xg4aNvcXwLjkLpuZaxxANcQKpYXuMda and email the details of the transaction to cryptosweeper@protonmail.com.
  17.  
  18. Other Scripts available: Facebook brute forcer, BTC Key Encryption Tester + ecdsa-cracker (Find weak BTC transaction input and output scripts allowing us to gain access to the ecdsa private keys using ecdsa-cracker)
  19. .
  20. *** A limited number of copies will be distributed so only people who donate will be allocated a copy! Copies will be distributed in order of donation value, high to low. The value of these are easily over .05 BTC ($500 USD)! ***
  21.  
  22. #### Usage
  23. ==============
  24.  
  25. Usage: cd to directory i.e cd Desktop/Btc-clean-sweeper.... ./perl sweeper.pl -w[wordlist] -t[threads] -o[output.txt]
  26. perl sweeper.pl -w pass.txt -t 10 -o output.txt
  27.  
  28. #### Overview
  29. ==============
  30.  
  31. A simple tool written in Perl.
  32. It can be used to generate bitcoin private keys from passphrases
  33. and the associated transactions and current balance. It can be used to sweep remaining balance to your BTC wallet.
  34.  
  35. #### Example
  36. ==============
  37. ___ ___ ____ ___ -____ ____
  38. [__ | | | |___ |___ |__] |___ |__/
  39. ___] |_|_| |___ |___ | |___ | \
  40.  
  41. [i] Generating Private Keys.
  42. [i] Checking transactions.
  43. [i] Please wait ...
  44.  
  45. [i] Processing: 100/100
  46. [i] Wallets with transactions: 4
  47. [i] Total received: 6.0072184 BTC
  48.  
  49. [i] Wallets with balance: 1
  50. [i] Total balance: 2.0004826 BTC
  51.  
  52. [i] Saving to: output.txt
  53. [i] Writing output ...
  54. [i] Sweeping 2.0004826 to wallet ...
  55. [x] Shabang, Wallah Wonga.
  56.  
  57. #### Output
  58. ==============
  59.  
  60. 18X6yC1p1hXvXjuwZfjT52Z1am9LNuAAC6, Passphrase: appointivelivefree
  61. 18X6yC1p1hXvXjuwZfjT52Z1am9LNuAAC6, Received Transactions: 4.00005460
  62. 18X6yC1p1hXvXjuwZfjT52Z1am9LNuAAC6, PrivateKey: 5JhijED9PdJHxBhAqFW3kWaJRkvckFsLY7jou4BmqnEmzf5WMHf
  63. 18X6yC1p1hXvXjuwZfjT52Z1am9LNuAAC6, Current Balance: 2.0004826
  64.  
  65. #### Installation
  66. ==================
  67.  
  68. ~/Btc-clean-sweeper# apt-get install libwww-mechanize-perl
  69. ~/Btc-clean-sweeper# apt-get install build-essential
  70. ~/Btc-clean-sweeper# apt-get install python-ecdsa
  71. ~/Btc-clean-sweeper# apt-get install cpanminus
  72. ~/Btc-clean-sweeper# cpanm Finance::Bitcoin::API
  73. ~/Btc-clean-sweeper# cpanm Parallel::ForkManager
  74. ~#
  75. ~/Btc-clean-sweeper# perl sweeper.pl
  76.  
  77. Usage: perl sweeper.pl -w Thelist.txt -t 10 -o outputkeys.txt
  78.  
  79. SEND ANY AMOUNT OF BTC TO 113xg4aNvcXwLjkLpuZaxxANcQKpYXuMda AND EMAIL TO cryptosweeper@protonmail.com. *** A limited number of copies will be distributed so only people who donate will be allocated a copy! Copies will be distributed in order of donation value, high to low. *** DOWNLOAD LINK WILL THEN BE EMAILED. If you don't know how to use scripts, let me know and I will tell you how to run them.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement