-
m-relay
<ofrnxmr:xmr.mx> U sure youre sure?
-
m-relay
<recanman:kernal.eu> Not 100%
-
m-relay
<recanman:kernal.eu> Bad wording
-
m-relay
<recanman:kernal.eu> Maybe I should test it
-
m-relay
<ofrnxmr:xmr.mx> From the what remember reading was that it actually can get slower
-
m-relay
<recanman:kernal.eu> Oh. Could you link it?
-
m-relay
<recanman:kernal.eu> I made a naive conclusion
-
m-relay
<ofrnxmr:xmr.mx> I'd have linked it if i has any idea where i read it 😆, sorry
-
m-relay
<ofrnxmr:xmr.mx> Was like.. maybe 1 year ago
-
m-relay
<eaeattack:matrix.org> just 3 ideas: bounding a specific set of treads to each cpu core, using more minimalistic os, disable any energy saving features if there is any
-
d4nz
Hey, I had a software wallet and then sent the balance I had to the cli-wallet but now it's not appearing on the cli - have I messed up something? (Download was from getmonero.org)
-
moneromooo
Make sure your daemon is synced, that your wallet has refreshed from it after synced, that the wallet's refresh-from-height is lower or equal to the earliest block you used that wallet.
-
d4nz
Thanks, I forgot to sync daemon
-
m-relay
<benraouane:matrix.org> Hello community
-
m-relay
<ofrnxmr:xmr.mx> wrong room
-
m-relay
<ofrnxmr:xmr.mx> you want to be in #monero-community:monero.social
-
knownsec
where does the Monero GUI get the addresses of remote nodes from? Is it from node.moneroworld.com DNS records?
-
m-relay
<ofrnxmr:xmr.mx> No
-
m-relay
<ofrnxmr:xmr.mx> From the network (--public-node)
-
m-relay
<ofrnxmr:xmr.mx> Gui in simple mode runs with `--no-sync --bootstrap-daemon=auto`. This connects to peers and looks for peers that have added --public-node to their nodes
-
m-relay
<ofrnxmr:xmr.mx> It then uses the `--no-sync` monerod to proxy rpc requests to those `--public-node` peers
-
m-relay
<ofrnxmr:xmr.mx> gui in simple bootstrap mode runs without `--no-sync` (so it syncs the blockchain), but it still uses `--bootstrap-daemon=auto` to find random `--public-node` nodes to connect and proxy rpc connections to
-
knownsec
Alright, thanks for the clarification ofrnxmr!