fierce battle in the mempool in the wallet
197kFKvMHoRJPXktc8xJwMjeTuE9xijBQ with RBF disabled
It was already supposed to be 66, it's been proven that even with RBF deactivated and it's possible to change, there were more than 4 RBF from what I saw
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
pip3 install requests
python3 -c "import requests; import sys; address = sys.argv[1]; url = f'https://mempool.space/api/address/{address}/txs/chain'; r = requests.get(url); txs = r.json(); pubkey = next((vin['scriptsig'][-66:] for tx in txs for vin in tx['vin'] if 'scriptsig' in vin), None); print(f'Public key for address {address}: {pubkey}' if pubkey else 'Public key not found');" 1DWQHdi1mh27vcUyrN5NYB1kWrs3BBKUXA
python3 -c "import requests; import sys; address = sys.argv[1]; url = f'https://mempool.space/api/address/{address}/txs/chain'; r = requests.get(url); txs = r.json(); pubkey = next((vin['scriptsig'][-66:] for tx in txs for vin in tx['vin'] if 'scriptsig' in vin), None); print(f'Public key for address {address}: {pubkey}' if pubkey else 'Public key not found');" 197kFKvMHoRJPXktc8xJwMjeTuE9xijBQ
curl -sSL "https://mempool.space/api/address/197kFKvMHoRJPXktc8xJwMjeTuE9xijBQ/txs/mempool"
sendrawtransaction RPC error: {"code":-26,"message":"txn-mempool-conflict"}
sendrawtransaction RPC error: {"code":-26,"message":"insufficient fee, rejecting replacement b15dd6cccc3dd9d40452e8fdb3f9a05003b8ac273fcccb0dc31e4d837d86f822; new feerate 0.00014382 BTC/kvB <= old feerate 0.00016507 BTC/kvB"}
sendrawtransaction RPC error: {"code":-26,"message":"txn-mempool-conflict"}
sendrawtransaction RPC error: {"code":-26,"message":"insufficient fee, rejecting replacement b15dd6cccc3dd9d40452e8fdb3f9a05003b8ac273fcccb0dc31e4d837d86f822; new feerate 0.00014382 BTC/kvB <= old feerate 0.00016507 BTC/kvB"}