-
m-relay
<dadajo:monero.social> Guimarães
-
m-relay
<dadajo:monero.social> More like portuguese Monero community left it's mark ;)
-
m-relay
<anhdres:matrix.org> For sure, Monerokon was 2 years ago 😅
-
m-relay
<anhdres:matrix.org> Loved Lisbon, I hope I get to visit the rest of Portugal in the future. I've heard lots of praise for it
-
kico
dadajo, pretty sure you would find some more around town :3
-
kico
we can do monerokon in Guimarães any time
-
m-relay
<xfedex:matrix.org> hello
-
m-relay
<xfedex:matrix.org> how do i run monerod with full RandomX memory?
-
m-relay
<xfedex:matrix.org> i've tried
-
m-relay
<xfedex:matrix.org> MONERO_RANDOMX_FULL_MEM=1 ./monerod
-
m-relay
<xfedex:matrix.org> but memory usage stays to a few megabytes
-
m-relay
<xfedex:matrix.org> isn't the randomx dataset 2 GB?
-
m-relay
<xfedex:matrix.org> i've also tried doing: export MONERO_RANDOMX_FULL_MEM=1
-
m-relay
<dadajo:monero.social> My daughter has noticed several around town ;)
-
m-relay
<dadajo:monero.social> Yes, it is a great country also very family and kids friendly!!
-
selsta
-
selsta
as far as I know it shouldn't require anything else
-
m-relay
<xfedex:matrix.org> i'm not talking about xmrig
-
m-relay
<xfedex:matrix.org> i'm talking about monerod
-
m-relay
<xfedex:matrix.org> i want to enable RandomX full mode to monerod, for faster synchronization (CPU is the bottle neck in my case, and i have plenty of RAM)
-
selsta
yes, I just linked this page because it shows how to enable huge pages in Linux
-
selsta
monero-project/monero #8677 also says MONERO_RANDOMX_FULL_MEM
-
selsta
you can try to run with log-level 1 and then search for randomx
-
m-relay
<xfedex:matrix.org> huge pages should not be related to full memory?
-
selsta
as far as I know it's related
-
m-relay
<xfedex:matrix.org> i've already tried with log-level 1 and 2, it's printing nothing about randomx
-
m-relay
<xfedex:matrix.org> and log level 3 and 4 are too spammy
-
selsta
2023-11-22 17:59:43.621 I RandomX dataset is not enabled by default. Use MONERO_RANDOMX_FULL_MEM environment variable to enable it.
-
selsta
prints for me with log level 1
-
m-relay
<xfedex:matrix.org> it doesn't for me, weird
-
m-relay
<xfedex:matrix.org> wait, maybe it's because i was using a self-compiled daemon version from the master branch
-
selsta
*dataset = randomx_alloc_dataset((flags | RANDOMX_FLAG_LARGE_PAGES) & ~disabled_flags());
-
m-relay
<xfedex:matrix.org> i'll try latest binaries from getmonero
-
selsta
from the source code itself, you need large pages to enable MONERO_RANDOMX_FULL_MEM
-
m-relay
<xfedex:matrix.org> ah
-
m-relay
<xfedex:matrix.org> why that? 😢
-
m-relay
<xfedex:matrix.org> so basically i need to run monerod as root to use full memory?
-
m-relay
<xfedex:matrix.org> no, when running as root it still doesn't display that thing about randomx
-
selsta
it should only display that when FULL_MEM isn't enabled
-
m-relay
<xfedex:matrix.org> ik
-
m-relay
<xfedex:matrix.org> i'm running monerod with `sudo ./monerod --log-level 1`
-
selsta
did you do sudo sysctl -w vm.nr_hugepages=1280 from the xmrig guide?
-
m-relay
<xfedex:matrix.org> and i've updated to latest version
-
m-relay
<xfedex:matrix.org> and i did sudo sysctl vm.nr_hugepages=3072
-
selsta
what exactly do you mean with it doesn't display that thing?
-
m-relay
<xfedex:matrix.org> when i use terminal's search function and type in "randomx" or "rx", it can't find it
-
m-relay
<xfedex:matrix.org> Monero 'Fluorine Fermi' (v0.18.3.1-release)
-
m-relay
<xfedex:matrix.org> i guess i'll just run it without the full memory
-
selsta
it should only print it when it's not correctly enabled, if it's enabled it should print nothing
-
m-relay
<xfedex:matrix.org> it isn't enabled for sure
-
selsta
ok maybe someone else can help who has enabled it before
-
m-relay
<xfedex:matrix.org> monerod using 500 mb of memory
-
m-relay
<xfedex:matrix.org> and randomx full memory is 2 GB, correct?
-
selsta
sech1: ^
-
fluffysquarrel
Hello. Is anyone using monero GUI on Windows?
-
m-relay
<xfedex:matrix.org> no, nevermind, i'll just run it without that thing
-
m-relay
<xfedex:matrix.org> i'll wait
-
selsta
fluffysquarrel: just ask if you have a question
-
m-relay
<xfedex:matrix.org> wait
-
m-relay
<xfedex:matrix.org> maybe i'm just retarded
-
m-relay
<xfedex:matrix.org> i think i'm retarded
-
m-relay
<xfedex:matrix.org> probably the issue was, my daemon's height hasn't reached the randomx hardfork yet
-
selsta
oh that makes sense lol
-
m-relay
<xfedex:matrix.org> so it's still mining with cryptonight
-
fluffysquarrel
The issue I have is that I cannot run the monerod.exe. I mean, it opens, and after a few seconds it breaks
-
selsta
anti virus?
-
fluffysquarrel
And it stops syncing
-
m-relay
<xfedex:matrix.org> anyway, i think that monero's testnet should either be reset, or at least "fast sync" checkpoints be removed
-
m-relay
<xfedex:matrix.org> *be added
-
sech1
xfedex randomx has its own logging category in monerod
-
sech1
you want to enable the full 2 GB dataset for monerod?
-
m-relay
<xfedex:matrix.org> sorry, i've never understood how logging categories work in monerod
-
m-relay
<xfedex:matrix.org> and how to list them
-
andrey8ezkaro
Hello everyone, I'm trying to setup customizable(mean like testnet=1 options) full node and wallet on VPS. Is there a step-by-step guide how do it in the most convinient way? It's pretty hard to start the process in compliance with all possible conditions
-
m-relay
<xfedex:matrix.org> andrey8ezkaro, you might want to run a "stagenet" node
-
m-relay
<xfedex:matrix.org> monerod --stagenet
-
m-relay
<xfedex:matrix.org> and monero-wallet-cli --stagenet
-
m-relay
<xfedex:matrix.org> (the difference between stagenet and testnet is that testnet can be used by monero core developers to do tests, while the stagenet is a worthless version of monero, for end-users' tests)
-
m-relay
<xfedex:matrix.org> (so you probably want to use stagenet instead of testnet)
-
slave_blocker
hello good day
-
slave_blocker
where are my memes from xmrmemes.com?
-
slave_blocker
where did they go?
-
slave_blocker
:(
-
slave_blocker
.
-
slave_blocker
.