1 2018-05-18 10:13:58 <setpill> does bitcoind record the timestamp of when a block was received?
 2 2018-05-18 14:23:28 <mmgen> Version 0.9.8 of the MMGen wallet released!
 3 2018-05-18 14:23:31 <mmgen> MMGen: the number one online/offline crypto wallet, key management system and cold-storage solution for the command line.
 4 2018-05-18 14:23:47 <mmgen> Release notes: https://github.com/mmgen/mmgen/releases/tag/v0.9.8
 5 2018-05-18 15:46:17 <kanzure> https://github.com/petertodd/python-bitcoinlib/issues/176
 6 2018-05-18 21:39:09 <c4pt> hey whats going on?
 7 2018-05-18 21:39:27 <c4pt> did you guys fix any recent exploits or vulnerabilities with bitcoin?
 8 2018-05-18 21:39:44 <c4pt> anything problematic?
 9 2018-05-18 21:42:34 <c4pt> guess ill ask around elsewhere,
10 2018-05-18 21:42:39 <c4pt> everyone seems pretty busy here
11 2018-05-18 21:43:17 <c4pt> I lost alot of bitcoin,
12 2018-05-18 21:44:07 <c4pt> is this a live feed or irc, or a subnet clone version like some endpoints in ml ?
13 2018-05-18 21:44:18 <c4pt> *live feed of irc
14 2018-05-18 21:44:36 <c4pt> i saw something about a nsa clone of google, so i wasnt sure,
15 2018-05-18 21:45:29 <c4pt> the channel shows 200 people here?
16 2018-05-18 21:45:36 <c4pt> are all of you devs?
17 2018-05-18 21:47:23 <c4pt> working on new improvements?
18 2018-05-18 21:57:34 <c4pt> <c4pt> i think ill check on github,.
19 2018-05-18 21:57:34 <c4pt> <c4pt> oh shit wrong channel i thought this way
20 2018-05-18 21:57:34 <c4pt> <c4pt> there is a big problem,
21 2018-05-18 21:57:34 <c4pt> <c4pt> *this was dev
22 2018-05-18 21:57:34 <c4pt> <c4pt> which devs currently are making most of the changes in HEAD?
23 2018-05-18 21:58:23 <c4pt> who here is managing who makes changes to HEAD for the main wallet?
24 2018-05-18 21:58:57 <c4pt> the project was passed off to a small team?
25 2018-05-18 21:59:18 <c4pt> who can i contact about making changes in HEAD?
26 2018-05-18 22:16:50 <c4pt> i think it may be possible to find other wallet addresses and import them into my local wallet, there is nothing genuinely protecting a private key from import if its discovered by generating a specified set of base 58 addresses
27 2018-05-18 22:17:58 <c4pt> by setting an attack vector and scanning through private keys its possible to find exact matches to the pre-generate wallet address generation inside of cores algorithm to generate the wallet sending and receiving addresses
28 2018-05-18 22:19:10 <c4pt> sorry i havent slept for a few days i read like 300 pages of a text book
29 2018-05-18 22:20:29 <c4pt> similar to password generator using a program like "jtr" or another type of password generator whether it uses dictionary or stdin functions to generate password for wordlists
30 2018-05-18 22:21:31 <c4pt> its possible to alter this program for finding base 58 addresses used with the bitcoin wallet's private key to repopulate and import the decoded wallet sending and receiving address
31 2018-05-18 22:22:39 <c4pt> i think a way to fix the bitcoin client would be to add the functionality of One-Time-Password , OTP like google-auth, and integrate a QR code into the private key encoding
32 2018-05-18 22:23:53 <c4pt> not a QR code for the bitcoin decoded sending and receiving address,       but both a QR code for the decoded bitcoin wallet sending and receiving address and the     base 58 private key that is used in import,