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.
Content | Score | Started by | Date posted | ||
P2PKH hex to address Development & Technical Discussion
I encountered an address that could not be converted during the process of trans…
|
n/a | linuxqq | May 19, 2021, 11:00:17 PM | ||
p2pk scriptpubkey conversion address Development & Technical Discussion
no you can't because there is no address defined for P2PK scriptpubkeys.addresse…
|
n/a | linuxqq | May 18, 2021, 06:46:16 PM | ||
python scriptpubkey OP_CHECKMULTISIG to address Development & Technical Discussion
I analyzed your first example and found that you're trying to compare the hash o…
|
n/a | linuxqq | May 18, 2021, 10:23:46 AM | ||
p2pk scriptpubkey conversion address Development & Technical Discussion
Why can’t this txid get the correct address? Is there any way I can get the addr…
|
n/a | linuxqq | May 18, 2021, 10:21:41 AM | ||
python scriptpubkey OP_CHECKMULTISIG to address Development & Technical Discussion
I try to parse the Hex in the following code, the actual address is 1VayNert3x1K…
|
n/a | linuxqq | May 18, 2021, 03:53:43 AM | ||
python scriptpubkey OP_CHECKMULTISIG to address
n/a
python scriptpubkey OP_CHECKMULTISIG to address by n/a
I tried to parse the scriptpubkey hex in the code below. The Hex address is actu…
|
n/a | n/a | |||
python scriptpubkey OP_CHECKMULTISIG to address Development & Technical Discussion
Thank you for your help. I published the code of hashStr. I am a beginner. I tri…
|
n/a | linuxqq | May 17, 2021, 07:32:13 PM | ||
python scriptpubkey OP_CHECKMULTISIG to address Development & Technical Discussion
Please forgive me, I posted a request for help in another section, maybe I poste…
|
n/a | linuxqq | May 17, 2021, 10:09:21 AM | ||
python scriptpubkey OP_CHECKMULTISIG to address Bitcoin Technical Support
Hello everyone, I am new to Bitcoin, I have a problem and need help, first of al…
|
n/a | linuxqq | May 17, 2021, 01:28:24 AM | ||
Bitcoin rpc gradually slows down Development & Technical Discussion
Code: for vin in raw_tx[u'vin']: if "coinbase" in…
|
n/a | linuxqq | April 17, 2021, 03:41:23 AM | ||
Bitcoin rpc gradually slows down Development & Technical Discussion
I use python3 to call the getrawtransaction interface of bitcoin rpc. Why does t…
|
n/a | linuxqq | April 17, 2021, 03:18:59 AM | ||
How to get multiple addresses belonging to the same person Development & Technical Discussion
Regarding the seed wallet, I would like to know how to obtain these addresses ar…
|
n/a | linuxqq | December 24, 2020, 02:36:31 AM | ||
How to delete unconfirmed transactions in Bitcoin mempool Development & Technical Discussion
It's the mempool so it gathering all the transactions that are out there. There…
|
n/a | linuxqq | December 22, 2020, 03:39:10 AM | ||
How to delete unconfirmed transactions in Bitcoin mempool Development & Technical Discussion
In your bitcoin.config file, you can adjust some settings. You can set the minre…
|
n/a | linuxqq | December 22, 2020, 03:36:50 AM | ||
How to delete unconfirmed transactions in Bitcoin mempool Development & Technical Discussion
If the transaction is associated with your wallet, you can do one of two things:…
|
n/a | linuxqq | December 22, 2020, 01:15:46 AM | ||
How to delete unconfirmed transactions in Bitcoin mempool Development & Technical Discussion
If the transaction is associated with your wallet, you can do one of two things:…
|
n/a | linuxqq | December 21, 2020, 10:48:27 PM | ||
How to delete unconfirmed transactions in Bitcoin mempool Development & Technical Discussion
I executed bitcoin-cli getrawmempool and listed many records. I want to delete o…
|
n/a | linuxqq | December 21, 2020, 08:29:47 PM | ||
How to get unconfirmed transactions? Development & Technical Discussion
You mentioned connecting dozens of nodes here. Do I need to fill in these node a…
|
n/a | linuxqq | December 14, 2020, 04:45:32 AM | ||
How to get unconfirmed transactions? Development & Technical Discussion
Thank you, are all unconfirmed transactions in the memory pool? Will there be co…
|
n/a | linuxqq | December 14, 2020, 03:55:41 AM | ||
How to get unconfirmed transactions? Development & Technical Discussion
Thank you, are all unconfirmed transactions in the memory pool?Not all. See my r…
|
n/a | linuxqq | December 14, 2020, 03:38:23 AM | ||
How to get unconfirmed transactions? Development & Technical Discussion
Use the getrawmempool RPC call to get a snapshot of the mempool. If you only wan…
|
n/a | linuxqq | December 14, 2020, 03:26:18 AM | ||
How to get unconfirmed transactions? Development & Technical Discussion
I have built a bitcoind node service. I want to quickly obtain unconfirmed trans…
|
n/a | linuxqq | December 14, 2020, 02:44:07 AM | ||
btc rpc how to get the output address Development & Technical Discussion
This might be an interesting read for you:https://learnmeabitcoin.com/technical/…
|
n/a | linuxqq | November 17, 2020, 07:43:22 AM | ||
btc rpc how to get the output address Development & Technical Discussion
I am learning the transfer structure of Bitcoin's blockchain. I have encountered…
|
n/a | linuxqq | November 17, 2020, 06:48:38 AM | ||
scripthash to address Development & Technical Discussion
If all I get is an address hash, does that mean I can't get all wallet addresses…
|
n/a | linuxqq | July 09, 2020, 05:36:56 AM | ||
scripthash to address Development & Technical Discussion
If all I get is an address hash, does that mean I can't get all wallet addresses…
|
n/a | linuxqq | July 09, 2020, 12:45:59 AM | ||
I want to use RPC to get all historical transactions of an address Development & Technical Discussion
Thank you very much for your reply. Maybe I don’t have a special understanding o…
|
n/a | linuxqq | July 08, 2020, 10:57:37 PM | ||
scripthash to address Development & Technical Discussion
Maybe I don’t have a special understanding of the principles of Bitcoin, but I’m…
|
n/a | linuxqq | July 08, 2020, 10:48:47 PM | ||
I want to use RPC to get all historical transactions of an address Development & Technical Discussion
So do I still need my own database to store transaction records at these address…
|
n/a | linuxqq | June 23, 2020, 08:16:27 PM | ||
I want to use RPC to get all historical transactions of an address Development & Technical Discussion
I want to use RPC to get all historical transactions of an address,I have synchr…
|
n/a | linuxqq | June 23, 2020, 10:07:38 AM | ||
买币还是撸空投? 中文 (Chinese) |
n/a | linuxqq | August 20, 2018, 05:12:35 AM | ||
习近平:领导干部要多读一点历史 离题万里
有没有人需要新疆阿克苏苹果、新疆库尔勒香梨的。如果需要请加我微信 1138284969
|
n/a | linuxqq | August 20, 2018, 01:24:49 AM | ||
买 tenx pay 跌安逸了 跳蚤市场
买 tenx pay 跌安逸了,8元入手 现在3块。。跌的我嗷嗷了。 tenxpay 太不靠谱了 真是空气~~~~~~~~~~~~~~~~~~~~~~~~~~~…
|
n/a | linuxqq | August 19, 2018, 10:45:08 AM |