00:00:24 ? i think the data dir is fine.. it's synching and saving blocks right now 00:00:34 if the data dir is working then you are running under root 00:00:40 which is not fine 00:00:43 ^_^ 00:01:04 i'm running this inside a docker container 00:01:10 ah okay. Fair enough. 00:01:24 not root.. i created /monero-data and chowned it :) 00:01:33 so that should be fine 00:02:17 so 18080 is indeed for p2p traffic, it allows you to distribute the blockchain to other peers 00:02:42 18081 is the RPC port which allows wallets, such as the CLI, GUI, Cake, Monerujo and possibly other programs to connect to it 00:03:26 which one is more important for the network depends on who you ask :P 00:03:54 If you ask me I'd say 18081 00:04:15 because it allows users that are too lazy to run their own node to use Monero 00:05:26 will users have to enter my ip / hostname in their wallet so they can use my RPC services? because i'm on a dynamic ip. does it still make sense for me to publish 18081? 00:05:57 yes, dynamic dns is an option though 00:05:58 Wallets will be able to find you regardless if you publish the IP somewhere or not 00:06:22 fine then i'll keep 18081 open too 00:06:35 great! thanks for supporting the network :) 00:07:34 any idea how to get rid of the error "monerod status" is giving me? 00:08:07 i used it to check the incoming and outgoing number of connections.. but since i added --restricted-rpc i get this error 00:08:42 how are you accessing monerod if its running with docker as a service? 00:08:53 or is monerod the entrypoint of the dockerfile? 00:09:02 i made it the entry point 00:09:11 and i open a second shell with docker exec -it bash 00:10:12 type `status` in the terminal thats running monerod 00:10:20 well 00:10:28 does `print_cn` work there? 00:10:47 oh nice i didn't know you could type there :) this works, thanks 00:10:51 cool 00:11:26 print_cn works too. both show some incoming connections already so this seems to be working. 00:11:43 theres also print_pl 00:11:56 (peerlist) 00:19:14 print_pl shows my ip address already, but listed as gray (offline?) 00:50:34 hrm, i wonder how p2p rpc service advertising works with dynamic IP 00:50:48 well prolly the same as p2p service 00:51:07 though it'd be hard to maintain an "account" if your using RPC-pay 07:18:28 Revuo Issue 77 - https://revuo-monero.com/issue-77.html 10:08:38 What are the columns that monderod print_pl outputs? It doesn't show a header so it's kinda hard to tell. Documentation also doesn't tell.. 10:08:41 white e78520536f7c3deb 116.203.182.15:18080 18089 - 0 d0.h9.m34.s55 10:08:41 white 9b93cb498a7656b8 23.19.58.16:18080 - - 0 d0.h1.m49.s10 10:09:00 I can make sense of the first columns, but not of the last 3 columns 10:50:39 algo_max[m], last column is a date... last seen or last connected probably 10:51:06 d = days, h = hours, m = minutes... 10:53:36 I think the 0 is the RPC Credits 10:56:33 ah no... the third from the right column is RPC credits per hash 11:56:43 algo_max : https://github.com/monero-project/monero/blob/master/src/daemon/rpc_command_executor.cpp#L91 . Last column is last seen indeed. 11:59:28 it's disappointing though that none of the tables in the daemon output have labels on their columns. 17:29:56 hi all, how i can verify in monero-wallet-cli the current value of a variable? not willing to set it up. 17:30:16 [wallet xxx]: set subaddress-lookahead 17:30:23 doesn't work 17:37:06 set 17:57:47 moneromoo: thx 18:06:06 one little comment: isn't the "set helper explanation reversed"? 18:06:15 subaddress-lookahead : 18:06:22 Set the lookahead sizes for the subaddress hash table. 18:06:37 CLI output default from set command 18:06:52 subaddress-lookahead = 50:200 18:07:43 maybe the legend should be: subaddres-lookahead :? 18:12:48 Looks OK to me. Can you be more precise about where you think the mixup is ? 18:19:17 pantanero: major is accounts, minor is subaddresses for each account 18:19:25 So the hierarchy is correct 18:28:40 TheCharlatan, Mochi101 thanks.. rpc_credits_per_hash % pruning_seed % elapsed 👍️ 18:31:37 now with explanation i understand major is for the account and minor for the subbaddress. I thought that it was an interval between 50 and 200. 18:34:02 thnx one time more 19:13:32 So by reducing the lookahead to, say, half the accounts, I can effectively reduce the scan time in half? 19:14:43 Because 50:200 seems like a veeery generous number for my usage 20:03:35 endor00[m]: no 20:04:10 only difference is that it is faster to initially create the wallet when using a smaller lookahead 20:05:54 is it because by the time I reduce it, it has already generated the keys associated to the accounts and subaddresses, so it will keep checking them anyway? 20:07:04 subaddresses use a lookup table so half subaddresses does not mean half scan time 20:07:22 basically there should be next to no difference in scan time 20:07:35 but creating the initial lookup table is slower 20:07:39 what about half accounts? 20:08:40 same difference? 20:11:22 should also be no scan difference 20:29:04 anyone know the link for that layer paper for "privacy" coins ? 20:30:44 MalMen: this? https://www.perkinscoie.com/en/news-insights/anti-money-laundering-regulation-of-privacy-enabling-cryptocurrencies.html 20:30:54 exactly 20:30:56 thank you 20:31:04 np