1 2017-09-23 00:39:05	0|ossifrage|To my local 0.15.0, I added a command line option to specify the max upload timeframe to try and more evenly spread out the data spent serving old blocks. The 24 hour default results in overly spikey network traffic.
 2 2017-09-23 02:43:42	0|jonasschnelli|sipa: re #11167, is it a problem that you can send to BIP173 addresses when IsWitness is diabled? "addwitnessaddress" rejects while sendtoaddress doesn't... I guess since it's active on mainnet this doesn't matter anymore?
 3 2017-09-23 02:43:45	0|gribble|https://github.com/bitcoin/bitcoin/issues/11167 | Full BIP173 (Bech32) support by sipa · Pull Request #11167 · bitcoin/bitcoin · GitHub
 4 2017-09-23 02:51:34	0|sipa|jonasschnelli: right
 5 2017-09-23 02:52:04	0|sipa|it was there to prevent creating a segwit address (which could be stolen from) before it activated
 6 2017-09-23 02:52:27	0|sipa|but it's complicated by the fact that many tests in regtest operate in a state where it is not active yet
 7 2017-09-23 03:21:28	0|esotericnonsense|whee! 0.15.0.1 successfully compiled and running on my phone.
 8 2017-09-23 03:22:29	0|achow101|esotericnonsense: ... why?
 9 2017-09-23 03:22:37	0|esotericnonsense|achow101: because i can!
10 2017-09-23 03:22:43	0|achow101|bitcoind or bitcoin-qt?
11 2017-09-23 03:22:47	0|esotericnonsense|bitcoind
12 2017-09-23 03:22:55	0|esotericnonsense|i don't think it's ever going to sync
13 2017-09-23 03:23:24	0|achow101|esotericnonsense: I think it has a higher probability of syncing than my bitcoin 0.1.0 node does
14 2017-09-23 03:24:02	0|esotericnonsense|even the 2009 blocks are slow
15 2017-09-23 03:24:16	0|achow101|how slow?
16 2017-09-23 03:24:25	0|esotericnonsense|the log is truncated, hang on
17 2017-09-23 03:25:58	0|esotericnonsense|1m15s from 2010-01-01 to 2010-04-01 (height 32490 -> 48298)
18 2017-09-23 03:26:22	0|goatpig|you in for a week at this rate
19 2017-09-23 03:27:02	0|achow101|esotericnonsense: started at 21:27:28 utc, currently at 1661
20 2017-09-23 03:27:07	0|esotericnonsense|unfortunately the actually-possibly-useful thing that it could be used for won't work; it would be fun to use it as a trusted node in schildbach's wallet
21 2017-09-23 03:27:16	0|achow101|granted it has crashed multiple times and the vm it is in has also crashed a few times
22 2017-09-23 03:27:28	0|esotericnonsense|but i am going to guess that they'd clash on the ports and neither side can be configured
23 2017-09-23 03:27:39	0|esotericnonsense|(also if it's pruned it won't connect either)
24 2017-09-23 03:27:59	0|esotericnonsense|achow101: lol.
25 2017-09-23 03:28:45	0|achow101|I don't think it's ever going to get anywhere near being in sync
26 2017-09-23 03:29:15	0|esotericnonsense|are there any issues with copying datadirs across architectures? endianness? other stuff?
27 2017-09-23 03:29:26	0|achow101|shouldn't be
28 2017-09-23 03:29:39	0|esotericnonsense|(I could produce a pruned datadir on my main box and chuck that over)
29 2017-09-23 03:43:32	0|sipa|achow101: i think it should be totally possible to sync
30 2017-09-23 03:44:01	0|sipa|i got abcore to sync with 0.13 on my oneplus one (woth 3 GB ram)
31 2017-09-23 03:44:25	0|sipa|on my nexus 5x now i haven't tried, as it only has 2 GB ram, but with 0.15 i think it should be possible
32 2017-09-23 03:48:41	0|achow101|sipa: I was talking about my 0.1.0 node
33 2017-09-23 03:49:57	0|sipa|oh, i missed that
34 2017-09-23 04:37:09	0|luke-jr|jonasschnelli: https://github.com/bitcoin/bips/pull/592 fix readme?
35 2017-09-23 06:07:20	0|bitcoin-git|[13bitcoin] 15sipa opened pull request #11389: Support having SegWit always active in regtest (06master...06201709_itsalwayssegwitinregtestia) 02https://github.com/bitcoin/bitcoin/pull/11389
36 2017-09-23 06:11:12	0|arubi|heh
37 2017-09-23 07:40:55	0|bitcoin-git|13bitcoin/06master 14723aa1b 15Wladimir J. van der Laan: qt: Backup former GUI settings on `-resetguisettings`...
38 2017-09-23 07:40:55	0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/aeed345c9bad...10a20bf7700e
39 2017-09-23 07:40:56	0|bitcoin-git|13bitcoin/06master 1410a20bf 15Wladimir J. van der Laan: Merge #11338: qt: Backup former GUI settings on `-resetguisettings`...
40 2017-09-23 07:41:30	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #11338: qt: Backup former GUI settings on `-resetguisettings` (06master...062017_10_backup_resetguisettings) 02https://github.com/bitcoin/bitcoin/pull/11338
41 2017-09-23 15:06:26	0|jonasschnelli|luke-jr: Oh. Yes. Will do
42 2017-09-23 16:04:22	0|ThomasV|sipa: what was your point about bip124 and CLTV, CSV?
43 2017-09-23 16:06:20	0|ThomasV|it seems to me that nLocktime and nSequence are "out of scope" anyway
44 2017-09-23 16:07:08	0|ThomasV|by that I mean the derived address does not depend on them
45 2017-09-23 16:09:22	0|sipa|ThomasV: CLTV and CSV are script opcodes
46 2017-09-23 16:09:56	0|sipa|CLTV sets a requirement on the nLockTime field of the spending transaction
47 2017-09-23 16:13:45	0|ThomasV|sipa: so?
48 2017-09-23 16:13:59	0|sipa|so they're not out of scope
49 2017-09-23 16:14:15	0|sipa|they're things that influence the address
50 2017-09-23 16:14:16	0|ThomasV|maybe we don't agree on the scope then.
51 2017-09-23 16:14:37	0|ThomasV|how?
52 2017-09-23 16:14:40	0|sipa|i think you misunderstand me
53 2017-09-23 16:14:58	0|sipa|i wasn't talking about nLockTime and nSequence
54 2017-09-23 16:15:20	0|ThomasV|no, you were talking about the parameter in the script
55 2017-09-23 16:15:23	0|sipa|i'm talking about having scriptPubKeys with the CLTV or CSV instruction in them
56 2017-09-23 16:15:30	0|ThomasV|right
57 2017-09-23 16:15:48	0|ThomasV|but how would that interfer with bip124?
58 2017-09-23 16:16:09	0|sipa|i have no idea, i have never looked at bip124
59 2017-09-23 16:16:25	0|ThomasV|or, to put it differently, what do you expect bip124 to achieve there?
60 2017-09-23 16:16:42	0|sipa|i brought CLTV up as an example of something where there is more to backup than just a key
61 2017-09-23 16:17:10	0|ThomasV|oh but we agree that there is more to backup :)
62 2017-09-23 16:17:31	0|ThomasV|I thought you were saying that bip124 would be broken by these opcodes
63 2017-09-23 16:17:51	0|sipa|sorry if i gave that impression
64 2017-09-23 16:17:59	0|sipa|but i don't know bip124
65 2017-09-23 16:18:42	0|ThomasV|sipa: BIP124 is not really specified, but it is trivial to read
66 2017-09-23 16:19:01	0|ThomasV|it just says "lets define a template for scripts"
67 2017-09-23 16:19:30	0|ThomasV|where pubkeys are variables
68 2017-09-23 16:24:55	0|sipa|right
69 2017-09-23 16:26:40	0|ThomasV|the scriptpubkey type (non-segwit, segwint-in-p2sh or native-segwit) is something orthogonal, though.
70 2017-09-23 22:12:34	0|esotericnonsense|achow101: on both aarch64 and armv7l it works properly by just copying datadir over from amd64 (i don't have the patience to wait). https://esotericnonsense.com/img/bitcoind-motog.jpg
71 2017-09-23 22:12:49	0|esotericnonsense|still have no use for it. :P
72 2017-09-23 23:34:32	0|bitcoin-git|[13bitcoin] 15jnewbery opened pull request #11390: [docs] document scripted-diff (06master...06document_scripted_diff) 02https://github.com/bitcoin/bitcoin/pull/11390