--- Log opened Wed Aug 19 00:00:54 2020 00:20 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has quit [Ping timeout: 260 seconds] 00:59 -!- timCF [511495c4@196-149-20-81.sta.estpak.ee] has joined #rust-bitcoin 01:00 < timCF> Hi guys! Did anybody tried this BOLT spec implementation? https://github.com/rust-bitcoin/rust-lightning 01:00 < timCF> How its different from Eclair or LND? 01:24 -!- CubicEarth [~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net] has quit [Read error: Connection reset by peer] 01:27 -!- CubicEarth [~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net] has joined #rust-bitcoin 01:29 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Ping timeout: 246 seconds] 01:42 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #rust-bitcoin 02:08 -!- timCF [511495c4@196-149-20-81.sta.estpak.ee] has quit [Remote host closed the connection] 02:49 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has joined #rust-bitcoin 03:18 -!- Keanu16Steuber [~Keanu16St@static.57.1.216.95.clients.your-server.de] has joined #rust-bitcoin 08:09 -!- reallll [~belcher@unaffiliated/belcher] has joined #rust-bitcoin 08:13 -!- belcher_ [~belcher@unaffiliated/belcher] has quit [Ping timeout: 256 seconds] 08:21 < ariard> timCF: rust-lightning is a library to integrate in your bitcoin application while minimizing assumptions on your bitcoin codebase 08:22 < ariard> timCF: it speaks the whole lightning protocol and let you manage protocol flow through a per-component, high-level API 08:24 < ariard> timCF: whereas Eclair/LND/c-lighting are whole bitcoin stack (wallet, keystore, chain processing, ...) ready-to-use as executable processes 08:24 -!- Keanu16Steuber [~Keanu16St@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 260 seconds] 08:25 < ariard> timCF: if you're interested to use it we have dedicated slack : http://lightningdevkit.org/ or feel free to ask questions here :) 09:17 < elichai2> BlueMatt: Great minds think alike :D https://github.com/rust-lang/rust/pull/74754/ 09:44 < BlueMatt> elichai2: lol, nice 10:14 -!- stevenroose [~steven@2001:19f0:6801:83a:d583:6c25:2f07:e17a] has quit [Remote host closed the connection] 10:14 -!- stevenroose [~steven@irc.roose.io] has joined #rust-bitcoin 11:57 -!- reallll is now known as belcher 13:52 < belcher> can anyone figure out whats wrong with this code which fails to correctly sign a 2of2 multisig utxo spend https://pastebin.com/9tRHRcRx 13:53 < belcher> i can go through it byte-by-byte to figure out whats wrong, but in case someone more experienced can save me loads of time 15:01 < elichai2> belcher: try replacing `spending_tx.input[0].witness.push(Vec::new()); //first is multisig dummy` with `spending_tx.input[0].witness.push(vec![0]); //first is multisig dummy` 15:06 < belcher> elichai2 same result, and i got the Vec::new() part from rust-lightning https://github.com/rust-bitcoin/rust-lightning/blob/d0b4f521e1376076cc1fa0f3c21ae6f1d2ba4e33/lightning/src/ln/channel.rs#L2990 15:07 < belcher> to clarify, same result = the same error appeared 17:42 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Ping timeout: 240 seconds] 17:43 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #rust-bitcoin 17:54 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 240 seconds] 19:25 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 19:26 -!- ghost43 [~daer@unaffiliated/daer] has joined #rust-bitcoin 20:31 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has quit [Read error: Connection reset by peer] 20:32 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has joined #rust-bitcoin 20:46 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has quit [Read error: Connection reset by peer] 20:47 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has joined #rust-bitcoin 21:02 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has quit [Read error: Connection reset by peer] 21:03 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has joined #rust-bitcoin 21:18 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has quit [Read error: Connection reset by peer] 21:19 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has joined #rust-bitcoin 21:33 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has quit [Read error: Connection reset by peer] 21:34 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has joined #rust-bitcoin 21:49 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has quit [Read error: Connection reset by peer] 21:50 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has joined #rust-bitcoin 22:05 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has quit [Read error: Connection reset by peer] 22:06 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has joined #rust-bitcoin 22:20 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has quit [Read error: Connection reset by peer] 22:21 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has joined #rust-bitcoin 22:36 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has quit [Read error: Connection reset by peer] 22:37 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has joined #rust-bitcoin 22:39 -!- shesek [~shesek@unaffiliated/shesek] has joined #rust-bitcoin 22:52 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has quit [Read error: Connection reset by peer] 22:53 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has joined #rust-bitcoin 23:07 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has quit [Read error: Connection reset by peer] 23:08 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has joined #rust-bitcoin 23:23 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has quit [Read error: Connection reset by peer] 23:24 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has joined #rust-bitcoin 23:39 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has quit [Read error: Connection reset by peer] 23:40 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has joined #rust-bitcoin 23:55 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has quit [Read error: Connection reset by peer] 23:55 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has joined #rust-bitcoin --- Log closed Thu Aug 20 00:00:56 2020