1 2018-01-19 00:45:41	0|bitcoin-git|[13bitcoin] 15kallewoof closed pull request #11489: [wallet] sendtoaddress output type argument (06master...06201709_segwitwallet2_sendtoaddress) 02https://github.com/bitcoin/bitcoin/pull/11489
 2 2018-01-19 02:35:38	0|jrieck|hi
 3 2018-01-19 02:40:11	0|Randolf|Hello jrieck.
 4 2018-01-19 02:40:29	0|jrieck|how are we doing tonight?
 5 2018-01-19 02:42:18	0|Randolf|Hungry, but remedying that by eating dinner.
 6 2018-01-19 06:31:45	0|Captain_G|To the devs: Thank you guys for all your efforts, if only to advance cryptocurrencies in general. If the rest of us commonfolk could see the distant future, you guys might actually get the respect you deserve.
 7 2018-01-19 06:48:05	0|xmsx_|Hey guys, any of you had issues with hanging "Checking all blk files are present" ?
 8 2018-01-19 06:52:12	0|jonasschnelli|xmsx_: is that your last debug.log entry?
 9 2018-01-19 07:01:34	0|xmsx_|https://bitcointalk.org/index.php?topic=2612957.0 -- same as here, daemon starts fine, but it loads blk files tooo long
10 2018-01-19 07:08:21	0|xmsx_|it crunches something as it uses 100% CPU
11 2018-01-19 07:19:19	0|xmsx_|RPC returns "Loading block index...", is there any reason why it takes so long to finish?
12 2018-01-19 07:28:39	0|shane|took me 9 hours to write this im excited
13 2018-01-19 07:29:14	0|shane|https://bitcointalk.org/index.php?topic=2779839.0
14 2018-01-19 07:30:28	0|xmsx_|after I do sendrawtransaction, do I need to reboot with -rescan?
15 2018-01-19 07:31:53	0|luke-jr|xmsx_: no, these are #bitcoin topics
16 2018-01-19 07:32:05	0|luke-jr|this channel is for development, not users
17 2018-01-19 07:32:18	0|luke-jr|shane: and ##altcoin-dev is for you
18 2018-01-19 07:33:56	0|shane|sorry thank you for the link can i get that alt core dev link again
19 2018-01-19 07:35:38	0|shane|i dced
20 2018-01-19 07:37:11	0|luke-jr|[07:32:18] <luke-jr> shane: and ##altcoin-dev is for you
21 2018-01-19 07:37:22	0|shane|thank you very much
22 2018-01-19 07:50:49	0|provoostenator|When launching with -debug=rpc is there any way to get a more details than just "ThreadRPCServer method=validateaddres". In particular, can I make it spit out the IP address where the request came from?
23 2018-01-19 07:55:04	0|gmaxwell|provoostenator: that sounds useful, I don't know of any existing way to do that. esp if the rpcauth is used, logging the user would be nice.
24 2018-01-19 08:05:54	0|jonasschnelli|Is there a rason why GetMinimumFee() is wallet only?
25 2018-01-19 08:29:20	0|provoostenator|gmaxwell: I have no idea how to do that, so just made a ticket #12223
26 2018-01-19 08:29:21	0|gribble|https://github.com/bitcoin/bitcoin/issues/12223 | Log origin IP of RPC request · Issue #12223 · bitcoin/bitcoin · GitHub
27 2018-01-19 08:32:40	0|provoostenator|I'll try to review all outstanding 0.16.0 milestone issues today. 8 bottles of beer on the wall, ...
28 2018-01-19 13:12:43	0|mrannanay|Hi, so I've been looking at the libnatpmp implementation in relation to #11902
29 2018-01-19 13:12:44	0|gribble|https://github.com/bitcoin/bitcoin/issues/11902 | NAT-PMP port forwarding support · Issue #11902 · bitcoin/bitcoin · GitHub
30 2018-01-19 13:14:39	0|mrannanay|I wanted to know if we would move forward with https://github.com/miniupnp/libnatpmp  if the implementation works.
31 2018-01-19 13:15:25	0|mrannanay|I hope that this does not add a dependency (this was one of the objectives that I understood from the issue description)
32 2018-01-19 13:23:07	0|wumpus|mrannanay: wouldn't using that library add a dependency, by definition?
33 2018-01-19 14:33:03	0|mrannanay|We could implement the functions but that would essentially mean porting the whole library
34 2018-01-19 14:49:37	0|sipa|mrannanay: one of the reasons why nat-pmp seems so appealing is that it is so simple
35 2018-01-19 14:50:04	0|sipa|maybe it isn't worth the effort of adding a depemdecy but instead implement the few commands we care about ourselves
36 2018-01-19 14:51:55	0|mrannanay|sipa: +1
37 2018-01-19 14:53:13	0|eshan|Hii!! i am a noob here , i just installed bitcoind on my system and want to build a web based application (buy, sell, trade, multiple wallets).
38 2018-01-19 14:53:26	0|eshan|any help would be appreciated
39 2018-01-19 14:53:31	0|eshan|:)
40 2018-01-19 14:58:36	0|instagibbs|eshan, #bitcoin
41 2018-01-19 14:59:37	0|eshan|thanks instagibbs
42 2018-01-19 15:19:54	0|aj|mrannanay, sipa: about 60% of the code for libnatpmp is arch specific stuff to work out the gateway address :( it seems kinda painful
43 2018-01-19 15:22:35	0|sipa|aj: ouch :(
44 2018-01-19 15:27:18	0|aj|sipa: it's not a lot of code still, 600 loc for windows, cygwin, linux, bsd, macos, and haiku iirc. but it's pretty gross.
45 2018-01-19 15:27:48	0|mrannanay|aj: I think its all about parsing the "/proc/net/route" file.
46 2018-01-19 15:28:29	0|aj|https://github.com/miniupnp/libnatpmp/blob/master/getgateway.c
47 2018-01-19 15:28:36	0|aj|mrannanay: sure, that's the linux code path
48 2018-01-19 16:02:04	0|mrannanay|aj: How do you suggest we do this?
49 2018-01-19 16:03:50	0|aj|mrannanay: no idea :(
50 2018-01-19 16:13:47	0|bitcoin-git|[13bitcoin] 15sdaftuar opened pull request #12225: Mempool cleanups (06master...062018-01-mempool-cleanups) 02https://github.com/bitcoin/bitcoin/pull/12225
51 2018-01-19 16:14:50	0|provoostenator|Maybe that 60% can be extracted into a seperate package that both we and libnatpmp can use?
52 2018-01-19 16:46:44	0|bitcoin-git|13bitcoin/06master 14ec527c6 15Russell Yanofsky: Don't allow relative -walletdir paths...
53 2018-01-19 16:46:44	0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/9a97f39afaa8...f4c942e36154
54 2018-01-19 16:46:45	0|bitcoin-git|13bitcoin/06master 14f4c942e 15Wladimir J. van der Laan: Merge #12220: Error if relative -walletdir is specified...
55 2018-01-19 16:47:37	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12220: Error if relative -walletdir is specified (06master...06pr/wdabs) 02https://github.com/bitcoin/bitcoin/pull/12220
56 2018-01-19 18:24:47	0|bitcoin-git|[13bitcoin] 15ryanofsky opened pull request #12227: test_runner: Readable output if create_cache.py fails (06master...06pr/runcache) 02https://github.com/bitcoin/bitcoin/pull/12227
57 2018-01-19 18:31:01	0|bitcoin-git|[13bitcoin] 15mmgen opened pull request #12228: Allow wallet file to be a symlink, as was the case before v0.15.0 (06master...06wallet_symlink) 02https://github.com/bitcoin/bitcoin/pull/12228
58 2018-01-19 18:47:57	0|bitcoin-git|[13bitcoin] 15mmgen closed pull request #12228: Allow wallet file to be a symlink, as was the case before v0.15.0 (06master...06wallet_symlink) 02https://github.com/bitcoin/bitcoin/pull/12228
59 2018-01-19 19:06:32	0|cfields|sorry for missing yesterday's meeting, was travelling and completely forgot
60 2018-01-19 19:06:51	0|cfields|BlueMatt: unlikely ping
61 2018-01-19 20:15:45	0|gmaxwell|2018-01-19 20:10:21 Potential stale tip detected, will try using extra outbound peer (last tip update: 7 seconds ago)
62 2018-01-19 20:15:53	0|gmaxwell|^ while setnetworkactive false...
63 2018-01-19 20:45:46	0|sdaftuar|gmaxwell: was taht just a confusing log message, or did we make a connection we shouldn't?
64 2018-01-19 20:45:59	0|sdaftuar|wait what
65 2018-01-19 20:46:00	0|sdaftuar|7 seconds ago?
66 2018-01-19 20:46:30	0|gmaxwell|sdaftuar: node was syncing.
67 2018-01-19 20:47:00	0|gmaxwell|so it has a best header that is probably hours old, and chaintip which was progressing.
68 2018-01-19 20:48:55	0|sdaftuar|gmaxwell: that is confusing to me... maybe there's a bug in how g_last_tip_update (time of last tip update) is being set
69 2018-01-19 20:49:52	0|gmaxwell|it might matter that I'm syncing over submitblock rpc
70 2018-01-19 20:51:28	0|sdaftuar|the tip stale check is based on how long since the tip updated.  the minimum value there should be like 1800 seconds or something; 7 should be impossible
71 2018-01-19 20:54:12	0|sdaftuar|is this running master?
72 2018-01-19 20:54:47	0|gmaxwell|pft no, some spinoff based on 0.15, though I didn't see anything in the diff that could have caused that.
73 2018-01-19 20:55:36	0|sdaftuar|so no changes to the TipMayBeStale() function in net_processing.cpp then.  hmm
74 2018-01-19 20:55:45	0|gmaxwell|right.
75 2018-01-19 21:03:46	0|sdaftuar|i am puzzled
76 2018-01-19 22:38:59	0|bitcoin-git|[13bitcoin] 15MarcoFalke opened pull request #12231: rpc: Avoid KeyError in getpeerinfo bytes per msg (06master...06Mf1801-rpcPeerInfoKeyError) 02https://github.com/bitcoin/bitcoin/pull/12231