03:18:54 hyc: then I will try to enable in on the node server too 21:13:28 Hello 21:14:10 when I run p2pool according to the instructions given in https://github.com/SChernykh/p2pool#how-to-mine-on-p2pool 21:14:19 I get following error from p2pool 21:14:43 2021-12-20 21:14:14.1752 P2Pool get_info RPC request failed: error ECONNREFUSED, trying again in 1 second 21:14:43 2021-12-20 21:14:15.1756 JSONRPCRequest failed to connect, error ECONNREFUSED 21:14:43 2021-12-20 21:14:15.1757 P2Pool get_info RPC request failed: error ECONNREFUSED, trying again in 1 second 21:14:43 2021-12-20 21:14:16.1760 JSONRPCRequest failed to connect, error ECONNREFUSED 21:15:05 How can I solve this? 21:16:51 "Since restarting the monerod 3..." <- Also, just to report, my monerod blockchain sync got completed today. It took around 9 days, on a Raspberry Pi 4 (4GB) machine, using raspi.debian.net OS. 21:44:29 I have a feeling that `sudo sysctly vm.nr_hugepages=3072` is making my raspi freeze 21:44:53 Do I need to enter that command, if I am not going to run xmrig on the pi? 21:45:19 lol 21:45:29 you're asking it to reserve 6GB 21:45:38 haha 21:45:47 my poor pi 21:47:03 where did you get that 3072 number from? you only need ~1200 for a full mining node 21:47:19 hyc: from the p2pool github 21:47:26 here: https://github.com/SChernykh/p2pool#how-to-mine-on-p2pool 21:47:30 and only about 256 for just verifying 21:47:51 hm. that may have been assuming you run p2pool and miner on same box 21:47:59 hyc: probably this. 21:48:16 I will be running the monerod and p2pool on the same raspberry pi 4 (4GB) running debian. 21:48:29 I will be running the xmrig on my laptop machine (8GB ram) 21:48:38 then you should be running p2pool --no-randomx 21:48:57 and you'll only need about 260 hugepages for monerod 21:49:12 hyc: so, I should be running this? `./p2pool --no-randomx --host 127.0.0.1 --wallet YOUR_WALLET_ADDRESS` 21:49:20 yeah 21:49:29 ok 21:49:30 thank. 21:49:36 you don't need the --host flag, that's already the default 21:49:46 hyc: good to know, thanks. 21:50:02 I will report back once my raspi gets unfrozen 21:50:27 that will be never. gonna have to hard reoot it 21:50:33 reboot / reset/ whatever 21:50:57 hyc: raspi is responding to my ctrl+c. only that it is taking it 5 mins to register it. 21:51:21 I don't want hard shutdown, as it has corrupted my local copy of the blockchain before, and I had to restart the sync all over. 21:51:28 because it's trying to push everything to swapspace to clear out 6GB of RAM when only 4GB exists 21:51:42 hyc: yeah. silly me. 21:52:24 if it's responding to commands at all, then just issue "reboot" as root 21:53:14 once the ctrl+c command registers to the monerod, it breaks away from its frozen state.