--- Day changed Fri Nov 04 2016 00:26 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Ping timeout: 260 seconds] 00:31 < GitHub133> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/82077ef6e49a...ed64bcec2dde 00:31 < GitHub133> bitcoin/master 2b175d4 John Newbery: Clean up bctest.py and bitcoin-util-test.py... 00:31 < GitHub133> bitcoin/master ed64bce Wladimir J. van der Laan: Merge #9069: Clean up bctest.py and bitcoin-util-test.py... 00:31 -!- davec [~davec@cpe-24-243-251-52.hot.res.rr.com] has quit [Read error: Connection reset by peer] 00:32 < GitHub61> [bitcoin] laanwj closed pull request #9069: Clean up bctest.py and bitcoin-util-test.py (master...btutiltestcleanup) https://github.com/bitcoin/bitcoin/pull/9069 00:32 -!- davec [~davec@cpe-24-243-251-52.hot.res.rr.com] has joined #bitcoin-core-dev 00:47 -!- GreenIsMyPepper [~GreenIsMy@2605:6400:20:11aa:189e:28a5:52ed:8948] has quit [Ping timeout: 240 seconds] 00:50 -!- BashCo [~BashCo@unaffiliated/bashco] has quit [Remote host closed the connection] 01:10 -!- GreenIsMyPepper [~GreenIsMy@2605:6400:20:11aa:189e:28a5:52ed:8948] has joined #bitcoin-core-dev 01:12 -!- BashCo_ [~BashCo@unaffiliated/bashco] has joined #bitcoin-core-dev 01:14 -!- rebroad [~rebroad@115.133.231.241] has quit [Ping timeout: 260 seconds] 01:20 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 01:24 -!- kadoban [~mud@unaffiliated/kadoban] has quit [Quit: bye] 01:33 -!- rebroad [~rebroad@1.32.106.91] has joined #bitcoin-core-dev 01:41 -!- murch [~murch@p4FE39A0C.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 01:56 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Ping timeout: 260 seconds] 01:57 < rebroad> wumpus, gmaxwell, just want to say thank you for all the hard work you do on bitcoin-core and apologies that I sometimes facilitate a perception of distraction from the more important duties... certainly not my intention. and apologies for the paranoia I sometimes exhibit.. I just find it so hard to understand some of your decisions but I realise you feel you have too little time to explain them fully, so it's ok 01:58 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 01:59 < rebroad> I do sometimes wonder how much egos come into the weird dynamics I perceive on github, with various maintainers accusing people of trolling, when they are just trying to be constructive... I think the term "trolling" is used a little too much in general and is, IMHO, a rather unnecessary "bad faith assumption", and I would quite like to see some better standards of ettiquette if possible for github, etc 02:00 < rebroad> but i realise we're all only human so maybe I'm setting my standards too high given the design limitation of the human race :) 02:01 < rebroad> I just want to see bitcoin do well. I certainly don't want to see anyone burn out.. i'd rather see more collaboration rather than empire building 02:01 < Victorsueca> rebroad: never seen "empire building" on core 02:01 < rebroad> i think some of the recent exchanges between lead deveopers between classic and core for example are all rather silly with egos getting in the way of potential collaboration which could be awesome 02:02 < rebroad> Victorsueca, wasn't referring specifically to core regarding that statement 02:02 < Victorsueca> ahh, makes more sense then 02:02 < rebroad> i just see too much competition.. e.g. core, classic, zcash... I think if forces were combined better (and outsiders accepted more readily) that something better could exist. 02:02 < rebroad> anyway, I'll get off my soapbox now 02:04 < rebroad> It does seem that some people are stressed... I'm not quite sure why or what's behind this. I do sometimes wonder if there are things going on in a covert attempt to sabotage the project. I'm a little concerned about the current stress levels I perceive... then again, I could also get a little less stressed when my contributions are dismissed so rapidly..! 02:04 < Victorsueca> actually nobody cares about classic or zcash, there's no competition at all because reasonable people just ignores them, they will eventually die like all other attempts to compete with bitcoin did so nothing to worry about and nothing we can do about 02:05 < rebroad> I guess it's hard to be enthused without being attached (in the buddhist sense) 02:06 < rebroad> Victorsueca, I hope you are right... although I do get the impression that zcash has some quite clever technology in it... but why ddn't they help put this into bitcoin instead of an alt-coin... well.. I think I already know the answer to this... greed 02:07 < rebroad> anyway.. all a little OT for this channel perhaps 02:07 -!- laurentmt [~Thunderbi@80.215.178.126] has joined #bitcoin-core-dev 02:08 -!- laurentmt [~Thunderbi@80.215.178.126] has quit [Client Quit] 02:08 < gmaxwell> Speculating about that kind of stuff does no one any good. All you'll do is make yourself a target of the currency speculators that are invested in that system. Not worth your time. 02:14 < jouke> In wallet.cpp on line 2565 I see a transaction is added to wallet, but only fails at 2582, but since it's in the wallet it get's rebroadcasted right? (which I see happening in debug log). 02:15 < gmaxwell> jouke: if its acceptable to the memory pool ater, then I believe so... 02:16 < gmaxwell> I think thats a little obnoxious, looks like it could cause the rpc to return an error but still have the txn go out. (though at least it whould show in listtransactions in the meantime) 02:16 < jouke> That's excactly what's happening now 02:17 < gmaxwell> would* 02:17 < gmaxwell> How did you manage to construct a txn that wasn't acceptable to the mempool at the time of construction? that in and of itself is a bug. 02:17 < sipa> indeed 02:18 < jouke> gmaxwell: just using bitcoin core 12.0 02:18 < sipa> i believe the source code has a "this should never happen" comment in that place 02:18 < jouke> sipa: indeed 02:18 < jouke> It's a big wallet 02:18 < gmaxwell> hm. we have had bugs in the past where it could happen. 02:18 < sipa> ah, 0.12 may have had some issue there - it had just introduced the mempool limiting, and not adapted some of the wallet code to deal with that 02:18 < gmaxwell> and a lot of wallet things were fixed since 0.12.0 02:19 < gmaxwell> not a very satisifying answer. 02:19 < jouke> sipa: ah, right 02:20 < jouke> Hmm, mempool bytes is at 10% of maxmempool 02:20 -!- rubensayshi [~ruben@82.201.92.138] has joined #bitcoin-core-dev 02:20 < jouke> These was also a commit ten days ago that would provide more information about this happening. 02:21 < sipa> how large is the created txn? 02:21 < sipa> in bytes 02:21 -!- gielbier [~michiel@unaffiliated/gielbier] has joined #bitcoin-core-dev 02:22 -!- NielsvG [~Necrathex@unaffiliated/necrathex] has joined #bitcoin-core-dev 02:22 < jouke> one input, three outputs, 260 bytes 02:22 < jouke> no dust output 02:28 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has joined #bitcoin-core-dev 02:30 < jouke> probably this: https://github.com/bitcoin/bitcoin/pull/7084 02:37 -!- rebroad [~rebroad@1.32.106.91] has quit [Ping timeout: 252 seconds] 02:41 -!- jannes [~jannes@178.132.211.90] has joined #bitcoin-core-dev 02:44 < jouke> wallet with 250+ keys and working like a charm otherwise :) 02:47 -!- AaronvanW [~ewout@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 02:50 -!- AaronvanW [~ewout@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 02:51 -!- rebroad [~rebroad@175.142.64.37] has joined #bitcoin-core-dev 02:55 < NielsvG> for the record, jouke means 250k+ 😉 02:56 < jouke> euh, that. 02:56 < jouke> 250k+ unlocking takes ages 02:57 < jouke> anyway, great job @ core devs :) 03:05 -!- rebroad [~rebroad@175.142.64.37] has quit [Ping timeout: 265 seconds] 03:22 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has quit [Read error: Connection reset by peer] 03:39 <@wumpus> tnx jouke :) 03:42 -!- ibrightly [sid113387@gateway/web/irccloud.com/x-jvyqvfgkfxtnuxqk] has quit [Ping timeout: 260 seconds] 03:43 -!- pindarhk [sid105966@gateway/web/irccloud.com/x-rmeqmricmdqylwuv] has quit [Ping timeout: 260 seconds] 03:43 -!- aspect_ [sid151486@gateway/web/irccloud.com/x-zhkltqiqoatszqve] has quit [Ping timeout: 260 seconds] 03:43 -!- zmanian____ [sid113594@gateway/web/irccloud.com/x-abzjglpinuplmtdd] has quit [Ping timeout: 260 seconds] 03:43 -!- sipa [~pw@unaffiliated/sipa1024] has quit [Ping timeout: 260 seconds] 03:43 -!- jonasschnelli [~jonasschn@unaffiliated/jonasschnelli] has quit [Ping timeout: 260 seconds] 03:44 -!- blkdb [~blkdb@2a01:4f8:140:1407::2] has quit [Ping timeout: 260 seconds] 03:44 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 260 seconds] 03:45 -!- rebroad [~rebroad@175.142.64.37] has joined #bitcoin-core-dev 03:47 -!- zmanian____ [sid113594@gateway/web/irccloud.com/x-hhiqaucswzfvpkcs] has joined #bitcoin-core-dev 03:51 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Ping timeout: 250 seconds] 03:52 -!- jonasschnelli [~jonasschn@2a01:4f8:200:7025::2] has joined #bitcoin-core-dev 03:56 -!- belcher [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 03:56 -!- pindarhk [sid105966@gateway/web/irccloud.com/x-rqnkxnaaggbdpofn] has joined #bitcoin-core-dev 03:57 -!- aspect_ [sid151486@gateway/web/irccloud.com/x-ehhckfzudnfhtowv] has joined #bitcoin-core-dev 03:58 -!- ibrightly [sid113387@gateway/web/irccloud.com/x-eppwebsslhdmgvne] has joined #bitcoin-core-dev 04:05 -!- sipa [~pw@2a02:348:86:3011::1] has joined #bitcoin-core-dev 04:08 -!- rebroad [~rebroad@175.142.64.37] has quit [Ping timeout: 260 seconds] 04:23 -!- rebroad [~rebroad@115.132.129.100] has joined #bitcoin-core-dev 04:29 -!- cryptapus_afk is now known as cryptapus 04:34 -!- jonasschnelli [~jonasschn@2a01:4f8:200:7025::2] has quit [Changing host] 04:34 -!- jonasschnelli [~jonasschn@unaffiliated/jonasschnelli] has joined #bitcoin-core-dev 04:34 -!- fengling [~fengling@223.223.187.136] has quit [Ping timeout: 268 seconds] 04:40 -!- jtimon [~quassel@186.31.134.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 04:43 < jonasschnelli> 250k+ keys.. holy cow! 04:43 -!- paveljanik [~paveljani@unaffiliated/paveljanik] has quit [Quit: Leaving] 04:43 -!- blkdb [~blkdb@2a01:4f8:140:1407::2] has joined #bitcoin-core-dev 04:58 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 05:02 < GitHub142> [bitcoin] s-matthew-english opened pull request #9083: Enforcing consistency, 'gitian' to 'Gitian' (master...patch-9) https://github.com/bitcoin/bitcoin/pull/9083 05:10 -!- rebroad [~rebroad@115.132.129.100] has quit [Ping timeout: 260 seconds] 05:23 -!- owowo [ovovo@gateway/vpn/mullvad/x-yavnffflcmltyatz] has joined #bitcoin-core-dev 05:24 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 05:25 -!- laurentmt [~Thunderbi@80.215.178.116] has joined #bitcoin-core-dev 05:26 -!- laurentmt [~Thunderbi@80.215.178.116] has quit [Client Quit] 05:29 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 260 seconds] 05:40 -!- rebroad [~rebroad@175.145.250.125] has joined #bitcoin-core-dev 05:41 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 05:47 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 250 seconds] 05:50 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Ping timeout: 252 seconds] 05:53 < jonasschnelli> Any ideas why my gitian builder (night builds) is failing? 05:53 < jonasschnelli> test/coins_tests.cpp:6:25: fatal error: test_random.h: No such file or directory 05:53 < jonasschnelli> I have in mind we did already mentioned this issue somewhere 05:53 < jonasschnelli> https://bitcoin.jonasschnelli.ch/nightlybuilds/2016-11-04/build-linux.log 05:59 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 06:10 -!- rebroad_ [~rebroad@115.133.231.118] has joined #bitcoin-core-dev 06:13 -!- rebroad [~rebroad@175.145.250.125] has quit [Ping timeout: 260 seconds] 06:18 -!- rebroad_ [~rebroad@115.133.231.118] has quit [Ping timeout: 265 seconds] 06:25 <@wumpus> jonasschnelli: I have no clue, haven't seen that error anywhere else, looks like a header file wasn't committed or not added to the makefile (so it doesn't get packaged0 06:25 < jonasschnelli> It's not in the Makefile.test.include 06:25 < jonasschnelli> But so are the other headers IMO 06:26 <@wumpus> that could be the reason, though travis would crash on that too 06:27 < jonasschnelli> hmm... 06:46 < timothy> hi, which is the "reference" platform for bitcoin-core on linux? aka which distro and version is used with gitian to build it? 06:47 < jonasschnelli> timothy: Expect of libc/c++, everything is linkes statically. You should be capable of using those binaries on (almost) all linux platforms. 06:47 < jonasschnelli> timothy: It's built on Ubuntu trusty 06:47 < jonasschnelli> but portable 06:49 < timothy> not so portable since it can't work under alpine linux (mostly used for docker) :P I'll use ubuntu:trusty 06:55 -!- To7 [~theo@cpe-158-222-222-232.nyc.res.rr.com] has quit [Quit: Whatever] 06:55 -!- roidster [~chatzilla@71-84-219-33.dhcp.ccmn.ca.charter.com] has joined #bitcoin-core-dev 06:57 < jonasschnelli> timothy: what error you get when running on alpine? 06:57 < timothy> alpine uses musl 06:57 < timothy> so no glibc 06:58 < jonasschnelli> Yes. That won't work. 06:58 < jonasschnelli> Compile it on alpine?! 07:07 -!- rebroad [~rebroad@167.93.50.60.cbj05-home.tm.net.my] has joined #bitcoin-core-dev 07:15 <@wumpus> libraries need to be compatible with libgcc 4.4.0 and glibc 2.11 07:15 -!- otium [~otium@2a01:e35:2eeb:c00:29e8:73fc:6099:37d8] has joined #bitcoin-core-dev 07:15 <@wumpus> musl or bionic, not so much 07:16 -!- otium [~otium@2a01:e35:2eeb:c00:29e8:73fc:6099:37d8] has left #bitcoin-core-dev [] 07:16 < otium> ……………………………….. in the year 2016 before Segwit …………………………….. 07:16 < otium> Thank you core dev for my new Bitcoin core node 07:16 < otium> it’s fast as lightning 07:16 < otium> it welcomes every node thats speaks Segwit fluently 07:16 < otium> awesome ! 07:16 < otium> ;-) 07:16 < otium> ………………………………………………… 2016 BS ……………………………………… 07:17 -!- abpa [~abpa@2604:5500:16:6:895:9cdc:2e44:cdc4] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 07:17 <@wumpus> libstdc++ is also statically linked (-static-libstdc++) 07:18 <@wumpus> woohoo :) 07:21 -!- Cheeseo [~x@c-174-54-219-36.hsd1.pa.comcast.net] has joined #bitcoin-core-dev 07:21 -!- Cheeseo [~x@c-174-54-219-36.hsd1.pa.comcast.net] has quit [Changing host] 07:21 -!- Cheeseo [~x@unaffiliated/cheeseo] has joined #bitcoin-core-dev 07:47 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 07:51 < GitHub114> [bitcoin] TheBlueMatt opened pull request #9085: Remove unused CTxOut::GetHash() (master...2016-11-remove-outpoint-hash) https://github.com/bitcoin/bitcoin/pull/9085 07:54 < BlueMatt> sipa: now you lost the commit message text for "Make nType and nVersion private and sometimes const" 07:55 < instagibbs> does a block ever set CorruptionPossible? 07:55 < BlueMatt> its similar text to the next commit, but not the same 07:55 < BlueMatt> instagibbs: it should?! 07:55 < instagibbs> BlueMatt, ok, rephrase, what situation :) 07:56 < BlueMatt> instagibbs: it refers to someone having changed the block such that it is no longer the data which the miner committed to - eg my merkle tree malleability or removing witnesses 07:56 < instagibbs> oh, like handing simply a bad merkle tree 07:56 < instagibbs> ok 07:56 < BlueMatt> please rename and add comments 07:56 < BlueMatt> it was originally names obscurely to hide a bug, but this was years ago 07:57 < BlueMatt> sipa: previously the corresponding commit text was "Make the various stream implementations' nType and nVersion private and const (except in CDataStream where we really need a setter)." 08:01 < sipa> BlueMatt: gah 08:01 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Ping timeout: 252 seconds] 08:25 -!- Giszmo [~leo@pc-40-227-45-190.cm.vtr.net] has joined #bitcoin-core-dev 08:44 < instagibbs> On master running rpc tests im getting a smattering of: Unexpected exception caught during testing: Exception('bitcoind exited with status 1 during initialization',) 08:44 < instagibbs> basically a couple each time, some tests more prone than others, and it gets better if i run with only one thread 08:46 < instagibbs> I'll open an issue :) 08:49 -!- abpa [~abpa@96-82-80-25-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 08:51 -!- cdecker [~quassel@2a02:aa16:1105:4a80:75e7:f91f:c99c:3a52] has joined #bitcoin-core-dev 08:51 -!- BonyM1 [~BonyM-I@ua-83-227-211-4.cust.bredbandsbolaget.se] has quit [Ping timeout: 265 seconds] 08:52 < morcos> cfields_: did you ever look at maxuploadtarget.py failing? i had guessed a couple months ago that it was due to your refactor and i never really dived into it. i'm surprised no one else has had issues with it. i can look into if if you haven't? 08:54 -!- ryanofsky [~russ@static-100-38-11-146.nycmny.fios.verizon.net] has quit [Remote host closed the connection] 08:56 -!- kadoban [~mud@unaffiliated/kadoban] has joined #bitcoin-core-dev 08:58 -!- ryanofsky [~russ@static-100-38-11-146.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 09:01 -!- To7 [~theo@cpe-158-222-222-232.nyc.res.rr.com] has joined #bitcoin-core-dev 09:05 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 09:07 -!- BonyM1 [~BonyM-I@ua-83-227-211-4.cust.bredbandsbolaget.se] has joined #bitcoin-core-dev 09:19 -!- jm22 [9f7a85ce@gateway/web/freenode/ip.159.122.133.206] has joined #bitcoin-core-dev 09:21 < jm22> just wanted to let you know that when importing private keys or addresses you need to add rescan after the address or the private key. for releases before 13.1 there was no need for that. 09:22 < sipa> jm22: what? please file an issue 09:23 < jm22> iam talking about importing keys or addresses with the console of bitcoin-qt. 09:25 < sipa> yes, i know what you are saying 09:26 < sipa> you should file an issue, so we don't forget 09:26 < jm22> I am not familiar with filing issues. there is nothing wrong just that before there was no need to specify rescan.. just wanted to help in cse someone else have the same problem 09:26 -!- rebroad [~rebroad@167.93.50.60.cbj05-home.tm.net.my] has quit [Ping timeout: 256 seconds] 09:27 < sipa> https://github.com/bitcoin/bitcoin/issues 09:27 < jm22> ok thanks 09:27 < sipa> click new issue, and describe what you're typing, what you expect to happen, what really happens 09:27 < sipa> if the behaviour changed in 0.13.1, that is a bug 09:30 < jm22> the funny thing is that after you have have try to import thekey without specifying rescan, if you try again with former release is does not work any more either 09:30 < sipa> ? 09:32 < jm22> when I run 13.1 and try imporiting a key without rescan the app freezes. now it I reboot and use a former release the same thing happen even though beforeusing 13.1 it was working. 09:34 < sipa> it freezes?? 09:35 < jm22> now if I take a blockchain I updated with a former release importing the key works without rescan 09:37 < jm22> well I need to reboot to stop the app. 09:42 < sipa> how long did you wait? 09:45 < jm22> I have done it many times I must have waited for 1/2 or 1 hour. I cna run it again and leave it on as long as you want. 09:45 < jm22> the dis would work but with long pauses while when you import the disk works nonstop 09:48 -!- murch [~murch@p4FE39A0C.dip0.t-ipconnect.de] has quit [Read error: Connection reset by peer] 09:51 < sipa> and how do you fix it? 09:51 < sipa> "by specifying rescan"... what does that mean? 09:52 < sipa> do you put a 'true' after the command 09:52 < sipa> or do you restart with -rescan 09:54 < jm22> importaddress "address" for releases before 13.1 importaddress "address" rescan for 13.1 09:55 < jm22> importaddress "address" rescan works fine with former releases just that I never put rescan 09:59 < sipa> just literally 'rescan' ? 09:59 < jm22> yes 09:59 < sipa> not 'true' or '1'? 09:59 < jm22> no nothing else 10:00 < sipa> the argument after address is the label to assign to ot 10:01 < sipa> and rescan is on by default 10:02 < sipa> putting rescan as a literal directly after the address has no effect but giving the imported address a label 10:02 < sipa> and certainly does not affect rescanning or not 10:03 < sipa> maybe there was some other unrelated issue that caused it to hang 10:03 < jm22> yes but with 13.1 it did not work for me I had to add it. 10:03 < sipa> i'm sorry but that makes no sensr 10:04 < sipa> the way you'd pass a rescan argument would be: 10:04 < sipa> importaddress "1abcbdaddress" "" true 10:04 < jm22> maybe I did something wrong however I did exactly the same with former releases and 13.1 and to make it work on 13.1 I need to write rescan. 10:05 < sipa> that makes no sense at all 10:05 < sipa> i believe you have some unrelated issue that triggers randomly, and you mistakenly believe it has anything to do with putting 'rescan' in the command 10:06 < sipa> anyway, if it persists, please file an issue 10:06 < sipa> so that more people can look into iy 10:06 < jm22> all I can tell you is importaddress 1QARJNqw4QNZwiNDEu1XVqZQreRSGzvLHB rescan works on 13.1 and 10:06 < sipa> i urge you to try more combinations 10:06 < jm22> importaddress 1QARJNqw4QNZwiNDEu1XVqZQreRSGzvLHB does not. 10:07 < sipa> ok, please file an issue 10:07 < jm22> the address is not the one I used. 10:09 -!- jnewbery [~jnewbery@31.185.176.99] has joined #bitcoin-core-dev 10:09 < jm22> ok I did not mean to make a fuss I just wanted to help and sipa I really appreciate your dedication and work 10:10 < sipa> i appreciate it, but saying "nothing but X" works when it's obvious it is unrelated, is not helpful 10:10 < sipa> i don't mean to tell you there is no problem 10:11 < sipa> but it has nothing to do with putting 'rescan' in the command 10:11 < sipa> and if you want to further resolve the problem, file an issue 10:11 < sipa> with the actual commands 10:13 < jm22> the command I gave you were exactly what I specified except I change the address. 10:14 < jm22> ok thanks. 10:18 < sipa> jm22: i believe you, but it still has nothing to do with the rescan being there. can you try a few morw times without? my expectation is that sometimes it will work and sometimes it won't 10:18 < sipa> jm22: if that is the case, there is a really issue we need to solve 10:19 < sipa> if you want to help with that, please file an issue so people can look into it in more detail than i can right now 10:20 < jm22> ok I will. 10:21 < sipa> thanks! 10:29 -!- rubensayshi [~ruben@82.201.92.138] has quit [Remote host closed the connection] 10:29 < gmaxwell> jm22: what release do you believe what you're describing worked in? 0.13.0 ? 10:30 -!- atroxes [~atroxes@unaffiliated/atroxes] has quit [Quit: bye] 10:38 -!- atroxes [~atroxes@unaffiliated/atroxes] has joined #bitcoin-core-dev 10:55 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Ping timeout: 250 seconds] 10:55 -!- atroxes [~atroxes@unaffiliated/atroxes] has quit [Ping timeout: 260 seconds] 10:59 < jm22> gmaxwell wel / importaddress "address" has always worked since I have been using it, however when I troed to do it with 13.1 it would just freeze and had to reboot manually to stop it. It could be something else ofc. I will try again. 11:00 < sipa> jm22: but what was the last version you know of that does not have this problem? 11:01 < jm22> 13.0 11:02 < jm22> maybe it comes from the way I work since I work exclusively off line, so matbe I screwed up something I will go over that again with the different releases. 11:03 -!- atroxes [~atroxes@unaffiliated/atroxes] has joined #bitcoin-core-dev 11:03 < gmaxwell> if you are exclusively offline what are using importaddress for? 11:03 -!- agner_io [~agner.io@179.177.240.88] has joined #bitcoin-core-dev 11:03 < jm22> just to create watchonly wallets 11:04 < sipa> if you're offline, what are you watching? 11:04 < jm22> I actually really use it to import keys 11:04 < sipa> oh, the importaddress is on the online machine, while the private keys are on the offline one? 11:05 < jm22> I do both on offline, actually I almost do everything offline except for broadcasting 11:06 < jm22> that is why I thing bitcoin-qt is amazing and safe. 11:08 < sipa> then how do you learn about incoming payments? 11:09 < jm22> watchonly wallets 11:12 -!- paveljanik [~paveljani@unaffiliated/paveljanik] has joined #bitcoin-core-dev 11:15 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 11:19 -!- agner_io [~agner.io@179.177.240.88] has quit [Ping timeout: 252 seconds] 11:22 -!- jnewbery [~jnewbery@31.185.176.99] has quit [] 11:24 -!- BashCo_ [~BashCo@unaffiliated/bashco] has quit [Remote host closed the connection] 11:26 -!- nsh [~lol@wikipedia/nsh] has quit [Excess Flood] 11:27 -!- nsh [~lol@wikipedia/nsh] has joined #bitcoin-core-dev 11:37 < sipa> BlueMatt: fixed the commit messages... i hope 11:38 < BlueMatt> sipa: damn, now I lost my partial-review....fuck github 11:39 -!- adiabat [~adiabat@67.205.158.84] has joined #bitcoin-core-dev 11:45 -!- BashCo [~BashCo@unaffiliated/bashco] has joined #bitcoin-core-dev 11:46 < GitHub138> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ed64bcec2dde...05009935f9ac 11:46 < GitHub138> bitcoin/master 190fd32 Matt Corallo: Remove unused CTxOut::GetHash() 11:46 < GitHub138> bitcoin/master 0500993 Pieter Wuille: Merge #9085: Remove unused CTxOut::GetHash()... 11:46 < GitHub147> [bitcoin] sipa closed pull request #9085: Remove unused CTxOut::GetHash() (master...2016-11-remove-outpoint-hash) https://github.com/bitcoin/bitcoin/pull/9085 11:51 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Ping timeout: 250 seconds] 11:59 -!- jlopp [2d25b77a@gateway/web/freenode/ip.45.37.183.122] has joined #bitcoin-core-dev 12:01 -!- jtimon [~quassel@186.31.134.37.dynamic.jazztel.es] has quit [Ping timeout: 265 seconds] 12:13 -!- achow101 [~achow101@unaffiliated/achow101] has quit [Quit: Leaving] 12:13 < BlueMatt> /query sipa 12:14 < BlueMatt> lol 12:21 -!- achow101 [~achow101@unaffiliated/achow101] has joined #bitcoin-core-dev 12:22 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 12:23 -!- f0g [~foggy@176.223.111.92] has quit [Quit: Leaving] 12:47 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 252 seconds] 13:03 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 13:26 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Ping timeout: 250 seconds] 13:35 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has joined #bitcoin-core-dev 13:36 -!- roidster [~chatzilla@71-84-219-33.dhcp.ccmn.ca.charter.com] has quit [Ping timeout: 268 seconds] 13:37 < jm22> sipa I probably screwed up something because after rebuilding a new blockchain from stored blockchain that I keep, I do not seem to have any problem with importkey that I encountered yesterday. mea culpa. 13:39 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 13:42 -!- Ylbam_ [uid99779@gateway/web/irccloud.com/x-nzcdnhwynuequuyp] has joined #bitcoin-core-dev 13:44 -!- jyap_ [~jyap@2604:180:1:7f5::b59a] has joined #bitcoin-core-dev 13:44 < sipa> jm22: ok, good to hear! 13:48 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-qyskawhqdybigtqr] has quit [Ping timeout: 250 seconds] 13:48 -!- jyap [~jyap@unaffiliated/jyap] has quit [Ping timeout: 250 seconds] 13:48 -!- jyap_ is now known as jyap 13:48 -!- jyap [~jyap@2604:180:1:7f5::b59a] has quit [Changing host] 13:48 -!- jyap [~jyap@unaffiliated/jyap] has joined #bitcoin-core-dev 13:48 -!- Ylbam_ is now known as Ylbam 13:48 -!- nanotube [~nanotube@unaffiliated/nanotube] has quit [Ping timeout: 250 seconds] 13:50 -!- therealnanotube [~nanotube@unaffiliated/nanotube] has joined #bitcoin-core-dev 13:53 -!- davec [~davec@cpe-24-243-251-52.hot.res.rr.com] has quit [Ping timeout: 250 seconds] 13:54 -!- davec [~davec@cpe-24-243-251-52.hot.res.rr.com] has joined #bitcoin-core-dev 14:16 -!- e4xit [~e4xit@cpc92302-cmbg19-2-0-cust1369.5-4.cable.virginm.net] has quit [Quit: Right I'm out!] 14:31 -!- gabridome [~gabridome@host189-56-dynamic.16-87-r.retail.telecomitalia.it] has quit [Quit: gabridome] 14:48 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Ping timeout: 256 seconds] 14:52 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 14:57 -!- jlopp [2d25b77a@gateway/web/freenode/ip.45.37.183.122] has quit [Quit: Page closed] 15:02 -!- agner_io [~agner.io@177.154.139.198] has joined #bitcoin-core-dev 15:05 -!- agner_io [~agner.io@177.154.139.198] has quit [Client Quit] 15:12 -!- cdecker [~quassel@2a02:aa16:1105:4a80:75e7:f91f:c99c:3a52] has quit [Ping timeout: 250 seconds] 15:13 -!- aalex [~aalex@64.187.177.58] has quit [Read error: Connection reset by peer] 15:13 -!- aalex [~aalex@64.187.177.58] has joined #bitcoin-core-dev 15:35 -!- cryptapus is now known as cryptapus_afk 15:40 -!- JackH [~laptop@79-73-190-13.dynamic.dsl.as9105.com] has quit [Ping timeout: 265 seconds] 15:51 -!- JackH [~laptop@79-73-190-13.dynamic.dsl.as9105.com] has joined #bitcoin-core-dev 15:56 -!- aalex [~aalex@64.187.177.58] has quit [Ping timeout: 244 seconds] 15:58 -!- aalex [~aalex@64.187.177.58] has joined #bitcoin-core-dev 16:06 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Ping timeout: 268 seconds] 16:17 -!- wasi [~wasi@2a02:121e:41b:0:226:c7ff:fe74:7fa6] has joined #bitcoin-core-dev 16:19 -!- notmike [~notmike@unaffiliated/notmike] has joined #bitcoin-core-dev 16:24 -!- JackH [~laptop@79-73-190-13.dynamic.dsl.as9105.com] has quit [Ping timeout: 268 seconds] 16:26 -!- JackH [~laptop@79-73-190-13.dynamic.dsl.as9105.com] has joined #bitcoin-core-dev 16:38 -!- abpa [~abpa@96-82-80-25-static.hfc.comcastbusiness.net] has quit [Read error: Connection reset by peer] 16:40 -!- murch [~murch@p4FE39A0C.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 16:46 -!- whphhg [whphhg@gateway/vpn/mullvad/x-qmbpnhlngoqmlrny] has quit [Remote host closed the connection] 16:50 -!- whphhg [whphhg@gateway/vpn/mullvad/x-fkakaixnogyxmsvf] has joined #bitcoin-core-dev 16:53 -!- jtimon [~quassel@186.31.134.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 17:12 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 17:13 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 17:14 < gmaxwell> 15 more 0.13.0 users need to upgrade to 0.13.1 for there to be more 0.13.1 than 0.13.0 nodes on the 21co counter. 17:17 < jtimon> or 29 new users upgrading from a bitcoin bank to a full node :p 17:17 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has quit [Quit: :)] 17:17 < whphhg> God bless the Unlimited team. 17:19 < jtimon> whphhg: now that you mention god instead of the creator of the system, it comes to mind that we should probably have #bitcoin-religion to redirect people who make such comments, or commments like this one 17:20 < jtimon> anyway, the joke was that it was supposed to be 30, not 29 17:21 -!- mol [~molly@unaffiliated/molly] has quit [Ping timeout: 244 seconds] 17:24 < whphhg> Get some rest 17:26 -!- murch [~murch@p4FE39A0C.dip0.t-ipconnect.de] has quit [Read error: Connection reset by peer] 17:36 -!- moli [~molly@unaffiliated/molly] has joined #bitcoin-core-dev 17:39 -!- aalex [~aalex@64.187.177.58] has quit [Ping timeout: 260 seconds] 17:43 -!- aalex [~aalex@64.187.177.58] has joined #bitcoin-core-dev 17:49 -!- roidster [~chatzilla@71-84-219-33.dhcp.ccmn.ca.charter.com] has joined #bitcoin-core-dev 17:49 -!- aalex [~aalex@64.187.177.58] has quit [Ping timeout: 250 seconds] 17:53 -!- aalex [~aalex@64.187.177.58] has joined #bitcoin-core-dev 18:03 -!- fengling [~fengling@2002:712c:78aa:0:a520:93c2:1297:abe8] has joined #bitcoin-core-dev 18:04 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 18:08 -!- fengling [~fengling@2002:712c:78aa:0:a520:93c2:1297:abe8] has quit [Ping timeout: 268 seconds] 18:08 -!- fengling_ [~fengling@43.255.176.6] has joined #bitcoin-core-dev 18:14 < GitHub182> [bitcoin] jtimon opened pull request #9087: RPC: WALLET: why not give more details when "generate" fails? (master...0.13-errors-rpc-mining) https://github.com/bitcoin/bitcoin/pull/9087 18:21 -!- rebroad [~rebroad@175.140.220.37] has joined #bitcoin-core-dev 18:22 -!- Lauda [~quassel@unaffiliated/lauda] has quit [Quit: No Ping reply in 180 seconds.] 18:23 -!- Lauda [~quassel@unaffiliated/lauda] has joined #bitcoin-core-dev 18:24 -!- brg444 [415ce2de@gateway/web/freenode/ip.65.92.226.222] has joined #bitcoin-core-dev 18:25 -!- jm22 [9f7a85ce@gateway/web/freenode/ip.159.122.133.206] has quit [Ping timeout: 260 seconds] 18:33 -!- brg444 [415ce2de@gateway/web/freenode/ip.65.92.226.222] has quit [Ping timeout: 260 seconds] 18:34 -!- aalex [~aalex@64.187.177.58] has quit [Ping timeout: 260 seconds] 18:38 -!- aalex [~aalex@64.187.177.58] has joined #bitcoin-core-dev 18:42 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Ping timeout: 260 seconds] 19:25 -!- Giszmo [~leo@pc-40-227-45-190.cm.vtr.net] has quit [Quit: Leaving.] 19:27 -!- brg444 [415ce2de@gateway/web/freenode/ip.65.92.226.222] has joined #bitcoin-core-dev 19:30 -!- wasi [~wasi@2a02:121e:41b:0:226:c7ff:fe74:7fa6] has quit [Ping timeout: 250 seconds] 19:35 -!- brg444 [415ce2de@gateway/web/freenode/ip.65.92.226.222] has quit [Ping timeout: 260 seconds] 19:42 -!- rebroad [~rebroad@175.140.220.37] has quit [Ping timeout: 260 seconds] 19:47 -!- wasi [~wasi@183.12.202.62.static.wline.lns.sme.cust.swisscom.ch] has joined #bitcoin-core-dev 20:03 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 20:06 -!- therealnanotube is now known as nanotube 20:07 -!- justanother|DJT [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 260 seconds] 20:07 -!- btcdrak [uid165369@gateway/web/irccloud.com/x-idigxjbhlxwczzpd] has quit [Quit: Connection closed for inactivity] 20:10 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-nzcdnhwynuequuyp] has quit [Quit: Connection closed for inactivity] 20:33 -!- rebroad [~rebroad@175.142.94.102] has joined #bitcoin-core-dev 20:39 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 20:52 -!- DigiByteDev [~JT2@123202037055.ctinets.com] has joined #bitcoin-core-dev 20:52 -!- DigiByteDev [~JT2@123202037055.ctinets.com] has quit [Client Quit] 21:04 -!- Ginnarr [~Ginnarr@unaffiliated/ginnarr] has joined #bitcoin-core-dev 21:13 -!- notmike [~notmike@unaffiliated/notmike] has quit [Read error: Connection reset by peer] 21:14 -!- notmike [~notmike@unaffiliated/notmike] has joined #bitcoin-core-dev 21:18 -!- rebroad [~rebroad@175.142.94.102] has quit [Ping timeout: 268 seconds] 21:29 -!- rebroad [~rebroad@175.142.94.102] has joined #bitcoin-core-dev 21:29 -!- Ginnarr [~Ginnarr@unaffiliated/ginnarr] has quit [Quit: Textual IRC Client: www.textualapp.com] 21:30 -!- aalex [~aalex@64.187.177.58] has quit [Ping timeout: 252 seconds] 21:31 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Ping timeout: 260 seconds] 21:33 -!- aalex [~aalex@64.187.177.58] has joined #bitcoin-core-dev 21:35 -!- baldur [~baldur@pool-100-2-154-133.nycmny.btas.verizon.net] has quit [Ping timeout: 256 seconds] 21:38 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 21:39 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 21:46 -!- roidster [~chatzilla@71-84-219-33.dhcp.ccmn.ca.charter.com] has quit [Ping timeout: 268 seconds] 21:48 -!- baldur [~baldur@209.95.50.19] has joined #bitcoin-core-dev 21:51 -!- To7 [~theo@cpe-158-222-222-232.nyc.res.rr.com] has quit [Quit: Whatever] 21:52 -!- jannes [~jannes@178.132.211.90] has quit [Quit: Leaving] 21:56 -!- DigiByteDev [~JT2@223.197.218.130] has joined #bitcoin-core-dev 21:58 -!- DigiByteDev [~JT2@223.197.218.130] has quit [Client Quit] 22:10 -!- rebroad [~rebroad@175.142.94.102] has quit [Ping timeout: 250 seconds] 22:24 -!- aalex [~aalex@64.187.177.58] has quit [Ping timeout: 250 seconds] 22:28 -!- aalex [~aalex@64.187.177.58] has joined #bitcoin-core-dev 22:34 -!- Arnavion [arnavion@unaffiliated/arnavion] has quit [Quit: Arnavion] 22:34 -!- aalex [~aalex@64.187.177.58] has quit [Ping timeout: 260 seconds] 22:38 -!- aalex [~aalex@64.187.177.58] has joined #bitcoin-core-dev 22:39 -!- Arnavion [arnavion@unaffiliated/arnavion] has joined #bitcoin-core-dev 22:44 -!- aalex [~aalex@64.187.177.58] has quit [Max SendQ exceeded] 22:44 -!- aalex [~aalex@64.187.177.58] has joined #bitcoin-core-dev 22:50 -!- Arnavion [arnavion@unaffiliated/arnavion] has quit [Quit: Arnavion] 22:51 -!- Arnavion [arnavion@unaffiliated/arnavion] has joined #bitcoin-core-dev 22:51 -!- AtashiCon [arnavion@unaffiliated/arnavion] has quit [Quit: AtashiCon] 22:53 -!- aalex [~aalex@64.187.177.58] has quit [Max SendQ exceeded] 22:54 -!- aalex [~aalex@64.187.177.58] has joined #bitcoin-core-dev 23:01 -!- rebroad [~rebroad@175.142.77.142] has joined #bitcoin-core-dev 23:02 -!- AtashiCon [arnavion@unaffiliated/arnavion] has joined #bitcoin-core-dev 23:04 -!- aalex [~aalex@64.187.177.58] has quit [Ping timeout: 260 seconds] 23:07 -!- btcdrak [uid165369@gateway/web/irccloud.com/x-uudvwaurzphvytjt] has joined #bitcoin-core-dev 23:08 -!- aalex [~aalex@64.187.177.58] has joined #bitcoin-core-dev 23:25 -!- DigiByteDev [~JT2@n218250011174.netvigator.com] has joined #bitcoin-core-dev 23:28 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 23:33 -!- Lauda [~quassel@unaffiliated/lauda] has quit [Read error: Network is unreachable] 23:34 -!- Lauda [~quassel@unaffiliated/lauda] has joined #bitcoin-core-dev 23:44 -!- DigiByteDev [~JT2@n218250011174.netvigator.com] has quit [Quit: DigiByteDev]