Bitcoin Forum
May 03, 2024, 11:54:57 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 »  All
  Print  
Author Topic: Large Bitcoin Collider Thread 2.0  (Read 57149 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
anomaly31415
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
August 04, 2017, 04:02:40 AM
 #101

I like this project and I would love to help...

Someone mentioned pointing the pool to a different cryptocurrency, but what about something more like merged-mining?  Could the saved work be re-used on a different blockchain, like Bitcoin Cash for example?

Why not generate more complete search sequences (without the zeros at the begining)?  It might seem like it's taking longer, but it would be searching in a less obscure area of the search space.  And you wouldn't necessarily need to count by one's in a linear method, you may be able to write an subroutine to space it out without overlapping.  The odds of discovery might be about the same but it wouldn't be limited to the lower number space.

And I don't suppose the server side is open-source, but at least will the saved work be public domain?
1714780497
Hero Member
*
Offline Offline

Posts: 1714780497

View Profile Personal Message (Offline)

Ignore
1714780497
Reply with quote  #2

1714780497
Report to moderator
The trust scores you see are subjective; they will change depending on who you have in your trust list.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714780497
Hero Member
*
Offline Offline

Posts: 1714780497

View Profile Personal Message (Offline)

Ignore
1714780497
Reply with quote  #2

1714780497
Report to moderator
1714780497
Hero Member
*
Offline Offline

Posts: 1714780497

View Profile Personal Message (Offline)

Ignore
1714780497
Reply with quote  #2

1714780497
Report to moderator
OctoRostov2
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
August 10, 2017, 04:51:02 PM
 #102

For all time was found 32 bts? This is for what time interval?
How is the production divided between the participants?
kknd
Jr. Member
*
Offline Offline

Activity: 32
Merit: 11


View Profile WWW
August 28, 2017, 02:34:46 PM
 #103

I am trying , but some problems and bugs in process

JSON not found - installing it
:/
and download link ftp is broken ;/


Parcial solution:

sudo apt install perl bzip2 xdelta3 libgmp-dev libssl-dev gcc make
cpan force install JSON
cpan force install LWP
cpan force install Net::SSLeay
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

BUT , the problem now

ubuntu@ip:~/$ ./LBC
Will use 0 CPUs.
Benchmark info not found - benchmarking... failed to open bloom filter 'funds_h160.blf': No such file or directory
Generator validity check failed. Expected: 5, Got: 0
With output:
--
ubuntu@ip-:~/$
charlie-barkin
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
August 29, 2017, 01:26:26 AM
 #104

Same problem with ftp:

Code:
./LBC -x
Will use 1 CPUs.
New generator found. (DL-size: 0.27MB)

Problem connecting to server ftp://ftp.cryptoguru.org/LBC/blf(status: 500 Can't use an undefined value as a symbol reference). Retries left: 29
Sleeping 11.931 s..

arulbero
Legendary
*
Offline Offline

Activity: 1915
Merit: 2074


View Profile
August 30, 2017, 03:25:03 PM
 #105

Ubuntu 17.04, this works for me:

Code:
# $ is shell/bash
# cpan> is cpan shell

$ sudo apt-get update
$ sudo apt-get install gcc xdelta3 make
$ sudo apt-get install nvidia-opencl-dev nvidia-opencl-icd-375 nvidia-modprobe clinfo
$ sudo systemctl reboot
$ clinfo
$ sudo cpan
cpan> install JSON OpenCL

$ mkdir collider; cd collider
$ wget https://lbc.cryptoguru.org/static/client/LBC
$ chmod a+x LBC
$ ./LBC -x
charlie-barkin
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
August 30, 2017, 10:29:58 PM
 #106

Oh, looks like ftp.cryptoguru.org does not support passive ftp connections, so computers behind nat can not connect to it.
unknownhostname
Member
**
Offline Offline

Activity: 62
Merit: 10


View Profile
August 31, 2017, 02:38:44 PM
 #107

Ubuntu 17.04, this works for me:

Code:
# $ is shell/bash
# cpan> is cpan shell

$ sudo apt-get update
$ sudo apt-get install gcc xdelta3 make
$ sudo apt-get install nvidia-opencl-dev nvidia-opencl-icd-375 nvidia-modprobe clinfo
$ sudo systemctl reboot
$ clinfo
$ sudo cpan
cpan> install JSON OpenCL

$ mkdir collider; cd collider
$ wget https://lbc.cryptoguru.org/static/client/LBC
$ chmod a+x LBC
$ ./LBC -x


How do I install it for a p2.x16 amazon machine ?

Rico doenst answer to me  ... he is busy now
arulbero
Legendary
*
Offline Offline

Activity: 1915
Merit: 2074


View Profile
August 31, 2017, 03:22:57 PM
 #108


How do I install it for a p2.x16 amazon machine ?

Rico doenst answer to me  ... he is busy now

I don't know, I never installed LBC in a p2.x16 amazon machine.
fusepay
Member
**
Offline Offline

Activity: 80
Merit: 10


View Profile
September 01, 2017, 11:31:26 AM
 #109

What a super interesting project, I was quite a big contributor to BOIN, and I love playing with VanityGen, and now this, very exciting stuff, will get this installed and see how it goes, then report if I get any findings!
kknd
Jr. Member
*
Offline Offline

Activity: 32
Merit: 11


View Profile WWW
September 04, 2017, 04:14:45 PM
 #110

Ubuntu 17.04, this works for me:

Code:
# $ is shell/bash
# cpan> is cpan shell

$ sudo apt-get update
$ sudo apt-get install gcc xdelta3 make
$ sudo apt-get install nvidia-opencl-dev nvidia-opencl-icd-375 nvidia-modprobe clinfo
$ sudo systemctl reboot
$ clinfo
$ sudo cpan
cpan> install JSON OpenCL

$ mkdir collider; cd collider
$ wget https://lbc.cryptoguru.org/static/client/LBC
$ chmod a+x LBC
$ ./LBC -x


How do I install it for a p2.x16 amazon machine ?

Rico doenst answer to me  ... he is busy now


sudo apt install perl bzip2 xdelta3 libgmp-dev libssl-dev gcc make
cpan force install JSON
cpan force install LWP
cpan force install Net::SSLeay
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

run for me
rico666 (OP)
Legendary
*
Offline Offline

Activity: 1120
Merit: 1037


฿ → ∞


View Profile WWW
September 04, 2017, 05:18:39 PM
 #111

Holy Sh!t - what happened to the puzzle transaction: https://blockchain.info/de/address/15K1YKJMiJ4fpesTVUcByoz334rHmknxmT

So whoever finds the next puzzle will be over half a bitcoin richer.

edit: The birthday party is over - gpuauth=1 again only for those who delivered over 3000 Gkeys.

all non self-referential signatures except mine are lame ... oh wait ...   ·  LBC Thread (News)  ·  Past BURST Activities
arulbero
Legendary
*
Offline Offline

Activity: 1915
Merit: 2074


View Profile
September 04, 2017, 05:37:08 PM
 #112

Holy Sh!t - what happened to the puzzle transaction: https://blockchain.info/de/address/15K1YKJMiJ4fpesTVUcByoz334rHmknxmT

So whoever finds the next puzzle will be over half a bitcoin richer.


https://bitcointalk.org/index.php?topic=1306983.msg18765941#msg18765941
rico666 (OP)
Legendary
*
Offline Offline

Activity: 1120
Merit: 1037


฿ → ∞


View Profile WWW
September 04, 2017, 08:17:19 PM
 #113


Hm. So it was the creator and indeed all rewards up to 160bit are now 10 times the BTC! Wow.
I think I will have to start some engines myself.  Wink

all non self-referential signatures except mine are lame ... oh wait ...   ·  LBC Thread (News)  ·  Past BURST Activities
arulbero
Legendary
*
Offline Offline

Activity: 1915
Merit: 2074


View Profile
September 04, 2017, 08:32:05 PM
 #114

Found #53!!!
Real-Duke
Legendary
*
Offline Offline

Activity: 3374
Merit: 2146


Top Crypto Casino


View Profile
September 04, 2017, 08:54:29 PM
 #115

Found #53!!!
was it you?

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
arulbero
Legendary
*
Offline Offline

Activity: 1915
Merit: 2074


View Profile
September 04, 2017, 08:58:10 PM
 #116


Yes  Grin
Real-Duke
Legendary
*
Offline Offline

Activity: 3374
Merit: 2146


Top Crypto Casino


View Profile
September 04, 2017, 09:11:29 PM
 #117


Wooow congrats  Shocked! That was the biggest bounty till now in the race...tell rico to shut down his extra power-machines  Grin

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
GoldTiger69
Hero Member
*****
Offline Offline

Activity: 582
Merit: 502


View Profile WWW
September 04, 2017, 09:38:40 PM
 #118


Congrats! I'm curious, are you guys gonna publish the priv key?

I can help you to restore/recover your wallet or password.
https://bitcointalk.org/index.php?topic=1234619.0
arulbero
Legendary
*
Offline Offline

Activity: 1915
Merit: 2074


View Profile
September 04, 2017, 09:46:16 PM
 #119


Congrats! I'm curious, are you guys gonna publish the priv key?

Yes, you will see the key here.
balskiy
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
September 04, 2017, 09:47:27 PM
Last edit: September 05, 2017, 08:31:43 AM by balskiy
 #120

edit: The birthday party is over - gpuauth=1 again only for those who delivered over 3000 Gkeys.
Hello Rico!

I delivered more than 10,000 Gkeys, but gpu stopped working for me.
my id 46a1be18c42d87b7f927c01796c80c30.

How can I view the contents of the funds_h160.blf file?
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 »  All
  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!