07:10:49 "you need a custom monerod..." <- Do I still need the custom monerod for p2pool? 07:11:20 I remember hearing that p2pool compatibility has been merged into the normal monerod recently, right? 07:13:05 its merged but hasnt been included in a release yet, so you need to compile still 07:13:29 I compiled it from the code here: https://github.com/monero-project/monero 07:13:35 s/still/from source, or just use the precompiled one in p2pool release./ 07:13:40 so is my local build compatible for work with p2pool? 07:15:11 should be, try connecting p2pool to it, you should get errors right away if its not working 07:15:25 (I think) 07:15:35 OK. I am now going to build the p2pool from its code. 07:15:47 Do I need first let the monerod sync the blockchain? 07:15:52 yes 07:16:15 p2pool works with the pruned chain if you dont want to sync the whole thing 07:16:23 So, I NOT not issue this command: `./monerod --zmq-pub tcp://127.0.0.1:18083 --disable-dns-checkpoints --enable-dns-blocklist` 07:16:39 instead, just run `monerod` and wait for the blockchain to sync? 07:17:24 it will sync fine with the first command, I would recommend just using that 07:17:31 OK. 07:18:25 what is `zmq-pub`? 07:18:30 https://monerodocs.org/interacting/monerod-reference/ 07:18:42 I was taking a look at that --zmq-pub flag 07:46:10 I am following here: https://github.com/SChernykh/p2pool#gnulinux 07:46:12 Getting the following error when trying to set up hugepages: 07:46:13 fastman@fourgigpi:~$ sudo sysctl vm.nr_hugepages=3072 07:46:14 sysctl: cannot stat /proc/sys/vm/nr_hugepages: No such file or directory 07:46:14 fastman@fourgigpi:~$ 07:46:48 mechanic41turk[m: you are not running on linux then 07:46:51 is it WSL? 07:47:20 or hmm 07:47:58 you might need to enable them on boot cmdline instead if it's an actual raspi 07:48:15 Also, another point, under the same link, it says, "Double check that it shows Monero 'Oxygen Orion' (v0.17.2.3-7dbb0d1fc) on startup." 07:48:21 However, I get this: 07:48:31 yes, cause you used a different branch 07:48:37 fastman@fourgigpi:~$ monerod --zmq-pub tcp://127.0.0.1:18083 --disable-dns-checkpoints --enable-dns-blocklist 07:48:37 2021-10-13 07:46:31.613 I Monero 'Oxygen Orion' (v0.17.0.0-d222de2e1) 07:48:37 2021-10-13 07:46:31.614 I Initializing cryptonote protocol... 07:48:44 so, is my build incompatible? 07:48:46 https://github.com/monero-project/monero/commits/release-v0.17 07:48:51 make sure it's from there 07:49:32 or well 07:49:35 from master too 07:50:12 on your cloned instance 07:50:44 no, I think the version it says to check for is the version that comes precompiled in the release, when one you make yourself is going to be more up yo date 07:50:49 s/yo/to/ 07:50:56 on docs/ZMQ.md 07:51:00 on your own disk 07:51:08 see if it includes miner_data section 07:51:15 easiest way to check 07:51:37 you can still follow the README on p2pool itself 07:54:33 "Getting the following error when..." <- all the commands work for me but it says failed to use them when I run p2pool and everything works fine still, I dont think im alone either so you should be good, otherwise you can find support for that on google as that problem is a general one 14:02:35 why do all these blocks show only a single miner reward output? thought it was supposed to pay out to miners via these outputs every time a block is found https://p2pool.io/#blocks 14:05:13 Lyza: click on the coinbase transaction, you will see the actual outputs 14:05:34 for last one https://xmrchain.net/block/078b24f8982e24a055a4531fca5806a5919af1bcbcfb78537a654855f6150d4f https://xmrchain.net/tx/41ea90ae9540b03e1486f5814c10d034b11a8cff902449b9c72681fb044ccbd6 14:05:49 can also see it nicer here https://p2pool.observer/share/b712bf7200267f54d83f1b1d4b13d0b770a25444db5ad2fc251a447f9956681c 14:10:02 its fun trying to guess who's payouts are who's 14:10:24 I found xvb's for sure, and I think I've worked out DataHoarder's, however could be wrong 14:10:28 since they are sorted, it's easy :) 14:12:38 ohhhh okay cool thx DataHoarder