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 | ||
Proposal: Base58 encoded HD Wallet root key with optional encryption Development & Technical Discussion
I think the false positive rate of the bloom filter is a bit too high for comfor…
|
n/a | wyager | April 26, 2014, 02:40:37 AM | ||
Proposal: Base58 encoded HD Wallet root key with optional encryption Development & Technical Discussion
Agreed. The bloom filter does not perform as well as expected. The two 16-bit ha…
|
n/a | wyager | April 24, 2014, 05:51:45 PM | ||
Proposal: Base58 encoded HD Wallet root key with optional encryption Development & Technical Discussion
I'll send this proposal off to riplin:4. Calculate "preH" = PBKDF2-HMAC-SHA512(k…
|
n/a | wyager | April 23, 2014, 08:56:47 PM | ||
Proposal: Base58 encoded HD Wallet root key with optional encryption Development & Technical Discussion
QuoteEven in the way we have it set up now, if an attacker can get their hands o…
|
n/a | wyager | April 23, 2014, 07:47:32 PM | ||
Proposal: Base58 encoded HD Wallet root key with optional encryption Development & Technical Discussion
Snazzy approach to denyablity. I certantly like it better than what some other p…
|
n/a | wyager | April 22, 2014, 09:39:39 PM | ||
Proposal: Base58 encoded HD Wallet root key with optional encryption Development & Technical Discussion
Suggestion: Replace all instances of bare HMAC-SHA512 with PBKDF2-HMAC-SHA512, l…
|
n/a | wyager | April 04, 2014, 05:20:07 PM | ||
Proposal: Base58 encoded HD Wallet root key with optional encryption Development & Technical Discussion
Updated reference implementation. Now supports newest spec, as well as secondary…
|
n/a | wyager | February 06, 2014, 10:05:09 PM | ||
Proposal: Base58 encoded HD Wallet root key with optional encryption Development & Technical Discussion
Ok, I've done some searching and unfortunately, there are no 2 byte prefixes for…
|
n/a | wyager | February 05, 2014, 09:44:27 PM | ||
Proposal: Base58 encoded HD Wallet root key with optional encryption Development & Technical Discussion
Actually, come to think of it, this gives a brute-force attack a big optimizatio…
|
n/a | wyager | February 04, 2014, 01:40:57 AM | ||
Proposal: Base58 encoded HD Wallet root key with optional encryption Development & Technical Discussion
1. There isn't really any reason to not at least *allow* PBKDF2-SHA512 as one of…
|
n/a | wyager | February 03, 2014, 06:24:16 PM | ||
Proposal: Base58 encoded HD Wallet root key with optional encryption Development & Technical Discussion
Of course, there's also the non-offloadable scrypt hash later on. However, the p…
|
n/a | wyager | February 03, 2014, 04:16:39 PM | ||
Proposal: Base58 encoded HD Wallet root key with optional encryption Development & Technical Discussion
As a KDF? Can you provide some evidence for that?If instead you were saying PBK…
|
n/a | wyager | February 01, 2014, 05:48:44 PM | ||
Proposal: Base58 encoded HD Wallet root key with optional encryption Development & Technical Discussion
Bump. Would like to hear opinions on bloom filter.Would it be possible to slight…
|
n/a | wyager | January 30, 2014, 07:09:09 PM | ||
Proposal: Base58 encoded HD Wallet root key with optional encryption Development & Technical Discussion
This thread hasn't had a lot of activity recently. Here's what I'd say:Bloom fil…
|
n/a | wyager | January 11, 2014, 02:23:51 AM | ||
Proposal: Base58 encoded HD Wallet root key with optional encryption Development & Technical Discussion
This all seems needlessly complex just to facilitate reasonable scan times. How…
|
n/a | wyager | December 28, 2013, 02:27:43 PM | ||
Proposal: Base58 encoded HD Wallet root key with optional encryption Development & Technical Discussion
Grau, if I'm understanding you correctly, you say that we could optimize blockch…
|
n/a | wyager | December 27, 2013, 01:29:41 PM | ||
Proposal: Base58 encoded HD Wallet root key with optional encryption Development & Technical Discussion
All test vectors passed in my implementation!Please specify that unicode passwor…
|
n/a | wyager | December 26, 2013, 07:17:28 PM | ||
Proposal: Base58 encoded HD Wallet root key with optional encryption Development & Technical Discussion
Thanks. Some small suggested changes:1. Specify endianness of the each field. In…
|
n/a | wyager | December 26, 2013, 05:56:02 PM | ||
Proposal: Base58 encoded HD Wallet root key with optional encryption Development & Technical Discussion
I've changed the checksum to be a double SHA256 of the private key instead of th…
|
n/a | wyager | December 26, 2013, 03:55:13 PM | ||
Proposal: Base58 encoded HD Wallet root key with optional encryption Development & Technical Discussion
Block number might be a reasonable alternative to a date? Less arbitrary?Good th…
|
n/a | wyager | December 22, 2013, 03:11:13 PM | ||
Proposal: Base58 encoded HD Wallet root key with optional encryption Development & Technical Discussion
Implemented it here: https://github.com/wyager/Encrypted-HD-walletI followed the…
|
n/a | wyager | December 21, 2013, 06:35:02 PM | ||
Proposal: Base58 encoded HD Wallet root key with optional encryption Development & Technical Discussion
I don't think you're seeing the issue; What if the encrypted wallet has an incor…
|
n/a | wyager | December 19, 2013, 06:24:26 PM | ||
Proposal: Base58 encoded HD Wallet root key with optional encryption Development & Technical Discussion
Requests from whom?From myself and probably any SPV wallet author too. This is a…
|
n/a | wyager | December 19, 2013, 06:12:51 PM | ||
Proposal: Base58 encoded HD Wallet root key with optional encryption Development & Technical Discussion
You're the first to bring up this issue whereas I've had several requests to inc…
|
n/a | wyager | December 19, 2013, 05:47:29 PM | ||
Proposal: Base58 encoded HD Wallet root key with optional encryption Development & Technical Discussion
I disagree. Even if you feel it's an information leak, you can set it to 0 and t…
|
n/a | wyager | December 19, 2013, 04:48:54 PM | ||
Proposal: Base58 encoded HD Wallet root key with optional encryption Development & Technical Discussion
I can't change it after the fact if it's used in the salt, and I doubt most impl…
|
n/a | wyager | December 19, 2013, 03:42:50 PM | ||
Proposal: Base58 encoded HD Wallet root key with optional encryption Development & Technical Discussion
How could this be used as evidence? It can be easily changed to include a differ…
|
n/a | wyager | December 19, 2013, 03:42:58 AM | ||
Proposal: Base58 encoded HD Wallet root key with optional encryption Development & Technical Discussion
On a similar vein, I would prefer it if the date was an optional field or wasn't…
|
n/a | wyager | December 19, 2013, 03:28:44 AM | ||
Proposal: Base58 encoded HD Wallet root key with optional encryption Development & Technical Discussion
Quote"4 bytes: SHA256(SHA256(master_bitcoin_public_address))[0...3], used both f…
|
n/a | wyager | December 19, 2013, 02:24:59 AM | ||
WTS EOTech 552 for 3.8BTC Goods
SOLD!I have for sale a used EOTech 552. I'm selling it relatively cheaply becaus…
|
n/a | wyager | May 21, 2013, 08:45:11 PM | ||
[AUCTION] 50 ASICMiner shares Auctions
Also, can we get proof of ownership?
|
n/a | wyager | May 21, 2013, 12:50:17 PM | ||
[AUCTION] 50 ASICMiner shares Auctions
1 @ 2.3
|
n/a | wyager | May 21, 2013, 12:48:59 PM | ||
WARNING! Bitcoin will soon block small transaction outputs Bitcoin Discussion
I think there should be a minimal transaction fee of 0.001 bitcoins(or at least…
|
n/a | wyager | May 05, 2013, 03:12:29 PM | ||
WARNING! Bitcoin will soon block small transaction outputs Bitcoin Discussion
54µBTC seems like an inordinately large sum. Why not leave this up to the miners…
|
n/a | wyager | May 05, 2013, 02:40:42 PM | ||
Roger Ver and Jon Matonis pushed aside now that Bitcoin is becoming mainstream Bitcoin Discussion
Wanna know what sells Bitcoin to those in my life that come to me wanting to kno…
|
n/a | wyager | April 20, 2013, 01:20:18 AM | ||
Compensating miners on the wrong side of The Big Fork Mining
Something bugs me about this... I feel like losing money thanks to chain forks k…
|
n/a | wyager | March 23, 2013, 01:54:17 AM | ||
Ripple Giveaway! Altcoin Discussion
rho6mCdqW8VHTPBzHdsWbcARQWueCufHFw
|
n/a | wyager | March 16, 2013, 10:15:18 PM | ||
WOOHOO! Just got my BFL Jalapeno in the mail! Off-topic
Seems legit.
|
n/a | wyager | September 30, 2012, 06:06:17 PM | ||
BOUGHT: Square/SquareUp Credit card reader dongle Goods
I am looking to purchase a Square credit card reader dongle. They're free, so ba…
|
n/a | wyager | September 11, 2012, 11:20:46 PM | ||
WTB: Square/SquareUp Credit card reader dongle Goods
Just a FYI, they sell them in Walmart for like $10 with a $10 credit when you re…
|
n/a | wyager | September 12, 2012, 02:01:34 PM | ||
[bitconf] State of the Coin 2012 Bitcoin Discussion
Pay-to-script-hash looks interesting.Would someone care to explain exactly how t…
|
n/a | wyager | September 16, 2012, 10:36:29 PM | ||
Let's play a game Gambling
So...?
|
n/a | wyager | September 16, 2012, 04:33:07 PM | ||
How To Import A Privrate Key Using A MAC Development & Technical Discussion
I recommend installing bitcoind if you want advanced features like this. The imp…
|
n/a | wyager | September 15, 2012, 11:17:51 AM | ||
Let's play a game Gambling
Looks like OP might have cashed out. Oh well, I'm at no gain or loss.
|
n/a | wyager | September 13, 2012, 06:51:28 PM | ||
Let's play a game Gambling
Did you forget mine? I got payed back for the first time, but not the second.Sta…
|
n/a | wyager | September 12, 2012, 05:37:54 PM | ||
Let's play a game Gambling
Alright! Sent another .5BTC. This is fun. Love the suspense.Status: 0/unconfirme…
|
n/a | wyager | September 12, 2012, 04:00:09 PM | ||
Let's play a game Gambling
Still doubling bitcoins ?Still waitin' here... OP could make a mint if he keeps…
|
n/a | wyager | September 11, 2012, 09:19:13 PM | ||
Let's play a game Gambling
Interesting... long con perhaps? Let's try it out.edit:Status: 1/unconfirmedDate…
|
n/a | wyager | September 11, 2012, 07:15:12 PM | ||
The psychology of a con man - Zhou Bitcoin Discussion
QuoteAll of your posts seem to demonstrate that you are precisely the kind of pe…
|
n/a | wyager | July 29, 2012, 01:39:22 AM | ||
The psychology of a con man - Zhou Bitcoin Discussion
I am not ignoring the side effects of charity. They are the side effects of giv…
|
n/a | wyager | July 29, 2012, 01:21:42 AM | ||
The psychology of a con man - Zhou Bitcoin Discussion
Which is why you both invest in the community and stave off starvation at the sa…
|
n/a | wyager | July 28, 2012, 11:21:09 PM | ||
The psychology of a con man - Zhou Bitcoin Discussion
This thread appears to have been heavily derailed, but in response to the last f…
|
n/a | wyager | July 28, 2012, 10:54:17 PM | ||
Playing with Public Keys Bitcoin Discussion
What would be the point of doing that instead of hashing the document to a priva…
|
n/a | wyager | July 24, 2012, 12:04:26 AM | ||
Playing with Public Keys Bitcoin Discussion
Ah, I think you're missing a step in your code, namely the one that makes the pu…
|
n/a | wyager | July 23, 2012, 11:02:22 PM | ||
Playing with Public Keys Bitcoin Discussion
Ah, I think you're missing a step in your code, namely the one that makes the pu…
|
n/a | wyager | July 23, 2012, 10:54:43 PM | ||
Playing with Public Keys Bitcoin Discussion
This concept is usually known as "brain wallets".It's only a brain wallet if it'…
|
n/a | wyager | July 23, 2012, 10:52:40 PM | ||
Playing with Public Keys Bitcoin Discussion
This concept is usually known as "brain wallets".I recently played around with t…
|
n/a | wyager | July 23, 2012, 10:49:38 PM | ||
Playing with Public Keys Bitcoin Discussion
I wrote a small/dirty python script that allows me to use an arbitrary value (li…
|
n/a | wyager | July 23, 2012, 10:26:13 PM | ||
How do I decrypt the Blockchain.info email backup wallet? Bitcoin Technical Support
See http://bitcoin.stackexchange.com/a/3037/659 (expand all the comments) and in…
|
n/a | wyager | July 22, 2012, 01:42:13 PM | ||
what's next for Bitcoin? Bitcoin Discussion
Amazon or another large online business accepting them as payment. This. And, fi…
|
n/a | wyager | July 20, 2012, 11:05:02 PM | ||
How do I decrypt the Blockchain.info email backup wallet? Bitcoin Technical Support
See http://bitcoin.stackexchange.com/a/3037/659 (expand all the comments) and in…
|
n/a | wyager | July 16, 2012, 07:50:17 AM | ||
How do I decrypt the Blockchain.info email backup wallet? Bitcoin Technical Support
Any idea which part of the multibit source handles this? I am having trouble fin…
|
n/a | wyager | July 15, 2012, 10:24:17 PM | ||
Generate Google Authenticator OTPs with a TI89? Off-topic
Correct me if I'm wrong but if you can generate the codes, then anyone can do it…
|
n/a | wyager | July 14, 2012, 01:51:27 AM | ||
How do I decrypt the Blockchain.info email backup wallet? Bitcoin Technical Support
Even if their API works, I am more concerned with the possibility that they some…
|
n/a | wyager | July 13, 2012, 06:01:29 PM | ||
Bitcoin is spreading! Economics
Nifty! I have to say, I would choose Bitcoin over Paypal/CC for convenience any…
|
n/a | wyager | July 13, 2012, 12:16:33 AM | ||
How do I decrypt the Blockchain.info email backup wallet? Bitcoin Technical Support
Blockchain.info regularly sends me an encrypted backup of the wallet I have stor…
|
n/a | wyager | July 12, 2012, 10:34:39 PM | ||
Why don't we just create backing for Bitcoin? Economics
There is literally no situation in which trying to back bitcoin with anything ph…
|
n/a | wyager | June 24, 2012, 08:53:55 PM | ||
Why don't we just create backing for Bitcoin? Economics
No.No.No.There is literally no good reason to back Bitcoin with anything. This w…
|
n/a | wyager | June 23, 2012, 05:11:12 PM | ||
[OFFLINE] SIMPLECOIN.US [PPLNS/SMPPS] Pools
Seriously, whoever returned the coins is either a really nice guy who just wante…
|
n/a | wyager | April 19, 2012, 10:15:59 PM | ||
Is it possible to solve the mining process differently? Beginners & Help
The only way to calculate which nonce is needed is to try every single nonce unt…
|
n/a | wyager | March 24, 2012, 06:43:06 PM | ||
CoinWorker Beginners & Help
CoinWorker by wyager
I like it a lot. It makes it easy to get a dollar or two for experimenting. The…
|
n/a | wyager | March 19, 2012, 05:52:15 PM | ||
BTC: 30 USD to 5 USD Beginners & Help
Second, the supply of bitcoins is constantly increasing. 50 new BTC are created…
|
n/a | wyager | March 18, 2012, 02:30:05 PM | ||
HOWTO: create a 100% secure wallet Beginners & Help
Good point. I suppose the weakest element in the encryption chain is the human.
|
n/a | wyager | March 18, 2012, 12:06:41 AM | ||
BTC: 30 USD to 5 USD Beginners & Help
Second, the supply of bitcoins is constantly increasing. 50 new BTC are created…
|
n/a | wyager | March 17, 2012, 07:11:30 PM | ||
If JP Morgan and Goldman Sachs owned 80% of the entire Bitcoin mining power.. Economics
This whole thing is simple enough to fix. Release an updated version of the clie…
|
n/a | wyager | March 17, 2012, 03:59:20 PM | ||
Patching The Bitcoin Client To Make It More Anonymous Development & Technical Discussion
OK, got it working! Very cool patch. Quick tip for OSX users who can't get it to…
|
n/a | wyager | March 17, 2012, 03:47:45 PM | ||
March 2012 BitCon in San Antonio, Texas - News Thread Bitcoin Discussion
If I hadn't just found out this was happening, I would already be there! It's no…
|
n/a | wyager | March 17, 2012, 01:52:31 PM | ||
Bitcoin: A wonder drug or snake oil? Economics
It does not claim to be a wonder drug, or any miraculous money-making scheme.If…
|
n/a | wyager | March 16, 2012, 11:40:22 PM | ||
Bitcoin: A wonder drug or snake oil? Economics
It does not claim to be a wonder drug, or any miraculous money-making scheme.If…
|
n/a | wyager | March 16, 2012, 11:29:32 PM | ||
If JP Morgan and Goldman Sachs owned 80% of the entire Bitcoin mining power.. Economics
I've written about this a few times. Bitcoin is BigGovernments *wettest ever dr…
|
n/a | wyager | March 16, 2012, 11:27:12 PM | ||
Bitcoin: A wonder drug or snake oil? Economics
It does not claim to be a wonder drug, or any miraculous money-making scheme.If…
|
n/a | wyager | March 16, 2012, 11:20:26 PM | ||
every 4 years halving Beginners & Help
In a similar vein, and maybe I'm totally ignorant here, but it seems that the en…
|
n/a | wyager | March 16, 2012, 10:54:52 PM | ||
More secure than bitcoin required! Beginners & Help
If I'm not mistaken, isn't Bitcoin ownership and signage based on elliptic-curve…
|
n/a | wyager | March 16, 2012, 10:44:36 PM | ||
BTC: 30 USD to 5 USD Beginners & Help
OK, first off, supply and demand are independent. The combination of both supply…
|
n/a | wyager | March 16, 2012, 10:38:27 PM | ||
Patching The Bitcoin Client To Make It More Anonymous Development & Technical Discussion
This is exactly what I was looking for! I'll try to get this running on OS X.ETA…
|
n/a | wyager | March 16, 2012, 09:51:11 PM | ||
How do I manage the money owned by each individual Bitcoin address? Bitcoin Technical Support
Thank you! Just what I'm looking for.
|
n/a | wyager | March 16, 2012, 09:49:56 PM | ||
More secure than bitcoin required! Beginners & Help
Bitcoin is not based on æs alone. It uses the hash of the generated public keys…
|
n/a | wyager | March 16, 2012, 02:26:47 PM | ||
New Bitcoin Interface/GUI - Feedback Wanted! Beginners & Help
I think there should be support for control of individual accounts (i.e. you can…
|
n/a | wyager | March 16, 2012, 01:59:50 PM | ||
HOWTO: create a 100% secure wallet Beginners & Help
I'm not sure if it's already been mentioned in these 33 pages of posts (sorry I…
|
n/a | wyager | March 16, 2012, 01:57:02 PM | ||
How do I manage the money owned by each individual Bitcoin address? Bitcoin Technical Support
Right now, I have a few addresses in my wallet. The client shows me which addres…
|
n/a | wyager | March 16, 2012, 01:55:19 PM | ||
Official Open Source FPGA Bitcoin Miner (Spartan-6 Now Tops Performance per $!) Hardware
I'm very glad I found this project! I am EE hobbyist and my recent focus has bee…
|
n/a | wyager | March 12, 2012, 07:44:20 PM | ||
How do bitcoin deal with "lost" coins Beginners & Help
the bitcoin will be found again after a few 100 years.Technically, this is corre…
|
n/a | wyager | March 12, 2012, 07:41:23 PM | ||
Whitelist Requests (Want out of here?) Beginners & Help
I've met the minimum requirements, and I want to post in the main forum because…
|
n/a | wyager | March 11, 2012, 12:49:02 PM | ||
Bitcoin App Deisgn Beginners & Help
Ah, I see. Very cool. You should download the developer tools and work on an int…
|
n/a | wyager | March 09, 2012, 11:36:05 PM | ||
Bitcoin App Deisgn Beginners & Help
What is the market for this app? Are you intending to replace the default client…
|
n/a | wyager | March 09, 2012, 11:02:48 PM | ||
What will you do when the gold rush ends? Beginners & Help
It's a little more complex than that.First off, there will not suddenly be half…
|
n/a | wyager | March 09, 2012, 10:57:27 PM | ||
HOWTO: create a 100% secure wallet Beginners & Help
Wouldn't you have to download the entire block chain every time you used the Liv…
|
n/a | wyager | March 09, 2012, 10:33:39 PM | ||
Introduce yourself :) Beginners & Help
Wow! Big thread!I am currently a crypto hobbyist, and Bitcoin is a brilliant rea…
|
n/a | wyager | March 09, 2012, 10:24:13 PM |