< 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.
< 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?
< sipa>
it was there to prevent creating a segwit address (which could be stolen from) before it activated
< sipa>
but it's complicated by the fact that many tests in regtest operate in a state where it is not active yet
< esotericnonsense>
whee! 0.15.0.1 successfully compiled and running on my phone.
< achow101>
esotericnonsense: ... why?
< esotericnonsense>
achow101: because i can!
< achow101>
bitcoind or bitcoin-qt?
< esotericnonsense>
bitcoind
< esotericnonsense>
i don't think it's ever going to sync
< achow101>
esotericnonsense: I think it has a higher probability of syncing than my bitcoin 0.1.0 node does
< esotericnonsense>
even the 2009 blocks are slow
< achow101>
how slow?
< esotericnonsense>
the log is truncated, hang on
< esotericnonsense>
1m15s from 2010-01-01 to 2010-04-01 (height 32490 -> 48298)
< goatpig>
you in for a week at this rate
< achow101>
esotericnonsense: started at 21:27:28 utc, currently at 1661
< 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
< achow101>
granted it has crashed multiple times and the vm it is in has also crashed a few times
< esotericnonsense>
but i am going to guess that they'd clash on the ports and neither side can be configured
< esotericnonsense>
(also if it's pruned it won't connect either)
< esotericnonsense>
achow101: lol.
< achow101>
I don't think it's ever going to get anywhere near being in sync
< esotericnonsense>
are there any issues with copying datadirs across architectures? endianness? other stuff?
< achow101>
shouldn't be
< esotericnonsense>
(I could produce a pruned datadir on my main box and chuck that over)
< sipa>
achow101: i think it should be totally possible to sync
< sipa>
i got abcore to sync with 0.13 on my oneplus one (woth 3 GB ram)
< 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
< achow101>
sipa: I was talking about my 0.1.0 node
< bitcoin-git>
[bitcoin] sipa opened pull request #11389: Support having SegWit always active in regtest (master...201709_itsalwayssegwitinregtestia) https://github.com/bitcoin/bitcoin/pull/11389