Bitcoin Forum
June 04, 2024, 07:40:03 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  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

2  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?
3  Bitcoin / Development & Technical Discussion / Re: Best way or API to fetch UTXOS on: May 24, 2024, 10:49:35 PM
Ok, thank you!
4  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"
5  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.
6  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?


7  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..
8  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!
9  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.
10  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.
11  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!
12  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.
13  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.
14  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.
15  Bitcoin / Development & Technical Discussion / Re: Best way or API to fetch UTXOS on: May 22, 2024, 03:47:39 PM
Good day gentlemen...

I did the mempool call, but I got a message back on my shell telling the the request for UTXOs for that address  exceeded  limit of outputs > 500

curl -sSL "https://mempool.space/api/address/XXXXXXXXXXXXXXXXXXX/utxo"  > index.data

The mempool documentation is a little scarce in detail. Do you know of a flag I can add to the CURL call to limit it to 500 or less? I cant really afford a payed plan, not at those prices....

I tried: curl -sSL "https://mempool.space/api/address/XXXXXXXXXXXXXXXXXXX/utxo&limit=450 , as this works somewhere else, but not here.....


Thank you!
16  Bitcoin / Development & Technical Discussion / Re: Best way to find batches of Base58 addresses on: May 22, 2024, 03:13:03 AM
Thank you Gentlemen, excellent suggestions!
17  Bitcoin / Development & Technical Discussion / Best way to find batches of Base58 addresses on: May 22, 2024, 02:14:50 AM
Hi all,

what would you recommend to web scrap for batches of Base58 (legacy) addresses? what is the best way to find loads of them and inquire into their TXs and balance?

Thanks !
18  Bitcoin / Development & Technical Discussion / Re: Nonce k and k +1 (ECDSA SIGNATURE) on: May 22, 2024, 01:27:37 AM
a slight tangent question on this topic....

When trying to acquire  data suitable to  calculate all desired components ( R,S, K, Z, etc...) are we better of :

A) searching through all transaction hashes of an address?

B)Searching through UTXOs hashes?

c) searching through spent only outputs hashes ?

D) searching throught unspent only outputs hashes?

Thanks!


19  Bitcoin / Development & Technical Discussion / Re: Best way or API to fetch UTXOS on: May 21, 2024, 06:20:15 PM
 Thank you @RickDeckard

That is perfect! it does download in the right format. Thanks.
20  Bitcoin / Development & Technical Discussion / Re: Best way or API to fetch UTXOS on: May 21, 2024, 05:36:31 PM
In addition to nc50lc reply, you can also try using the API provided by mempool.space[1] to access that information:
Code:
curl -sSL "https://mempool.space/api/address/1KFHE7w8BhaENAswwryaoccDb6qcT6DbYY/utxo"
Returns:
Code:
[
  {
    txid: "12f96289f8f9cd51ccfe390879a46d7eeb0435d9e0af9297776e6bdf249414ff",
    vout: 0,
    status: {
      confirmed: true,
      block_height: 698642,
      block_hash: "00000000000000000007839f42e0e86fd53c797b64b7135fcad385158c9cafb8",
      block_time: 1630561459
    },
    value: 644951084
  },
  ...
]
mempool.space doesn't publish what are their API limits so once you start getting HTTP 429 error you will know that you've reached them. If you intend to make several calls perhaps it would be wise to balance them between some blockexplorers' APIs to avoid being blocked/rejected by their APIs.

[1]https://mempool.space/docs/api/rest#get-address-utxo

I can't get an output formatted like that. When I do the call: curl -sSL "https://mempool.space/api/address/1KFHE7w8BhaENAswwryaoccDb6qcT6DbYY/utxo" > data.json

The ooutput comes formated like this, which is a pain to parse:

[{"txid":"33717a68856ecf397455b12b2a21321bf64eb6b7062939b46f630365c79d5604","vout":22,"status":{"confirmed":true,"block_height":838458,"block_hash":"0000000000000000000269654a31dbdfad3f0b7589433b1977a511e5641897c6","block_time":1712672676},"value":8021},{"txid":"5f3dafcdd142358b332e0939d37174b76472735df8df29325901d2c7d18a152c","vout":476,"status":{"confirmed":true,"block_height":834708,"block_hash":"00000000000000000000292964b4b00d1d414583bd18d1ebea7a8041d4409c6d","block_time":1710447063},"value":546},{"txid":"5557fbd7f4504d3b1886c4540db80fe5e56e326bbf419bcdfeecddf232bd31d1","vout":87,"status":{"confirmed":true,"block_height":838624,"block_hash":"000000000000000000002ffad6c02ed22351bd4df615b0fad3e1fbbb4bdc24dc","block_time":1712764942},"value":6040},{"txid":"988774c19446c5d2b174588f9839b43e86334b59aa5b0a8f05255bd29be53807","vout":2,"status":{"confirmed":true,"block_height":842495,"block_hash":"00000000000000000001a6c7110b453f369db51cbcb2d108f6909de4460fa6c8","block_time":1715122220},"value":546},{"txid":"e9abd6cf3b26236ef8b7f819a8fbd4a001379a74f86a1fff43b000382858abdb","vout":670,"status":{"confirmed":true,"block_height":840255,"block_hash":"000000000000000000020cf2611ecdda237904fcf1aa2edb532e1571b80614a9","block_time":1713735799},"value":888},{"txid":"b694b0fe40acde2855a1097350c68ce2c8015c364d8945a357b903ae9bbad4ec","vout":6,"status":{"confirmed":true,"block_height":841064,"block_hash":"0000000000000000000017f1db3dd49d05d4eea6761daaa25ad345a9985bcb18","block_time":1714201794},"value":15120},{"txid":"9cbf451cb05ac019c0cac3d7eb0d175c99ebd587fc4fe3e6b0662f724adf92be","vout":454,"status":{"confirmed":true,"block_height":840885,"block_hash":"000000000000000000023f33c91331450913710361a6f34426ebbe853efc18ee","block_time":1714085239},"value":546},{"txid":"9fd0b6e5c96f0537f0a61a4e1c32167c91511cd1ccfc34a92801842701c4df95","vout":0,"status":{"confirmed":true,"block_height":841305,"block_hash":"0000000000000000000077f28728313f4085275acb1745a438b71f197fee2a00","block_time":1714353023},"value":4287},{"txid":"0c2d34ad6c724b6d2554cd577e0db66d2ed4786edeab9d2246b5698fe842e215","vout":565,"status":{"confirmed":true,"block_height":840253,"block_hash":"0000000000000000000069440489b457550d1df7da1ec2ec52475d6353245948","block_time":1713735717},"value":888},{"txid":"9587acf268975b518733bfa432a1a2153a06e3de39ed118005d6b645120aaff7","vout":1,"status":{"confirmed":true,"block_height":841305,"block_hash":"0000000000000000000077f28728313f4085275acb1745a438b71f197fee2a00","block_time":1714353023},"value":52500},{"txid":"826f8191cc6ece6a2f895fbed111d80022a2efd4ee5482a25ae8398b4687bfff","vout":59,"status":{"confirmed":true,"block_height":841064,"block_hash":"0000000000000000000017f1db3dd49d05d4eea6761daaa25ad345a9985bcb18","block_time":1714201794},"value":19216},{"txid":"8a006d51d3173a36d257b357f55bc5155331e0c5f21cab754fd73957a250fc34","vout":378,"status":{"confirmed":true,"block_height":840657,"block_hash":"00000000000000000002d4a9bbd7a2437fe32df0d442148635dfae522514b5af","block_time":1713962541},"value":546},{"txid":"d0eb2d477784a892f012943dab7f11dc47fcf1d0fd236ac483237e3048e87ff2","vout":490,"status":{"confirmed":true,"block_height":836194,"block_hash":"00000000000000000000361121795cda72a2494ef23648f19685977610c1d55a","block_time":1711337405},"value":546}]

In priciple should be the same but my SEd and Python scripts that work on regular json, dont work on this output. I started customising Sed commands to reformat but it takes forever.

How do you get it to download in that json format?

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!