1 2017-07-03 03:22:13	0|fanquake|achow101 constant today
 2 2017-07-03 03:23:13	0|achow101|its not even multiple trolls, just one guy with multiple accounts
 3 2017-07-03 04:30:02	0|luke-jr|have the accounts been banned yet?
 4 2017-07-03 05:40:59	0|bitbee|are there  any good pump and dump bitcoin threads?
 5 2017-07-03 05:51:43	0|sipa|..
 6 2017-07-03 06:52:52	0|gmaxwell|Has there been any recent change that would make it possible for mapWallet to not be initilized by the time LoadToWallet starts running?
 7 2017-07-03 06:55:31	0|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
 8 2017-07-03 06:55:58	0|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.
 9 2017-07-03 06:56:17	0|gmaxwell|(which makes me think that I should perhaps try loading some old wallets while running under valgrind).
10 2017-07-03 06:57:03	0|gmaxwell|My WAG is that memory corruption happens on x86 and arm but just happens to trigger the segfault on arm due to chance.
11 2017-07-03 06:57:37	0|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.
12 2017-07-03 07:31:20	0|wumpus|he could try pre-comiled versions?
13 2017-07-03 07:32:25	0|wumpus|we've been shipping ARM linux executables for a while
14 2017-07-03 07:32:42	0|wumpus|or is this problem new in master?
15 2017-07-03 07:37:32	0|bitcoin-git|[13bitcoin] 15AkioNak opened pull request #10728: fix typo in help text for removeprunedfunds (06master...06fix-removeprunedfunds-helptext) 02https://github.com/bitcoin/bitcoin/pull/10728
16 2017-07-03 07:39:19	0|bitcoin-git|13bitcoin/06master 1427c63dc 15John Newbery: [tests] nits in dbcrash.py
17 2017-07-03 07:39:19	0|bitcoin-git|[13bitcoin] 15MarcoFalke pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/2935b469ae96...dd07f47b7962
18 2017-07-03 07:39:20	0|bitcoin-git|13bitcoin/06master 14dd07f47 15MarcoFalke: Merge #10704: [tests] nits in dbcrash.py...
19 2017-07-03 07:39:49	0|bitcoin-git|[13bitcoin] 15MarcoFalke closed pull request #10704: [tests] nits in dbcrash.py (06master...06dbcrashtestnits) 02https://github.com/bitcoin/bitcoin/pull/10704
20 2017-07-03 08:29:27	0|bitcoin-git|[13bitcoin] 15luke-jr opened pull request #10729: Wrap EvalScript in a ScriptExecution class (06master...06scriptex) 02https://github.com/bitcoin/bitcoin/pull/10729
21 2017-07-03 08:32:26	0|bitcoin-git|[13bitcoin] 15luke-jr opened pull request #10730: Move script flag to/from-string logic from tests to script/interpreter (06master...06scriptflag_strings) 02https://github.com/bitcoin/bitcoin/pull/10730
22 2017-07-03 09:58:09	0|bitcoin-git|[13bitcoin] 15luke-jr opened pull request #10731: net_processing: Avoid filtering any printable characters from UAs in the log (06master...06log_more_uacomment) 02https://github.com/bitcoin/bitcoin/pull/10731
23 2017-07-03 10:28:00	0|bitcoin-git|[13bitcoin] 15darrenkis opened pull request #10732: remove https://github.com/jli225from users (06master...06segwit2x) 02https://github.com/bitcoin/bitcoin/pull/10732
24 2017-07-03 10:32:05	0|luke-jr|O.o
25 2017-07-03 11:43:24	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #10732: remove https://github.com/jli225from users (06master...06segwit2x) 02https://github.com/bitcoin/bitcoin/pull/10732
26 2017-07-03 12:00:15	0|bitcoin-git|[13bitcoin] 15laanwj pushed 3 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/dd07f47b7962...d81bec7666de
27 2017-07-03 12:00:16	0|bitcoin-git|13bitcoin/06master 142a96283 15Wladimir J. van der Laan: rpc: Update `generate` for developer notes...
28 2017-07-03 12:00:16	0|bitcoin-git|13bitcoin/06master 14df7e2f0 15Wladimir J. van der Laan: rpc: Move the `generate` RPC call to rpcwallet...
29 2017-07-03 12:00:17	0|bitcoin-git|13bitcoin/06master 14d81bec7 15Wladimir J. van der Laan: Merge #10683: rpc: Move the `generate` RPC call to rpcwallet...
30 2017-07-03 12:00:46	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #10683: rpc: Move the `generate` RPC call to rpcwallet (06master...062017_06_wallet_mining) 02https://github.com/bitcoin/bitcoin/pull/10683
31 2017-07-03 12:21:04	0|bitcoin-git|13bitcoin/06master 14ecb4fc3 15Akio Nakamura: fix typo in help text for removeprunedfunds
32 2017-07-03 12:21:04	0|bitcoin-git|[13bitcoin] 15jonasschnelli pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/d81bec7666de...7397af9d314d
33 2017-07-03 12:21:05	0|bitcoin-git|13bitcoin/06master 147397af9 15Jonas Schnelli: Merge #10728: fix typo in help text for removeprunedfunds...
34 2017-07-03 12:21:38	0|bitcoin-git|[13bitcoin] 15jonasschnelli closed pull request #10728: fix typo in help text for removeprunedfunds (06master...06fix-removeprunedfunds-helptext) 02https://github.com/bitcoin/bitcoin/pull/10728
35 2017-07-03 14:42:39	0|bitcoin-git|[13bitcoin] 15instagibbs opened pull request #10733: getwalletinfo: return path for wallet file (06master...06walletnameinfo) 02https://github.com/bitcoin/bitcoin/pull/10733
36 2017-07-03 15:14:08	0|bitcoin-git|[13bitcoin] 15practicalswift closed pull request #10686: Avoid usage of uninitialized values in function call arguments (06master...06uninitialized-arguments) 02https://github.com/bitcoin/bitcoin/pull/10686
37 2017-07-03 15:51:11	0|bitcoin-git|[13bitcoin] 15practicalswift opened pull request #10735: Avoid static analyzer warnings regarding uninitialized arguments (06master...06std-array) 02https://github.com/bitcoin/bitcoin/pull/10735
38 2017-07-03 17:52:28	0|midnightmagic|hey. who created the github repo and did the initial svn import from the sourceforge repo?
39 2017-07-03 18:10:58	0|bitcoin-git|[13bitcoin] 15instagibbs closed pull request #10733: getwalletinfo: return path for wallet file (06master...06walletnameinfo) 02https://github.com/bitcoin/bitcoin/pull/10733
40 2017-07-03 18:55:50	0|Dizzle|midnightmagic: it was Gavin Andresen. https://bitcointalk.org/index.php?topic=2367.0;all
41 2017-07-03 18:58:06	0|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