00:49:06 this is such bullshit... 00:49:52 p2pool was working just fine earlier... then i started trying to tweak shit to get xmrig to run properly... and ever since then, p2pool doesn't work correctly 00:50:39 i've reset the firewall configs back to normal, merely let Windows automagically add the app to incoming connections, which is all i did to get it working the first time... but now it won't work 00:51:57 i've tried manually opening the proper ports... 18080, 18083, and 37889, in addition to the allowing all 3 of the apps in question to handle ANY incoming connections... 00:52:28 p2pool stil problematic. saw there was an issue with timing out, requiring me to wait 600 minutes. went grocery shopping, came back, still doesn't work 01:03:31 https://pastebin.com/jxygTdq2 01:04:11 now it says StratumServer and P2PServer are both listening on 0.0.0.0:3333, I'm guessing that's the problem. 01:10:32 If you read that log message, it’s you timing out/blocking other peers grndslm 01:10:43 Just informing you it happened 01:11:22 DataHoarder: and why am i blocking peers? 01:11:47 And also does not seem like both are listening on 3333, according to your logs 01:12:11 it blocks them for 10 minutes cause they either did not respond to handshake in time or did not provide good information 01:14:15 In the end seems like Windows, or maybe confusion on what the ports do, although it seems you synced with a peer to get proper sidechain height 01:15:02 QuickBASIC sent a message just after you disconnected anyhow 01:15:24 > 01:48:15 grndslm, I was able to repro the error you're seeing on Windows and I think I know the solution. Windows Smartscreen is probably triggering. Run monerod.exe once by double-clicking it, click "More Info", then "Run anyway", then you can run from command line as normal or use Unblock-File PowerShell cmdlet. 01:16:02 like i said... i enabled all 3 of the apps to accept ANY incoming connection.... and i enabled all of the 3 main ports i'm aware of... i just don't get it 01:16:25 DataHoarder: thanks... must've missed that 01:41:02 ok... so SmartScreen was apparently blocking both monerod and p2pool.... clicked "Run anyway" for both of them, yet the problem with p2pool persists 01:50:18 "and i enabled all of the 3 main ports" grndslm where/how are you doing this specifically? 01:52:01 grndslm can you run 'netstat -ab' in an elevated command prompt and tell us if you see any processes using port 3333. 01:52:31 Defender Firewall w/ Advanced Security.... select inbound rules... Action... New Rule... select Port... TCP w/ specific port 3333... 01:52:55 then i reset and add UDP w/ specific port 3333.... then repeat with TCP/ UDP for each of the aforementioned ports 01:56:12 But you're running everything on localhost right? 01:57:12 I think if you're adding firewall rules there, you're not allowing p2pool to bind on 127.0.0.1 because you're telling Windows that the connection is going to come in on the other interface. 02:00:55 it was working without the ports being manually added. all i had to do was let the Defender Firewall do its thing and they worked. Smartscreen was never an issue at first 02:01:21 QuickBASIC: https://pastebin.com/ 02:01:24 please don't pwn me 02:01:45 i definitely don't see port 3333 anywhere on there... 02:03:43 QuickBASIC: whoops... never submitted the output.. 02:03:44 https://pastebin.com/qiDi6rJA 02:19:29 "it was working without the ports..." <- Why did you change to manually adding ports if it was working? 02:21:18 ok, so as it stands, i apparently read the [...1..1.1] thing as new ones appearing on the right side, and they are decaying on the left side 02:21:57 just to throw my interpretation in there 02:27:01 QuickBASIC[m]: DataHoarder mentioned something about RPC and ZMQ needing to be enabled or something, so I figured they were protocols like TCP/UDP... 02:27:30 i still don't understand why deleting it all and restarting each app won't automagically configure it like it did the first time around 02:28:56 think i've had about as much fun with Windows 10 as i'd like to have for another decade or two. no thanks 02:30:05 just discovered Ventoy... USB boot tool that allows you to CHOOSE which iso you want to run at boot... almost as awesome as virtual machines if you ask me 02:30:13 i feel like a caveman 02:31:28 Right now, though gingeropolous, that's backward from the way it currently is. 02:32:36 grndslm If you made a change that made it stop working, you have to undo the change. I still suggest you go to Windows Settings > Windows Security > Firewall and Network Protection and Reset your firewall. 03:01:34 QuickBASIC: reset firewall settings... added monerod and then p2pool to firewall, which was all i had to to do get them both running properly before... but now it's a no go 03:01:40 yet again 03:01:48 UNCLE! 03:16:06 ok.... last try... 03:16:37 do these outputs mean anything to you... perhaps i am supposed to open outgoing ports, also?? hmm.. 03:16:38 https://pastebin.com/4vti9b4f 03:17:17 Particularly the "P2PServer failed to start" and the P2PServer peer xxx banned for 600 seconds. 03:18:00 the first time the app ran, I don't remember it ever saying "verified=0"... there was just a lot more data there. 03:23:51 And hopefully last thing, because wifey needs attention.... i'm confused why monerod will occasionally say "You are now synchronized", and then one second later it will say "daemon will start synchronizing with the network"... but then never say, "OK Synchronized", or whatever it typically says highlighted in Blue (i think it was. . . )... https://pastebin.com/x7g8FBAD 12:36:42 ok, well, good to know 12:36:54 so they decay on the right side 13:11:57 Are there any flags for accessing password protected nodes? 13:13:28 for p2pool, p2pool -h should get you the help 13:13:30 --config config.json and put the password there 13:13:41 I believe it's node not pool sech1 13:13:47 but it will be a different p2pool chain 13:14:02 password protected Monero nodes? No support for it 13:14:18 I thought I had seen a parameter there... I was wrong 13:24:14 Is it fair to say that the p2pool 13:24:32 So long as my node is password protected it seems I cannot access with p2pool 13:24:39 Is basically the Monero network but at a lower difficulty? 13:24:57 Hopefully that clarifies what I was referring to 13:25:02 Or, I mean the hashes are the same but just a lower difficulty? 13:25:14 p2pool doesn't work with password protected Monero node 13:25:22 garth yes 13:25:29 Also, I can't seem to specify stratum port anymore 13:25:43 I am using binary 13:25:45 Ok I’m beginning to understand 13:27:51 --stratum 0.0.0.0:3333 doesn't work? What error do you get? 13:28:29 It works fine, I just wanted to set a custom one. I use VPN and can't specify ports, I am given them 13:29:30 So basically I can't forward 3333 because I don't have access to that 13:30:27 you should be able to change 3333 to something else 13:30:34 or forward internally 13:32:14 But if I want to connect to stratus port externally, I can't 13:32:35 😒 13:32:53 you can 13:33:12 connect to the external port? then internal port you set yourself 13:33:22 s/stratus/stratum/ 13:33:57 oh, alternate block 13:34:24 some peers had picked other tip 13:35:14 The situation; I have two machines, separate networks. I use VPN. I cannot forward ports other than those given to me. One PC has the node and p2pserver running, the other has xmrig. How can I connect to p2pserver if I cannot use 3333? 13:37:13 because you can set any port 13:37:30 change --stratum 0.0.0.0:3333 13:37:36 to whatever port you wish 13:37:55 probably it can be scripted to what vpn gives you :) 13:38:42 As I said, it's not working, xmrig gives read error on config :( 13:39:03 you need to change it on p2pool and on your miner 13:39:22 if it's a read error on xmrig, that means the config has invalid format / cannot find it 13:39:57 Hmm, I actually think I found the problem, brb 13:41:29 XD I was being very silly, port was already in use 13:41:43 :< 13:44:28 How embarrassing 13:47:27 it happens, good it's solved now and we have more participants :) 13:47:43 Indeed! 13:48:30 Thanks for your help folk 13:50:09 Is the p2p port for seeding side chain? 13:52:42 yes 13:53:27 I believe you also seed via your outgoing connections, but if also let people connect to your incoming port, it increases discoverability 13:55:02 I think my challenge now is to find a difficulty that suits my cpu 13:55:42 don't change config.json btw :) 13:55:55 people have been setting 30 * hashrate 13:56:09 to get a "reported" share once each 30 seconds or so 13:56:31 that said it won't be an actual "share" on p2pool unless it exceeds the side chain difficulty 13:56:47 so if you don't mind not seeing your stats, you don't have to set anything 13:57:17 you can override difficulty by setting the user when connecting to p2pool stratum, -u 'x+600000' for example 13:58:16 So if I don't set a custom difficulty it doesn't really matter, right? 13:58:39 It just for yourself if you press status and want to see some kind of progress 13:58:48 correct, it'll just use whatever would give you a share on p2pool 13:58:52 aye 16:41:52 Sech1: I’m interested in the post you made on Reddit that FPGAs like Xilinx U50 exist on Monero. How much of an efficiently gain do these have over simple Ryzen CPUs? 17:04:56 ERROR 2021-09-20 17:00:24.9750 JSONRPCRequest failed to connect, error ECONNREFUSED 17:04:56 WARNING 2021-09-20 17:00:24.9750 P2Pool get_info RPC request failed: error ECONNREFUSED, trying again in 1 second 17:05:20 I keep getting this error when I run .\p2pool.exe --host 127.0.0.1 --wallet YOUR_WALLET_ADDRESS 17:05:27 with my wallet address 17:05:56 is the Monerod running ok? 17:05:58 synchronization in the previous step completed successfully 17:06:17 and I opened all three TCP Ports as well 17:06:24 what could be the reason ? This is windows 10 x64 17:06:39 yup monerod run fine 17:06:48 ran fine 17:07:32 ok dumb question once monerod said synchronization Ok I closed that window and then ran the second command 17:07:55 should I leave that open and run the p2pool in different powershell instance 17:09:50 :) I answered my own question thanks for mentioning monerod running 17:09:53 it works now 17:10:10 :) 17:12:29 garth they're not efficient 17:14:15 U50 can do 6500 h/s allegedly 17:14:30 at 75 watts 17:15:28 ouch, at the cost thats the same a full Ryzen 5 setup and about 4 years of energy costs (depending on local energy costs) 17:17:19 it was half the hashrate of Ryzen 3900X build at double the price 17:19:37 * atheos[m] uploaded an image: (4KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/CInxvSSAqJkvvnpBOkwfOdQP/monerrorure.PNG > 17:20:01 Is this a critical error I need to worry about or fix ? 17:20:35 No 17:21:04 thank you 17:22:05 When I started xmrig , it said HUGE Pages : permission granted but for 1Gb it says Unavailable. I remember setting huge page size when I was running XMRvsBeast 17:22:31 should I redo any of those windows configs for page files ? 17:23:51 * atheos[m] uploaded an image: (18KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/MfLJHuqnpzeHpgTjBNpzchlr/system.PNG > 17:26:33 thats normal atheos[m] 17:28:07 great. I used to love the dashboard design by someone here https://provsalt.me/dashboard/dashboard . If I need to know current status of my mining is there a localhost link I need to get to see details 17:32:47 * atheos[m] uploaded an image: (12KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/xjseVGXDqsweMdjQrUmkWoqj/image.png > 17:33:19 This is what showsup in monerod since I started mining 17:33:38 new blocks found, you might not get transactions from other peers, but it's "normal" 17:33:52 it just means it couldn't submit the block through you, but others did 17:34:51 gotcha thank you for clarifying 17:53:14 sethsimmons: https://sethforprivacy.com/guides/run-a-p2pool-node/ is still all in uppercase here, the CSS line that does this is "font-family: Fira Code,Monaco,Consolas,Ubuntu Mono,monospace;" on body, Ubuntu Mono is what gets selected 17:53:20 somehow that's all uppercase here? 17:53:54 removing Ubuntu Mono from list makes it fallback on "monospace", which makes it all not uppercase 17:58:17 I'll see if I can edit that, it should be using Fira Code AFAIK, but I haven't looked in a while. Thanks for the ping! 17:59:39 was adding some resources to a page, found it was still all uppercase here 18:03:19 Can you try now, DataHoarder? 18:03:42 no, cleared cache 18:03:44 oh, I see 18:03:50 font is blocked by CSP 18:04:09 you set "content-security-policy: frame-ancestors 'none'; default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; form-action 'none'; base-uri 'none'" 18:04:19 so can't load the fonts cause you denied them 18:04:20 Hmm 18:04:41 Any idea how to fix that? 18:04:47 font-src 'self'; 18:05:25 or change this , but also allows anything not specified: default-src 'self' 18:06:03 yeah adding font-src 'self'; to CSP should work 18:06:12 I never would have thought it was CSP as it doesn't break on all browsers, just some 18:06:29 DataHoarder: Testing now 18:06:35 maybe it ignores it and finds a different font than Ubuntu Mono 18:07:13 I still see the csp header coming like before 18:08:39 Try now 18:08:41 Just updated 18:09:19 yay, works! 18:09:25 they load properly 18:09:27 Dude, thanks so much! 18:09:38 Had been trying to track that down off and on for a while now 18:09:43 You're the best :D 18:09:54 heh, it's always DNS... and CSP if you set it 18:10:08 behaves in different ways per browser, each one handles a different subset of it 19:05:14 Will there be a graph for different values on p2pool site? 19:07:46 what different values mightysnowman[m] ? 19:08:01 I am working on an explorer/observer site, at least 19:08:14 Connected miners amount 19:08:24 Would be cool to see it as a graph 19:08:48 can't see connected 'miners' directly but can see shares mined/who did it, etc. 19:08:58 got a PoC api already in use 19:09:08 spammed a bit about it on #p2pool-log 19:10:41 if you wait a bit, I'll post some information later on 20:24:56 I am little confused on p2pool fee. On p2pool io it says 0% fee and github read me says 100% control , but my miner shows 1% Donate by default with no way to control that. Does this mean instead of 1% fee we are calling it 1% donation ? 20:25:33 this is xmrig fee, p2pool has 0% fee 20:25:52 it's the same with any other 0% pool 20:26:37 ah got it. So XMRIG has forced 1% Donate with no way to control it ? 20:28:12 or I need to compile to modify that ? 20:28:15 if you compile xmrig yourself you can set it to 0 20:28:59 But it's always nice to help the developers though right? 20:29:30 why I have mine left at 1% 20:30:27 1% is insignificant for a individual miner like me anyways :) I was only curious on why thats the case 20:31:14 Navigate to XMRig/src directory. Edit donate.h file to make fee 0. Then build from source 20:32:10 But I always bump mine to 2% to support XMRig devs 20:32:19 garth: yea just read about it :) Not going to do it , but good to know how to do it. and also that donate % is actually going to the developer 20:33:53 hmm, shame they didn't mine with p2pool :) 20:34:28 well one of them does for sure, but dunno about the others :P 22:35:38 mightysnowman[m]: https://p2pool.observer/ 22:36:41 (Tor http://p2pool2giz2r5cpqicajwoazjcxkfujxswtk3jolfk2ubilhrkqam2id.onion/ ) 23:33:52 "(Tor http://p2pool2giz2r5cpqicaj..." <- Nice vanity address, and love the site! 23:39:01 Was trying for a longer one but stopped after a day or so, that feels good enough :) 23:39:37 Should have more sections later on, and it all uses the same methods as the exposed api, if you want to do your own things