1 2018-03-09 01:49:22	0|karelb|Well I just made it :D not sure how it looks on a big screen,  since I have a tiny monitor
 2 2018-03-09 01:49:24	0|karelb|https://bitcoin-rpc.github.io
 3 2018-03-09 01:49:38	0|karelb|feel free to send PR etc
 4 2018-03-09 03:12:45	0|meshcollider|karelb: nice :)
 5 2018-03-09 05:41:59	0|bitcoin-git|[13bitcoin] 15practicalswift opened pull request #12652: bitcoin-cli: Provide a better error message when bitcoind is not running (06master...06bitcoin-cli-error-message-when-bitcoind-is-not-running) 02https://github.com/bitcoin/bitcoin/pull/12652
 6 2018-03-09 06:07:54	0|bitcoin-git|[13bitcoin] 15jonasschnelli opened pull request #12653: Allow to optional specify the directory for the blocks storage (06master...062018/03/blocksdir) 02https://github.com/bitcoin/bitcoin/pull/12653
 7 2018-03-09 12:41:40	0|bitcoin-git|[13bitcoin] 15teamfiness opened pull request #12654: 0.9 #03724 (060.10...060.9) 02https://github.com/bitcoin/bitcoin/pull/12654
 8 2018-03-09 12:43:29	0|bitcoin-git|[13bitcoin] 15teamfiness closed pull request #12654: 0.9 bunnnyboy (060.10...060.9) 02https://github.com/bitcoin/bitcoin/pull/12654
 9 2018-03-09 12:43:44	0|bitcoin-git|[13bitcoin] 15teamfiness reopened pull request #12654: 0.9 bunnnyboy (060.10...060.9) 02https://github.com/bitcoin/bitcoin/pull/12654
10 2018-03-09 13:04:15	0|bitcoin-git|[13bitcoin] 15MeshCollider closed pull request #12654: 0.9 bunnnyboy (060.10...060.9) 02https://github.com/bitcoin/bitcoin/pull/12654
11 2018-03-09 14:37:51	0|esotericnonsense|karelb: it looks fine here, though, depends on dpi and stuff I guess. nice.
12 2018-03-09 14:39:13	0|esotericnonsense|https://i.imgur.com/mNyY9hm.png
13 2018-03-09 14:52:14	0|karelb|That's intended look
14 2018-03-09 14:52:30	0|karelb|The lines in the help are sometimes long
15 2018-03-09 14:53:19	0|esotericnonsense|:)
16 2018-03-09 14:53:46	0|karelb|I have a tiny notebook with 7 inch display and it is readable there too
17 2018-03-09 14:55:10	0|esotericnonsense|this is my 14in
18 2018-03-09 14:55:18	0|karelb|And really it's mostly intended for if you need a quick reference (what's the argument name, is it json or string or array, etc) and then close it
19 2018-03-09 15:51:25	0|elwray|how can i debug bitcoin in windows?
20 2018-03-09 16:55:55	0|Varunram|karelb: looks fine on high DPI machines too, thx for compiling :)
21 2018-03-09 17:34:26	0|armid|Guys, any guide to follow for build a small bitcoin-based cryptocurrency?
22 2018-03-09 17:34:34	0|armid|I mean a small one but can be usable
23 2018-03-09 17:35:05	0|armid|I found many articles but most of them are just prototype and cannot be used in real life or testing
24 2018-03-09 17:35:23	0|armid|such as jeiwan who implemented in Golang that has double spending problem.
25 2018-03-09 17:37:41	0|sipa|if you're building another cryptocurrency, this is the wrong place
26 2018-03-09 17:37:45	0|sipa|try ##altcoin-dev
27 2018-03-09 17:37:50	0|armid|thanks!
28 2018-03-09 17:43:56	0|eklitzke|how is bitcoincore.org maintained? it has an official relationship with the bitcoin project right?
29 2018-03-09 17:47:15	0|instagibbs|eklitzke, https://github.com/bitcoin-core/bitcoincore.org
30 2018-03-09 17:47:28	0|instagibbs|it's under the bitcoin-core org in github, yes
31 2018-03-09 17:47:34	0|eklitzke|thanks
32 2018-03-09 18:13:40	0|luke-jr|eklitzke: there is no official "bitcoin project", note
33 2018-03-09 18:19:59	0|eklitzke|pardon me, affiliated with bitcoin core
34 2018-03-09 18:20:21	0|eklitzke|is that more accurate?
35 2018-03-09 18:25:39	0|meshcollider|Regardless of terminology yes it's the site for the bitcoin core project
36 2018-03-09 18:51:21	0|bitcoin-git|[13bitcoin] 15maaku opened pull request #12656: Add scripts for doing gitian builds on any platform using VirtualBox + Vagrant + Packer (06master...06vagrant) 02https://github.com/bitcoin/bitcoin/pull/12656
37 2018-03-09 20:20:55	0|mrannanay|I'm a little confused, why does Travis always give different compilation results than what I see on my local build?
38 2018-03-09 20:21:15	0|mrannanay|Also, how can I test changes that I make to src/net.cpp ?
39 2018-03-09 20:21:36	0|mrannanay|[W.R.T] #12288
40 2018-03-09 20:21:38	0|gribble|https://github.com/bitcoin/bitcoin/issues/12288 | [WIP][NET] Add NATPMP support. by annanay25 · Pull Request #12288 · bitcoin/bitcoin · GitHub
41 2018-03-09 20:24:42	0|sipa|what do you mean with 'different compilation results'?
42 2018-03-09 20:26:41	0|ryanofsky|travis builds a merged commit, you can fetch what it builds with "git fetch https://github.com/bitcoin/bitcoin pull/12288/merge"
43 2018-03-09 21:59:29	0|gribble|MarcoFalke was last seen in #bitcoin-core-dev 2 days, 5 hours, 21 minutes, and 21 seconds ago: <MarcoFalke> #9598 either review+merge or close
44 2018-03-09 21:59:29	0|Randolf|!seen MarcoFalke
45 2018-03-09 22:28:34	0|eklitzke|i'm not sure it's worth trying to send them my changes given they only support one platform now
46 2018-03-09 22:28:34	0|eklitzke|this leveldb thing is kind of a mess, upstream no longer supports windows and i want to add more platform-specific optimizations in a sane way
47 2018-03-09 22:33:11	0|luke-jr|eklitzke: what? Chrome still runs on Windows..
48 2018-03-09 22:34:20	0|eklitzke|https://github.com/google/leveldb/tree/master/util
49 2018-03-09 22:34:28	0|eklitzke|notice there is no env_windows.cc
50 2018-03-09 22:34:51	0|eklitzke|someone told me chrome is using a forked version of leveldb, i'm not sure w
51 2018-03-09 22:34:57	0|eklitzke|hat chromium does
52 2018-03-09 22:35:11	0|eklitzke|there's a windows branc
53 2018-03-09 22:35:19	0|eklitzke|h but it uses a very old implementation
54 2018-03-09 22:35:27	0|eklitzke|(sorry for my keyboard)
55 2018-03-09 22:36:14	0|eklitzke|the windows branc
56 2018-03-09 22:36:47	0|eklitzke|the windows branch hasn't been updated in three years and uses boost (switched to another computer where i can type better)
57 2018-03-09 22:42:49	0|eklitzke|it appears that open source chromium uses this "mojo" rpc thing they wrote to do the platform-specific details https://chromium.googlesource.com/chromium/src/+/master/mojo/README.md
58 2018-03-09 22:55:34	0|ryanofsky|i actually looked into using mojo for bitcoin, but the standalone mojo project went away, and now there are just forks in chromium and fuchsia
59 2018-03-09 22:59:33	0|eklitzke|related, it would be nice to use some of the platform-specific optimizations they have in the leveldb envs elsewhere in the bitcoin codebase (e.g. in addition to mmap-backed files they have a pread based implementation for random access files)
60 2018-03-09 23:00:23	0|eklitzke|you can pass in a custom environment object to a leveldb handle via the options struct, so in principle we could just take the environments in tree and customize them how we want and supply them to leveldb that way