1 2019-03-28T00:29:17 *** ctrlbreak_MAD is now known as ctrlbreak
2 2019-03-28T00:33:50 *** Chris_Stewart_5 has joined #bitcoin-dev
3 2019-03-28T01:00:04 *** DeanGuss has joined #bitcoin-dev
4 2019-03-28T01:14:07 *** justan0theruser has joined #bitcoin-dev
5 2019-03-28T01:15:10 *** justanotheruser has quit IRC
6 2019-03-28T01:16:01 *** justan0theruser is now known as justanotheruser
7 2019-03-28T01:23:57 *** Chris_Stewart_5 has quit IRC
8 2019-03-28T02:10:46 *** s7r has quit IRC
9 2019-03-28T02:10:56 *** s7r_ has joined #bitcoin-dev
10 2019-03-28T02:11:25 *** Tyklol has joined #bitcoin-dev
11 2019-03-28T02:11:29 *** Tykling has quit IRC
12 2019-03-28T02:11:37 *** s7r_ is now known as s7r
13 2019-03-28T02:25:55 *** ytrezq has joined #bitcoin-dev
14 2019-03-28T02:26:17 <ytrezq> Hello, What?s the opcode sequence for doing the reverse of Multisig?? I?m talking about this case where Alice performs a transaction where the output is sent to both Bob and Victor. With one point : Bob will be able to spend the transaction output immediately while Victor will only be able to do it after waiting some time if Bob didn?t spend it before Victor is allowed to do so.It doesn?t matter if Bob is still able to spend the output after Victor
15 2019-03-28T02:26:18 <ytrezq> can. However Alice can?t get the public keys from Bob and Victor but only their address. https://bitcoin.stackexchange.com/q/85676/64911 (I mean if Victor performs a transaction using Alice output then the balance will decrease for both Victor and Bob)
16 2019-03-28T02:28:33 <sipa> ytrezq: you can try http://bitcoin.sipa.be/miniscript/miniscript.html
17 2019-03-28T02:29:04 <sipa> try entering "or(pk(C),and(pk(C),time(1000)))" for example
18 2019-03-28T02:31:39 <sipa> and you shouldn't reuse Bon's address without his cooperation, and in that case you can just as well ask his pubkey
19 2019-03-28T02:31:42 <sipa> *bob
20 2019-03-28T02:32:57 <ytrezq> sipa: more specially, either Bob or Victor can share their public key. But it?s definitely impossible to get the public key for both of them.
21 2019-03-28T02:35:47 <sipa> how can you get their address but not theit pubkey?
22 2019-03-28T02:36:32 <sipa> you shouldn't use someone's address in any other context than directly paying to it
23 2019-03-28T02:37:12 <sipa> it's possible the private key is in a hardware device that can't sign anything but a transactions spending from that exact address
24 2019-03-28T03:35:24 *** ytrezq has quit IRC
25 2019-03-28T03:35:42 *** ytrezq has joined #bitcoin-dev
26 2019-03-28T04:06:22 *** fkinglag has quit IRC
27 2019-03-28T04:06:40 *** fkinglag has joined #bitcoin-dev
28 2019-03-28T04:24:47 *** fatalhalt has quit IRC
29 2019-03-28T04:39:49 *** Spacew00t has quit IRC
30 2019-03-28T06:03:24 *** ytrezq has quit IRC
31 2019-03-28T06:03:38 *** ytrezq has joined #bitcoin-dev
32 2019-03-28T06:59:56 *** ongolaBoy has quit IRC
33 2019-03-28T06:59:58 *** ytrezq has quit IRC
34 2019-03-28T07:00:30 *** ongolaBoy has joined #bitcoin-dev
35 2019-03-28T07:09:41 *** ytrezq has joined #bitcoin-dev
36 2019-03-28T07:12:53 *** DeanGuss has quit IRC
37 2019-03-28T07:13:06 *** DeanGuss has joined #bitcoin-dev
38 2019-03-28T07:19:00 *** ytrezq has quit IRC
39 2019-03-28T07:19:21 *** ytrezq has joined #bitcoin-dev
40 2019-03-28T07:24:08 *** ytrezq has quit IRC
41 2019-03-28T07:24:32 *** ytrezq has joined #bitcoin-dev
42 2019-03-28T07:28:25 *** segy has quit IRC
43 2019-03-28T07:29:18 *** ytrezq has quit IRC
44 2019-03-28T07:29:39 *** ytrezq has joined #bitcoin-dev
45 2019-03-28T07:34:00 *** ytrezq has quit IRC
46 2019-03-28T07:34:15 *** segy has joined #bitcoin-dev
47 2019-03-28T07:34:41 *** ytrezq has joined #bitcoin-dev
48 2019-03-28T07:48:55 *** ytrezq has quit IRC
49 2019-03-28T07:49:19 *** ytrezq has joined #bitcoin-dev
50 2019-03-28T07:58:31 *** ytrezq has quit IRC
51 2019-03-28T07:58:56 *** ytrezq has joined #bitcoin-dev
52 2019-03-28T08:06:23 *** setpill has joined #bitcoin-dev
53 2019-03-28T08:08:38 *** ytrezq has quit IRC
54 2019-03-28T08:09:01 *** ytrezq has joined #bitcoin-dev
55 2019-03-28T08:11:25 *** harrymm has quit IRC
56 2019-03-28T08:12:27 *** c50a326 has joined #bitcoin-dev
57 2019-03-28T08:13:00 <c50a326> Hey has there ever been an open-source fork that implements some kind of "authorized" mining? i.e. only holders of certain keys are allowed to mine?
58 2019-03-28T08:13:51 <sipa> every permission blockchain ever
59 2019-03-28T08:16:26 <c50a326> "Permissioned blockchains use an access control layer to govern who has access to the network." - is there an example of a public/open-source permissioned blockchain?
60 2019-03-28T08:16:43 <c50a326> i.e. anyone can validate, but only certain key-holders are permitted to mine?
61 2019-03-28T08:23:13 *** ytrezq has quit IRC
62 2019-03-28T08:23:43 *** ytrezq has joined #bitcoin-dev
63 2019-03-28T08:28:16 *** ytrezq has quit IRC
64 2019-03-28T08:28:42 *** ytrezq has joined #bitcoin-dev
65 2019-03-28T08:48:45 *** ytrezq has quit IRC
66 2019-03-28T08:49:09 *** ytrezq has joined #bitcoin-dev
67 2019-03-28T08:53:28 *** ytrezq has quit IRC
68 2019-03-28T08:53:59 *** ytrezq has joined #bitcoin-dev
69 2019-03-28T09:01:55 *** tombusby has quit IRC
70 2019-03-28T09:03:49 *** tombusby has joined #bitcoin-dev
71 2019-03-28T09:13:22 *** ytrezq has quit IRC
72 2019-03-28T09:14:03 *** ytrezq has joined #bitcoin-dev
73 2019-03-28T09:15:31 *** tombusby has quit IRC
74 2019-03-28T09:18:50 *** ytrezq has quit IRC
75 2019-03-28T09:19:12 *** ytrezq has joined #bitcoin-dev
76 2019-03-28T09:20:28 *** spinza has quit IRC
77 2019-03-28T09:20:55 *** tombusby has joined #bitcoin-dev
78 2019-03-28T09:23:49 *** ytrezq has quit IRC
79 2019-03-28T09:24:09 *** ytrezq has joined #bitcoin-dev
80 2019-03-28T09:28:33 *** spinza has joined #bitcoin-dev
81 2019-03-28T09:28:46 *** ytrezq has quit IRC
82 2019-03-28T09:29:07 *** ytrezq has joined #bitcoin-dev
83 2019-03-28T09:37:51 *** ytrezq has quit IRC
84 2019-03-28T09:38:19 *** ytrezq has joined #bitcoin-dev
85 2019-03-28T09:53:05 *** ytrezq has quit IRC
86 2019-03-28T09:53:25 *** ytrezq has joined #bitcoin-dev
87 2019-03-28T10:02:55 *** ytrezq has quit IRC
88 2019-03-28T10:03:19 *** ytrezq has joined #bitcoin-dev
89 2019-03-28T10:04:09 *** ytrezq has left #bitcoin-dev
90 2019-03-28T10:57:34 *** spinza has quit IRC
91 2019-03-28T11:14:46 *** Chris_Stewart_5 has joined #bitcoin-dev
92 2019-03-28T11:27:24 *** spinza has joined #bitcoin-dev
93 2019-03-28T11:40:18 *** achow101 has quit IRC
94 2019-03-28T11:49:54 *** achow101 has joined #bitcoin-dev
95 2019-03-28T11:50:33 *** kamyl has quit IRC
96 2019-03-28T11:51:30 *** kamyl has joined #bitcoin-dev
97 2019-03-28T12:13:44 *** dlb76 has quit IRC
98 2019-03-28T12:20:50 *** hashist has joined #bitcoin-dev
99 2019-03-28T12:26:03 *** Kony has joined #bitcoin-dev
100 2019-03-28T12:33:47 *** Chris_Stewart_5 has quit IRC
101 2019-03-28T12:36:30 *** Chris_Stewart_5 has joined #bitcoin-dev
102 2019-03-28T12:51:13 *** Belxjander has quit IRC
103 2019-03-28T12:51:32 *** dlb76 has joined #bitcoin-dev
104 2019-03-28T12:51:46 *** Belxjander has joined #bitcoin-dev
105 2019-03-28T12:57:33 *** Chris_Stewart_5 has quit IRC
106 2019-03-28T13:05:39 *** profmac has quit IRC
107 2019-03-28T13:17:44 *** profmac has joined #bitcoin-dev
108 2019-03-28T13:38:10 *** Tyklol is now known as Tykling
109 2019-03-28T13:44:44 *** adhux0x0f0x3f has quit IRC
110 2019-03-28T13:59:37 *** Chris_Stewart_5 has joined #bitcoin-dev
111 2019-03-28T14:01:20 *** Guyver2 has joined #bitcoin-dev
112 2019-03-28T14:20:14 *** roconnor has joined #bitcoin-dev
113 2019-03-28T14:25:06 *** |Clown| has quit IRC
114 2019-03-28T14:25:39 *** |Clown| has joined #bitcoin-dev
115 2019-03-28T15:11:07 *** Kony has quit IRC
116 2019-03-28T15:12:38 *** Skirmant has quit IRC
117 2019-03-28T15:34:39 *** Kony has joined #bitcoin-dev
118 2019-03-28T15:48:38 *** hashist has left #bitcoin-dev
119 2019-03-28T15:49:47 *** Kony has quit IRC
120 2019-03-28T16:05:01 *** ongolaBoy has quit IRC
121 2019-03-28T16:39:18 *** Skirmant has joined #bitcoin-dev
122 2019-03-28T16:40:55 *** bugs_ has joined #bitcoin-dev
123 2019-03-28T17:27:00 *** setpill has quit IRC
124 2019-03-28T17:27:32 *** Belxjander has quit IRC
125 2019-03-28T17:30:02 *** fkinglag has quit IRC
126 2019-03-28T17:38:09 *** DeanGuss has quit IRC
127 2019-03-28T17:41:42 *** Chris_Stewart_5 has quit IRC
128 2019-03-28T17:42:55 *** fkinglag has joined #bitcoin-dev
129 2019-03-28T17:44:10 *** agricocb has quit IRC
130 2019-03-28T17:44:49 *** Chris_Stewart_5 has joined #bitcoin-dev
131 2019-03-28T17:47:42 *** Skirmant has quit IRC
132 2019-03-28T18:00:39 *** kamyl has quit IRC
133 2019-03-28T18:08:15 *** GNULinuxGuy has quit IRC
134 2019-03-28T18:08:21 *** agricocb has joined #bitcoin-dev
135 2019-03-28T18:10:37 *** kamyl has joined #bitcoin-dev
136 2019-03-28T18:13:42 *** GNULinuxGuy has joined #bitcoin-dev
137 2019-03-28T18:50:51 *** Skirmant has joined #bitcoin-dev
138 2019-03-28T19:07:09 *** owowo has quit IRC
139 2019-03-28T19:14:12 *** owowo has joined #bitcoin-dev
140 2019-03-28T19:39:51 *** Kony has joined #bitcoin-dev
141 2019-03-28T20:08:37 *** bugs_ has quit IRC
142 2019-03-28T20:32:26 *** Amperture has quit IRC
143 2019-03-28T20:45:10 *** Chris_Stewart_5 has quit IRC
144 2019-03-28T21:08:29 *** Krellan has joined #bitcoin-dev
145 2019-03-28T21:11:02 *** Kony has quit IRC
146 2019-03-28T21:38:14 *** Chris_Stewart_5 has joined #bitcoin-dev
147 2019-03-28T21:45:28 *** Guyver2 has quit IRC
148 2019-03-28T21:45:43 *** Kony has joined #bitcoin-dev
149 2019-03-28T21:48:28 *** Belxjander has joined #bitcoin-dev
150 2019-03-28T21:48:48 *** Kony has quit IRC
151 2019-03-28T22:20:21 *** arubi has quit IRC
152 2019-03-28T22:25:42 *** Soligor_ has joined #bitcoin-dev
153 2019-03-28T22:25:49 *** arubi has joined #bitcoin-dev
154 2019-03-28T22:27:07 *** Soligor has quit IRC
155 2019-03-28T22:27:33 *** Soligor_ is now known as Soligor
156 2019-03-28T22:52:52 *** spinza has quit IRC
157 2019-03-28T22:56:07 *** agricocb has quit IRC
158 2019-03-28T22:58:48 *** spinza has joined #bitcoin-dev
159 2019-03-28T23:09:24 *** dqx_ has quit IRC
160 2019-03-28T23:24:54 *** justanotheruser has quit IRC
161 2019-03-28T23:26:03 *** justanotheruser has joined #bitcoin-dev
162 2019-03-28T23:31:03 *** Chris_Stewart_5 has quit IRC
163 2019-03-28T23:38:55 *** bralyclow has joined #bitcoin-dev
164 2019-03-28T23:46:00 *** bralyclow has quit IRC