1 2017-08-18 00:56:24 <hammond> what would happen if the bitcoin network was massivly DoSed?
 2 2017-08-18 00:57:03 <hammond> or is it too big to happen?
 3 2017-08-18 01:14:18 <Emcy> there are over 9000 nodes
 4 2017-08-18 03:38:38 <JustTheDoctor> i just cloned the bitcoin repo and did everything it said to  compile on linux, it built no problem but i cant find a bitcoin-qt file. how do i compile bitcoin-qt on deb 8 ?
 5 2017-08-18 03:40:33 <kallewoof> You may not have QT libraries installed or they weren't found. The configure call should tell you if it did or didn't find them.
 6 2017-08-18 03:40:59 <JustTheDoctor> id o
 7 2017-08-18 03:41:02 <JustTheDoctor> i do*
 8 2017-08-18 03:41:13 <JustTheDoctor> i've compiled 3 other coins with qt5,
 9 2017-08-18 03:41:27 <JustTheDoctor> i did the ./autogen.sh and ./configure and make
10 2017-08-18 03:41:44 <JustTheDoctor> i have bitcoind bitcoin-cli and bitcoin-tx
11 2017-08-18 03:41:59 <JustTheDoctor> but i cant find bitcoin-qt
12 2017-08-18 03:42:26 <kallewoof> Did you look in src/qt/?
13 2017-08-18 03:42:45 <JustTheDoctor> nothing there
14 2017-08-18 03:42:49 <JustTheDoctor> no bitcoin-qt
15 2017-08-18 03:44:13 <kallewoof> Re-run ./configure and look at the output at the end and make sure it says "with gui / qt = yes"
16 2017-08-18 03:45:23 <brand0> does anyone know which part of the moc/forms is responsible for the list of tabs in the initial UI page?
17 2017-08-18 03:46:02 <JustTheDoctor> with gui / qt = no
18 2017-08-18 03:46:16 <JustTheDoctor> but i have qt5
19 2017-08-18 03:46:25 <JustTheDoctor> i used it to compile -qt for 3 other coins.
20 2017-08-18 03:49:17 <brand0> JustTheDoctor, what platform/distro/version are you on?
21 2017-08-18 03:49:42 <JustTheDoctor> deb 8
22 2017-08-18 03:51:42 <brand0> you apt installed all the qt*-dev stuff?
23 2017-08-18 03:51:48 <JustTheDoctor> yes
24 2017-08-18 03:51:50 <JustTheDoctor> like i said,
25 2017-08-18 03:51:57 <JustTheDoctor> i've compiled 3 altcoins with qt5
26 2017-08-18 03:52:19 <brand0> and you did a ./configure --with-gui=qt5 ?
27 2017-08-18 03:52:32 <JustTheDoctor> no will try
28 2017-08-18 03:55:50 <JustTheDoctor> seems to have helped, but now i get : configure: error: libprotobuf not found
29 2017-08-18 03:56:23 <brand0> and do you have it?
30 2017-08-18 03:56:40 <JustTheDoctor> i dont think so, i didnt install it and i dont know how to apt-get install it
31 2017-08-18 03:57:14 <JustTheDoctor> got it
32 2017-08-18 03:57:18 <JustTheDoctor> google is great sometimes.
33 2017-08-18 03:57:24 <brand0> apt search libprotobuf
34 2017-08-18 03:58:15 <JustTheDoctor> now im getting configure: error: PROTOC not found
35 2017-08-18 03:58:32 <brand0> same step man
36 2017-08-18 03:58:38 <brand0> just do that all the way until you have everything
37 2017-08-18 03:58:47 <brand0> apt search missing thing
38 2017-08-18 04:00:29 <JustTheDoctor> i did sudo apt-get install libprotobuf-dev
39 2017-08-18 04:00:34 <JustTheDoctor> now i get
40 2017-08-18 04:00:42 <JustTheDoctor> now im getting configure: error: PROTOC not found
41 2017-08-18 04:00:43 <brand0> protoc is something else
42 2017-08-18 04:00:56 <JustTheDoctor> can you give me a idea of the package protoc is in?
43 2017-08-18 04:01:17 <brand0> did you do the apt search protoc?
44 2017-08-18 04:01:54 <JustTheDoctor> yup, gave me alot of results
45 2017-08-18 04:02:41 <JustTheDoctor> http://jtdoc.cryptodepot.org/log.txt
46 2017-08-18 04:02:43 <brand0> go through them
47 2017-08-18 04:02:43 <JustTheDoctor> that was the output
48 2017-08-18 04:02:55 <rjak> protobuf-compiler?
49 2017-08-18 04:03:02 <brand0> that could be it
50 2017-08-18 04:05:04 <JustTheDoctor> with gui / qt = yes
51 2017-08-18 04:05:06 <JustTheDoctor> so if i make
52 2017-08-18 04:05:12 <JustTheDoctor> it will generate -qt ?
53 2017-08-18 04:07:43 <brand0> JustTheDoctor, yup assuming versions are right
54 2017-08-18 04:08:52 <JustTheDoctor> ty
55 2017-08-18 19:44:58 <esotericnonsense> does someone have the approximate size of the testnet3 chain atm? i'm at 200K blocks but only approx 1GB and I feel like it must be pretty massive by now
56 2017-08-18 19:45:22 <esotericnonsense> (vaguely wondering why we never got a testnet4!)
57 2017-08-18 19:45:30 <Emcy> it gets reset a lot
58 2017-08-18 19:53:58 <esotericnonsense> Emcy: how so? the current chain is syncing at least from a block time of 2013
59 2017-08-18 19:54:15 <esotericnonsense> I have been away for a while but my understanding was that was the last reset
60 2017-08-18 19:54:37 <Emcy> shrug i thought testget got rekt again recently
61 2017-08-18 19:55:26 <esotericnonsense> just hoping that my 50GB VM has enough space otherwise I need to go and buy things heh
62 2017-08-18 19:55:54 <esotericnonsense> years have passed and again Bitcoin is the thing that seems to trigger me into needing new hardware :P
63 2017-08-18 20:11:31 <adiabat> I'm synced up on testnet3 and it's about 13 GB
64 2017-08-18 20:11:41 <adiabat> that's with txindex=1 so might be a little less without that
65 2017-08-18 20:12:00 <adiabat> 50 GB is more than enough for testnet3
66 2017-08-18 20:12:02 <esotericnonsense> adiabat: thanks. i think i'm just hitting a spam region atm :P
67 2017-08-18 20:12:27 <esotericnonsense> was moving at about 15 blocks per minute for a while, but now back in the thousands
68 2017-08-18 20:12:53 <adiabat> a lot of that spam is mine :)  The whole 3.7MB segwit blocks thing
69 2017-08-18 20:13:14 <esotericnonsense> still in april 2014 so rather pre-segwit :P
70 2017-08-18 20:14:01 <esotericnonsense> i think i have a testnet3 backup somewhere but it's a few years out of date anyway so not much use. syncing btcd to play around with lnd for a bit (but probably tomorrow at this rate :P)
71 2017-08-18 20:26:24 <adiabat> does anyone know the best way to use regtest mode to simulate re-orgs?
72 2017-08-18 20:26:32 <adiabat> If there are any docs or threads about that
73 2017-08-18 23:56:55 <JustTheDoctor> has anyone ever seen a st12out_of_range range before?