Bitcoin Forum
May 25, 2024, 04:15:46 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: bitcoin sweeper  (Read 1735 times)
demarcuswalker47 (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
February 24, 2016, 06:24:34 PM
 #1

I have a bitcoin sweeper file that has btc_sweeper.pl and keyfmt.pl and I don't know how to install it the the installation says this
```
root@btc-sweeper:~# uname -a
Linux btc-sweeper 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:28:38 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
root@btc-sweeper:~#
root@btc-sweeper:~# wget https://github.com/vavkamil/Bitcoin-Sweeper/archive/master.zip
root@btc-sweeper:~# apt-get install unzip
root@btc-sweeper:~# unzip master.zip
root@btc-sweeper:~# cd Bitcoin-Sweeper-master/
root@btc-sweeper:~/Bitcoin-Sweeper-master# apt-get install libwww-mechanize-perl
root@btc-sweeper:~/Bitcoin-Sweeper-master# apt-get install build-essential
root@btc-sweeper:~/Bitcoin-Sweeper-master# apt-get install python-ecdsa
root@btc-sweeper:~/Bitcoin-Sweeper-master# apt-get install cpanminus
root@btc-sweeper:~/Bitcoin-Sweeper-master# cpanm Finance::Bitcoin::API
root@btc-sweeper:~/Bitcoin-Sweeper-master# cpanm Parallel::ForkManager
root@btc-sweeper:~#
root@btc-sweeper:~/Bitcoin-Sweeper-master# perl btc_sweeper.pl
      ___  _ ___ ____ ____ _ _  _
      |__] |  |  |    |  | | |\ |
      |__] |  |  |___ |__| | | \|         
  ____ _ _ _ ____ ____ ___  ____ ____
  [__  | | | |___ |___ |__] |___ |__/
  ___] |_|_| |___ |___ |    |___ |  \

Usage: perl btc_sweeper.pl -w pass.txt -t 10 -o output.txt

root@btc-sweeper:~/Bitcoin-Sweeper-master# can anyone help me install it to the terminal emulator for android  contact me at this email anytime for instructions on how to install it. demarcuswalker47@gmail.com
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1520


No I dont escrow anymore.


View Profile WWW
February 24, 2016, 06:28:55 PM
 #2

I have a bitcoin sweeper file that has btc_sweeper.pl and keyfmt.pl and I don't know how to install it the the installation says this
```
root@btc-sweeper:~# uname -a
Linux btc-sweeper 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:28:38 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
root@btc-sweeper:~#
root@btc-sweeper:~# wget https://github.com/vavkamil/Bitcoin-Sweeper/archive/master.zip
root@btc-sweeper:~# apt-get install unzip
root@btc-sweeper:~# unzip master.zip
root@btc-sweeper:~# cd Bitcoin-Sweeper-master/
root@btc-sweeper:~/Bitcoin-Sweeper-master# apt-get install libwww-mechanize-perl
root@btc-sweeper:~/Bitcoin-Sweeper-master# apt-get install build-essential
root@btc-sweeper:~/Bitcoin-Sweeper-master# apt-get install python-ecdsa
root@btc-sweeper:~/Bitcoin-Sweeper-master# apt-get install cpanminus
root@btc-sweeper:~/Bitcoin-Sweeper-master# cpanm Finance::Bitcoin::API
root@btc-sweeper:~/Bitcoin-Sweeper-master# cpanm Parallel::ForkManager
root@btc-sweeper:~#
root@btc-sweeper:~/Bitcoin-Sweeper-master# perl btc_sweeper.pl
      ___  _ ___ ____ ____ _ _  _
      |__] |  |  |    |  | | |\ |
      |__] |  |  |___ |__| | | \|         
  ____ _ _ _ ____ ____ ___  ____ ____
  [__  | | | |___ |___ |__] |___ |__/
  ___] |_|_| |___ |___ |    |___ |  \

Usage: perl btc_sweeper.pl -w pass.txt -t 10 -o output.txt

root@btc-sweeper:~/Bitcoin-Sweeper-master# can anyone help me install it to the terminal emulator for android  contact me at this email anytime for instructions on how to install it. demarcuswalker47@gmail.com

Well, line 1 says: use ubuntu.

Im not really here, its just your imagination.
demarcuswalker47 (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
February 24, 2016, 09:18:10 PM
 #3

How do i install ubuntu.
Without root access
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1520


No I dont escrow anymore.


View Profile WWW
February 24, 2016, 09:22:05 PM
 #4

How do i install ubuntu.
Without root access

Uhm, you get a computer and install it? I dont think what you are trying is going to work on a phone unless you know what you are doing, which - no offense - does not seem to be the case.

Im not really here, its just your imagination.
demarcuswalker47 (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
February 24, 2016, 10:04:46 PM
 #5

Ok just check out the video about the bitcoin sweeper  https://youtu.be/jGbOuJz-jfs
amaclin
Legendary
*
Offline Offline

Activity: 1260
Merit: 1019


View Profile
February 24, 2016, 10:23:03 PM
 #6

Code:
...
my $mech = WWW::Mechanize->new();
$mech->get("http://blockexplorer.com/q/getreceivedbyaddress/".$btcaddress);   # Check transactions on bitcoin address
my $getreceived = $mech->content;

$mech->get("http://blockexplorer.com/q/addressbalance/".$btcaddress);   # Check balance on bitcoin address
my $addressbalance = $mech->content;
...

This is absolutely useless thing. Do not even try to walk this way. Point.
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1520


No I dont escrow anymore.


View Profile WWW
February 25, 2016, 10:59:40 AM
 #7

-snip-
This is absolutely useless thing. Do not even try to walk this way. Point.

It might result in knowledge if OP would be willing to go through the door the video showed them.

Im not really here, its just your imagination.
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1520


No I dont escrow anymore.


View Profile WWW
February 25, 2016, 02:45:31 PM
 #8

Do these type of programmes work?

I heard it's next to impossible to crack a privet key.

Its designed to attack brainwallets based on a word-/phraselist. If you use "love" as a brainwallet, or something similarly unsecure, this will work.

Im not really here, its just your imagination.
Ashlee90
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
February 25, 2016, 08:08:02 PM
Last edit: February 28, 2016, 10:47:25 AM by Ashlee90
 #9

Ok just check out the video about the bitcoin sweeper  кeфчe

Thanks! I was looking for this!
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!