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 | ||
Is satoshi that satoshi? in Meta
Is satoshi that satoshi? by
maplelake
I go back to very first post https://bitcointalk.org/index.php?topic=65.0. satos…
|
n/a | maplelake | October 25, 2024, 04:51:32 PM | ||
Any idea/demand/inspiration for tool/service around bitcoin ? in Project Development
Any idea/demand/inspiration for tool/service around bitcoin ? by
maplelake
I believe Practice is the road to Rome. I plan to develop something and elaborat…
|
n/a | maplelake | November 06, 2024, 03:24:14 AM | ||
Is it possible that a transaction lost ? in Development & Technical Discussion
Is it possible that a transaction lost ? by
maplelake
What if some transaction is mined into "orphaned block" ?Some node will remove i…
|
n/a | maplelake | November 06, 2024, 06:44:56 PM | ||
Merkle tree of transaction exists in raw data file or just in memory? in Development & Technical Discussion
Merkle tree of transaction exists in raw data file or just in memory? by
maplelake
Each block contains many transactions. In raw data, these transactions are organ…
|
n/a | maplelake | November 02, 2024, 09:03:04 PM | ||
What is "SPV" realy talking ? in Development & Technical Discussion
What is "SPV" realy talking ? by
maplelake
For SPV wallet, it selects a full node randomly and say "hi, i want to check a s…
|
n/a | maplelake | November 06, 2024, 10:14:10 AM | ||
How to create bitcoin service without 3rd party ? in Development & Technical Discussion
How to create bitcoin service without 3rd party ? by
maplelake
if i'll create several web service, like wallet,create transaction, block chain…
|
n/a | maplelake | October 26, 2024, 02:50:34 AM | ||
How to find changelist(commit) in bitcoin code tree for some BIP implementation? in Development & Technical Discussion
How to find changelist(commit) in bitcoin code tree for some BIP implementation? by
maplelake
The BIPs are listed on link https://github.com/bitcoin/bips。Iff some BIP is impl…
|
n/a | maplelake | November 02, 2024, 03:32:21 PM | ||
Does RPC support "call over internet" ? in Development & Technical Discussion
Does RPC support "call over internet" ? by
maplelake
Currently bitcoin core support Rest and RPC. while REST support less apis.RPC su…
|
n/a | maplelake | November 06, 2024, 09:39:10 PM | ||
What is concept of "tip"? in Development & Technical Discussion
What is concept of "tip"? by
maplelake
In sourcecode, "CBlockIndex* pindexPrev = ::ChainActive().Tip();"I don't quite u…
|
n/a | maplelake | August 18, 2024, 09:49:08 PM | ||
Why pruned node is full node ? in Development & Technical Discussion
Why pruned node is full node ? by
maplelake
We set prune param if it runs on limited-power PC.Since some blk file is deleted…
|
n/a | maplelake | November 04, 2024, 11:27:11 AM | ||
How does a node knows the current tip of best block chain in Development & Technical Discussion
How does a node knows the current tip of best block chain by
maplelake
Question 1: Assume some node is offline for a long time. After it reconnects to…
|
n/a | maplelake | November 06, 2024, 07:32:42 PM | ||
What if "fake" block in local node in Development & Technical Discussion
What if "fake" block in local node by
maplelake
If we fake block data when "GenerateBlockToAddress" PRC command,such as the nNou…
|
n/a | maplelake | October 12, 2024, 08:37:30 PM | ||
How to debug bitcoin core(0.18) code about Mining ? in Development & Technical Discussion
How to debug bitcoin core(0.18) code about Mining ? by
maplelake
What is the entry function for mining ? And what param is for mining when launch…
|
n/a | maplelake | November 06, 2024, 06:58:34 PM | ||
The "orphane" block will disappears eventually ? in Development & Technical Discussion
The "orphane" block will disappears eventually ? by
maplelake
Node will relay the blocks on longest chain. At some time point the bitcoin chai…
|
n/a | maplelake | November 05, 2024, 02:49:26 AM | ||
Difference between Hard fork and Soft fork ? in Beginners & Help
Difference between Hard fork and Soft fork ? by
maplelake
Let 's simplify concept of Fork.1. Forks means new node adopt new protocol and o…
|
n/a | maplelake | October 30, 2024, 10:18:03 PM | ||
which version of bitcoin core is suitable for debugging ? in Development & Technical Discussion
which version of bitcoin core is suitable for debugging ? by
maplelake
I download the latest bitcoin core 0.19 to build, debug. But I found it is easy…
|
n/a | maplelake | November 01, 2024, 02:58:05 PM | ||
Is there formula for bitcoin price ? in Economics
Is there formula for bitcoin price ? by
maplelake
I am wondering analysis of bitcoin price/value.I see some simplified econmics mo…
|
n/a | maplelake | November 03, 2024, 03:04:57 PM | ||
Debug bitcoin core on Ubuntu in Development & Technical Discussion
Debug bitcoin core on Ubuntu by
maplelake
1. Build bitcoin core with steps by build-unix.md.2. Debug it with gdb. I like t…
|
n/a | maplelake | October 31, 2024, 05:56:28 AM | ||
latest bitcoin core version still support mining ? in Development & Technical Discussion
latest bitcoin core version still support mining ? by
maplelake
I download the latest bitcoin core(0.19) and run it for several days. It sync al…
|
n/a | maplelake | October 15, 2024, 07:07:14 AM | ||
How to calculate bitcoin network hash rate in Development & Technical Discussion
How to calculate bitcoin network hash rate by
maplelake
Bitcoin network's hash rate reaches 30E hash/s. How to get this value ?https://b…
|
n/a | maplelake | November 05, 2024, 04:01:46 PM | ||
what if I want to create rest-API service ? in Development & Technical Discussion
what if I want to create rest-API service ? by
maplelake
Bitcoin core natually supports some rest api, such as ../rest/chaininfo.json.I s…
|
n/a | maplelake | November 07, 2024, 12:49:54 PM | ||
bitcoin core on github build fail ? in Development & Technical Discussion
bitcoin core on github build fail ? by
maplelake
I clone bitcoin core and build passes locally. Git clonehttps://github.com…
|
n/a | maplelake | November 06, 2024, 01:02:27 AM | ||
Why bitcoin software project is not updated for a long time ? in Development & Technical Discussion
Why bitcoin software project is not updated for a long time ? by
maplelake
I go through the project on bitcoin.org and find these project is not updated fo…
|
n/a | maplelake | Today at 03:57:10 AM |