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.
78 70 00 00 00 20 << The 20 is the length of the private key in hex
e5 d4 25 0e 2e 45 ff 82 4e ff << private key in hex
3b 49 da 1a 4e 9a 4c b5 3f 71 cb 8f b6 80 46 10 << private key in hex
e1 ed 1a 7b 16 28 << private key in hex
78 << ignore this byte
75 71 00 7e 00 11 00 00 00 << search bytes
41 << length of public key in hex
04 19 0a 40 a0 a7 d0 48 c8 79 eb 93 e9 63 48 << public key in hex
82 09 ea ab 65 13 95 c2 7f 21 c2 0e 79 a0 24 18 << public key in hex
05 62 55 34 fc a2 bb 7f 04 46 ce 23 43 89 06 52 << public key in hex
9a 0c 32 11 c5 ef 1b e1 d4 ca 16 fc e3 48 29 73 << public key in hex
10 14 << public key in hex
78 73 << public key post amble
Wallet newWallet = new Wallet(NetworkParameters.prodNet());
ECKey key1 = new ECKey(new BigInteger(1, Hex.decode("e5d4250e2e45ff824eff3b49da1a4e9a4cb53f71cb8fb6804610e1ed1a7b1628")));
newWallet.keychain.add(key1);
18:03:42.622 [main] DEBUG org.multibit.MultiBit - Locating wallets
18:03:42.622 [main] DEBUG org.multibit.MultiBit - When loading wallets, there were 1
18:03:42.622 [main] DEBUG org.multibit.MultiBit - Loading wallet from 'C:\Users\***\AppData\Roaming\MultiBit\Main.wallet'
18:03:48.969 [main] ERROR org.multibit.MultiBit - Could not load the wallet file "C:\Users\***\AppData\Roaming\MultiBit\Main.wallet".
The error message was "invalid type code: 00"