-
ian_niculescu[m]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 ?
-
moneromoooYes, the block size is limited, which in turn limits the tx size.
-
ian_niculescu[m]<moneromooo> "Yes, the block size is limited..." <- this makes sense thank you
-
ian_niculescu[m]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 ?
-
ErCiccioneThings 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
-
plxkax[m]Can someone tell me/send link to what stage we are at for encrypting monero traffic?
-
selstawhat kind of traffic?
-
selstap2p? rpc between daemon and wallet?
-
plxkax[m]p2p
-
selstathere is a writeup, but no code yet monero-project/monero #8028
-
gingeropolousooh, daemon died
-
gingeropolousblargh. ERROR daemon src/daemon/main.cpp:364 Exception in main! Failed to create a read transaction
-
gingeropolousfor the db: MDB_READERS_FULL: Environment maxreaders limit reached
-
hycyou're still leaking read txns
-
gingeropolousyeah. and my recent nuking of my monero repo destroyed my mdb_stat bin
-
gingeropolousi think its the onion explorer
-
hycyah, never happens with just monerod itself
-
hyccompile of core_rpc_server still dies on my 4GB rockpro64, unless I add swap
-
moneromoooIf you have a tmpfs /tmp, you can set TMP=/home/hyc/tmp or so. Helps me when RAM is in demand in other VMs.
-
hycah, yeah my /tmp is tmpfs