Pages:
Author

Topic: Large Bitcoin Collider Thread 2.0 - page 4. (Read 57411 times)

newbie
Activity: 3
Merit: 0
March 22, 2019, 03:33:01 PM
Does client automatically report collision details to LBC server?

Of course, do you think they let it to chance that when a 85000 btc account gets found it goes to the finder?!

There is no thing such as charity
newbie
Activity: 17
Merit: 1
March 22, 2019, 01:09:01 PM
Hello,

I have a few questions that may have been answered already,
but I can't wait 90 seconds between searches, or find by RTFM.

First of all, I love the private key database at
https://lbc.cryptoguru.org/dio
Now, we just need Google to index it. Haha Smiley

Why so many warnings on download page? 
https://lbc.cryptoguru.org/download
I want to try LBC, but GPU lives in my main box. 
Is it really putting my data at risk, or is this just standard disclaimer? 

So, nothing found since 2017-11-15 01:25:58 UTC ?
https://lbc.cryptoguru.org/trophies

Does client automatically report collision details to LBC server?

Thanks,
Raj
sr. member
Activity: 873
Merit: 268
March 21, 2019, 02:02:16 PM
yes after you benchmark it creates found.txt to make sure its working

and after you should delete found.tx and once it finds a collision it will create found.txt with private key that it found collision with balance.

newbie
Activity: 1
Merit: 0
March 21, 2019, 07:38:38 AM
found.txt created only when finding a wallet?

https://prnt.sc/n0yj7e
legendary
Activity: 2646
Merit: 1137
All paid signature campaigns should be banned.
March 16, 2019, 06:23:17 PM
I am planning to invest in hardware and join in LBC, but I not know where is calculation to invest thousands of dollars in hardware, spent months and years for 0.5btc.
You will never make enough money to pay for the computer.  Never.

If you are doing it for fun and to learn more about how Bitcoin works then fine.

Doing this to make a profit is a very very bad idea.
sr. member
Activity: 873
Merit: 268
February 18, 2019, 01:22:19 PM
Maybe my question is nooby,

But, why LBC is randomly collide addresses with private keys, why LBC don't target group of large btc addresses (which are a long time inactive and have large number of BTC) and try to collide-pair brute force public keys (auto generated) with exactly choosen addresses.

If we saw list of trophies, there are addresses about 0.5BTC or less, I hope that is not target.

If someone can explain me, I repeat, I am noob and only think "why we not go directly big addresses" such as: https://bitinfocharts.com/top-100-richest-bitcoin-addresses.html

I am planning to invest in hardware and join in LBC, but I not know where is calculation to invest thousands of dollars in hardware, spent months and years for 0.5btc.

if you read the details about the project it checks the top 9 million address for collision so every key it generates checks against 9 million addresses with BTC.

https://lbc.cryptoguru.org/man/theory

read the whole page.. to get an idea.

edit: its 15 million addresses now.
newbie
Activity: 2
Merit: 0
February 01, 2019, 04:43:44 PM
Maybe my question is nooby,

But, why LBC is randomly collide addresses with private keys, why LBC don't target group of large btc addresses (which are a long time inactive and have large number of BTC) and try to collide-pair brute force public keys (auto generated) with exactly choosen addresses.

If we saw list of trophies, there are addresses about 0.5BTC or less, I hope that is not target.

If someone can explain me, I repeat, I am noob and only think "why we not go directly big addresses" such as: https://bitinfocharts.com/top-100-richest-bitcoin-addresses.html

I am planning to invest in hardware and join in LBC, but I not know where is calculation to invest thousands of dollars in hardware, spent months and years for 0.5btc.
legendary
Activity: 1140
Merit: 1000
The Real Jude Austin
January 30, 2019, 12:19:59 PM
Hi guys,

I've been thinking a lot about old, forgotten and abandoned BTC wallets and the way they can be accessed. In that research, I saw this project that inspired me and I want to join the project.

Could you give me a PC configuration recommendation, to pay attention to whether is more important CPU or GPU , whether one GPU is enough or more, how much RAM, and more. What is minimum configuration for good participation in this project.

Give me some recommendation, some advice about hardware, what should I pay attention to.

Thanks a lot for every one.


p.s. Who knows, maybe we sometimes get into Satoshi's wallet, it's never known...

Would be better off using: https://github.com/brichard19/BitCrack
newbie
Activity: 2
Merit: 0
January 30, 2019, 12:19:07 PM
Hi guys,

I've been thinking a lot about old, forgotten and abandoned BTC wallets and the way they can be accessed. In that research, I saw this project that inspired me and I want to join the project.

Could you give me a PC configuration recommendation, to pay attention to whether is more important CPU or GPU , whether one GPU is enough or more, how much RAM, and more. What is minimum configuration for good participation in this project.

Give me some recommendation, some advice about hardware, what should I pay attention to.

Thanks a lot for every one.


p.s. Who knows, maybe we sometimes get into Satoshi's wallet, it's never known...
newbie
Activity: 49
Merit: 0
January 22, 2019, 11:37:38 PM
if sucess, the crypto currency is not safe Sad
sr. member
Activity: 873
Merit: 268
January 16, 2019, 12:29:56 PM
New problem using -gpu for LBC i have Ubuntu 18.04 and have Open cl installed

previous post i found a solution https://bitcointalksearch.org/topic/m.18999315 install ocl-icd-libopencl1 unfortunately it doesn't work for me. still getting exit code: 255

sr. member
Activity: 873
Merit: 268
January 15, 2019, 04:26:05 PM


I installed sudo cpan install LWP::Protocol::https already

and sudo cpan install LWP::Protocol but still getting the same error.



Try sudo apt-get liblwp-protocol-https-perl

Thank you that didn't work but it put me in right track. i install aptitude (package manager) and than

Code:
sudo aptitude install liblwp-protocol-https-perl

fixed the issue with ./LBC ty ty
legendary
Activity: 1140
Merit: 1000
The Real Jude Austin
January 15, 2019, 12:54:57 PM


I installed sudo cpan install LWP::Protocol::https already

and sudo cpan install LWP::Protocol but still getting the same error.



Try sudo apt-get liblwp-protocol-https-perl
sr. member
Activity: 873
Merit: 268
January 15, 2019, 12:50:34 PM


I installed sudo cpan install LWP::Protocol::https already

and sudo cpan install LWP::Protocol but still getting the same error.

legendary
Activity: 1140
Merit: 1000
The Real Jude Austin
January 15, 2019, 12:14:21 PM
Hey guys I have ubuntu 18.04 installed and i am trying to get LBC to work but i am getting error. LWP::Protocol::https not found.

i try to install it using sudo install and cpan force install i get package not found.

Please help

Did you try: sudo cpan install LWP::Protocol::https ?

Or: sudo cpan install LWP::Protocol

sr. member
Activity: 873
Merit: 268
January 14, 2019, 01:36:48 PM
Hey guys I have ubuntu 18.04 installed and i am trying to get LBC to work but i am getting error. LWP::Protocol::https not found.

i try to install it using sudo install and cpan force install i get package not found.

Please help
newbie
Activity: 3
Merit: 0
December 04, 2018, 10:38:09 AM
LBC servers down?

The website doesn't seem to work either.




Works fine for me.
newbie
Activity: 99
Merit: 0
December 02, 2018, 05:28:48 PM
LBC servers down?

The website doesn't seem to work either.
copper member
Activity: 115
Merit: 4
November 26, 2018, 11:37:29 AM
Does anyone know how to set LBC to use GPUs?

james@research:~$ ./LBC --gpu --id x --secret y
GPU authorized: yes

Whenever I try to use -gopt dev=1 for example, it seems to use only CPUs.

I'm reading the manual and looking at the help, but I can't find anything that will let me make use of the GPUs.  It always says, "Will use 16 CPUs."

Thanks,

If you have only 1 GPU, then

Code:
 ./LBC --gpu -c 4 --id x --secret y
c 4 means:  "use 4 cpus to feed the gpu"

If you have more gpus, then you have to specify which you want to use ( from the manual: https://lbc.cryptoguru.org/man/user )

Code:
Distribute your 16 CPUs only on the cards 1,3,5,7:

./LBC -c 16 -g -gopt dev=1,3,5,7 --id x --secret y


Thank you for that.

The results seem disappointing with only one GPU though.  I can't get more than one GPU to work at once. Poop.
legendary
Activity: 1932
Merit: 2077
November 25, 2018, 01:41:26 AM
Does anyone know how to set LBC to use GPUs?

james@research:~$ ./LBC --gpu --id x --secret y
GPU authorized: yes

Whenever I try to use -gopt dev=1 for example, it seems to use only CPUs.

I'm reading the manual and looking at the help, but I can't find anything that will let me make use of the GPUs.  It always says, "Will use 16 CPUs."

Thanks,

If you have only 1 GPU, then

Code:
 ./LBC --gpu -c 4 --id x --secret y
c 4 means:  "use 4 cpus to feed the gpu"

If you have more gpus, then you have to specify which you want to use ( from the manual: https://lbc.cryptoguru.org/man/user )

Code:
Distribute your 16 CPUs only on the cards 1,3,5,7:

./LBC -c 16 -g -gopt dev=1,3,5,7 --id x --secret y


 
Pages:
Jump to: