12017-07-03T00:00:17 *** arubi has quit IRC
22017-07-03T00:05:03 *** arubi has joined #bitcoin-core-dev
32017-07-03T00:22:09 *** AaronvanW has quit IRC
42017-07-03T00:22:45 *** AaronvanW has joined #bitcoin-core-dev
52017-07-03T00:24:52 *** justanotheruser has joined #bitcoin-core-dev
62017-07-03T00:25:34 *** justanotheruser has quit IRC
72017-07-03T00:25:50 *** justanotheruser has joined #bitcoin-core-dev
82017-07-03T00:26:48 *** AaronvanW has quit IRC
92017-07-03T00:27:43 *** justan0theruser has quit IRC
102017-07-03T00:37:42 *** Ylbam has quit IRC
112017-07-03T00:47:38 *** pigma64 has joined #bitcoin-core-dev
122017-07-03T01:06:33 *** dabura667 has joined #bitcoin-core-dev
132017-07-03T01:09:24 *** talmai has joined #bitcoin-core-dev
142017-07-03T01:19:39 *** str4d has joined #bitcoin-core-dev
152017-07-03T03:20:33 *** str4d has quit IRC
162017-07-03T03:21:28 *** fanquake has joined #bitcoin-core-dev
172017-07-03T03:22:13 <fanquake> achow101 constant today
182017-07-03T03:23:12 <achow101> its not even multiple trolls, just one guy with multiple accounts
192017-07-03T03:24:03 *** AaronvanW has joined #bitcoin-core-dev
202017-07-03T03:28:52 *** AaronvanW has quit IRC
212017-07-03T03:38:08 *** arubi has quit IRC
222017-07-03T03:38:42 *** arubi has joined #bitcoin-core-dev
232017-07-03T04:30:01 <luke-jr> have the accounts been banned yet?
242017-07-03T04:49:45 *** talmai has quit IRC
252017-07-03T05:07:13 *** PaulCape_ has quit IRC
262017-07-03T05:10:05 *** RubenSomsen has quit IRC
272017-07-03T05:10:12 *** PaulCapestany has joined #bitcoin-core-dev
282017-07-03T05:10:33 *** pigma64 has quit IRC
292017-07-03T05:24:43 *** AaronvanW has joined #bitcoin-core-dev
302017-07-03T05:30:26 *** AaronvanW has quit IRC
312017-07-03T05:40:58 <bitbee> are there any good pump and dump bitcoin threads?
322017-07-03T05:51:42 <sipa> ..
332017-07-03T05:54:02 *** moriarty has joined #bitcoin-core-dev
342017-07-03T05:54:11 *** moriarty has left #bitcoin-core-dev
352017-07-03T06:18:05 *** arubi has quit IRC
362017-07-03T06:18:27 *** arubi has joined #bitcoin-core-dev
372017-07-03T06:24:08 *** Ylbam has joined #bitcoin-core-dev
382017-07-03T06:25:57 *** arowser has quit IRC
392017-07-03T06:32:06 *** arowser has joined #bitcoin-core-dev
402017-07-03T06:47:52 *** SopaXorzTaker has joined #bitcoin-core-dev
412017-07-03T06:52:51 <gmaxwell> Has there been any recent change that would make it possible for mapWallet to not be initilized by the time LoadToWallet starts running?
422017-07-03T06:55:30 <gmaxwell> sturles has an OLD wallet that loads "fine" on his x86 host w/ master, but on arm he gets a crash. The backtrace is CreateWalletFromFile/LoadWallet/CWalletDB::LoadWallet/ReadKeyValue/LoadToWallet and it crashes at CWalletTx& wtx = mapWallet[hash]; at wallet.cpp:933
432017-07-03T06:55:57 <gmaxwell> Which at a glance should only be possible if mapWallet is uninitilized. He notes that this wallet has an orphaned generated transaction early in it.
442017-07-03T06:56:16 <gmaxwell> (which makes me think that I should perhaps try loading some old wallets while running under valgrind).
452017-07-03T06:57:02 <gmaxwell> My WAG is that memory corruption happens on x86 and arm but just happens to trigger the segfault on arm due to chance.
462017-07-03T06:57:36 <gmaxwell> I've asked if he could try loading with an earler version to bisect, but since compiling is slow on his arm system, he can't do so today.
472017-07-03T07:08:10 *** ivan has quit IRC
482017-07-03T07:31:19 <wumpus> he could try pre-comiled versions?
492017-07-03T07:32:24 <wumpus> we've been shipping ARM linux executables for a while
502017-07-03T07:32:42 <wumpus> or is this problem new in master?
512017-07-03T07:37:31 <bitcoin-git> [bitcoin] AkioNak opened pull request #10728: fix typo in help text for removeprunedfunds (master...fix-removeprunedfunds-helptext) https://github.com/bitcoin/bitcoin/pull/10728
522017-07-03T07:39:18 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/2935b469ae96...dd07f47b7962
532017-07-03T07:39:18 <bitcoin-git> bitcoin/master 27c63dc John Newbery: [tests] nits in dbcrash.py
542017-07-03T07:39:19 <bitcoin-git> bitcoin/master dd07f47 MarcoFalke: Merge #10704: [tests] nits in dbcrash.py...
552017-07-03T07:39:48 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #10704: [tests] nits in dbcrash.py (master...dbcrashtestnits) https://github.com/bitcoin/bitcoin/pull/10704
562017-07-03T07:45:31 *** jouke has joined #bitcoin-core-dev
572017-07-03T07:45:31 *** jouke has quit IRC
582017-07-03T07:45:31 *** jouke has joined #bitcoin-core-dev
592017-07-03T07:56:32 *** laurentmt has joined #bitcoin-core-dev
602017-07-03T07:57:10 *** laurentmt has quit IRC
612017-07-03T08:03:13 *** PaulCapestany has quit IRC
622017-07-03T08:04:15 *** PaulCape_ has joined #bitcoin-core-dev
632017-07-03T08:10:55 *** timothy has joined #bitcoin-core-dev
642017-07-03T08:29:26 <bitcoin-git> [bitcoin] luke-jr opened pull request #10729: Wrap EvalScript in a ScriptExecution class (master...scriptex) https://github.com/bitcoin/bitcoin/pull/10729
652017-07-03T08:32:25 <bitcoin-git> [bitcoin] luke-jr opened pull request #10730: Move script flag to/from-string logic from tests to script/interpreter (master...scriptflag_strings) https://github.com/bitcoin/bitcoin/pull/10730
662017-07-03T08:48:54 *** dabura667 has quit IRC
672017-07-03T08:52:04 *** Giszmo has quit IRC
682017-07-03T09:04:53 *** Guyver2 has joined #bitcoin-core-dev
692017-07-03T09:34:01 *** peter7 has joined #bitcoin-core-dev
702017-07-03T09:39:11 *** fanquake has quit IRC
712017-07-03T09:42:11 *** Guyver2_ has joined #bitcoin-core-dev
722017-07-03T09:45:08 *** Guyver2 has quit IRC
732017-07-03T09:45:15 *** Guyver2_ is now known as Guyver2
742017-07-03T09:51:52 *** peter7 has quit IRC
752017-07-03T09:56:23 *** jannes has joined #bitcoin-core-dev
762017-07-03T09:58:08 <bitcoin-git> [bitcoin] luke-jr opened pull request #10731: net_processing: Avoid filtering any printable characters from UAs in the log (master...log_more_uacomment) https://github.com/bitcoin/bitcoin/pull/10731
772017-07-03T10:00:48 *** PaulCape_ has quit IRC
782017-07-03T10:01:21 *** arubi has quit IRC
792017-07-03T10:05:42 *** PaulCapestany has joined #bitcoin-core-dev
802017-07-03T10:06:00 *** Dyaheon has quit IRC
812017-07-03T10:08:16 *** Dyaheon has joined #bitcoin-core-dev
822017-07-03T10:16:46 *** chjj has quit IRC
832017-07-03T10:24:03 *** RubenSomsen has joined #bitcoin-core-dev
842017-07-03T10:24:35 *** Ruben has joined #bitcoin-core-dev
852017-07-03T10:27:59 <bitcoin-git> [bitcoin] darrenkis opened pull request #10732: remove https://github.com/jli225from users (master...segwit2x) https://github.com/bitcoin/bitcoin/pull/10732
862017-07-03T10:28:16 *** RubenSomsen has quit IRC
872017-07-03T10:29:56 *** chjj has joined #bitcoin-core-dev
882017-07-03T10:32:04 <luke-jr> O.o
892017-07-03T10:36:04 *** goatpig has joined #bitcoin-core-dev
902017-07-03T10:40:50 *** AaronvanW has joined #bitcoin-core-dev
912017-07-03T11:05:38 *** Magicking_ has quit IRC
922017-07-03T11:06:16 *** Magicking_ has joined #bitcoin-core-dev
932017-07-03T11:43:23 <bitcoin-git> [bitcoin] laanwj closed pull request #10732: remove https://github.com/jli225from users (master...segwit2x) https://github.com/bitcoin/bitcoin/pull/10732
942017-07-03T12:00:15 <bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/dd07f47b7962...d81bec7666de
952017-07-03T12:00:16 <bitcoin-git> bitcoin/master df7e2f0 Wladimir J. van der Laan: rpc: Move the `generate` RPC call to rpcwallet...
962017-07-03T12:00:16 <bitcoin-git> bitcoin/master 2a96283 Wladimir J. van der Laan: rpc: Update `generate` for developer notes...
972017-07-03T12:00:17 <bitcoin-git> bitcoin/master d81bec7 Wladimir J. van der Laan: Merge #10683: rpc: Move the `generate` RPC call to rpcwallet...
982017-07-03T12:00:45 <bitcoin-git> [bitcoin] laanwj closed pull request #10683: rpc: Move the `generate` RPC call to rpcwallet (master...2017_06_wallet_mining) https://github.com/bitcoin/bitcoin/pull/10683
992017-07-03T12:12:35 *** Dyaheon has quit IRC
1002017-07-03T12:16:29 *** Dyaheon has joined #bitcoin-core-dev
1012017-07-03T12:21:03 <bitcoin-git> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d81bec7666de...7397af9d314d
1022017-07-03T12:21:03 <bitcoin-git> bitcoin/master ecb4fc3 Akio Nakamura: fix typo in help text for removeprunedfunds
1032017-07-03T12:21:04 <bitcoin-git> bitcoin/master 7397af9 Jonas Schnelli: Merge #10728: fix typo in help text for removeprunedfunds...
1042017-07-03T12:21:37 <bitcoin-git> [bitcoin] jonasschnelli closed pull request #10728: fix typo in help text for removeprunedfunds (master...fix-removeprunedfunds-helptext) https://github.com/bitcoin/bitcoin/pull/10728
1052017-07-03T12:34:43 *** cryptapus_afk has quit IRC
1062017-07-03T12:38:40 *** cryptapus has joined #bitcoin-core-dev
1072017-07-03T12:38:40 *** cryptapus has joined #bitcoin-core-dev
1082017-07-03T12:38:45 *** cryptapus is now known as cryptapus_afk
1092017-07-03T13:04:37 *** harrymm has quit IRC
1102017-07-03T13:06:51 *** talmai has joined #bitcoin-core-dev
1112017-07-03T13:19:48 *** Ruben has quit IRC
1122017-07-03T13:20:05 *** JackH has joined #bitcoin-core-dev
1132017-07-03T13:40:35 *** Bootvis_ has quit IRC
1142017-07-03T13:41:56 *** Bootvis has joined #bitcoin-core-dev
1152017-07-03T13:56:44 *** talmai has quit IRC
1162017-07-03T14:01:33 *** talmai has joined #bitcoin-core-dev
1172017-07-03T14:08:20 *** SopaXorzTaker has quit IRC
1182017-07-03T14:09:01 *** SopaXorzTaker has joined #bitcoin-core-dev
1192017-07-03T14:09:33 *** GalenC has quit IRC
1202017-07-03T14:37:58 *** laurentmt has joined #bitcoin-core-dev
1212017-07-03T14:42:38 <bitcoin-git> [bitcoin] instagibbs opened pull request #10733: getwalletinfo: return path for wallet file (master...walletnameinfo) https://github.com/bitcoin/bitcoin/pull/10733
1222017-07-03T14:50:11 *** talmai has quit IRC
1232017-07-03T14:50:21 *** wolfspraul has joined #bitcoin-core-dev
1242017-07-03T14:52:17 *** Dyaheon has quit IRC
1252017-07-03T14:53:06 *** Dyaheon has joined #bitcoin-core-dev
1262017-07-03T14:55:58 *** laurentmt has quit IRC
1272017-07-03T15:00:49 *** cryptapus_afk has quit IRC
1282017-07-03T15:03:16 *** cryptapus has joined #bitcoin-core-dev
1292017-07-03T15:03:16 *** cryptapus has joined #bitcoin-core-dev
1302017-07-03T15:03:19 *** cryptapus is now known as cryptapus_afk
1312017-07-03T15:04:59 *** talmai has joined #bitcoin-core-dev
1322017-07-03T15:08:13 *** Ernest has joined #bitcoin-core-dev
1332017-07-03T15:14:07 <bitcoin-git> [bitcoin] practicalswift closed pull request #10686: Avoid usage of uninitialized values in function call arguments (master...uninitialized-arguments) https://github.com/bitcoin/bitcoin/pull/10686
1342017-07-03T15:15:46 *** talmai has quit IRC
1352017-07-03T15:23:41 *** talmai has joined #bitcoin-core-dev
1362017-07-03T15:35:47 *** Ernest has quit IRC
1372017-07-03T15:41:54 *** talmai has quit IRC
1382017-07-03T15:43:34 *** arubi has joined #bitcoin-core-dev
1392017-07-03T15:43:37 *** Stephan has joined #bitcoin-core-dev
1402017-07-03T15:44:30 *** Stephan has quit IRC
1412017-07-03T15:51:10 <bitcoin-git> [bitcoin] practicalswift opened pull request #10735: Avoid static analyzer warnings regarding uninitialized arguments (master...std-array) https://github.com/bitcoin/bitcoin/pull/10735
1422017-07-03T15:52:01 *** baldur has quit IRC
1432017-07-03T16:04:57 *** Guyver2_ has joined #bitcoin-core-dev
1442017-07-03T16:07:13 *** Guyver2 has quit IRC
1452017-07-03T16:07:20 *** Guyver2_ is now known as Guyver2
1462017-07-03T16:18:11 *** Guyver2 has quit IRC
1472017-07-03T16:19:29 *** draadpiraat[m] has quit IRC
1482017-07-03T16:19:50 *** kewde[m] has quit IRC
1492017-07-03T16:20:04 *** herzmeister[m] has quit IRC
1502017-07-03T16:24:27 *** herzmeister[m] has joined #bitcoin-core-dev
1512017-07-03T16:30:18 *** kewde[m] has joined #bitcoin-core-dev
1522017-07-03T16:30:25 *** draadpiraat[m] has joined #bitcoin-core-dev
1532017-07-03T16:34:21 *** donaloconnor has joined #bitcoin-core-dev
1542017-07-03T16:45:55 *** chjj has quit IRC
1552017-07-03T16:56:34 *** Victorsueca has quit IRC
1562017-07-03T16:57:15 *** Victorsueca has joined #bitcoin-core-dev
1572017-07-03T16:59:31 *** chjj has joined #bitcoin-core-dev
1582017-07-03T17:01:02 *** timothy has quit IRC
1592017-07-03T17:02:25 *** Victorsueca has quit IRC
1602017-07-03T17:10:55 *** Dizzle has joined #bitcoin-core-dev
1612017-07-03T17:15:14 *** btcdrak has quit IRC
1622017-07-03T17:24:40 *** SopaXorzTaker has quit IRC
1632017-07-03T17:36:14 *** Giszmo has joined #bitcoin-core-dev
1642017-07-03T17:37:33 *** SopaXorzTaker has joined #bitcoin-core-dev
1652017-07-03T17:47:12 *** Victorsueca has joined #bitcoin-core-dev
1662017-07-03T17:51:45 *** Ruben has joined #bitcoin-core-dev
1672017-07-03T17:52:27 <midnightmagic> hey. who created the github repo and did the initial svn import from the sourceforge repo?
1682017-07-03T18:08:10 *** JackH has quit IRC
1692017-07-03T18:10:57 <bitcoin-git> [bitcoin] instagibbs closed pull request #10733: getwalletinfo: return path for wallet file (master...walletnameinfo) https://github.com/bitcoin/bitcoin/pull/10733
1702017-07-03T18:20:43 *** PaulCapestany has quit IRC
1712017-07-03T18:22:12 *** JackH has joined #bitcoin-core-dev
1722017-07-03T18:27:01 *** d9b4bef9 has quit IRC
1732017-07-03T18:28:08 *** d9b4bef9 has joined #bitcoin-core-dev
1742017-07-03T18:54:11 *** PaulCapestany has joined #bitcoin-core-dev
1752017-07-03T18:55:28 *** chjj has quit IRC
1762017-07-03T18:55:49 <Dizzle> midnightmagic: it was Gavin Andresen. https://bitcointalk.org/index.php?topic=2367.0;all
1772017-07-03T18:58:05 <Dizzle> And from there began an awkward relationship between the svn repo and the git repo, where SVN became the deployment branch and github the integration branch. You and Gavin chatted briefly about it around the time Satoshi became sparse. http://bitcoinstats.com/irc/bitcoin-dev/logs/2011/01/31#l1296491784.0
1782017-07-03T19:08:18 *** chjj has joined #bitcoin-core-dev
1792017-07-03T19:20:21 *** talmai has joined #bitcoin-core-dev
1802017-07-03T19:27:24 *** SopaXorzTaker has quit IRC
1812017-07-03T19:27:51 *** Dizzle has quit IRC
1822017-07-03T19:43:31 *** talmai has quit IRC
1832017-07-03T19:50:41 *** baldur has joined #bitcoin-core-dev
1842017-07-03T20:03:06 *** tmddzk has joined #bitcoin-core-dev
1852017-07-03T20:08:14 *** murchandamus has quit IRC
1862017-07-03T20:09:43 *** murchandamus has joined #bitcoin-core-dev
1872017-07-03T20:10:17 *** Ruben has quit IRC
1882017-07-03T20:19:00 *** str4d has joined #bitcoin-core-dev
1892017-07-03T20:20:07 *** laurentmt has joined #bitcoin-core-dev
1902017-07-03T20:20:13 *** laurentmt has quit IRC
1912017-07-03T20:24:33 *** tmddzk has quit IRC
1922017-07-03T20:37:22 *** goatpig has quit IRC
1932017-07-03T20:54:57 *** PaulCapestany has quit IRC
1942017-07-03T20:58:40 *** tmddzk has joined #bitcoin-core-dev
1952017-07-03T21:01:28 *** PaulCapestany has joined #bitcoin-core-dev
1962017-07-03T21:03:47 *** tmddzk has quit IRC
1972017-07-03T21:07:17 *** PaulCapestany has quit IRC
1982017-07-03T21:13:03 *** PaulCapestany has joined #bitcoin-core-dev
1992017-07-03T21:25:21 *** PaulCapestany has quit IRC
2002017-07-03T21:28:47 *** Dyaheon has quit IRC
2012017-07-03T21:29:27 *** Dyaheon has joined #bitcoin-core-dev
2022017-07-03T21:37:13 *** PaulCapestany has joined #bitcoin-core-dev
2032017-07-03T21:38:45 *** JackH has quit IRC
2042017-07-03T22:01:35 *** donaloconnor has quit IRC
2052017-07-03T22:14:07 *** tmddzk has joined #bitcoin-core-dev
2062017-07-03T22:16:46 *** harrymm has joined #bitcoin-core-dev
2072017-07-03T22:18:48 *** tmddzk has quit IRC
2082017-07-03T22:25:02 *** d9b4bef9 has quit IRC
2092017-07-03T22:28:07 *** d9b4bef9 has joined #bitcoin-core-dev
2102017-07-03T22:36:49 *** str4d has quit IRC
2112017-07-03T23:01:21 *** chjj has quit IRC
2122017-07-03T23:02:50 *** PaulCapestany has quit IRC
2132017-07-03T23:06:41 *** jannes has quit IRC
2142017-07-03T23:08:53 *** chjj has joined #bitcoin-core-dev
2152017-07-03T23:09:12 *** PaulCapestany has joined #bitcoin-core-dev
2162017-07-03T23:16:29 *** chjj has quit IRC
2172017-07-03T23:18:33 *** PaulCapestany has quit IRC
2182017-07-03T23:20:09 *** PaulCapestany has joined #bitcoin-core-dev
2192017-07-03T23:28:38 *** chjj has joined #bitcoin-core-dev
2202017-07-03T23:35:26 *** echonaut has quit IRC
2212017-07-03T23:35:44 *** echonaut has joined #bitcoin-core-dev