08:19:47 Is there a reason why in walletRPC if you use the function sweep_all it returnes an array of transactions. Are there situations where you can't sweep every output in one transaction ? 08:25:52 Yes, the block size is limited, which in turn limits the tx size. 08:46:06 "Yes, the block size is limited..." <- this makes sense thank you 11:13:10 I just saw, ErCiccione was trying to add the GUI to tails about 1 year ago. I used tails for the first time a few days ago and I didn't see a monero GUI, how is it going ? 11:15:07 Things started to go in circle and the mailing list they created for the purpose went desert. I haven't followed the situation since. Somebody should definitely try to pick up the conversation again though. There is an open issue somewhere in their gitlab 13:57:55 Can someone tell me/send link to what stage we are at for encrypting monero traffic? 13:58:31 what kind of traffic? 13:58:54 p2p? rpc between daemon and wallet? 14:04:54 p2p 14:06:17 there is a writeup, but no code yet https://github.com/monero-project/monero/pull/8028 18:12:35 ooh, daemon died 18:13:42 blargh. ERROR daemon src/daemon/main.cpp:364 Exception in main! Failed to create a read transaction 18:13:42 for the db: MDB_READERS_FULL: Environment maxreaders limit reached 18:14:39 you're still leaking read txns 18:15:48 yeah. and my recent nuking of my monero repo destroyed my mdb_stat bin 18:16:10 i think its the onion explorer 18:18:58 yah, never happens with just monerod itself 19:14:35 compile of core_rpc_server still dies on my 4GB rockpro64, unless I add swap 19:15:53 If you have a tmpfs /tmp, you can set TMP=/home/hyc/tmp or so. Helps me when RAM is in demand in other VMs. 19:16:41 ah, yeah my /tmp is tmpfs