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 | ||
cryptsy hacked - bigvern on cryptsy blog Exchanges
They fact that they didn't file for bankruptcy yet makes me think the story migh…
|
n/a | HeadsOrTails | January 16, 2016, 02:07:18 PM | ||
Blockchain.info BIP32 (xpub) Web Wallets
I found the solution (if somebody will search). You need to use BIP44 derivation…
|
n/a | HeadsOrTails | December 07, 2015, 02:47:17 AM | ||
Pybitcointools txhash function, and SIGHASH_ALL = 0 Development & Technical Discussion
How does this work?Code:txh = "01000000010276b76b07f4935c70acf54fbf1f438a4c397a9…
|
n/a | HeadsOrTails | August 10, 2015, 08:50:14 AM | ||
New heuristic to group addresses based on its ownership Development & Technical Discussion
Heuristic1: Grouping all the input addresses of transactions to the same cluster…
|
n/a | HeadsOrTails | August 07, 2015, 03:38:59 AM | ||
[HowTo] Use PyBitcoinTools to make CPFP transaction with tip to bounty Development & Technical Discussion
https://gist.github.com/d4n13/579df081ca42ec956506Can you repost this please, ma…
|
n/a | HeadsOrTails | August 06, 2015, 08:26:05 PM | ||
Example of creating/signing a p2pkh and p2sh testnet Tx using PyCoin ? Development & Technical Discussion
I'm looking for an eg of how to spend a testnet Tx using Pycoin. Here's the priv…
|
n/a | HeadsOrTails | August 06, 2015, 06:12:31 AM | ||
Best block-explorer API? Which APIs support checking bip32 xpub balance? Service Discussion
BCI has functionality allowing one yo search an xpub for bip32, and check balanc…
|
n/a | HeadsOrTails | August 06, 2015, 04:46:09 AM | ||
Pybitcointools txhash function, and SIGHASH_ALL = 0 Development & Technical Discussion
pybitcointools has a txhash function which returns the singable form of a transa…
|
n/a | HeadsOrTails | August 06, 2015, 02:48:11 AM | ||
Using pybitcointools to validate tx_valid.json test vectors Development & Technical Discussion
Thanks so much for the reply!A quick query: how would I redeem this Tx I created…
|
n/a | HeadsOrTails | August 04, 2015, 05:37:55 AM | ||
[HowTo] Use PyBitcoinTools to make CPFP transaction with tip to bounty Development & Technical Discussion
I've been playing with Vitalik's Bitcoin Python library. It is fantastic and I…
|
n/a | HeadsOrTails | August 01, 2015, 04:29:13 AM | ||
Validating DER sig (brainwallet Tx eg) Development & Technical Discussion
https://blockchain.info/tx/54a44539ada32ea5eb218ed5d853a08712be6129d8ec752b8c77f…
|
n/a | HeadsOrTails | July 27, 2015, 07:58:12 PM | ||
BIP-66 incompatible transactions? Development & Technical Discussion
It's rejected before being accepted into the Mempool, so it's standard-nessDoes…
|
n/a | HeadsOrTails | July 27, 2015, 04:50:02 AM | ||
Using pybitcointools to validate tx_valid.json test vectors Development & Technical Discussion
I'm using this fork of the pybitcointools library and am trying to use the Bitco…
|
n/a | HeadsOrTails | July 27, 2015, 04:37:06 AM | ||
Using Pycoin to spend non-standard scripts Development & Technical Discussion
Basically you have to override Code:sign(tx,i,priv,hashcode)You want to change l…
|
n/a | HeadsOrTails | July 20, 2015, 11:15:28 PM | ||
Using Pycoin to spend non-standard scripts Development & Technical Discussion
Maybe we can work on this Tx: http://test.webbtc.com/tx/2e7f518ce5ab61c1c959d25e…
|
n/a | HeadsOrTails | July 20, 2015, 10:15:40 PM | ||
Using Pycoin to spend non-standard scripts Development & Technical Discussion
Yep... there is a bug in there somewhere...Try the followingCode:from bitcoin im…
|
n/a | HeadsOrTails | July 20, 2015, 10:06:08 PM | ||
Using Pycoin to spend non-standard scripts Development & Technical Discussion
Yep... there is a bug in there somewhere...Try the followingCode:from bitcoin im…
|
n/a | HeadsOrTails | July 20, 2015, 04:09:31 AM | ||
Using Pycoin to spend non-standard scripts Development & Technical Discussion
I never realized there was a serialize_script method. I was simply thinking of…
|
n/a | HeadsOrTails | July 18, 2015, 03:49:12 AM | ||
Using Pycoin to spend non-standard scripts Development & Technical Discussion
How would I use Pycoin to play around with non-standard scripts like this? Alter…
|
n/a | HeadsOrTails | July 18, 2015, 01:41:04 AM | ||
Can empty output scripts be redeemed? Development & Technical Discussion
I believe SIGHASH_SINGLE returns empty scripts, which hash to 1
|
n/a | HeadsOrTails | July 17, 2015, 09:02:45 AM | ||
The most repeated R value on the blockchain Development & Technical Discussion
Quote from: johoeSIGHASH_SINGLE just signs the output that corresponds to the in…
|
n/a | HeadsOrTails | July 16, 2015, 12:32:03 AM | ||
Using Pycoin to spend non-standard scripts Development & Technical Discussion
Let's take http://test.webbtc.com/tx/76cf175637ee40281b9893e691113a9b5c835d8eb44…
|
n/a | HeadsOrTails | July 16, 2015, 12:25:34 AM | ||
The most repeated R value on the blockchain Development & Technical Discussion
Quotecan you clarify the f2pool patch you mentioned? Was the "patch" the small r…
|
n/a | HeadsOrTails | July 13, 2015, 01:22:37 AM | ||
The most repeated R value on the blockchain Development & Technical Discussion
f2pool uses very short signature. Why cannot I use it also?OK, my math/programmi…
|
n/a | HeadsOrTails | July 12, 2015, 10:33:47 PM | ||
The most repeated R value on the blockchain Development & Technical Discussion
The number 00000000000000000000003b78ce563f89a0ed9414f5aa28ad0d96d6795f9c63 is n…
|
n/a | HeadsOrTails | July 12, 2015, 11:59:57 AM | ||
BIP39 foreign language wordlists not sorted Development & Technical Discussion
So it looks to me like you wouldn't expect to sort them in the same order even i…
|
n/a | HeadsOrTails | July 07, 2015, 01:13:44 AM | ||
If you have read "Mastering Bitcoin", can you please answer this question? Development & Technical Discussion
QuoteThanks, but one question, is everything in Nakamoto's paper still valid or…
|
n/a | HeadsOrTails | July 07, 2015, 12:44:12 AM | ||
BIP 0065 Bitcoin Discussion
Does anyone know if there's testnet functionality to try this out? Or even just…
|
n/a | HeadsOrTails | July 07, 2015, 12:34:53 AM | ||
BIP39 foreign language wordlists not sorted Development & Technical Discussion
http://stackoverflow.com/a/31156743/3936486Note the Japanese word list: https://…
|
n/a | HeadsOrTails | July 04, 2015, 12:09:20 PM | ||
Check if your BTC-key is vulnerable Development & Technical Discussion
I've fixed the code to loop through the offset (ie get >50 Txs), but the code is…
|
n/a | HeadsOrTails | June 28, 2015, 09:50:37 PM | ||
Recovering old Bitcoin wallet with short seed Electrum
It's simply that the first 8 bytes just happen to equal zero, no?
|
n/a | HeadsOrTails | June 22, 2015, 08:39:04 AM | ||
Lost both seed and my google authenticator to my electrum wallet:( Electrum
Quoteyeah, for other apps. my electrum is backupped in keepass2, no need for 2fa…
|
n/a | HeadsOrTails | June 22, 2015, 01:46:20 AM | ||
Lost both seed and my google authenticator to my electrum wallet:( Electrum
I had the google authenticator on my phone, but me or my son by fault deleted th…
|
n/a | HeadsOrTails | June 22, 2015, 01:43:53 AM | ||
Talents wanted! [looking for co-developers for a new altcoin] Altcoin Discussion
I am assembling a team for development of a new altcoin. We need more people on…
|
n/a | HeadsOrTails | April 29, 2015, 03:04:59 PM | ||
Anyone used libbtcoin? Development & Technical Discussion
well i didnt even know that there is any thing such as libbtcoin> please can you…
|
n/a | HeadsOrTails | April 29, 2015, 02:53:39 PM | ||
questions about fork Development & Technical Discussion
QuoteIm amazed at your ability, and taking of time to decode and respond accurat…
|
n/a | HeadsOrTails | April 29, 2015, 02:51:54 PM | ||
Request edit privileges here Bitcoin Wiki
ekafeman
|
n/a | HeadsOrTails | April 24, 2015, 12:51:16 AM | ||
listtransactions output is not in order Bitcoin Technical Support
QuoteI think your answer is in the comments above from 2013-2014 - it isn't supp…
|
n/a | HeadsOrTails | April 16, 2015, 07:09:56 AM | ||
Recovering old Bitcoin wallet with short seed Electrum
QuoteI know https://blockchain.info/wallet used to give out mnemonics to allow y…
|
n/a | HeadsOrTails | April 16, 2015, 06:58:39 AM | ||
RushWallet 2 Bitcoin Puzzle Games and rounds
So.... Rushwallet have taken their BTC1 prize back, sending it back to THEMSELVE…
|
n/a | HeadsOrTails | April 08, 2015, 07:01:24 AM | ||
Altcoin Ecosphere TL;DR required... Been Away For 6 Months Altcoin Discussion
As the thread title says, I've been away from Altcoins for 6 months... I see XMR…
|
n/a | HeadsOrTails | April 08, 2015, 04:55:04 AM | ||
The Next Big Pump Altcoin Discussion
They certainly can This coin has some great features coming up. Getting in now w…
|
n/a | HeadsOrTails | April 08, 2015, 04:50:19 AM | ||
0.93 stuck ~323000ish blk: "Somehow tried to add header that's already in map"? Armory
--satoshi-datadir="d:\data\bitcoincore\testnet3"This is what you need if you wan…
|
n/a | HeadsOrTails | April 04, 2015, 07:27:12 PM | ||
0.93 stuck ~323000ish blk: "Somehow tried to add header that's already in map"? Armory
why are you pointing Armory to d:\data\bitcoincore when you are using tesnet?I a…
|
n/a | HeadsOrTails | April 02, 2015, 08:45:43 AM | ||
0.93 stuck ~323000ish blk: "Somehow tried to add header that's already in map"? Armory
Code:-WARN - 1427685617: (..\Blockchain.cpp:47) Somehow tried to add header tha…
|
n/a | HeadsOrTails | April 01, 2015, 01:46:32 AM | ||
The reasons I'm leaving armory for another wallet Armory
QuoteCurrently Armory has its default installation location (in my case) set to…
|
n/a | HeadsOrTails | April 01, 2015, 01:34:21 AM | ||
[WANTED Script] Bitcoin Marketplace with Escrow Payment [OFFER] BTC Services
.You can use GoUrl.io Bitcoin Escrow Wordpress Plugin for All Appthemes.1) insta…
|
n/a | HeadsOrTails | March 05, 2015, 02:57:58 AM | ||
"Transaction fees need to be $10+ in order for Bitcoin to survive" Bitcoin Discussion
First of all, how do you denominate something in USD when talking about a part o…
|
n/a | HeadsOrTails | February 18, 2015, 06:41:43 AM | ||
Database (Re-indexing) Core 0.9.3 from 3-day old %appdata% backup? Bitcoin Technical Support
backup your wallet.datthen re-sync from the beginningthat should be fix That did…
|
n/a | HeadsOrTails | February 18, 2015, 06:30:25 AM | ||
SECURITY OF BITCOIN Bitcoin Discussion
people who appeared to be hacked Receipts of btc have miraculously and then have…
|
n/a | HeadsOrTails | February 14, 2015, 11:04:29 AM | ||
Don't Let Anyone Tell You Satoshi's Identity is NOT Important Bitcoin Discussion
Satoshi Nakamoto set in motion the unraveling of the nation stateYou sound like…
|
n/a | HeadsOrTails | February 14, 2015, 11:02:36 AM | ||
Database (Re-indexing) Core 0.9.3 from 3-day old %appdata% backup? Bitcoin Technical Support
I'm getting a corrupted database warning with Win7 x64 0.9.3. Power outage reset…
|
n/a | HeadsOrTails | February 11, 2015, 07:27:31 AM | ||
Bitpay INSIGHT API (advantages unclear) Service Discussion
I've been using various Python libraries, including Blockcypher, Chain.com, Bloc…
|
n/a | HeadsOrTails | February 10, 2015, 05:46:25 AM | ||
about UTXOs with OP_RETURN Development & Technical Discussion
There is something I don't understand about usage of OP_RETURN.I've read that UT…
|
n/a | HeadsOrTails | February 10, 2015, 05:39:29 AM | ||
CoolWallet: the most convenient cold storage ever, comes with decentralised ex! Project Development
I hope the wallet isn't costly like TrezorYeah, everything should be free. Espec…
|
n/a | HeadsOrTails | February 06, 2015, 08:40:30 AM | ||
LongPonzi - 130% - cold storage - high security Games and rounds
Back online again answering questions via pm or on the forums! How, just how, do…
|
n/a | HeadsOrTails | January 16, 2015, 02:21:07 PM | ||
RushWallet 2 Bitcoin Puzzle Games and rounds
Maybe (cicada) have understood one of their responsibility in the thing of just…
|
n/a | HeadsOrTails | January 16, 2015, 02:50:18 AM | ||
RushWallet 2 Bitcoin Puzzle Games and rounds
http://www.youtube.com/watch?v=Mbu9dD8ahgENew(?) youtube video? Uploaded 28/12/1…
|
n/a | HeadsOrTails | January 12, 2015, 06:10:10 AM | ||
RushWallet 2 Bitcoin Puzzle Games and rounds
I don't think this actually has anything to do with Cicada. I think they're just…
|
n/a | HeadsOrTails | January 11, 2015, 05:46:32 AM | ||
RushWallet 2 Bitcoin Puzzle Games and rounds
I don't think this actually has anything to do with Cicada. I think they're just…
|
n/a | HeadsOrTails | January 08, 2015, 05:02:48 AM | ||
RushWallet 2 Bitcoin Puzzle Games and rounds
Here is your head start. Happy Jan 5th...Good luckas alwaysTo save you all from…
|
n/a | HeadsOrTails | January 07, 2015, 07:40:35 AM | ||
Finished with Bitcoin. Handing out my wallet. Games and rounds
I lost a wallet with some cash one day. I made some mistakes with the cash as we…
|
n/a | HeadsOrTails | December 06, 2014, 05:06:28 AM | ||
DPR subpoena Meta
This is not very surprising/interesting, but I thought I'd mention that I receiv…
|
n/a | HeadsOrTails | December 06, 2014, 04:54:27 AM | ||
sx command line utilities - Empower The Sysadmin With Bitcoin Tools Development & Technical Discussion
I cannot get the code from http://sx.dyne.org/offlinetx.html to run:Code:$ DECOD…
|
n/a | HeadsOrTails | November 25, 2014, 11:11:34 PM | ||
sx command line utilities - Empower The Sysadmin With Bitcoin Tools Development & Technical Discussion
I had the same issue and fixed it.Make sure you have:1- secp256k1 installed2- li…
|
n/a | HeadsOrTails | November 23, 2014, 06:55:11 AM | ||
Cryptic Organization Development Project Development
Sounds very interesting. I'm certainly interested at this stage.Sounds like fun!
|
n/a | HeadsOrTails | November 07, 2014, 10:35:18 AM | ||
RushWallet 2 Bitcoin Puzzle Games and rounds
Yes, rushwallet, considering a lot of us put in hours for nothing (except keepin…
|
n/a | HeadsOrTails | November 06, 2014, 11:22:20 PM | ||
RushWallet 2 Bitcoin Puzzle Games and rounds
Yes, rushwallet, considering a lot of us put in hours for nothing (except keepin…
|
n/a | HeadsOrTails | November 06, 2014, 11:28:46 PM | ||
RushWallet 2 Bitcoin Puzzle Games and rounds
Yes, rushwallet, considering a lot of us put in hours for nothing (except keepin…
|
n/a | HeadsOrTails | November 05, 2014, 10:24:25 PM | ||
sx command line utilities - Empower The Sysadmin With Bitcoin Tools Development & Technical Discussion
Can someone kindly advise me what the issue is with Ubuntu 14 LTS installation?…
|
n/a | HeadsOrTails | October 29, 2014, 10:50:55 PM | ||
RushWallet 2 Bitcoin Puzzle Games and rounds
Don't forget that we still haven't even gotten #1 with the clue "Names".yes one…
|
n/a | HeadsOrTails | October 28, 2014, 02:35:43 AM | ||
RushWallet 2 Bitcoin Puzzle Games and rounds
Don't forget that we still haven't even gotten #1 with the clue "Names".yes one…
|
n/a | HeadsOrTails | October 28, 2014, 02:35:01 AM | ||
RushWallet 2 Bitcoin Puzzle Games and rounds
In case anyone is wondering I've tried the product 5784623964023 x 2 = 115692479…
|
n/a | HeadsOrTails | October 27, 2014, 02:21:21 AM | ||
RushWallet 2 Bitcoin Puzzle Games and rounds
Anybody have an idea? I think the number on the coin is 5784623964023x2 or 57846…
|
n/a | HeadsOrTails | October 25, 2014, 02:03:54 AM | ||
RushWallet 2 Bitcoin Puzzle Games and rounds
all integers greater than one can be written as a product of primes. Look up the…
|
n/a | HeadsOrTails | October 25, 2014, 02:01:23 AM | ||
RushWallet 2 Bitcoin Puzzle Games and rounds
I've kinda given up, because why run a contest if you don't keep up with it.yup.…
|
n/a | HeadsOrTails | October 21, 2014, 11:17:03 PM | ||
RushWallet 2 Bitcoin Puzzle Games and rounds
Anybody have an idea? I think the number on the coin is 5784623964023x2 or 57846…
|
n/a | HeadsOrTails | October 21, 2014, 06:25:10 PM | ||
BTCJam forum name verification Games and rounds
'I want to link my Bitcointalk name with BTCJam's. Verification code: 3de8b016-b…
|
n/a | HeadsOrTails | October 20, 2014, 10:31:20 PM | ||
RushWallet 2 Bitcoin Puzzle Games and rounds
BTW, (all credit goes to HeadsOrTails)MDExMTAxMDEgMDExMTAwMTEgMDExMDAxMDEg has a…
|
n/a | HeadsOrTails | October 20, 2014, 09:01:05 PM | ||
RushWallet 2 Bitcoin Puzzle Games and rounds
BTW, (all credit goes to HeadsOrTails)MDExMTAxMDEgMDExMTAwMTEgMDExMDAxMDEg has a…
|
n/a | HeadsOrTails | October 20, 2014, 08:57:56 PM | ||
Poor Ponzi (Forum Based) 120% return Games and rounds
As you can see, I am starting a ponzi.How to enter:Send no more than 0.01 and no…
|
n/a | HeadsOrTails | October 17, 2014, 08:52:43 AM | ||
Poor Ponzi (Forum Based) 120% return Games and rounds
This forum is hilarious, how do you actually post a Ponzi scheme where its known…
|
n/a | HeadsOrTails | October 17, 2014, 08:51:27 AM | ||
[ANN] Spondoolies-Tech - carrier grade, data center ready mining rigs Hardware
Can you tell me why this is self moderated?
|
n/a | HeadsOrTails | October 16, 2014, 12:41:20 AM | ||
LIVE|MidasCoin|Backed|New Scrypt PoM|ATM card|Referral|NO IPO|UNIQUE Announcements (Altcoins)
As I pointed out in the original article I published at CoinJoint, this coin was…
|
n/a | HeadsOrTails | October 13, 2014, 03:36:48 AM | ||
[ANN] [MNE] Munne丨POS 丨POD丨New Wallet Released丨Strong Marketing丨ICO OPEN!丨 Announcements (Altcoins)
That is excellent news. Huge for the value of the currency because it lets it ac…
|
n/a | HeadsOrTails | October 13, 2014, 03:24:27 AM | ||
[ANN] [MNE] Munne丨POS 丨POD丨New Wallet Released丨Strong Marketing丨ICO OPEN!丨 Announcements (Altcoins)
We are proud to present our first deal, in this case with CoinGateway. We have m…
|
n/a | HeadsOrTails | October 13, 2014, 03:23:47 AM | ||
[ANN] [MNE] Munne丨X13丨POS 丨POD丨New Wallet丨Strong Marketing丨ICO丨 Announcements (Altcoins)
Its an interesting choice to see you change from an unmoderated to self-moderate…
|
n/a | HeadsOrTails | October 13, 2014, 03:19:51 AM | ||
RushWallet 2 Bitcoin Puzzle Games and rounds
You know what? I've spent a good 50 hours on this and it's not about the money.…
|
n/a | HeadsOrTails | October 12, 2014, 10:51:34 PM | ||
RushWallet 2 Bitcoin Puzzle Games and rounds
You know what? I've spent a good 50 hours on this and it's not about the money.…
|
n/a | HeadsOrTails | October 11, 2014, 07:30:52 PM | ||
RushWallet 2 Bitcoin Puzzle Games and rounds
The only thing I haven't seen anyone mention yet is the 225 digit number.Umm.. w…
|
n/a | HeadsOrTails | October 10, 2014, 05:53:25 AM | ||
LIVE|MidasCoin|Backed|New Scrypt PoM|ATM card|Referral|NO IPO|UNIQUE Announcements (Altcoins)
I wouldn't call it a scam "yet". Unless they failed to deliver orders in appropr…
|
n/a | HeadsOrTails | October 08, 2014, 11:25:36 PM | ||
RushWallet 2 Bitcoin Puzzle Games and rounds
The only thing I haven't seen anyone mention yet is the 225 digit number.Umm.. w…
|
n/a | HeadsOrTails | October 01, 2014, 10:51:51 AM | ||
RushWallet 2 Bitcoin Puzzle Games and rounds
The only thing I haven't seen anyone mention yet is the 225 digit number.Umm.. w…
|
n/a | HeadsOrTails | September 30, 2014, 10:40:48 AM | ||
PayPal partners with Bitcoin ? You mean they're going to take it over Bitcoin Discussion
Considering the amount of utter hatred a lot of Bitcoin users have for Paypal I…
|
n/a | HeadsOrTails | September 28, 2014, 08:25:18 AM | ||
PayPal partners with Bitcoin ? You mean they're going to take it over Bitcoin Discussion
This smells like a troll / fud post to me. Paypal won't take it over. They'll ju…
|
n/a | HeadsOrTails | September 28, 2014, 08:13:09 AM | ||
PayPal partners with Bitcoin ? You mean they're going to take it over Bitcoin Discussion
They will be able to control the price of Bitcoin.Its practically a takeover and…
|
n/a | HeadsOrTails | September 28, 2014, 08:04:34 AM | ||
Bitcoin Core 0.9.2.1 RPC Calls Extended List (Pastebin/BitcoinSE x-post) Bitcoin Discussion
Code 2/2:Code:listreceivedbyaccount ( minconf includeempty )List balances by acc…
|
n/a | HeadsOrTails | September 28, 2014, 06:23:02 AM | ||
Bitcoin Core 0.9.2.1 RPC Calls Extended List (Pastebin/BitcoinSE x-post) Bitcoin Discussion
I posted Bitcoin Core 0.9.2.1 RPC Calls Extended List over at Bitcoin SE and lin…
|
n/a | HeadsOrTails | September 28, 2014, 06:20:09 AM | ||
[ANN] Bitcoin blockchain data torrent Bitcoin Discussion
How much time I need to sync the blockchain from zero using bitcoin-qt and how m…
|
n/a | HeadsOrTails | September 28, 2014, 05:15:54 AM | ||
[ANN] SocialxBot | First Coin with live Exchange on Twitter |Coming to Weibo Announcements (Altcoins)
QuoteI am always suspicious when a third party steps in and becomes a potential…
|
n/a | HeadsOrTails | September 24, 2014, 10:09:40 AM |