--- Day changed Sat Jan 06 2018 00:01 -!- davec [~davec@cpe-24-243-249-218.hot.res.rr.com] has joined #bitcoin-core-dev 00:03 -!- prometheus_falli [~sluggo@gateway/tor-sasl/prometheusfalli/x-99064168] has quit [Ping timeout: 272 seconds] 00:17 -!- Mr-Gryphon [~gryphon@182.64.246.253] has quit [Ping timeout: 248 seconds] 00:17 -!- gryphon_ [~gryphon@182.64.246.253] has quit [Ping timeout: 248 seconds] 00:23 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has quit [Ping timeout: 240 seconds] 00:38 -!- prometheus_falli [~sluggo@gateway/tor-sasl/prometheusfalli/x-99064168] has joined #bitcoin-core-dev 01:00 -!- logicue [~logicue@p4FE7F717.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 01:06 -!- LeMiner [LeMiner@unaffiliated/leminer] has quit [Read error: Connection reset by peer] 01:07 -!- LeMiner [LeMiner@unaffiliated/leminer] has joined #bitcoin-core-dev 01:07 -!- gryphon_ [~gryphon@157.37.2.159] has joined #bitcoin-core-dev 01:07 -!- gryphon__ [~gryphon@157.37.2.159] has joined #bitcoin-core-dev 01:09 -!- gryphon__ [~gryphon@157.37.2.159] has quit [Read error: Connection reset by peer] 01:09 -!- gryphon_ [~gryphon@157.37.2.159] has quit [Read error: Connection reset by peer] 01:17 -!- LeMiner [LeMiner@unaffiliated/leminer] has quit [Read error: Connection reset by peer] 01:18 -!- Evel-Knievel [~Evel-Knie@d5152f744.static.telenet.be] has quit [Read error: Connection reset by peer] 01:18 -!- Evel-Knievel [~Evel-Knie@d5152f744.static.telenet.be] has joined #bitcoin-core-dev 01:18 -!- lesderid [~lesderid@anna.lesderid.net] has quit [Ping timeout: 248 seconds] 01:19 -!- logicue [~logicue@p4FE7F717.dip0.t-ipconnect.de] has quit [Quit: logicue] 01:20 -!- LeMiner [LeMiner@unaffiliated/leminer] has joined #bitcoin-core-dev 01:21 -!- lesderid [~lesderid@2a03:b0c0:1:d0::2a5:4002] has joined #bitcoin-core-dev 01:23 -!- logicue [~logicue@p4FE7F717.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 01:27 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-yqyfocatvkglqsdj] has quit [Quit: Connection closed for inactivity] 01:40 -!- zautomata [~zautomata@unaffiliated/zautomata] has quit [Ping timeout: 265 seconds] 01:44 -!- logicue [~logicue@p4FE7F717.dip0.t-ipconnect.de] has quit [Quit: logicue] 01:53 < provoostenator_> I tried compiling on an Ubuntu 17.10 VM, rather than through the inception setup (Ubuntu inside Windows inside MacOS). The idea was to then copy the .exe file from the Ubuntu VM to the Windows 10 VM. No luck: https://gist.github.com/Sjors/a9a383175a6c00e126e090df61dd39e8 I'll try Ubuntu 14, since that clearly works with Gitian. 01:53 < provoostenator_> Sorry, wrong link: https://gist.github.com/Sjors/35e2fab9c449e0424cd48e6a3edb19a7 01:59 < sipa> provoostenator_: have you tried using the depemds system? 01:59 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-wswnufoafosgrpgb] has joined #bitcoin-core-dev 01:59 < provoostenator_> sipa: I think so, I basically followed the Windows build instructions. 02:00 < provoostenator_> Including "cd depends && make HOST=x86_64-w64-mingw32" 02:00 < sipa> ok 02:01 < provoostenator_> I got a lot further than with previous attemps. 02:07 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Quit: WeeChat 1.9.1] 02:12 -!- Cogito_Ergo_Sum [~Myself@80.107.151.135] has joined #bitcoin-core-dev 02:12 -!- Cogito_Ergo_Sum [~Myself@80.107.151.135] has quit [Changing host] 02:12 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has joined #bitcoin-core-dev 02:25 -!- logicue [~logicue@p4FE7F717.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 02:36 -!- masterofpiece [~masterpie@unaffiliated/masterpiece] has joined #bitcoin-core-dev 02:54 < Lauda> provoostenator_: I tried this two weeks ago, just on ubuntu 16 and I couldn't get it to produce .exe either. 02:54 < bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/fd4ca17360e6...b3ecb7bab607 02:54 < bitcoin-git> bitcoin/master 73041c3 Gregory Sanders: RPC Docs: addmultisigaddress is intended for non-watchonly addresses 02:54 < bitcoin-git> bitcoin/master b3ecb7b Pieter Wuille: Merge #10677: RPC Docs: addmultisigaddress is intended for non-watchonly addresses... 02:55 < bitcoin-git> [bitcoin] sipa closed pull request #10677: RPC Docs: addmultisigaddress is intended for non-watchonly addresses (master...importmultiwatch) https://github.com/bitcoin/bitcoin/pull/10677 02:55 < Lauda> Wanted to test the SegWit GUI, but didn't manage to get there. 03:04 -!- goatpig [56f75683@gateway/web/freenode/ip.86.247.86.131] has joined #bitcoin-core-dev 03:09 < provoostenator_> Lauda: that's what I'm trying to do as well, make sure I didn't break things for Windows. Obviously there's less convoluted ways to achieve that, e.g. just ask someone with a windows computer :-) 03:10 < provoostenator_> But I find that these excursions often teach me new stuff or expose bugs. 03:12 < Lauda> Let me know if you succeed in building executables on Ubuntu please 03:34 -!- wxss [~user@94.242.219.107] has joined #bitcoin-core-dev 03:36 < sipa> you can do a gitian build, no? 03:38 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 03:40 -!- logicue [~logicue@p4FE7F717.dip0.t-ipconnect.de] has quit [Quit: logicue] 03:43 < provoostenator_> I haven't tried Gitian on my new machine yet, though I doubt there's anything special about it compared to my previous machine where I did do a few Gitian builds. 03:58 -!- griswaalt[m] [griswaaltm@gateway/shell/matrix.org/x-qedwbkqkkveraxfe] has quit [Quit: idle on matrix for more than 30 days] 04:04 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 04:05 < provoostenator_> Ubuntu 14 isn't happy either. error: toolset gcc initialization: error: provided command 'i686-w64-mingw32-g++' not found (I did install g++-mingw-w64-x86-64, maybe a path issue?) 04:08 -!- belcher_ [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 04:08 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 04:13 < provoostenator_> Also, in the windows instructions, are you sure mingw32 and mingw-w64 aren't confused under their respecitive 32-bit and 64-bit Windows sections? 04:14 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 265 seconds] 04:17 < provoostenator_> (nvm the error, I used the wrong command) 04:30 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b3ecb7bab607...45173fa6fca9 04:30 < bitcoin-git> bitcoin/master 7f67dd0 João Barbosa: [qa] Improve prioritisetransaction functional test 04:30 < bitcoin-git> bitcoin/master 45173fa MarcoFalke: Merge #12079: Improve prioritisetransaction test coverage... 04:31 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #12079: Improve prioritisetransaction test coverage (master...2018-01-prioritisetransaction) https://github.com/bitcoin/bitcoin/pull/12079 04:43 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 04:47 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-wswnufoafosgrpgb] has quit [Quit: Connection closed for inactivity] 04:48 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 248 seconds] 05:06 -!- logicue [~logicue@p4FE7F717.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 05:10 -!- LeMiner [LeMiner@unaffiliated/leminer] has quit [Read error: Connection reset by peer] 05:12 -!- LeMiner [LeMiner@unaffiliated/leminer] has joined #bitcoin-core-dev 05:20 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 05:23 < provoostenator_> Lauda: following Windows build instructions on a Ubuntu 14 VM on an iMac worked for me. Just launched bitcoin-qt.exe in my Windows VM! 05:23 < provoostenator_> Bit tedious to move files, but it works. 05:23 < Lauda> Very good. Let me know if it works on 16. 05:24 < provoostenator_> I won't try 16 or 17 again for now until I get some additional hints, or I gain more understanding of what's going on. 05:25 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 276 seconds] 05:25 < provoostenator_> It's probably some trivial issue though. 05:37 < Lauda> Well, it looks like it is broken. Someone else should test as well. 05:51 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has joined #bitcoin-core-dev 05:53 -!- n00by_d00by [~n00by_d00@2600:380:6429:3244:9cfb:216f:a896:d3f7] has joined #bitcoin-core-dev 05:54 -!- JackH [~laptop@host-80-43-142-149.as13285.net] has quit [Ping timeout: 264 seconds] 05:55 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 05:56 -!- n00by_d00by [~n00by_d00@2600:380:6429:3244:9cfb:216f:a896:d3f7] has quit [Client Quit] 05:59 -!- mhx [7a6011c7@gateway/web/freenode/ip.122.96.17.199] has joined #bitcoin-core-dev 06:00 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 265 seconds] 06:01 -!- mhx [7a6011c7@gateway/web/freenode/ip.122.96.17.199] has quit [Client Quit] 06:02 < molz> Lauda, are you talking about the windows guide for bitcoin on Ubuntu 16? It works flawlessly for me 06:02 < Lauda> Huh.. 06:02 < Lauda> try it with the latest code 06:02 < molz> oh that.. i haven't tried it then 06:12 -!- Guyver2 [~Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 06:17 -!- dabura667 [~dabura667@KD111103034253.ppp-bb.dion.ne.jp] has joined #bitcoin-core-dev 06:25 -!- JackH [~laptop@host-80-43-142-201.as13285.net] has joined #bitcoin-core-dev 06:27 -!- dabura667 [~dabura667@KD111103034253.ppp-bb.dion.ne.jp] has quit [Remote host closed the connection] 06:28 -!- dabura667 [~dabura667@KD111103034253.ppp-bb.dion.ne.jp] has joined #bitcoin-core-dev 06:31 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 06:33 -!- belcher_ [~belcher@unaffiliated/belcher] has quit [Read error: Connection reset by peer] 06:34 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-core-dev 06:36 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 248 seconds] 06:36 -!- belcher_ [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 06:41 -!- Tennis [~Tennis@unaffiliated/tennis] has joined #bitcoin-core-dev 06:42 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 06:43 -!- masterofpiece [~masterpie@unaffiliated/masterpiece] has quit [Quit: Leaving] 06:44 -!- dqx [~dqx@unaffiliated/dqx] has joined #bitcoin-core-dev 07:07 -!- vicenteH [~user@35.233.15.37.dynamic.jazztel.es] has quit [Read error: Connection reset by peer] 07:08 -!- vicenteH [~user@35.233.15.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 07:09 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 07:10 < provoostenator_> molz lauda: the reason it might not work for me is because I used Ubuntu inside Windows 10 inside MacOS. You might have better luck with fewer layers. 07:11 < molz> i'm compiling the master on Ubuntu 16 on a VPS server atm 07:11 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 07:16 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 265 seconds] 07:16 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has joined #bitcoin-core-dev 07:26 -!- zelest_ is now known as zelest 07:26 -!- provoostenator_ is now known as provoostenator 07:27 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 07:29 -!- ricardo_ [bb42208f@gateway/web/freenode/ip.187.66.32.143] has joined #bitcoin-core-dev 07:29 < ricardo_> hi 07:32 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 264 seconds] 07:41 < Randolf> Hello ricardo_. 07:42 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 07:42 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 07:43 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Client Quit] 07:45 -!- PaulCape_ [~PaulCapes@ip68-100-207-91.dc.dc.cox.net] has quit [Ping timeout: 240 seconds] 07:47 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Ping timeout: 272 seconds] 07:48 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 07:48 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 07:48 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 07:49 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Client Quit] 07:54 -!- Schwaro [5f69fed5@gateway/web/freenode/ip.95.105.254.213] has joined #bitcoin-core-dev 07:55 < Schwaro> Hello everybody! May I kindly ask somebody for help? 07:56 < provoostenator> Schwaro: ror help with Bitcoin in general, please use #bitcoin. For question about developing the Bitcoin Core wallet, you're in the right place. 08:00 < Schwaro> #bitcoin I am using bitcoin core and in october I have received some BTC transaction log says that there are more than 10k confirmations. After one month I tried to send some bitcoins but this transaction still says that it is in mem pool/unconfirmed. could you please advise? 08:01 < Schwaro> also my balance has changed to 0 a the remaining ammount after mentionod transaction is sayin that is waitin for confirmation 08:03 < provoostenator> Schwaro: you should ask in the channel #bitcoin, not here. This is a devlopment channel, not a support channel. 08:06 < Schwaro> provoostenator: ah, okay, thank you for advise. :) 08:07 -!- Schwaro [5f69fed5@gateway/web/freenode/ip.95.105.254.213] has quit [Quit: Page closed] 08:12 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 08:12 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Client Quit] 08:13 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 08:14 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 08:15 -!- PaulCapestany [~PaulCapes@ip68-100-207-91.dc.dc.cox.net] has joined #bitcoin-core-dev 08:18 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 08:22 -!- micwaski [2f1f1095@gateway/web/freenode/ip.47.31.16.149] has joined #bitcoin-core-dev 08:22 < micwaski> JOIN 08:23 < micwaski> Hey how to start working with bitcoin core 08:23 -!- MasterMinded [d4bb0d57@gateway/web/freenode/ip.212.187.13.87] has joined #bitcoin-core-dev 08:24 < micwaski> anyone can tell me 08:28 < Chris_Stewart_5> micwaski: #bitcoin please 08:29 -!- dabura667 [~dabura667@KD111103034253.ppp-bb.dion.ne.jp] has quit [Remote host closed the connection] 08:29 < micwaski> what ? 08:32 < Randolf> micwaski: You're being encouraged to join the #bitcoin channel to ask your question there. /join #bitcoin 08:33 < micwaski> as i said how to work with bitcoin core 08:41 -!- eenoch [~eenoch@unaffiliated/eenoch] has quit [Ping timeout: 248 seconds] 08:42 -!- eenoch [~eenoch@unaffiliated/eenoch] has joined #bitcoin-core-dev 08:44 -!- whphhg [~whphhg@unaffiliated/whphhg] has quit [Quit: Leaving] 08:46 -!- whphhg [~whphhg@unaffiliated/whphhg] has joined #bitcoin-core-dev 08:47 < sipa> micwaski: look at the issue list, clone and compile the code, read through the developer guidelines, find something that iterests you, and work on it 08:48 -!- ricardo_ [bb42208f@gateway/web/freenode/ip.187.66.32.143] has quit [Quit: Page closed] 08:49 < micwaski> #Sipa Thank you so much 08:51 < Lauda> provoostenator: Not necessarily. Just a standard Ubuntu VM here. 08:53 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 08:53 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 08:54 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 08:58 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 08:59 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 268 seconds] 09:00 -!- hirish_ [~hirish@hirish.cloudns.org] has quit [Quit: I'm not sure what is going on.] 09:00 < micwaski> quit 09:00 -!- micwaski [2f1f1095@gateway/web/freenode/ip.47.31.16.149] has left #bitcoin-core-dev [] 09:03 -!- MasterMinded [d4bb0d57@gateway/web/freenode/ip.212.187.13.87] has quit [Ping timeout: 260 seconds] 09:09 -!- Amuza [~Amuza@78.30.18.77] has joined #bitcoin-core-dev 09:10 -!- hirish [~hirish@hirish.cloudns.org] has joined #bitcoin-core-dev 09:15 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 09:31 < molz> Lauda, provoostenator i got the compiling done, will post screenshot on imgur, i had to "make clean" and start back from ./autogen.sh but it went thru fine 09:32 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 09:36 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has joined #bitcoin-core-dev 09:37 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 255 seconds] 09:39 -!- logicue [~logicue@p4FE7F717.dip0.t-ipconnect.de] has quit [Quit: logicue] 09:41 < Lauda> Could you write up the commands you used in exact order in pastebin? 09:41 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has quit [Ping timeout: 248 seconds] 09:54 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 246 seconds] 09:56 < molz> https://imgur.com/a/tjTsu 09:56 < molz> Lauda, sure 10:05 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 10:09 < bitcoin-git> [bitcoin] Flowdalic opened pull request #12102: Apply hardening measurements in bitcoind systemd service file (master...systemd-hardening) https://github.com/bitcoin/bitcoin/pull/12102 10:10 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 10:27 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 10:51 -!- MasterMinded [d4bb0d57@gateway/web/freenode/ip.212.187.13.87] has joined #bitcoin-core-dev 11:29 -!- jouke [~jouke@a80-100-203-151.adsl.xs4all.nl] has quit [Ping timeout: 240 seconds] 11:34 -!- belcher_ [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 11:37 -!- paracyst [paracyst@unaffiliated/paracyst] has quit [Ping timeout: 252 seconds] 12:03 -!- harrymm_ [~harrymm@104.207.83.34] has quit [] 12:03 -!- jouke [~jouke@a80-100-203-151.adsl.xs4all.nl] has joined #bitcoin-core-dev 12:05 -!- goatpig [56f75683@gateway/web/freenode/ip.86.247.86.131] has quit [Quit: Page closed] 12:10 -!- MasterMinded [d4bb0d57@gateway/web/freenode/ip.212.187.13.87] has quit [Ping timeout: 260 seconds] 12:12 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 12:13 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 260 seconds] 12:13 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has quit [Client Quit] 12:13 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 12:16 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-gcrihweqagfrhhtl] has joined #bitcoin-core-dev 12:18 -!- mandric [~mandric@108-228-58-104.lightspeed.cicril.sbcglobal.net] has joined #bitcoin-core-dev 12:21 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-core-dev 12:25 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [] 12:25 -!- mandric [~mandric@108-228-58-104.lightspeed.cicril.sbcglobal.net] has quit [Ping timeout: 260 seconds] 12:29 -!- mandric [~mandric@108-228-58-104.lightspeed.cicril.sbcglobal.net] has joined #bitcoin-core-dev 12:40 -!- jouke [~jouke@a80-100-203-151.adsl.xs4all.nl] has quit [Ping timeout: 240 seconds] 12:58 -!- jouke [~jouke@a80-100-203-151.adsl.xs4all.nl] has joined #bitcoin-core-dev 13:04 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 252 seconds] 13:16 -!- lisey [4d7d4c1a@gateway/web/freenode/ip.77.125.76.26] has joined #bitcoin-core-dev 13:31 -!- talesofterror [~talesofte@2601:43:0:d1a0:6dad:4900:d11c:4821] has joined #bitcoin-core-dev 13:35 -!- narula [~narula@73.61.22.173] has joined #bitcoin-core-dev 13:36 -!- narula [~narula@73.61.22.173] has quit [Client Quit] 13:37 -!- narula [~narula@73.61.22.173] has joined #bitcoin-core-dev 13:39 -!- n00by_d00by [~n00by_d00@2600:380:6429:3244:3568:a18a:c669:2fdb] has joined #bitcoin-core-dev 13:40 -!- narula is now known as neha 13:40 < lisey> hey guys I'm looking forward to contribute to bitcoin-core code base 13:41 < lisey> I'm not really sure where to start 13:41 -!- neha is now known as nehan 13:41 < lisey> I have no experience in c++ dev 13:42 -!- jouke [~jouke@a80-100-203-151.adsl.xs4all.nl] has quit [Ping timeout: 248 seconds] 13:42 -!- nehan [~narula@73.61.22.173] has quit [Quit: leaving] 13:43 -!- lisey [4d7d4c1a@gateway/web/freenode/ip.77.125.76.26] has quit [Quit: Page closed] 13:44 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-core-dev 13:46 -!- xHire [~xHire@kos.paskuli.cz] has quit [Remote host closed the connection] 13:48 -!- jouke [~jouke@a80-100-203-151.adsl.xs4all.nl] has joined #bitcoin-core-dev 13:52 -!- nehan [~nehan@73.61.22.173] has joined #bitcoin-core-dev 13:52 -!- n00by_d00by [~n00by_d00@2600:380:6429:3244:3568:a18a:c669:2fdb] has quit [Ping timeout: 265 seconds] 13:54 -!- nehan [~nehan@73.61.22.173] has quit [Client Quit] 13:59 -!- nehan [~nehan@73.61.22.173] has joined #bitcoin-core-dev 14:00 -!- nehan [~nehan@73.61.22.173] has quit [Client Quit] 14:00 -!- Guyver2 [~Guyver@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 14:00 -!- nehan [~nehan@73.61.22.173] has joined #bitcoin-core-dev 14:01 -!- nehan [~nehan@73.61.22.173] has quit [Client Quit] 14:01 -!- nehan [~nehan@73.61.22.173] has joined #bitcoin-core-dev 14:01 -!- nehan [~nehan@73.61.22.173] has quit [Client Quit] 14:02 -!- nehan [~nehan@73.61.22.173] has joined #bitcoin-core-dev 14:03 -!- nehan [~nehan@73.61.22.173] has quit [Client Quit] 14:03 -!- nehan [~nehan@73.61.22.173] has joined #bitcoin-core-dev 14:04 -!- nehan [~nehan@73.61.22.173] has quit [Client Quit] 14:04 -!- nehan [~nehan@73.61.22.173] has joined #bitcoin-core-dev 14:04 -!- Amuza [~Amuza@78.30.18.77] has quit [Ping timeout: 248 seconds] 14:05 -!- paracyst [paracyst@unaffiliated/paracyst] has joined #bitcoin-core-dev 14:18 -!- Amuza [~Amuza@78.30.29.209] has joined #bitcoin-core-dev 14:25 -!- Amuza [~Amuza@78.30.29.209] has quit [Ping timeout: 256 seconds] 14:28 -!- nehan [~nehan@73.61.22.173] has quit [Quit: leaving] 14:29 -!- nehan [~nehan@nemesis.media.mit.edu] has joined #bitcoin-core-dev 14:29 -!- nehan [~nehan@nemesis.media.mit.edu] has quit [Client Quit] 14:30 -!- nehan [~nehan@nemesis.media.mit.edu] has joined #bitcoin-core-dev 14:33 -!- Pavle [~pavle_@unaffiliated/pavle/x-4679000] has joined #bitcoin-core-dev 14:33 -!- nehan [~nehan@nemesis.media.mit.edu] has quit [Client Quit] 14:39 -!- Amuza [~Amuza@78.30.29.209] has joined #bitcoin-core-dev 14:44 -!- nehan [~nehan@nemesis.media.mit.edu] has joined #bitcoin-core-dev 14:47 -!- Amuza [~Amuza@78.30.29.209] has quit [Ping timeout: 248 seconds] 14:49 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 268 seconds] 14:51 -!- xHire [~xHire@kos.paskuli.cz] has joined #bitcoin-core-dev 15:01 -!- jouke [~jouke@a80-100-203-151.adsl.xs4all.nl] has quit [Ping timeout: 248 seconds] 15:17 -!- jouke [~jouke@a80-100-203-151.adsl.xs4all.nl] has joined #bitcoin-core-dev 15:20 -!- hirish is now known as hirishaway 15:30 -!- sjorsnado [~sjorsnado@2a05:d014:5f:e100:fd30:8af7:2d6a:cbb1] has joined #bitcoin-core-dev 15:32 < provoostenator> I setup my own BotBot instance, which now includes (for no particular reason): http://botbot.sprovoost.nl/log/bitcoin-core-dev/ 15:40 < provoostenator> lisey: here's some possibilities: https://github.com/bitcoin/bitcoin/labels/good%20first%20issue If you don't know C++, I would just start with making very small changes that only touch a few lines of code. Also, just browse through the Github issues... 15:44 -!- Randolf [~randolf@96.53.47.42] has quit [Ping timeout: 240 seconds] 15:45 -!- jouke [~jouke@a80-100-203-151.adsl.xs4all.nl] has quit [Ping timeout: 248 seconds] 15:46 -!- Eetsi123 [~Eetsi123@85-76-106-188-nat.elisa-mobile.fi] has joined #bitcoin-core-dev 15:50 -!- Pavle [~pavle_@unaffiliated/pavle/x-4679000] has quit [Quit: Leaving] 15:52 -!- Eetsi123 [~Eetsi123@85-76-106-188-nat.elisa-mobile.fi] has quit [Quit: Leaving] 15:53 -!- Eetsi123 [~Eetsi123@85-76-106-188-nat.elisa-mobile.fi] has joined #bitcoin-core-dev 15:56 -!- Eetsi123 [~Eetsi123@85-76-106-188-nat.elisa-mobile.fi] has quit [Client Quit] 16:04 -!- Randolf [~randolf@24.244.32.139] has joined #bitcoin-core-dev 16:05 -!- jouke [~jouke@a80-100-203-151.adsl.xs4all.nl] has joined #bitcoin-core-dev 16:12 -!- xHire [~xHire@kos.paskuli.cz] has quit [Read error: Connection reset by peer] 16:13 -!- Randolf [~randolf@24.244.32.139] has quit [Ping timeout: 260 seconds] 16:13 -!- talesofterror [~talesofte@2601:43:0:d1a0:6dad:4900:d11c:4821] has quit [Ping timeout: 240 seconds] 16:15 -!- atroxes [~atroxes@unaffiliated/atroxes] has quit [Ping timeout: 252 seconds] 16:16 -!- NicolasDorier [sid129442@gateway/web/irccloud.com/x-mbtzztyzgjccdwni] has quit [Ping timeout: 252 seconds] 16:16 -!- epic [sid37137@gateway/web/irccloud.com/x-nvnsmpkzbgyaiwul] has quit [Ping timeout: 252 seconds] 16:17 -!- kcud_dab [~arthur@2001:bc8:c087:1001::1] has quit [Ping timeout: 252 seconds] 16:17 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has quit [Remote host closed the connection] 16:17 -!- boblee [~boblee@unaffiliated/boblee] has quit [Ping timeout: 252 seconds] 16:18 -!- NicolasDorier [sid129442@gateway/web/irccloud.com/x-oqrluoijyisiwyjs] has joined #bitcoin-core-dev 16:18 -!- boblee [~boblee@199.195.253.210] has joined #bitcoin-core-dev 16:22 -!- atroxes [~atroxes@unaffiliated/atroxes] has joined #bitcoin-core-dev 16:22 -!- bad_duck [~arthur@2001:bc8:c087:1001::1] has joined #bitcoin-core-dev 16:23 -!- talesofterror [~talesofte@2601:43:0:d1a0:6dad:4900:d11c:4821] has joined #bitcoin-core-dev 16:25 -!- wxss [~user@94.242.219.107] has quit [Quit: leaving] 16:26 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-core-dev 16:29 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has quit [] 16:38 -!- Amuza [~Amuza@78.30.29.209] has joined #bitcoin-core-dev 16:48 -!- dqx [~dqx@unaffiliated/dqx] has quit [Remote host closed the connection] 16:50 -!- dqx [~dqx@unaffiliated/dqx] has joined #bitcoin-core-dev 16:51 -!- Amuza [~Amuza@78.30.29.209] has quit [Ping timeout: 248 seconds] 16:52 -!- dqx [~dqx@unaffiliated/dqx] has quit [Remote host closed the connection] 17:02 -!- commavir [vir@2604:180::502b:135a] has quit [Ping timeout: 246 seconds] 17:18 -!- jouke [~jouke@a80-100-203-151.adsl.xs4all.nl] has quit [Ping timeout: 265 seconds] 17:18 -!- jb55 [~jb55@209.52.229.194] has joined #bitcoin-core-dev 17:19 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 248 seconds] 17:23 -!- jb55 [~jb55@209.52.229.194] has quit [Ping timeout: 265 seconds] 17:27 -!- Murch [~murch@c-73-223-113-121.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 17:30 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 252 seconds] 17:34 -!- coinles [5565d5a6@gateway/web/freenode/ip.85.101.213.166] has joined #bitcoin-core-dev 17:35 < coinles> hi 17:37 -!- coinles [5565d5a6@gateway/web/freenode/ip.85.101.213.166] has quit [Client Quit] 17:39 -!- jouke [~jouke@a80-100-203-151.adsl.xs4all.nl] has joined #bitcoin-core-dev 17:39 -!- dqx [~dqx@unaffiliated/dqx] has joined #bitcoin-core-dev 17:59 -!- Cheeseo [Cheeseo@gateway/vpn/privateinternetaccess/cheeseo] has joined #bitcoin-core-dev 17:59 -!- RoyceX [Cheeseo@gateway/vpn/privateinternetaccess/cheeseo] has quit [Read error: Connection reset by peer] 18:15 -!- epic [sid37137@gateway/web/irccloud.com/x-hyzczrwbabuyzctz] has joined #bitcoin-core-dev 18:17 -!- Tennis [~Tennis@unaffiliated/tennis] has quit [Quit: Leaving] 18:17 -!- Tennis [~Tennis@unaffiliated/tennis] has joined #bitcoin-core-dev 18:22 -!- Randolf [~randolf@96.53.47.42] has joined #bitcoin-core-dev 18:33 -!- Murch [~murch@c-73-223-113-121.hsd1.ca.comcast.net] has quit [Quit: Snoozing.] 18:56 -!- dpackets [~textual@2406:3003:2060:11cf:f52e:a1d4:c1f6:5f35] has joined #bitcoin-core-dev 19:02 -!- jrade [~jrade@2601:248:4002:66a0:70f4:31b6:454f:7bb9] has joined #bitcoin-core-dev 19:13 -!- Tennis [~Tennis@unaffiliated/tennis] has quit [Quit: Leaving] 19:37 -!- Tennis [~Tennis@unaffiliated/tennis] has joined #bitcoin-core-dev 19:43 -!- go1111111 [go1111111@gateway/vpn/privateinternetaccess/go1111111] has quit [Ping timeout: 248 seconds] 19:44 -!- Tennis [~Tennis@unaffiliated/tennis] has quit [Read error: Connection reset by peer] 19:52 -!- dpackets [~textual@2406:3003:2060:11cf:f52e:a1d4:c1f6:5f35] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 19:52 -!- contrapumpkin [~copumpkin@haskell/developer/copumpkin] has joined #bitcoin-core-dev 19:57 -!- go1111111 [~go1111111@199.231.240.191] has joined #bitcoin-core-dev 20:09 -!- dpackets [~textual@2406:3003:2060:11cf:f52e:a1d4:c1f6:5f35] has joined #bitcoin-core-dev 20:17 -!- jrade [~jrade@2601:248:4002:66a0:70f4:31b6:454f:7bb9] has quit [Ping timeout: 265 seconds] 20:19 -!- dqx [~dqx@unaffiliated/dqx] has quit [Remote host closed the connection] 20:30 -!- dpackets [~textual@2406:3003:2060:11cf:f52e:a1d4:c1f6:5f35] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 20:30 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 20:31 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 20:35 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 20:36 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 265 seconds] 20:39 -!- dqx [~dqx@unaffiliated/dqx] has joined #bitcoin-core-dev 20:42 -!- jb55 [~jb55@S010664777daf0223.vn.shawcable.net] has joined #bitcoin-core-dev 20:46 -!- dqx [~dqx@unaffiliated/dqx] has quit [Remote host closed the connection] 21:16 -!- LeMiner [LeMiner@unaffiliated/leminer] has quit [Read error: Connection reset by peer] 21:16 -!- LeMiner [LeMiner@unaffiliated/leminer] has joined #bitcoin-core-dev 21:18 -!- jb55 [~jb55@S010664777daf0223.vn.shawcable.net] has quit [Ping timeout: 252 seconds] 21:18 -!- tknp [~tknp@unaffiliated/tknp] has joined #bitcoin-core-dev 21:35 -!- tknp [~tknp@unaffiliated/tknp] has quit [Quit: tknp] 21:44 -!- contrapumpkin [~copumpkin@haskell/developer/copumpkin] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…] 21:52 -!- dqx [~dqx@unaffiliated/dqx] has joined #bitcoin-core-dev 21:57 -!- dqx [~dqx@unaffiliated/dqx] has quit [Ping timeout: 252 seconds] 22:08 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 265 seconds] 22:13 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 22:13 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Client Quit] 22:14 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 22:26 -!- dqx [~dqx@unaffiliated/dqx] has joined #bitcoin-core-dev 22:28 -!- dqx [~dqx@unaffiliated/dqx] has quit [Remote host closed the connection] 22:28 -!- dqx [~dqx@unaffiliated/dqx] has joined #bitcoin-core-dev 22:32 -!- dqx [~dqx@unaffiliated/dqx] has quit [Remote host closed the connection] 22:33 -!- dqx_ [~dqx@unaffiliated/dqx] has joined #bitcoin-core-dev 22:34 -!- dqx_ [~dqx@unaffiliated/dqx] has quit [Remote host closed the connection] 22:36 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-gcrihweqagfrhhtl] has quit [Quit: Connection closed for inactivity] 22:49 -!- abramovich [~abramovic@gateway/tor-sasl/abramovich] has joined #bitcoin-core-dev 22:52 -!- dqx [~dqx@unaffiliated/dqx] has joined #bitcoin-core-dev 22:53 -!- dqx [~dqx@unaffiliated/dqx] has quit [Remote host closed the connection] 22:58 -!- tknp [~tknp@unaffiliated/tknp] has joined #bitcoin-core-dev 23:24 -!- abramovich [~abramovic@gateway/tor-sasl/abramovich] has quit [Ping timeout: 272 seconds] 23:46 -!- LumberCartel [~randolf@96.53.47.42] has joined #bitcoin-core-dev 23:47 -!- Randolf [~randolf@96.53.47.42] has quit [Ping timeout: 248 seconds] 23:48 -!- xHire [~xHire@kos.paskuli.cz] has joined #bitcoin-core-dev 23:49 -!- qrestlove [~qrestlove@2605:6000:eb4a:ef00:454f:112b:9095:f0ea] has quit [Ping timeout: 240 seconds] 23:49 -!- qrest [~qrestlove@2605:6000:eb4a:ef00::1] has joined #bitcoin-core-dev 23:51 -!- qrest [~qrestlove@2605:6000:eb4a:ef00::1] has quit [Max SendQ exceeded] 23:51 -!- qrest [~qrestlove@2605:6000:eb4a:ef00::1] has joined #bitcoin-core-dev 23:52 -!- Ankit [~Ankit@122.170.116.162] has joined #bitcoin-core-dev 23:53 < Ankit> hi