Bitcoin Forum
June 27, 2024, 08:44:20 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 [58] 59 60 »
  Print  
Author Topic: Large Bitcoin Collider (Collision Finders Pool)  (Read 193162 times)
stergos4
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
January 22, 2019, 02:36:21 PM
 #1141

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.

Why?
[/quote]

sudo cpan install JSON

I install all of the requirements using cpan instead of the LBC binary. I feel like it's faster.
[/quote]

It's fail:

Code:
sterg@LAPTOP:~$ sudo cpan install JSON
Loading internal null logger. Install Log::Log4perl for logging messages
Reading '/home/sterg/.cpan/Metadata'
  Database was generated on Tue, 22 Jan 2019 13:17:03 GMT
Running install for module 'JSON'
Checksum for /home/sterg/.cpan/sources/authors/id/I/IS/ISHIGAKI/JSON-4.01.tar.gz ok
'YAML' not installed, will not store persistent state
Configuring I/IS/ISHIGAKI/JSON-4.01.tar.gz with Makefile.PL
Welcome to JSON (v.4.01)
=============================

 ** BACKWARD INCOMPATIBILITY **

Since version 2.90, stringification (and string comparison) for
JSON::true and JSON::false has not been overloaded. It shouldn't
matter as long as you treat them as boolean values, but a code that
expects they are stringified as "true" or "false" doesn't work as
you have expected any more.

    if (JSON::true eq 'true') {  # now fails

    print "The result is 1 now."; # => The result is 1 now.

And now these boolean values don't inherit JSON::Boolean, either.
When you need to test a value is a JSON boolean value or not, use
JSON::is_bool function, instead of testing the value inherits
a particular boolean class or not.

Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for JSON
Writing MYMETA.yml and MYMETA.json
  ISHIGAKI/JSON-4.01.tar.gz
  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK
Running make for I/IS/ISHIGAKI/JSON-4.01.tar.gz
---- Unsatisfied dependencies detected during ----
----         ISHIGAKI/JSON-4.01.tar.gz        ----
    JSON::XS [requires,optional]
  ISHIGAKI/JSON-4.01.tar.gz
  make -- NOT OK
  No such file or directory
Running install for module 'JSON::XS'
Checksum for /home/sterg/.cpan/sources/authors/id/M/ML/MLEHMANN/JSON-XS-4.0.tar.gz ok
---- Unsatisfied dependencies detected during ----
----        MLEHMANN/JSON-XS-4.0.tar.gz       ----
    Canary::Stability [build_requires]
Running install for module 'Canary::Stability'
Checksum for /home/sterg/.cpan/sources/authors/id/M/ML/MLEHMANN/Canary-Stability-2012.tar.gz ok
Configuring M/ML/MLEHMANN/Canary-Stability-2012.tar.gz with Makefile.PL
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Canary::Stability
Writing MYMETA.yml and MYMETA.json
  MLEHMANN/Canary-Stability-2012.tar.gz
  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK
Running make for M/ML/MLEHMANN/Canary-Stability-2012.tar.gz
  MLEHMANN/Canary-Stability-2012.tar.gz
  make -- NOT OK
  No such file or directory
  MLEHMANN/JSON-XS-4.0.tar.gz
  Has already been unwrapped into directory /home/sterg/.cpan/build/JSON-XS-4.0-9
Warning: Prerequisite 'Canary::Stability => 0' for 'MLEHMANN/JSON-XS-4.0.tar.gz' failed when processing 'MLEHMANN/Canary-Stability-2012.tar.gz' with 'make => NO'. Continuing, but chances to succeed are limited.
Configuring M/ML/MLEHMANN/JSON-XS-4.0.tar.gz with Makefile.PL
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.
Warning: No success on command[/usr/bin/perl Makefile.PL INSTALLDIRS=site]
  MLEHMANN/JSON-XS-4.0.tar.gz
  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK
Jude Austin
Legendary
*
Offline Offline

Activity: 1140
Merit: 1000


The Real Jude Austin


View Profile WWW
January 22, 2019, 02:41:23 PM
 #1142

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.

Why?

sudo cpan install JSON

I install all of the requirements using cpan instead of the LBC binary. I feel like it's faster.
[/quote]

It's fail:

Code:
sterg@LAPTOP:~$ sudo cpan install JSON
Loading internal null logger. Install Log::Log4perl for logging messages
Reading '/home/sterg/.cpan/Metadata'
  Database was generated on Tue, 22 Jan 2019 13:17:03 GMT
Running install for module 'JSON'
Checksum for /home/sterg/.cpan/sources/authors/id/I/IS/ISHIGAKI/JSON-4.01.tar.gz ok
'YAML' not installed, will not store persistent state
Configuring I/IS/ISHIGAKI/JSON-4.01.tar.gz with Makefile.PL
Welcome to JSON (v.4.01)
=============================

 ** BACKWARD INCOMPATIBILITY **

Since version 2.90, stringification (and string comparison) for
JSON::true and JSON::false has not been overloaded. It shouldn't
matter as long as you treat them as boolean values, but a code that
expects they are stringified as "true" or "false" doesn't work as
you have expected any more.

    if (JSON::true eq 'true') {  # now fails

    print "The result is 1 now."; # => The result is 1 now.

And now these boolean values don't inherit JSON::Boolean, either.
When you need to test a value is a JSON boolean value or not, use
JSON::is_bool function, instead of testing the value inherits
a particular boolean class or not.

Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for JSON
Writing MYMETA.yml and MYMETA.json
  ISHIGAKI/JSON-4.01.tar.gz
  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK
Running make for I/IS/ISHIGAKI/JSON-4.01.tar.gz
---- Unsatisfied dependencies detected during ----
----         ISHIGAKI/JSON-4.01.tar.gz        ----
    JSON::XS [requires,optional]
  ISHIGAKI/JSON-4.01.tar.gz
  make -- NOT OK
  No such file or directory
Running install for module 'JSON::XS'
Checksum for /home/sterg/.cpan/sources/authors/id/M/ML/MLEHMANN/JSON-XS-4.0.tar.gz ok
---- Unsatisfied dependencies detected during ----
----        MLEHMANN/JSON-XS-4.0.tar.gz       ----
    Canary::Stability [build_requires]
Running install for module 'Canary::Stability'
Checksum for /home/sterg/.cpan/sources/authors/id/M/ML/MLEHMANN/Canary-Stability-2012.tar.gz ok
Configuring M/ML/MLEHMANN/Canary-Stability-2012.tar.gz with Makefile.PL
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Canary::Stability
Writing MYMETA.yml and MYMETA.json
  MLEHMANN/Canary-Stability-2012.tar.gz
  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK
Running make for M/ML/MLEHMANN/Canary-Stability-2012.tar.gz
  MLEHMANN/Canary-Stability-2012.tar.gz
  make -- NOT OK
  No such file or directory
  MLEHMANN/JSON-XS-4.0.tar.gz
  Has already been unwrapped into directory /home/sterg/.cpan/build/JSON-XS-4.0-9
Warning: Prerequisite 'Canary::Stability => 0' for 'MLEHMANN/JSON-XS-4.0.tar.gz' failed when processing 'MLEHMANN/Canary-Stability-2012.tar.gz' with 'make => NO'. Continuing, but chances to succeed are limited.
Configuring M/ML/MLEHMANN/JSON-XS-4.0.tar.gz with Makefile.PL
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.
Warning: No success on command[/usr/bin/perl Makefile.PL INSTALLDIRS=site]
  MLEHMANN/JSON-XS-4.0.tar.gz
  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK
[/quote]

sudo apt-get install make

edit: sudo apt-get install build-essential

Buy or sell $100 of Crypto and get $10!
stergos4
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
January 22, 2019, 03:33:21 PM
 #1143

Quote
sudo apt-get install make

edit: sudo apt-get install build-essential

Thanks for helping me, appreciate it!

JSON issue seems to be resolved at vmware, here is what I get know:

Code:
sterg@ubuntu:~/Downloads$ ./LBC -x
Will use 2 CPUs.
Testing mode. Using page 0, turning off looping.
Benchmark info not found - benchmarking... ./kardashev-haswell: error while loading shared libraries: libOpenCL.so.1: cannot open shared object file: No such file or directory
Generator validity check failed. Expected: 5 or 7, Got: 0
With output:
--
Jude Austin
Legendary
*
Offline Offline

Activity: 1140
Merit: 1000


The Real Jude Austin


View Profile WWW
January 22, 2019, 03:39:07 PM
 #1144

Quote
sudo apt-get install make

edit: sudo apt-get install build-essential

Thanks for helping me, appreciate it!

JSON issue seems to be resolved at vmware, here is what I get know:

Code:
sterg@ubuntu:~/Downloads$ ./LBC -x
Will use 2 CPUs.
Testing mode. Using page 0, turning off looping.
Benchmark info not found - benchmarking... ./kardashev-haswell: error while loading shared libraries: libOpenCL.so.1: cannot open shared object file: No such file or directory
Generator validity check failed. Expected: 5 or 7, Got: 0
With output:
--

sudo apt-get install ocl-icd-opencl-dev

Buy or sell $100 of Crypto and get $10!
stergos4
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
January 22, 2019, 03:44:39 PM
 #1145

Quote
sudo apt-get install make

edit: sudo apt-get install build-essential

Thanks for helping me, appreciate it!

JSON issue seems to be resolved at vmware, here is what I get know:

Code:
sterg@ubuntu:~/Downloads$ ./LBC -x
Will use 2 CPUs.
Testing mode. Using page 0, turning off looping.
Benchmark info not found - benchmarking... ./kardashev-haswell: error while loading shared libraries: libOpenCL.so.1: cannot open shared object file: No such file or directory
Generator validity check failed. Expected: 5 or 7, Got: 0
With output:
--

sudo apt-get install ocl-icd-opencl-dev


Thousand thanks dear Jude!!!

Code:
sterg@ubuntu:~/Downloads$ ./LBC -x
Will use 2 CPUs.
Testing mode. Using page 0, turning off looping.
Benchmark info not found - benchmarking... done.
Your speed is roughly 804993 keys/s per CPU core.
o
Test ok. Your test results were stored in FOUND.txt.
Have a look and then you may want to remove the file.
2d17543d32448acc7a1c43c5f72cd5be459ab302:u:priv:0000000000000000000000000000000000000000000000000000000000000001 + 0x5e
02e62151191a931d51cdc513a86d4bf5694f4e51:c:priv:0000000000000000000000000000000000000000000000000000000000000001 + 0x65
9d74ffdb31068ca2a1feb8e34830635c0647d714:u:priv:00000000000000000000000000000000000000000000000000000000000f9001 + 0xf8c
3d6871076780446bd46fc564b0c443e1fd415beb:c:priv:00000000000000000000000000000000000000000000000000000000000f9001 + 0xf8c
Ending test run.
Jude Austin
Legendary
*
Offline Offline

Activity: 1140
Merit: 1000


The Real Jude Austin


View Profile WWW
January 22, 2019, 03:50:46 PM
 #1146

Quote
sudo apt-get install make

edit: sudo apt-get install build-essential

Thanks for helping me, appreciate it!

JSON issue seems to be resolved at vmware, here is what I get know:

Code:
sterg@ubuntu:~/Downloads$ ./LBC -x
Will use 2 CPUs.
Testing mode. Using page 0, turning off looping.
Benchmark info not found - benchmarking... ./kardashev-haswell: error while loading shared libraries: libOpenCL.so.1: cannot open shared object file: No such file or directory
Generator validity check failed. Expected: 5 or 7, Got: 0
With output:
--

sudo apt-get install ocl-icd-opencl-dev


Thousand thanks dear Jude!!!

Code:
sterg@ubuntu:~/Downloads$ ./LBC -x
Will use 2 CPUs.
Testing mode. Using page 0, turning off looping.
Benchmark info not found - benchmarking... done.
Your speed is roughly 804993 keys/s per CPU core.
o
Test ok. Your test results were stored in FOUND.txt.
Have a look and then you may want to remove the file.
2d17543d32448acc7a1c43c5f72cd5be459ab302:u:priv:0000000000000000000000000000000000000000000000000000000000000001 + 0x5e
02e62151191a931d51cdc513a86d4bf5694f4e51:c:priv:0000000000000000000000000000000000000000000000000000000000000001 + 0x65
9d74ffdb31068ca2a1feb8e34830635c0647d714:u:priv:00000000000000000000000000000000000000000000000000000000000f9001 + 0xf8c
3d6871076780446bd46fc564b0c443e1fd415beb:c:priv:00000000000000000000000000000000000000000000000000000000000f9001 + 0xf8c
Ending test run.

You're welcome!  Grin

Buy or sell $100 of Crypto and get $10!
100sIg00sI
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
January 24, 2019, 02:53:16 AM
 #1147

When stopping LBC in terminal during sleep period, Ctrl+C gives me "stop gracefully by using ^e" or something like that, yet Ctrl+C still achieves my purpose and even says notifies host of not finishing homework or whatever which makes me feel better. Tried Ctrl+E didn't do anything.

Please help me gracefully exit the LBC when I desire.

Tbh the pool is renewing my interest in linux, however my knowledge of keyboard shortcuts and the finer details of the OS are eluding me, I just wanna get my CPU's down and dirty collidin-n-findin

Thanks,

-J
Jude Austin
Legendary
*
Offline Offline

Activity: 1140
Merit: 1000


The Real Jude Austin


View Profile WWW
January 24, 2019, 01:31:08 PM
 #1148

When stopping LBC in terminal during sleep period, Ctrl+C gives me "stop gracefully by using ^e" or something like that, yet Ctrl+C still achieves my purpose and even says notifies host of not finishing homework or whatever which makes me feel better. Tried Ctrl+E didn't do anything.

Please help me gracefully exit the LBC when I desire.

Tbh the pool is renewing my interest in linux, however my knowledge of keyboard shortcuts and the finer details of the OS are eluding me, I just wanna get my CPU's down and dirty collidin-n-findin

Thanks,

-J

Yeah, CTRL+E works it just takes a really long time to finally end.

It has to finish all the work on all the cores first and submit it.

Buy or sell $100 of Crypto and get $10!
stergos4
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
January 30, 2019, 11:44:10 AM
 #1149

Hello,

I have just installed on linux machine, works fine except that is not authorize my CPU.

Code:
./LBC --gpu
GPU authorized: no
Will use 4 CPUs.
Ask for work... Server doesn't like us. Answer: wrong secret.


My Nvidia drivers are already installed.

Code:
ubuntu-drivers devices
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
modalias : pci:v000010DEd0000139Bsv000017AAsd00003802bc03sc02i00
vendor   : NVIDIA Corporation
model    : GM107M [GeForce GTX 960M]
driver   : nvidia-driver-390 - distro non-free recommended
driver   : xserver-xorg-video-nouveau - distro free builtin

I have install "nvidia-driver-390" driver.

My gpu is not supported or I have done something wrong?

Thanks in advance!
Jude Austin
Legendary
*
Offline Offline

Activity: 1140
Merit: 1000


The Real Jude Austin


View Profile WWW
January 30, 2019, 01:32:31 PM
 #1150

Hello,

I have just installed on linux machine, works fine except that is not authorize my CPU.

Code:
./LBC --gpu
GPU authorized: no
Will use 4 CPUs.
Ask for work... Server doesn't like us. Answer: wrong secret.


My Nvidia drivers are already installed.

Code:
ubuntu-drivers devices
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
modalias : pci:v000010DEd0000139Bsv000017AAsd00003802bc03sc02i00
vendor   : NVIDIA Corporation
model    : GM107M [GeForce GTX 960M]
driver   : nvidia-driver-390 - distro non-free recommended
driver   : xserver-xorg-video-nouveau - distro free builtin

I have install "nvidia-driver-390" driver.

My gpu is not supported or I have done something wrong?

Thanks in advance!

You have to set a secret (Password) but you also might still have to be on the GPU list.

You will have to ask Rico.

Buy or sell $100 of Crypto and get $10!
jasonexp
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
January 30, 2019, 02:20:44 PM
 #1151

https://bitcointalk.org/index.php?topic=5104046.0
stergos4
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
January 30, 2019, 03:17:41 PM
 #1152


You have to set a secret (Password) but you also might still have to be on the GPU list.

You will have to ask Rico.

You have absolutely right. I set password and gpu has been authorized thank you!

Code:
GPU authorized: yes
Will use 4 CPUs.
Ask for work... got blocks [33644116996-33644119619] (2751 Mkeys)
2 just got out of the pool with exit code: 255
1 just got out of the pool with exit code: 255
0 just got out of the pool with exit code: 255
3 just got out of the pool with exit code: 255
Sending invalidation info.

However even if I have enable gpu, the speed is the same when I make a test.

Code:
./LBC -x
Will use 4 CPUs.
Testing mode. Using page 0, turning off looping.
Benchmark info not found - benchmarking... done.
Your speed is roughly 797883 keys/s per CPU core.
o
Test ok. Your test results were stored in FOUND.txt.
Have a look and then you may want to remove the file.
2d17543d32448acc7a1c43c5f72cd5be459ab302:u:priv:0000000000000000000000000000000000000000000000000000000000000001 + 0x5e
02e62151191a931d51cdc513a86d4bf5694f4e51:c:priv:0000000000000000000000000000000000000000000000000000000000000001 + 0x65
9d74ffdb31068ca2a1feb8e34830635c0647d714:u:priv:00000000000000000000000000000000000000000000000000000000000f9001 + 0xf8c
3d6871076780446bd46fc564b0c443e1fd415beb:c:priv:00000000000000000000000000000000000000000000000000000000000f9001 + 0xf8c
Ending test run.

Same speed I had before enable gpu, why speed isn't increased?

Thanks in advance.
Jude Austin
Legendary
*
Offline Offline

Activity: 1140
Merit: 1000


The Real Jude Austin


View Profile WWW
January 30, 2019, 03:47:09 PM
 #1153


You have to set a secret (Password) but you also might still have to be on the GPU list.

You will have to ask Rico.

You have absolutely right. I set password and gpu has been authorized thank you!

Code:
GPU authorized: yes
Will use 4 CPUs.
Ask for work... got blocks [33644116996-33644119619] (2751 Mkeys)
2 just got out of the pool with exit code: 255
1 just got out of the pool with exit code: 255
0 just got out of the pool with exit code: 255
3 just got out of the pool with exit code: 255
Sending invalidation info.

However even if I have enable gpu, the speed is the same when I make a test.

Code:
./LBC -x
Will use 4 CPUs.
Testing mode. Using page 0, turning off looping.
Benchmark info not found - benchmarking... done.
Your speed is roughly 797883 keys/s per CPU core.
o
Test ok. Your test results were stored in FOUND.txt.
Have a look and then you may want to remove the file.
2d17543d32448acc7a1c43c5f72cd5be459ab302:u:priv:0000000000000000000000000000000000000000000000000000000000000001 + 0x5e
02e62151191a931d51cdc513a86d4bf5694f4e51:c:priv:0000000000000000000000000000000000000000000000000000000000000001 + 0x65
9d74ffdb31068ca2a1feb8e34830635c0647d714:u:priv:00000000000000000000000000000000000000000000000000000000000f9001 + 0xf8c
3d6871076780446bd46fc564b0c443e1fd415beb:c:priv:00000000000000000000000000000000000000000000000000000000000f9001 + 0xf8c
Ending test run.

Same speed I had before enable gpu, why speed isn't increased?

Thanks in advance.

If I recall correctly, the initial test only uses CPU.

Try running it for real and see if you get different results.

Buy or sell $100 of Crypto and get $10!
stergos4
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
February 01, 2019, 07:31:18 AM
Last edit: February 02, 2019, 05:33:10 AM by stergos4
 #1154


If I recall correctly, the initial test only uses CPU.

Try running it for real and see if you get different results.

I see... I have test it the last 2 days but I'm not sure how better is running that before with only CPU.
While trying to run my machine at maximum power, I have notice that there are gpu options which I do not understand well how to use them.
I have 2 gpu on my machine, 1 intel and 1 nvidia.
This is the command I'm using right now:

Code:
./LBC -id username -s password --gpu -c 4 -t 600 -delay 180

I guess using the command above it's not using both gpu or maybe use intel which has less power than nvidia.

How to use both gpu? Or if I had to use only 1 gpu, then how to know is using the best which is nvidia?

*Also at manual it's says that e.g. -t 10 = 10 minutes, as far I test it -t 60 = 5 minutes, maybe is a bug?
Also try it with 1:0, it gives me the same results.
What I want is to give it a delay 3 minutes after 1 hour running.

Thanks again.
Jude Austin
Legendary
*
Offline Offline

Activity: 1140
Merit: 1000


The Real Jude Austin


View Profile WWW
February 02, 2019, 01:44:49 PM
 #1155


If I recall correctly, the initial test only uses CPU.

Try running it for real and see if you get different results.

I see... I have test it the last 2 days but I'm not sure how better is running that before with only CPU.
While trying to run my machine at maximum power, I have notice that there are gpu options which I do not understand well how to use them.
I have 2 gpu on my machine, 1 intel and 1 nvidia.
This is the command I'm using right now:

Code:
./LBC -id username -s password --gpu -c 4 -t 600 -delay 180

I guess using the command above it's not using both gpu or maybe use intel which has less power than nvidia.

How to use both gpu? Or if I had to use only 1 gpu, then how to know is using the best which is nvidia?

*Also at manual it's says that e.g. -t 10 = 10 minutes, as far I test it -t 60 = 5 minutes, maybe is a bug?
Also try it with 1:0, it gives me the same results.
What I want is to give it a delay 3 minutes after 1 hour running.

Thanks again.

Intel is on-board and will get the same speed as CPU.

You can only really use the Nvidia card.

Buy or sell $100 of Crypto and get $10!
stergos4
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
February 04, 2019, 08:35:01 AM
 #1156

Intel is on-board and will get the same speed as CPU.

You can only really use the Nvidia card.

I see... great thank you once again!
kknd
Jr. Member
*
Offline Offline

Activity: 32
Merit: 11


View Profile WWW
February 24, 2019, 12:45:50 AM
 #1157

to install

Quote
sudo apt-get update               
sudo apt-get upgrade               
sudo apt-get update && sudo apt-get -y upgrade               
sudo apt-get install -y linux-image-extra-`uname -r`               
sudo apt install perl bzip2 xdelta3 libgmp-dev libssl-dev gcc make               
sudo apt-get install gcc make tmux libssl-dev xdelta3 nvidia-384 nvidia-cuda-toolkit               
sudo cpan install OpenCL               
sudo cpan force install JSON               
sudo cpan force install LWP               
sudo cpan force install Parallel::ForkManager               
sudo cpan force install Net::SSLeay               
sudo cpan force install LWP::Protocol::https               
sudo cpan force install Parallel::ForkManager                
sudo cpan force install Term::ReadKey               
sudo apt-get install libnet-ssleay-perl               
sudo apt-get install libcrypt-ssleay-perl               
sudo apt-get install LWP::Protocol::https               
sudo apt-get install Parallel::ForkManager                
sudo apt-get install Term::ReadKey               
sudo apt install ocl-icd-opencl-dev               
sudo apt-get dist-upgrade -y               
sudo reboot               
sudo ./LBC -h               
sudo ./LBC -x               
100sIg00sI
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
April 18, 2019, 04:52:07 PM
 #1158

What happened to puzzle transaction #55? No trophy, no collision, just on to the next one?

Also if we are checking against bloom filter of known addresses with positive balances how are we specifically targeting any particular address ie any puzzle transaction at all? Is it the complexity of the private key that is supposedly wildly basic/uncomplex and therefore most likely to be the next find?

How often is directory.io updated? I still have some pages I'd like to check but I'm about ready for some new material

Just airing out my stupid for a little bit, thanks for the smax
BurtW
Legendary
*
Offline Offline

Activity: 2646
Merit: 1136

All paid signature campaigns should be banned.


View Profile WWW
April 18, 2019, 06:52:54 PM
 #1159

What happened to puzzle transaction #55? No trophy, no collision, just on to the next one?

Also if we are checking against bloom filter of known addresses with positive balances how are we specifically targeting any particular address ie any puzzle transaction at all? Is it the complexity of the private key that is supposedly wildly basic/uncomplex and therefore most likely to be the next find?

How often is directory.io updated? I still have some pages I'd like to check but I'm about ready for some new material

Just airing out my stupid for a little bit, thanks for the smax

The puzzle transaction transactions are a known quantity.  Each one uses one more bit in the private key.  Since LBC is sequentially searching the private key space they will eventually find each puzzle transaction as they search.  Finding each one is just a benchmark as LBC progresses through the private key space, that is all.  LBC is not looking for the puzzle transactions specifically.  It is just known that they will be found and approximately how long it will be till the next one is found.

directory.io is a joke.  It is not "updated" because it does not really exist in the sense of a database.  All it does is calculate the information on the fly.  When you enter a page number it just calculates all the information for that page at the time it presents the information to you.  There is no database.   But yes, you can enter a page number and it will calculate that page for you.

Our family was terrorized by Homeland Security.  Read all about it here:  http://www.jmwagner.com/ and http://www.burtw.com/  Any donations to help us recover from the $300,000 in legal fees and forced donations to the Federal Asset Forfeiture slush fund are greatly appreciated!
100sIg00sI
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
April 18, 2019, 09:31:39 PM
 #1160

Thanks BurtW for the informative reply. So what happened to #55? I do get a kick out of directory.io
Pages: « 1 ... 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 [58] 59 60 »
  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!