06:37:00 Try mining Monero with this thing: https://www.extremetech.com/extreme/313940-cerebras-wafer-packs-2-6-trillion-transistor-cpu-with-850000-cores 06:37:58 15 kWh 11:45:35 if it's 15kwh just to power the chip, add another 2x that for cooling :P 12:27:25 anyone running monerod on archlinux? seems like executing systemctl stop monerod instantly sends a SIGKILL instead of SIGTERM (this is probably arch specific, but maybe someone noticed the same issue) 12:29:15 lithiumpt: systemd should allow monerod some more time to close itself. 12:30:03 TimeoutStopSec=5 <== will send SIGTERM, wait for 2 sec, if its not gone yet, SIGKILL 12:30:13 s/2/5/ 12:35:04 the package's default service file does not specify that variable, which means it should use the default 90 scs 12:35:06 *secs 12:35:46 works fine for me 12:36:33 unless it is taking more than 90 secs to stop... 12:36:44 which shouldn't be the case 12:37:14 actually it does even take 3secs from the systemctl stop to return to shell 12:37:24 and shows a bunch of sigkills on the log 12:37:36 ok, i'll try investigating further 12:37:44 just asking as it may be a known issue 12:37:55 *have been 12:38:03 Paste sigkill log 12:43:08 i think i found the issue 12:43:12 im running zramswap 12:43:32 with zramswap disable it works fine 12:44:19 let me try lowering the batch size 18:11:35 !help 21:39:42 Guys, I'm receiving Monero 'Nitrogen Nebula' (v0.16.0.3-release) Error: Couldn't connect to daemon:127.0.0.1:18081 21:40:01 from monero GUI.... what is this about? 21:42:03 Which OS are you using? 21:42:16 arch Linux 21:43:35 Is this the first time you run the GUI? 21:45:08 it is the first time I try to run ful node mode. On remote node mode, it was working god 21:45:28 well, are you actually running a node? (monerod) 21:47:35 EmmetBrown: is there an actual problem? or just this message in error log? 21:47:37 I had monerod.service as inactve (dead) service on systemctl... as it is the first time I havent notice there was a service 21:48:16 let me try to start that service and try again 21:49:36 i think the wallet gui will start a daemon on its own, i would check that first 21:51:02 the gui was running but the service dead 21:51:16 now its syncing.. good... TY guys 21:52:08 Has anyone run monero on OpenBSD (arm64)? make errors after following compile instruction -- didn't try to troubleshooting and just want to know if anyone tried. 21:53:02 i think it's supposed to run, the randomx sources mention openbsd at the very least 21:55:53 Is it OK to run a node with default options or it's better to set flags, or something? Is there any docs about it? 21:56:08 https://monerodocs.org/interacting/monerod-reference/ 22:16:59 compiling on openbsd armv7 per instruction, cmake says "Building on arm for x86-64" when it's a 32bit board :)