00:51:58 hey guys so i went to "canyouseeme" and it said it didnt see me, yet the port is open? 00:52:11 monerod is running without issue but status shows no "in" connections 05:22:22 a8_: if theres no in connections you need to open up your router/firewall/port-map to 18080. You don't *need* inbound though. 05:43:12 hey guys im haveing an issue, it seems i cannot get incomeing connection in monerod, i recently moved from MacOS to linux. altough i wouldnt call myself a noob with linux.. the port is open so idk why monerod cant use it? 05:44:03 a8_: did your LAN ip address change when you switched? maybe you'll have to double check the rule on your router 05:44:11 my local ip is the samr 05:44:13 same* 05:45:38 btw the distro im on is opensuse tumbeweed. i dont have UFW installed 05:47:40 do you set --p2p-bind-ip when you launch monerod or in your config file? 05:50:20 uh no 05:50:23 i just did ./monerod 05:50:38 should i do --p2p-bind-ip 0.0.0.0? 05:53:11 hmm i think that's the default 05:53:55 i will try it 05:57:50 Error: I could not see your service on 05:57:54 rip it doesnt work 05:58:12 let me check if i can host a site on that port 06:11:24 odd 06:11:48 the program doesnt seem to have issues binding to the port, but it cant bee seen. I will ask for him in the linux disto's support area 07:54:32 a8_: you don't need --p2p-bind-ip, default for p2p binds to 0.0.0.0 port 18080. 07:55:12 If you've opened up ufw inbound to that port, have you forwarded at your router? 07:55:53 e.g. map 18080 at the router to the machine running monerod. 08:46:50 What would be the cause of the daemon freezing up as soon as you do anything even after its synced to 100%? 09:30:48 zib: monerod? 09:34:06 Infinity8: yeah. Takes for example like 2 minutes to run "status" even if its using no cpu and is synced 09:34:23 while another node i have doesnt have any problem like that. 09:34:34 But i dont have a clue on how to debug it :) 09:34:35 that's weird. it it on a vps? 09:34:54 both vps. But dedicated exported drive 09:35:43 Guess i can strace it and see what its doing 09:37:09 definitely not a cpu thing 09:37:11 or ram thing 17:59:55 What happend to monero.org? 18:00:32 It is possessed by a domain squatter 18:01:22 outsch 18:04:53 But there is content on monero.org 18:05:30 iirc he wanted to sell it for $lotsofmoney 18:06:24 You can just pay like $3000 and have the registrar steal it 18:18:12 odd question. When i do --restore-determistic-wallet and enter my seed the client then gives me another seed. 18:18:31 How can 2 different seeds result in the same wallet? 18:19:17 zib: is one shorter (in word length)? 18:19:47 asymptotically: no. The original is 25 words. I found it odd that the last is the "passphrase" but i guess monero generates it like that. 18:19:54 The new one generated is 25 also 18:20:07 the last is the passphrase? 18:20:12 What does that mean? 18:20:39 my recovery seeds are 25 words. The electrum seed is 24 words. The last prompt is "Enter seed offset passphrase, empty is none" 18:20:58 Don’t enter a seed offset. That’s the reason 18:21:03 Since the client outputs 25 words upon wallet creation i assume the 25th word is actually a passphrase 18:21:04 Enter the 25 words seed 18:21:12 without any passphrase 18:21:16 umm. hold on a second 18:22:25 https://pastebin.com/FjP3N6Dp 18:22:27 see this 18:22:34 im just getting prompted for 24 words 18:23:10 heh didnt know pastebin would show rows.. :D 18:23:19 this looks really weird 18:23:24 So the 25th word its prompting for is the offset 18:23:39 what software are you using? 18:23:39 this is actually the first time i've tried to recover a seed :D 18:23:49 0.15.0.5 cli 18:23:49 it should ask you to enter all the words at once 18:23:53 not 1 by 1 18:24:08 never heard of a seed offset passphrase 18:24:19 ok i will try that. Just tricky when you don't see anything being typed in 18:24:29 But regardless this feels like a bug then 18:24:45 let me type in all on row 1 fast.. 18:25:00 I have never seen anyone type it one by one, maybe that’s why 18:25:06 maybe some old code 18:25:24 yeah maybe. I'm just used to it from other software where its 1 by one 18:25:30 didn’t even know that was possible lol 18:25:32 and also since it doesnt show anything, the words or * 18:25:37 it felt like it should be one by one :P 18:25:58 and well also since it didnt complain and actually prompted to continue the sequence :P 18:27:19 yep that worked. Filing a little bug report. Feels odd 18:27:32 I know the problem now 18:27:48 The seed is 25 words but the software only requires 24 words, the last one is only a checksum 18:28:07 and after it has the successful seed it asks your for the seed offset which should be empty if you have non 18:28:09 hmm 18:28:13 but it looks like a 25th word 18:28:20 definitely a bug :P 18:28:30 finally a true bugreport i can file 18:28:31 dont beat me to it 18:28:33 :P 18:28:59 been going bananas for why my seed recovery didnt work 18:29:00 peanut butter jelly time! 18:29:03 :D 18:29:17 even thought i dont need to do a recovyer its nice to test it from time to time :P 18:33:11 ok bugreport done :D 18:33:15 ty 18:33:40 afaik not showing * is intentional 18:33:56 yeah just a suggestion. I can understand the reason behind it 18:33:57 so that no one looking at your display can see the amount of characters you use in your password 18:34:20 yeah i didnt mean * for character 18:34:26 just like * * * per word 18:34:31 showing that something is going on hehe 18:34:39 but i would prefer multi line 18:35:40 multi line would also allow you to correct if you entered a non existant word instead of just saying that something was wrong after you entered the whole thing 18:35:57 but its not like recovering is done often so its not such a big deal 18:36:35 Maybe the gui behaves differently. Never touched it.