Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
albert0bsd
on 20/07/2024, 14:29:57 UTC
But since there are million of transaction how to catch the targeted address?

I use the mempool API in my script/bot
https://mempool.space/docs/api/rest#get-address-transactions-mempool

you can retrieve the mempool TX related to one address even if those TX aren't unconfirmed

Code:
curl -sSL "https://mempool.space/api/address/1wiz18xYmhRX6xStj2b9t1rwWX4GKUgpv/txs/mempool"