1 2019-10-27T00:49:37  *** jtimon has quit IRC
  2 2019-10-27T00:50:11  *** Logicwax has quit IRC
  3 2019-10-27T00:55:13  *** Logicwax has joined #bitcoin-dev
  4 2019-10-27T02:50:57  *** justanotheruser has quit IRC
  5 2019-10-27T03:05:40  *** justanotheruser has joined #bitcoin-dev
  6 2019-10-27T03:05:48  *** Karyon has quit IRC
  7 2019-10-27T03:11:56  *** Karyon has joined #bitcoin-dev
  8 2019-10-27T03:17:00  *** justanotheruser has quit IRC
  9 2019-10-27T03:32:07  *** baldur has quit IRC
 10 2019-10-27T03:34:59  *** justanotheruser has joined #bitcoin-dev
 11 2019-10-27T03:45:05  *** baldur has joined #bitcoin-dev
 12 2019-10-27T03:57:31  *** gribble has quit IRC
 13 2019-10-27T03:58:53  *** agricocb has quit IRC
 14 2019-10-27T03:59:22  *** agricocb has joined #bitcoin-dev
 15 2019-10-27T04:00:06  *** agricocb has joined #bitcoin-dev
 16 2019-10-27T04:14:10  *** gribble has joined #bitcoin-dev
 17 2019-10-27T04:14:10  *** ChanServ sets mode: +o gribble
 18 2019-10-27T04:31:35  *** IGHOR has quit IRC
 19 2019-10-27T04:44:48  *** IGHOR has joined #bitcoin-dev
 20 2019-10-27T04:48:40  *** bitdex has joined #bitcoin-dev
 21 2019-10-27T04:56:17  *** Skirmant has quit IRC
 22 2019-10-27T04:59:36  *** Giotis has joined #bitcoin-dev
 23 2019-10-27T05:27:17  *** YoungCEO has quit IRC
 24 2019-10-27T07:18:07  *** frank1e has quit IRC
 25 2019-10-27T07:33:31  *** Giotis has quit IRC
 26 2019-10-27T07:57:35  *** ExtraCrispy has quit IRC
 27 2019-10-27T08:01:40  *** bitdex has quit IRC
 28 2019-10-27T08:18:10  *** Guyver2 has joined #bitcoin-dev
 29 2019-10-27T08:30:04  *** bitdex has joined #bitcoin-dev
 30 2019-10-27T08:31:43  *** ddustin has joined #bitcoin-dev
 31 2019-10-27T08:40:14  *** ddustin has quit IRC
 32 2019-10-27T08:48:56  *** jtimon has joined #bitcoin-dev
 33 2019-10-27T09:15:12  *** marcoagner has joined #bitcoin-dev
 34 2019-10-27T09:26:57  *** bitwinery has quit IRC
 35 2019-10-27T10:38:41  *** CtrlC has joined #bitcoin-dev
 36 2019-10-27T10:39:24  *** Skirmant has joined #bitcoin-dev
 37 2019-10-27T10:58:36  *** ExtraCrispy has joined #bitcoin-dev
 38 2019-10-27T11:12:16  *** ExtraCrispy has quit IRC
 39 2019-10-27T11:21:35  *** ExtraCrispy has joined #bitcoin-dev
 40 2019-10-27T11:53:04  <CtrlC> How can I exactly broadcast a sig?
 41 2019-10-27T12:03:30  *** jb55 has quit IRC
 42 2019-10-27T12:20:54  *** Honthe has quit IRC
 43 2019-10-27T12:57:17  *** CryptoDavid has joined #bitcoin-dev
 44 2019-10-27T12:58:15  *** ExtraCrispy has quit IRC
 45 2019-10-27T13:00:02  *** jtimon has quit IRC
 46 2019-10-27T13:06:08  <darosior> Hi CtrlC what do you mean ? Are you talking about the signature of a transaction ?
 47 2019-10-27T13:06:40  <CtrlC> darosior, I think I got the answer. darosior I have to use that signature with a transaction. right?
 48 2019-10-27T13:09:00  <darosior> Yes, if it is to basically say "Hey I can spend that transaction output, because I have the private key which locks it" then you construct a transaction with an input which references (using the txid and the output index) the output you want to spend and put the signature in a field of this input called "scriptsig"
 49 2019-10-27T13:38:06  *** Guyver2 has quit IRC
 50 2019-10-27T13:52:27  <CtrlC> darosior, so if I understand correctly, every kind of script needs support in consumer wallets right? otherwise people won't be able to spend it.
 51 2019-10-27T13:54:37  <darosior> Yes, that's why there are standards (P2PKH, P2SH, P2WKH, P2SH) and that's why a higher policy language would be really useful for wallets compatibility
 52 2019-10-27T13:55:50  <darosior> You might be interested in checking out https://medium.com/blockstream/miniscript-bitcoin-scripting-3aeff3853620 and http://bitcoin.sipa.be/miniscript/
 53 2019-10-27T13:59:43  <CtrlC> darosior, is there currently any of those scripts supported that I can use?
 54 2019-10-27T14:00:54  <darosior> What scripts ? P2PKH, P2SH, P2WKH, P2WSH are supported by the majority of the wallets nowadays and you can use them
 55 2019-10-27T14:01:24  <CtrlC> darosior, a custom script for escrow.
 56 2019-10-27T14:02:11  <CtrlC> darosior, trying to do this: https://gist.github.com/vinarmani/65c6be07fba8d9f36b663470c5c4be6f
 57 2019-10-27T14:04:28  <darosior> Hmm a 2-of-3 Multisig ?
 58 2019-10-27T14:04:50  <CtrlC> darosior, not sure if it's just that.
 59 2019-10-27T14:10:43  *** sh_smith has joined #bitcoin-dev
 60 2019-10-27T14:23:03  *** CtrlC has quit IRC
 61 2019-10-27T14:23:21  *** CtrlC has joined #bitcoin-dev
 62 2019-10-27T14:35:02  *** Honthe has joined #bitcoin-dev
 63 2019-10-27T14:36:20  *** CtrlC has quit IRC
 64 2019-10-27T15:05:50  *** Chris_Stewart_5 has joined #bitcoin-dev
 65 2019-10-27T15:08:28  *** Guyver2 has joined #bitcoin-dev
 66 2019-10-27T15:10:18  *** al has quit IRC
 67 2019-10-27T15:11:05  *** al has joined #bitcoin-dev
 68 2019-10-27T15:15:22  *** Chris_Stewart_5 has quit IRC
 69 2019-10-27T15:38:49  *** CryptoDavid has quit IRC
 70 2019-10-27T15:47:45  *** alferz has joined #bitcoin-dev
 71 2019-10-27T15:56:37  *** alferz has quit IRC
 72 2019-10-27T16:42:06  *** Victorsueca has quit IRC
 73 2019-10-27T17:26:53  *** bitdex has quit IRC
 74 2019-10-27T17:27:39  *** Honthe has quit IRC
 75 2019-10-27T17:37:06  *** jtimon has joined #bitcoin-dev
 76 2019-10-27T17:46:57  *** side^effects has joined #bitcoin-dev
 77 2019-10-27T17:51:39  *** YoungCEO has joined #bitcoin-dev
 78 2019-10-27T17:54:08  *** YoungCEO_ has joined #bitcoin-dev
 79 2019-10-27T17:54:33  <YoungCEO> Hi
 80 2019-10-27T17:59:23  *** side^effects has quit IRC
 81 2019-10-27T18:00:40  *** owowo has quit IRC
 82 2019-10-27T18:00:44  *** Chris_Stewart_5 has joined #bitcoin-dev
 83 2019-10-27T18:05:20  *** owowo has joined #bitcoin-dev
 84 2019-10-27T18:05:46  *** Honthe has joined #bitcoin-dev
 85 2019-10-27T18:22:15  *** Chris_Stewart_5 has quit IRC
 86 2019-10-27T18:32:57  *** jtimon has quit IRC
 87 2019-10-27T18:33:32  *** CtrlC has joined #bitcoin-dev
 88 2019-10-27T18:35:09  <CtrlC> is it possible to write some sort of escrow script with smart contracts? something where the referee won't be able to transfer the funds to a third party.
 89 2019-10-27T18:52:27  *** Chris_Stewart_5 has joined #bitcoin-dev
 90 2019-10-27T19:02:21  *** Chris_Stewart_5 has quit IRC
 91 2019-10-27T19:10:51  *** Honthe has quit IRC
 92 2019-10-27T19:16:24  *** Honthe has joined #bitcoin-dev
 93 2019-10-27T19:17:45  *** CryptoDavid has joined #bitcoin-dev
 94 2019-10-27T19:21:31  *** YoungCEO has quit IRC
 95 2019-10-27T19:21:45  *** YoungCEO has joined #bitcoin-dev
 96 2019-10-27T19:32:02  *** YoungCEO has quit IRC
 97 2019-10-27T19:32:20  *** YoungCEO has joined #bitcoin-dev
 98 2019-10-27T19:33:54  *** YoungCEO has quit IRC
 99 2019-10-27T19:34:32  *** YoungCEO has joined #bitcoin-dev
100 2019-10-27T19:34:54  <YoungCEO> Hello
101 2019-10-27T19:36:36  *** side^effects has joined #bitcoin-dev
102 2019-10-27T19:37:13  <YoungCEO> Hi
103 2019-10-27T19:37:28  *** YoungCEO has quit IRC
104 2019-10-27T19:37:53  *** YoungCEO has joined #bitcoin-dev
105 2019-10-27T19:42:37  <CtrlC> hi
106 2019-10-27T19:48:57  *** justanotheruser has quit IRC
107 2019-10-27T20:13:20  *** YoungCEO has quit IRC
108 2019-10-27T20:20:39  *** jb55 has joined #bitcoin-dev
109 2019-10-27T20:29:17  *** YoungCEO has joined #bitcoin-dev
110 2019-10-27T21:02:33  *** bitwinery has joined #bitcoin-dev
111 2019-10-27T21:04:09  *** bitwinery has joined #bitcoin-dev
112 2019-10-27T21:34:15  *** Karyon has quit IRC
113 2019-10-27T21:34:41  *** Karyon has joined #bitcoin-dev
114 2019-10-27T21:45:08  *** Chris_Stewart_5 has joined #bitcoin-dev
115 2019-10-27T22:17:03  *** Guyver2 has quit IRC
116 2019-10-27T22:44:21  *** marcoagner has quit IRC
117 2019-10-27T22:48:15  *** dgenr8 has quit IRC
118 2019-10-27T22:49:14  *** Chris_Stewart_5 has quit IRC
119 2019-10-27T23:01:28  *** dgenr8 has joined #bitcoin-dev
120 2019-10-27T23:57:43  <CtrlC> are smart contracts related to wallets?
121 2019-10-27T23:59:55  *** YoungCEO has quit IRC