00:54:34 * cannon-c[m] sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/sUqYBLpYPlpDIPHflHCxgzFt > 00:58:38 im trying to run a daemon and its up and running but when i do status its 8(out)+0(in) 00:58:45 does this mean there are no inbound connections? 00:59:39 where is p2pstate.bin located in linux 00:59:56 lol 01:00:04 i cant find that 01:00:09 idk where it is 01:00:27 there is nothing in the created directory 01:00:46 sec 01:00:47 Yes. You must set all the routers/firewalls to forward 18080 to the machine/VM running monerod. 01:00:56 i did that 01:00:58 p2pstate.bin is in ~/.bitmonero 01:01:26 ok 01:01:31 got it now what? 01:01:54 delete and restart? 01:02:13 Doubt it will do anything for this. 01:02:43 It's likely a router thing. I assume you did not start the daemon with an in peer limit of 0, right ? 01:02:50 moneromooo: on another channel I had suggested that he delete p2pstate.bin because it had seemed to work for me in a similar case 01:02:52 Or with --hide-my-port. 01:02:57 OK. 01:03:09 that being using a vpn that doesn't allow inbound connections 01:03:26 and when turning off the vpn they did not come back 01:03:28 in_peers is set to unlimited on daemon 01:03:32 Oh. VPN. Right. 01:03:55 o wiat 01:04:02 my vpn autoconnected 01:05:52 should i restart and tgry again? 01:07:00 Yes. If you don't restart, other nodes will have the VPN's IP in their tables, and will only get yours-without-vpn once you connect to a new peer (and that'll take a bit of time to propagate). 01:07:43 restart the computer or the daemon? 01:07:47 i restarted the daemon 01:07:52 and no change 01:08:59 Daemon. As I said, it'll be a bit before other peers know there is a node at your address. 01:09:16 ok 01:13:17 are there any other ports i should open up or just the 18080? 01:14:05 For incoming P2P connections, no. 01:14:16 k 01:14:21 Unless you set your monerod on another port, in which case yes :) 01:14:31 lol 01:17:21 i just disabled the firewall and still no inbound 01:37:17 moo "Last scheduled hard fork time suggests" Can we get rid of that one? It's only been a few days since last upgrade "Monero 'Carbon Chamaeleon' (v0.15.0.5-17ec003c0)" 01:39:41 I guess we can since no fork soon. 01:41:05 Thanks :D 01:54:18 anyone know answer on my trezor security questions? 07:00:09 what's an easy way to determine if a given u32 is a block height, block hash, or transaction hash? 09:51:15 [discord] : Can anyone help with a Monero pool setup? 09:51:43 nodejs-pool? 09:51:57 [discord] : Yes 09:52:07 sure 09:52:11 [discord] : Dvandal 09:53:11 oh i thought you meant snipa's pool software 09:53:30 [discord] : We managed to get the pool running, but all we get are rejected shares, we think its the algo settings 09:54:25 [discord] : Isn't the Snipa software based on the Dvandal? 09:55:27 [discord] : Can you help us? 09:55:36 this pool software is probably outdated and doesn't support randomx 09:56:09 [discord] : Its the latest version and does include randomx support 09:57:31 [discord] : https://cdn.discordapp.com/attachments/620459189097201669/694123130393854012/unknown-1.png 09:57:45 [discord] : Does that look correct? 10:01:14 based on their config examples it seems right. are there any errors in logfiles, or just the invalid share message in your miner? 10:01:15 [discord] : @Joshua - Zintus LOUD Mining perhaps you can add details? 10:24:37 [discord] : For me its the message in the miner, but not sure whats in the logs our dev will know 10:25:39 [discord] : @asymptotically [irc]:#0000 10:40:49 in the damemon I'm getting message: There were 21 blocks found in the last 90 minutes, there might be large hash rate changes, or we might be partitioned, cut off from the monero network or under attack. or it could be just sheer bad luck 10:41:11 and also "No incoming connections -check firewalls/routers allow port 18080 10:41:37 these messages occured several times over the last few hours 12:22:20 Can you reach your daemon from outside with, say, netcat ? 12:22:46 Or whatever else you might be comfortable with. 12:35:12 no ive tryed using a port forwarding tester and it says its blocked 12:36:13 at this point im thinking its my isp 12:49:09 daemon problem with inbound connections was solved. it was an isp issue 14:41:17 Hello 14:41:57 I am having trouble with running my monerod RPC with the testnet flqg 14:48:01 does mattermost relay my messages to the freenode IRC? 14:48:19 Looks like it does/ 15:24:32 Hi 15:26:08 So the problem is this error "Error starting server: Failed to bind IPv4 (set to required)" i get when running "./monerod --testnet" 15:29:49 Kill whatever's bound on port 28080 (likely another monerod). 15:30:11 netstat is your friend 15:44:28 I also tried running it on another port (18085) also without success 15:44:39 both ports seem to be free 15:44:44 according to lsof -i -P 15:46:10 Do you have something like SElinux or the like which could prevent binding ? 15:47:40 Well seems there are two other monerods running 15:47:48 but I can't kill them somehow 15:47:53 I will try sigterm 15:51:04 Thanks didnt think of that 15:51:23 problem was caused by another monerod 15:51:29 how do I use the testnet 15:51:39 is the public testnet wallet still being funded? 15:52:51 You add --testnet to monerod and monero-wallet-{cli,rpc}. 15:54:06 ok 15:54:46 how is the dandelion++ implementation going? 15:55:18 https://github.com/monero-project/monero/pull/6314 21:10:02 anyone familiar with how the various block explorers implemented their search? if given a number/string how to determine if it's a block height, block hash, or tx hash 21:23:21 it looks like xmrchain checks a few different lengths of the provided search string and from there does a few try/catch statements. 21:23:24 https://github.com/moneroexamples/onion-monero-blockchain-explorer/blob/2b7b07f3bef438b49626f6ff49147890c17390f0/src/page.h#L4008 21:23:28 not elegant but it works 22:09:08 What is the preferred pastebin service now days? 22:12:00 I think people who hate javascript use fpaste 22:13:05 thanks 22:15:20 np 22:19:02 https://paste.centos.org/view/1b703a76 22:21:19 Hello all, firstly, I am not a developer. looking through this error I think the problem is because /home links to /usr/home which I find wierd but I do not have much experience with freebsd jails either so this may be normal. How do I pass -v to the linker to find out why it is giving this error?