Post
Topic
Board Project Development
Re: Large Bitcoin Collider (Collision Finders Pool)
by
stergos4
on 22/01/2019, 14:28:30 UTC
Hey there, I'm new on linux. Since yesterday I am running LBC at vmware but I don't really like it because vmware tools doesn't work for copy-paste, there is not even a scrollbar on console. So I have installed Ubuntu a new machine on vmware  and all required packages as you mention on installation pages.

I have LBC perl file at downloads folder. From there I open the terminal.

I don't know what I have doing wrong but when I type:
Code:
sudo ./LBC -h

I get:
Code:
sudo: ./LBC: command not found

Installation of the packages progress:

sudo apt-get install libgmp3-dev
-
sudo apt-get update
sudo apt-get install libssl-dev
-
sudo apt install gcc
-
sudo apt install make
-
wget https://lbc.cryptoguru.org/static/client/LBC

I really like to make this work right, once I a planning to run this for a long time.

Any help would me appreciated.

Thanks in advance!

EDIT

Also tried the method via WLS and I got exactly the same issue!

Code:
test@LAPTOP:~$ ./LBC -h
-bash: ./LBC: Permission denied
test@LAPTOP:~$ sudo ./LBC -h
sudo: ./LBC: command not found



You have to set permissions:

sudo chmod 755 LBC

Should do the trick but don't put anything personal/private on that VM.


I chmod
Code:
chmod +x LBC
and make LBC executable. But now new problem comes up:

Code:
JSON not found - installing it.
Loading internal null logger. Install Log::Log4perl for logging messages

But fail to install it.

Code:
sterg@LAPTOP:~$ ./LBC -u
JSON not found - installing it.
Loading internal null logger. Install Log::Log4perl for logging messages
Can't locate Canary/Stability.pm in @INC (you may need to install the Canary::Stability module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.1 /usr/local/share/perl/5.26.1 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .) at Makefile.PL line 4.
BEGIN failed--compilation aborted at Makefile.PL line 4.
LWP::UserAgent not found - installing it.
Loading internal null logger. Install Log::Log4perl for logging messages
Warning: prerequisite Encode::Locale 0 not found.
Warning: prerequisite File::Listing 6 not found.
Warning: prerequisite HTML::Entities 0 not found.
Warning: prerequisite HTML::HeadParser 0 not found.
Warning: prerequisite HTTP::Cookies 6 not found.
Warning: prerequisite HTTP::Daemon 6 not found.
Warning: prerequisite HTTP::Date 6 not found.
Warning: prerequisite HTTP::Negotiate 6 not found.
Warning: prerequisite HTTP::Request 6 not found.
Warning: prerequisite HTTP::Request::Common 6 not found.
Warning: prerequisite HTTP::Response 6 not found.
Warning: prerequisite HTTP::Status 6 not found.
Warning: prerequisite LWP::MediaTypes 6 not found.
Warning: prerequisite Net::HTTP 6.07 not found.
Warning: prerequisite Test::Fatal 0 not found.
Warning: prerequisite Test::Needs 0 not found.
Warning: prerequisite Test::RequiresInternet 0 not found.
Warning: prerequisite Try::Tiny 0 not found.
Warning: prerequisite URI 1.10 not found.
Warning: prerequisite URI::Escape 0 not found.
Warning: prerequisite WWW::RobotRules 6 not found.
Warning: prerequisite HTTP::Date 6 not found.
Warning: prerequisite HTML::Tagset 3 not found.
Warning: prerequisite Encode::Locale 1 not found.
Warning: prerequisite HTTP::Date 6 not found.
Warning: prerequisite IO::HTML 0 not found.
Warning: prerequisite LWP::MediaTypes 6 not found.
Warning: prerequisite Try::Tiny 0 not found.
Warning: prerequisite URI 1.10 not found.
Warning: prerequisite Test::Needs 0 not found.
Warning: prerequisite HTTP::Date 6 not found.
Warning: prerequisite HTTP::Headers::Util 6 not found.
Warning: prerequisite HTTP::Request 0 not found.
Warning: prerequisite HTTP::Response 0 not found.
Warning: prerequisite URI 0 not found.
Warning: prerequisite HTTP::Date 6 not found.
Warning: prerequisite HTTP::Request 6 not found.
Warning: prerequisite HTTP::Response 6 not found.
Warning: prerequisite HTTP::Status 6 not found.
Warning: prerequisite LWP::MediaTypes 6 not found.
Warning: prerequisite HTTP::Headers 6 not found.
Warning: prerequisite URI 0 not found.
Warning: prerequisite Try::Tiny 0.07 not found.
Warning: prerequisite URI 1.10 not found.
Net::SSLeay not found - installing it.
Loading internal null logger. Install Log::Log4perl for logging messages
NA: Unable to build distribution on this platform.
LWP::Protocol::https not found - installing it.
Loading internal null logger. Install Log::Log4perl for logging messages
Warning: prerequisite IO::Socket::SSL 1.54 not found.
Warning: prerequisite LWP::UserAgent 6.06 not found.
Warning: prerequisite Mozilla::CA 20110101 not found.
Warning: prerequisite Net::HTTPS 6 not found.
Warning: prerequisite Test::RequiresInternet 0 not found.

WARNING
No library for handling international domain names found.
It will work but croak if you try to verify an international name against
a certificate.
It's recommended to install either Net::IDN::Encode, Net::LibIDN or URI version>=1.50

Warning: prerequisite Mozilla::CA 0 not found.
Warning: prerequisite Net::SSLeay 1.46 not found.
Invalid LICENSE value 'mozilla_2_0' ignored
Invalid LICENSE value 'mozilla_2_0' ignored
NA: Unable to build distribution on this platform.
Warning: prerequisite Encode::Locale 0 not found.
Warning: prerequisite File::Listing 6 not found.
Warning: prerequisite HTML::Entities 0 not found.
Warning: prerequisite HTML::HeadParser 0 not found.
Warning: prerequisite HTTP::Cookies 6 not found.
Warning: prerequisite HTTP::Daemon 6 not found.
Warning: prerequisite HTTP::Date 6 not found.
Warning: prerequisite HTTP::Negotiate 6 not found.
Warning: prerequisite HTTP::Request 6 not found.
Warning: prerequisite HTTP::Request::Common 6 not found.
Warning: prerequisite HTTP::Response 6 not found.
Warning: prerequisite HTTP::Status 6 not found.
Warning: prerequisite LWP::MediaTypes 6 not found.
Warning: prerequisite Net::HTTP 6.07 not found.
Warning: prerequisite Test::Fatal 0 not found.
Warning: prerequisite Test::Needs 0 not found.
Warning: prerequisite Test::RequiresInternet 0 not found.
Warning: prerequisite Try::Tiny 0 not found.
Warning: prerequisite URI 1.10 not found.
Warning: prerequisite URI::Escape 0 not found.
Warning: prerequisite WWW::RobotRules 6 not found.
Warning: prerequisite HTTP::Date 6 not found.
Warning: prerequisite HTML::Tagset 3 not found.
Warning: prerequisite Encode::Locale 1 not found.
Warning: prerequisite HTTP::Date 6 not found.
Warning: prerequisite IO::HTML 0 not found.
Warning: prerequisite LWP::MediaTypes 6 not found.
Warning: prerequisite Try::Tiny 0 not found.
Warning: prerequisite URI 1.10 not found.
Warning: prerequisite Test::Needs 0 not found.
Warning: prerequisite HTTP::Date 6 not found.
Warning: prerequisite HTTP::Headers::Util 6 not found.
Warning: prerequisite HTTP::Request 0 not found.
Warning: prerequisite HTTP::Response 0 not found.
Warning: prerequisite URI 0 not found.
Warning: prerequisite HTTP::Date 6 not found.
Warning: prerequisite HTTP::Request 6 not found.
Warning: prerequisite HTTP::Response 6 not found.
Warning: prerequisite HTTP::Status 6 not found.
Warning: prerequisite LWP::MediaTypes 6 not found.
Warning: prerequisite HTTP::Headers 6 not found.
Warning: prerequisite URI 0 not found.
Warning: prerequisite Try::Tiny 0.07 not found.
Warning: prerequisite URI 1.10 not found.
Parallel::ForkManager not found - installing it.
Loading internal null logger. Install Log::Log4perl for logging messages
Warning: prerequisite Moo 0 not found.
Warning: prerequisite Moo::Role 0 not found.
Warning: prerequisite Test::Warn 0 not found.
Warning: prerequisite Class::Method::Modifiers 1.1 not found.
Warning: prerequisite Devel::GlobalDestruction 0.11 not found.
Warning: prerequisite Module::Runtime 0.014 not found.
Warning: prerequisite Role::Tiny 2.000004 not found.
Warning: prerequisite Sub::Defer 2.003001 not found.
Warning: prerequisite Sub::Quote 2.003001 not found.
Warning: prerequisite Test::Fatal 0.003 not found.
Warning: prerequisite Test::Fatal 0 not found.
Warning: prerequisite Test::Requires 0 not found.
Warning: prerequisite Try::Tiny 0.07 not found.
Warning: prerequisite Sub::Exporter::Progressive 0.001011 not found.

Checking optional features...
inc_bundling_support....disabled
  requires:
    ! inc::latest is not installed

ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions
of the modules indicated above before proceeding with this installation

Warning: prerequisite Module::Build 0 not found.
Warning: prerequisite Test::Fatal 0.003 not found.
sh: 1: x86_64-linux-gnu-gcc: not found
Couldn't execute x86_64-linux-gnu-gcc -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g "-I/usr/lib/x86_64-linux-gnu/perl/5.26/CORE" -fPIC -c /tmp/f7WRQJKyzD/g9DMbhkavw.c -o /tmp/f7WRQJKyzD/g9DMbhkavw.o: Inappropriate ioctl for device at Makefile.PL line 9.
Warning: prerequisite Sub::Uplevel 0.12 not found.
Term::ReadKey not found - installing it.
Loading internal null logger. Install Log::Log4perl for logging messages
Can't locate JSON.pm in @INC (you may need to install the JSON module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.1 /usr/local/share/perl/5.26.1 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ./LBC line 92.
BEGIN failed--compilation aborted at ./LBC line 92.

Why?