Bitcoin Forum
October 03, 2025, 07:07:28 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Bitcoin / Bitcoin Discussion / Re: wallet.dat files reliable sources on: September 26, 2025, 05:12:49 AM
Thank you for replies and warnings.
2  Bitcoin / Bitcoin Discussion / wallet.dat files reliable sources on: September 25, 2025, 09:58:09 PM
Hi all,

Is there a reliable source for wallet.dat files? the page at allprivatekeys that sold them seems to be shot down, any suggestions?

Thanks!
3  Economy / Marketplace / Re: Don't buy "wallet.dat" files with lost passwords. EXCHANGE THEM! on: September 25, 2025, 09:56:45 PM
Hi all,

Is there a reliable source for wallet.dat files? the page at allprivatekeys that sold them seems to be shot down, any suggestions?

Thanks!
4  Bitcoin / Development & Technical Discussion / Re: overview of key cracking tools for 32BTC puzzle on: June 18, 2024, 01:54:11 AM
Thank you for this list, it's awesome!

It brings a question to mind.... I've been wandering whether is it worth investing in a small GPU based mining rig, say 6 or 7 GPUs for the purpose of "cracking scientific research" ..lol

I Found this article that pretty much states you can "link" your python scrypts via numba.jit decorator to move to GPU any parts of your scrypt you want processed in GPU, so in theory you can selectively process some parts in GPUs:

https://www.geeksforgeeks.org/running-python-script-on-gpu/

Therefore, maybe is not a bod idea to invest in a small GPU rig.... what say you?
5  Bitcoin / Development & Technical Discussion / Re: BSGS solver for cuda on: June 15, 2024, 07:26:55 PM
Hi there,

Does anyone  know of a similar implementation to leverage GPU for linux? Thank you!
6  Bitcoin / Development & Technical Discussion / Re: BSGS solver for cuda on: June 11, 2024, 01:15:58 AM
Does anyone knows of a similar implementation for linux? Ubuntu?

Thanks.
7  Bitcoin / Development & Technical Discussion / Re: ripem160 not working in buntu 22... on: May 28, 2024, 09:16:44 PM
yes it does have legacy..but still not working. This is very annoying, since I got Ubuntu18 and it does works well there...


mahuro@WorkStation:~/Desktop$ openssl list -providers
Providers:
  default
    name: OpenSSL Default Provider
    version: 3.0.2
    status: active
  legacy
    name: OpenSSL Legacy Provider
    version: 3.0.2
    status: active

8  Bitcoin / Development & Technical Discussion / Re: Useful targeted data on: May 27, 2024, 07:53:53 PM
Hi Cobras... yes R, but where is better to look for it? spent outs? unspent outputs? all outputs?
9  Bitcoin / Development & Technical Discussion / Re: Best way or API to fetch UTXOS on: May 24, 2024, 10:49:35 PM
Ok, thank you!
10  Bitcoin / Development & Technical Discussion / Re: ripem160 not working in buntu 22... on: May 24, 2024, 02:50:36 AM
I got this:

OPENSSLDIR: "/usr/lib/ssl"
11  Bitcoin / Development & Technical Discussion / Re: Best way or API to fetch UTXOS on: May 24, 2024, 02:11:06 AM
Hello RickDeckard,

So I went ahead and installed Docker and mempool, is up and running with a few glitches, but for now my question is, for this to work, do I also need to be running a full BTC node as well?

Thank you.
12  Bitcoin / Development & Technical Discussion / Re: ripem160 not working in buntu 22... on: May 24, 2024, 12:50:12 AM
 According to that guide I read I edited this one:

/usr/lib/ssl/openssl.cnf


but I notice there are others:

/etc/ssl/openssl.cnf
/snap/core20/1587/etc/ssl/openssl.cnf
/snap/core20/1587/usr/lib/ssl/openssl.cnf
/snap/core20/2318/etc/ssl/openssl.cnf
/snap/core20/2318/usr/lib/ssl/openssl.cnf
/usr/lib/shim/mok/openssl.cnf
/usr/lib/ssl/openssl.cnf
/usr/share/doc/nodejs/openssl.cnf.gz
/usr/share/doc/openvpn/examples/sample-keys/openssl.cnf

I am not ot sure which one should be?


13  Bitcoin / Development & Technical Discussion / Re: ripem160 not working in buntu 22... on: May 23, 2024, 11:04:44 PM
hey achow101...

OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)


I edited manually the openssl.cnf as in the tutorial:

Make sure that the config file contains following lines:

openssl_conf = openssl_init

[openssl_init]
providers = provider_sect

[provider_sect]
default = default_sect
legacy = legacy_sect

[default_sect]
activate = 1

[legacy_sect]
activate = 1


But still not working..
14  Bitcoin / Development & Technical Discussion / ripem160 not working in buntu 22... on: May 23, 2024, 10:52:39 PM

Has anybody come across this issue and found a solution? I have tried every suggestion on the internet but nothing gets it to work in Ubuntu 22.

this should work, by manually anabling it, but it doesnt for me:

https://stackoverflow.com/questions/69922525/python-3-9-8-hashlib-and-ripemd160/72509045#72509045

Funny thing is, it works in Ubuntu18 ....thanks!
15  Other / Politics & Society / You all know, that the whole establishment is nothing else than MAFIA on: May 23, 2024, 09:48:12 PM
You all know, that the whole establishment is nothing else than MAFIA vying for who gets to carve out yours and my money, right?

Billions of $$$ get "send" everywhere under the guise of "aid" and God knows where the money goes, do you know where that money end up?

The last omnibus bill sent 90 billion to Ukraine, 30 Billion to Israel and some small millions change to Africa. They opposed and voted down motions to create a committee to follow the money an to scrutinize who and how was being used even abroad. Why? because all that money probably ended up in a few bank accounts in Switzerland.

It is all circus people, there is no a good side. It is major MAFIA groups at war for the war chest. Wake up. It is those very dollars that you pay in taxes, that are being taking from you children's future. If you support ANY of these clowns, ANY, you are a sucker.

First and last time I waste time in this "Political" board clownery.
16  Bitcoin / Development & Technical Discussion / Re: BSGS solver for cuda on: May 23, 2024, 05:30:09 PM
Hi there,

Is there a "version" of this for Ubuntu? Thanks.
17  Bitcoin / Development & Technical Discussion / Re: Best way or API to fetch UTXOS on: May 22, 2024, 06:57:16 PM
Thank you @RickDeckard

I am going to explore running my own instance of mempool! Cheers!
18  Bitcoin / Development & Technical Discussion / Re: Best way to find batches of Base58 addresses on: May 22, 2024, 04:19:05 PM
Thank you LoyceV !!

this is awesome ! Ill be able to do it from now on.
19  Bitcoin / Development & Technical Discussion / Useful targeted data on: May 22, 2024, 04:01:08 PM
Hi all,

When trying to solve the R,S,Z,K nonce mystery. What type of outputs would you suggest are more useful to analyze?:

A) Unspent output hashes?

B) Spent outputs hashes?

C) All TXs hashes indiscriminate?


Thank you for your suggestions.
20  Bitcoin / Development & Technical Discussion / Re: Best way to find batches of Base58 addresses on: May 22, 2024, 03:54:38 PM
Thank you LoyceV, this is very useful.

Is there a way or command you could recommend to sort or isolate Base58 (legacy) addresses from the TSV sheet > to a data.txt file?

Thanks.
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!