--- Log opened Mon Sep 06 00:00:59 2021 01:15 < vincenzopalazzo> darosior: I read somethings but not much time to understand the spec at the moment. However, with the onion message this can be a side application of the ln node. 01:16 < darosior> Yeah, just remember onion messages are routed for free. Also the proposal i was talking about (not related to onion messages, but storage) https://github.com/lightningnetwork/lightning-rfc/pull/881 01:16 < vincenzopalazzo> if you spamming the network I think it is not a good choice, however, if you think a network where not all the peer are the same, and this mean that I open my node to the only backup you can connect directly to me and send the onion message 01:17 < vincenzopalazzo> darosior: If I remember correct, this will add some propriety in message payload, but not remember much to talk about >( 01:18 < vincenzopalazzo> :-)* (US keybord layout sorry) 01:45 < mschmoock> darosior: your node is up again :D 01:46 < darosior> Yeah, been a long way.. 04:06 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Remote host closed the connection] 04:07 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 04:19 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 256 seconds] 04:30 -!- jonatack [~jonatack@user/jonatack] has joined #c-lightning 05:03 -!- jonatack [~jonatack@user/jonatack] has quit [Quit: Client closed] 05:10 < vincenzopalazzo> hey guys, stupid question 05:10 < vincenzopalazzo> Why in the listforwards the timestamp is a floating number? 05:10 < vincenzopalazzo> {... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/5d1fd6ee8b48a6fbe9039d08be1cabbb689d3f6d) 05:36 -!- jonatack [~jonatack@user/jonatack] has joined #c-lightning 06:37 < mschmoock> hm, python does the milliseconds as sub-decimal 06:38 < mschmoock> > datetime.now().timestamp() 06:38 < mschmoock> 1630935471.527393 06:38 < mschmoock> maybe because if that 06:38 < mschmoock> *of 06:42 < vincenzopalazzo> mh, but I didn't un any paython code, however maybe I'm missing some convention on the unix timestamp (it is a unix timestamp right?) 06:42 < vincenzopalazzo> python* 12:30 < mschmoock> yes. its a unix timestamp since 1970, but the sub-decimals encode the milli and nanoseconds 12:52 -!- rusty [~rusty@103.93.169.121] has joined #c-lightning 12:54 -!- jasan [~j@adsl-dyn21.78-98-70.t-com.sk] has joined #c-lightning 12:55 < rusty> Hello everyone! The biweekly c-lightning (dev) meeting is in 5 minutes at https://meet.jit.si/CLightning-Open-Meeting 13:21 -!- jasan [~j@adsl-dyn21.78-98-70.t-com.sk] has quit [Quit: jasan] 13:33 -!- raj [~raj_@103.77.139.44] has joined #c-lightning 13:39 -!- raj [~raj_@103.77.139.44] has quit [Quit: Leaving] 14:12 -!- jarthur [~jarthur@2603-8080-1540-002d-9946-f19a-5329-6a99.res6.spectrum.com] has joined #c-lightning 14:37 -!- rusty [~rusty@103.93.169.121] has quit [Ping timeout: 252 seconds] 14:52 -!- pi___ [~pi@xdsl-89-0-57-14.nc.de] has joined #c-lightning 14:55 -!- pi___ is now known as lthielen 14:56 -!- lthielen [~pi@xdsl-89-0-57-14.nc.de] has quit [Quit: leaving] 17:01 -!- rusty [~rusty@203.221.41.134] has joined #c-lightning 17:16 -!- belcher_ [~belcher@user/belcher] has joined #c-lightning 17:20 -!- belcher [~belcher@user/belcher] has quit [Ping timeout: 252 seconds] 18:56 -!- DeanGuss [~dean@user/deanguss] has quit [Ping timeout: 240 seconds] 18:56 -!- DeanGuss [~dean@nonplayercharacter.me] has joined #c-lightning 18:56 -!- DeanGuss [~dean@nonplayercharacter.me] has quit [Changing host] 18:56 -!- DeanGuss [~dean@user/deanguss] has joined #c-lightning 20:51 < rusty> mschmoock: sqlite3 .lightning/bitcoin/lightningd.sqlite3 'SELECT name, payload, unused, mx_payload from dbstat;' | awk -F\| '{ if (LASTFIELD != $1) { print TOTAL, LASTFIELD; TOTAL = 0 }; LASTFIELD=$1; TOTAL += $2; } END { print TOTAL, LASTFIELD }' | sort -n 20:52 < rusty> Shows number of bytes per db table... 20:52 < rusty> Here's mine (last 8): 20:52 < rusty> 1060064 forwarded_payments 20:52 < rusty> 1445013 sqlite_autoindex_blocks_1 20:52 < rusty> 3560975 utxoset_spend 20:52 < rusty> 7742123 short_channel_id 20:52 < rusty> 11659052 blocks 20:52 < rusty> 23004626 sqlite_autoindex_utxoset_1 20:52 < rusty> 48129908 utxoset 20:52 < rusty> 105169536 channel_htlcs 21:41 -!- Netsplit *.net <-> *.split quits: jonasschnelli, early, sandipndev, _0x0ff 21:41 -!- Netsplit over, joins: jonasschnelli 21:41 -!- _0x0ff [~0x0ff@163.172.166.225] has joined #c-lightning 21:41 -!- sandipndev [sandipndev@2600:3c00::f03c:92ff:fe8e:dce6] has joined #c-lightning 21:42 -!- _0x0ff [~0x0ff@163.172.166.225] has quit [Changing host] 21:42 -!- _0x0ff [~0x0ff@user/0x0ff/x-0302470] has joined #c-lightning 21:44 -!- early [~early@static.38.6.217.95.clients.your-server.de] has joined #c-lightning 21:57 -!- Netsplit *.net <-> *.split quits: berndj, dr-orlovsky, roasbeef, _aj_ 21:57 -!- _aj_ [aj@cerulean.erisian.com.au] has joined #c-lightning 21:57 -!- Netsplit over, joins: roasbeef, dr-orlovsky 21:59 -!- berndj [~berndj@ns2.linksynergy.co.za] has joined #c-lightning 22:43 -!- rusty [~rusty@203.221.41.134] has quit [Ping timeout: 250 seconds] 23:38 -!- jarthur_ [~jarthur@2603-8080-1540-002d-b82e-8865-a976-d9c2.res6.spectrum.com] has joined #c-lightning 23:41 -!- jarthur [~jarthur@2603-8080-1540-002d-9946-f19a-5329-6a99.res6.spectrum.com] has quit [Ping timeout: 252 seconds] --- Log closed Tue Sep 07 00:00:00 2021