1 2018-03-04 02:27:54	0|kekneed_|iCloud
 2 2018-03-04 09:42:53	0|bitcoin-git|[13bitcoin] 15rex4539 opened pull request #12593: Fix typos and cleanup in various files (06master...06rex4539-typos) 02https://github.com/bitcoin/bitcoin/pull/12593
 3 2018-03-04 16:34:10	0|bitcoin-git|[13bitcoin] 15happymark01 opened pull request #12597: Create org (06master...06patch-1) 02https://github.com/bitcoin/bitcoin/pull/12597
 4 2018-03-04 18:51:12	0|Randolf|If someone can help rex_4539 with the needed git commands to get one file removed from PR #12593 that would be wonderful (I'm still fairly new to git or else I'd try to help him myself).  Thanks in advance.
 5 2018-03-04 18:51:14	0|gribble|https://github.com/bitcoin/bitcoin/issues/12593 | Fix typos and cleanup in various files by rex4539 · Pull Request #12593 · bitcoin/bitcoin · GitHub
 6 2018-03-04 19:17:37	0|dongcarl|Randolf: I'll do so
 7 2018-03-04 19:34:39	0|Randolf|Thanks a lot dongcarl.  :)
 8 2018-03-04 19:41:24	0|Randolf|dongcarl:  It looks like rex_4539 got things sorted right away thanks to your help.  :)
 9 2018-03-04 19:41:33	0|rex_4539|Yes!
10 2018-03-04 19:41:47	0|rex_4539|Thanks dongcarl :)
11 2018-03-04 19:42:56	0|dongcarl|<3
12 2018-03-04 19:43:20	0|Randolf|rex_4539:  I just looked over your changes, and it all looks great.  I approved, and so it's up to others now to get it merged.  If it doesn't get merged, I'll raise it at the next Core Developer meeting (which is more than 1 week away because this coming Thursday meeting has been cancelled).
13 2018-03-04 19:43:35	0|rex_4539|Sure, no rush :)
14 2018-03-04 19:43:54	0|Randolf|So, please feel free to create a separate Pull Request for the changes to the Greek-language text.
15 2018-03-04 19:44:31	0|Randolf|Perhaps for other changes in other languages, use separate Pull Requests for each language to get faster approvals.  :)
16 2018-03-04 19:44:38	0|dongcarl|Wondering what to do about my longstanding issue #12255
17 2018-03-04 19:44:40	0|gribble|https://github.com/bitcoin/bitcoin/issues/12255 | Update bitcoin.service to conform to init.md by dongcarl · Pull Request #12255 · bitcoin/bitcoin · GitHub
18 2018-03-04 19:45:24	0|bitcoin-git|[13bitcoin] 15fanquake closed pull request #12597: Create org (06master...06patch-1) 02https://github.com/bitcoin/bitcoin/pull/12597
19 2018-03-04 19:45:30	0|rex_4539|Hm, it appears though that the translation commit is deleted. So I lost all translations...
20 2018-03-04 19:45:48	0|dongcarl|rex_4539: no, it's just unstaged right now in git
21 2018-03-04 19:46:03	0|dongcarl|rex_4539: if you do a `git status` it's still there
22 2018-03-04 19:46:39	0|rex_4539|Indeed.
23 2018-03-04 19:46:48	0|dongcarl|what you wanna do is `git checkout master`, `git status` check that the changes are still there, then `git checkout -b rex4539-translations`
24 2018-03-04 19:47:02	0|Randolf|dongcarl:  PR 12255 was just introduced in late January, by the looks of it.  Am I right?
25 2018-03-04 19:47:24	0|Randolf|January 2018, that is.
26 2018-03-04 19:47:46	0|dongcarl|Randolf: Yeah, I guess I just don't know how long these PRs usually take haha
27 2018-03-04 19:47:51	0|Randolf|It varies.
28 2018-03-04 19:48:20	0|dongcarl|rex_4539: what you'll see after doing what I told you is that you'll be on a new branch based off of master, but if you do a `git status` your changes are still there
29 2018-03-04 19:48:24	0|dongcarl|*magic*
30 2018-03-04 19:48:39	0|dongcarl|Randolf: Gotcha.
31 2018-03-04 19:48:43	0|Randolf|I think because it involves systemd that it may be presumed to be more complex, and so it might just be a matter of needing a few more people to take a look at it.
32 2018-03-04 19:49:08	0|dongcarl|Randolf: oh for sure. And I'm guessing that just takes time? Anything I can do?
33 2018-03-04 19:49:31	0|Randolf|I'm not familiar with systemd, so I don't think I can be helpful there, but feel free to ask anyone who's familiar with systemd in this channel and #bitcoin-dev if they can provide any feedback or ACKs or utACKs or something.
34 2018-03-04 19:50:33	0|Randolf|It's certainly good to get PRs closed, and also merged, but it's also important that they be well-vetted too.  :)
35 2018-03-04 19:50:37	0|dongcarl|Understood
36 2018-03-04 19:50:56	0|rex_4539|Then how to push this to GitHub? With 'git push --set-upstream origin rex4539-translations' ?
37 2018-03-04 19:51:09	0|dongcarl|Oh for sure, and I'm just trying to get people to talk about it because I don't even know the answer
38 2018-03-04 19:51:24	0|dongcarl|rex_4539: do you have multiple remotes?
39 2018-03-04 19:51:28	0|dongcarl|rex_4539: what does origin point to?
40 2018-03-04 19:51:34	0|Randolf|Understood.
41 2018-03-04 19:52:01	0|rex_4539|Basically, I just want to push it to rex4539-translations
42 2018-03-04 19:52:32	0|dongcarl|rex_4539: what does `git remote -v` say
43 2018-03-04 19:52:49	0|rex_4539|origin	https://github.com/rex4539/bitcoin.git (fetch)
44 2018-03-04 19:52:49	0|rex_4539|origin	https://github.com/rex4539/bitcoin.git (push)
45 2018-03-04 19:52:54	0|dongcarl|perfect
46 2018-03-04 19:53:17	0|dongcarl|what you said will work
47 2018-03-04 19:53:29	0|dongcarl|the `git push --set-upstream origin...`
48 2018-03-04 19:53:35	0|dongcarl|then open a PR on github
49 2018-03-04 19:54:30	0|rex_4539|Hm, didn't work. Not seeing the commit on GitHub after refresh.
50 2018-03-04 19:54:49	0|dongcarl|rex_4539: gimme a sec
51 2018-03-04 19:55:20	0|dongcarl|rex_4539: did you commit your changes?
52 2018-03-04 19:55:52	0|dongcarl|You still have to `git add` and `git commit` before you push
53 2018-03-04 19:56:14	0|rex_4539|Aha, now I feel like an idiot. Ha, ha!
54 2018-03-04 19:56:50	0|dongcarl|rex_4539: no worries man. I started out using a git GUI bc it was a little confusing.
55 2018-03-04 19:57:55	0|dongcarl|rex_4539: looks like you got it pushed up
56 2018-03-04 19:58:17	0|bitcoin-git|[13bitcoin] 15rex4539 opened pull request #12598: Updated Greek translation (06master...06rex4539-translations) 02https://github.com/bitcoin/bitcoin/pull/12598
57 2018-03-04 19:58:19	0|rex_4539|Yes, all good.
58 2018-03-04 19:58:23	0|dongcarl|Woo hoo
59 2018-03-04 19:58:30	0|rex_4539|Thanks again. You are my hero.
60 2018-03-04 19:58:39	0|dongcarl|<3
61 2018-03-04 20:00:03	0|Randolf|There it is!
62 2018-03-04 20:01:12	0|Randolf|rex_4539:  I suggest that you edit the title of PR 12598 to indicate the corrective nature of your updates.
63 2018-03-04 20:01:26	0|Randolf|It will help people reading through the titles quickly.
64 2018-03-04 20:01:38	0|rex_4539|What do you suggest as title?
65 2018-03-04 20:12:01	0|Randolf|Ah, you just beat me to it I see.  I was going to suggest something along the lines of what you actually put in there, so that's perfect.  :)
66 2018-03-04 20:12:56	0|rex_4539|:)
67 2018-03-04 20:35:20	0|nman999|is there any way to build bitcoin core without running a full node. I dont have the resources to do this. I am following the book "Mastering Bitcoin" but am not sure if installing will automatically require full node resource (250 GB disk ?)
68 2018-03-04 20:36:09	0|bitcoin-git|[13bitcoin] 15bill-walker opened pull request #12599: testing for script hash example address (06master...06master) 02https://github.com/bitcoin/bitcoin/pull/12599
69 2018-03-04 20:40:18	0|achow101|rabidus: dongcarl: rex_4539: translation changes don't go in a pull request. they go on transifex.
70 2018-03-04 20:41:41	0|bitcoin-git|[13bitcoin] 15fanquake closed pull request #12598: Several corrections to Greek translation (06master...06rex4539-translations) 02https://github.com/bitcoin/bitcoin/pull/12598
71 2018-03-04 20:42:01	0|rabidus|from few days back? yeah, learn'd
72 2018-03-04 20:42:17	0|achow101|oops, meant Randolf
73 2018-03-04 20:42:41	0|rabidus|well, i posted one translation error here on thursday, iirc :)
74 2018-03-04 20:43:51	0|rex_4539|achow101 Oh, well... :)
75 2018-03-04 21:02:16	0|dongcarl|nman999: building is different from installing is different from running a node
76 2018-03-04 21:03:16	0|nman999|dongcarl: could you please explain exactly how that is? once I run "bitcoind" will I be running a node?
77 2018-03-04 21:04:09	0|dongcarl|nman999: there are different configurations, but in the very general case, yes.
78 2018-03-04 21:04:25	0|dongcarl|perhaps this is better moved to #bitcoin?
79 2018-03-04 21:05:17	0|nman999|dongcarl: I want to know if I can proceed to build bitcoin core without eating up 250 GB disk space. is that possible?
80 2018-03-04 21:05:40	0|dongcarl|nman999: please move this convo to #bitcoin
81 2018-03-04 21:20:08	0|Randolf|Hello achow101.
82 2018-03-04 21:20:30	0|achow101|hello
83 2018-03-04 21:20:31	0|Randolf|Thanks for clarifying that about transifex, achow101.  I wasn't aware of it.
84 2018-03-04 23:09:21	0|larafale|Hello, I have a synced & running node without txindex. if I add txindex=1 in my bitcoin.conf & restart bitcoind, will it start indexing or do I need to use the reindex option ? thx
85 2018-03-04 23:10:52	0|larafale|I just want to safely transform my non txindexed node to an indexed one. (ps I have never received any funds to the wallet)
86 2018-03-04 23:17:25	0|sipa_|you need the -reindex option *once*
87 2018-03-04 23:17:39	0|sipa_|if you interrupt the reindexing, it will continue after restart
88 2018-03-04 23:17:50	0|sipa_|don't pass -reindex again, or it'll start over again
89 2018-03-04 23:27:40	0|luke-jr|also, the wallet is mostly unrelated to the indexing in general; you won't see new funds until it catches up, but old stuff wouldn't disappear even if you had it