-
m-relay
<matrix853:matrix.org> can anyone help me or point me to where i can get help on an issue. i installed and am running a monero node on linux mint. when i initially set it up i copied the blockchain data from another computer using rsync. after a few days of running the node, i noticed the 500 gb hard drive of the computer was nearly full and now see that there are two copies of the blockchain, one i<clipped message>
-
m-relay
<matrix853:matrix.org> n /home and another in /var. the /var one seems to be the active one, as it is dated later and is slightly larger. can anyone help explain why this happened and what i should do?
-
moneromooo
Assuming the rsync db is a third one, it;s likely you did not copy the db to where monerod expected it, so it synced a fresh one.
-
moneromooo
monerod expects it in ~/.bitmonero, unless overridden by --data-dir.
-
m-relay
<ofrnxmr:monero.social> prob using seths guide which changes datadir to var
-
m-relay
-
m-relay
<matrix853:matrix.org> Yes I used seths guide. Should I just delete the one in /home?
-
m-relay
<plowsof:matrix.org> yes
-
m-relay
<matrix853:matrix.org> another issue i'm having is my onion address, which worked initially, has stopped working. i can't connect to it on feather wallet, and when i try onionaddress.onion/get_info on tor browser, nothing loads. i reran the tor installation commands from seth's guide. how can i troubleshoot this?
-
m-relay
<irregularwizard:matrix.org> hi am new here , i used changenow to transfer my usdt to xmr but i still didnt get reflected with xmr in my gui wallet ...... can someone helpme out
-
m-relay
<ofrnxmr:monero.social> Is your wallet synced?
-
m-relay
<ofrnxmr:monero.social> Bottom left corner
-
m-relay
<irregularwizard:matrix.org> i used remote node and it shows wallet synced
-
dEBRUYNE
Did the service provide you with a transaction hash / ID for the Monero transaction?
-
m-relay
<irregularwizard:matrix.org> yea they have given me the txn hash
-
m-relay
<ofrnxmr:monero.social> Where did you find the remote node?
-
m-relay
<ofrnxmr:monero.social> If the wallet is synced to a "good" node, and the tx has been sent, the xmr should appear in the wallet within seconds
-
m-relay
<ofrnxmr:monero.social> A) inserted the wrong address
-
m-relay
<ofrnxmr:monero.social> B) connected to a "bad" node
-
m-relay
<irregularwizard:matrix.org> i made the transaction before i coonected to any node
-
m-relay
<irregularwizard:matrix.org> the adress is correct as i just copy pasted
-
m-relay
<ofrnxmr:monero.social> There are attacks/viruses that will hijack your clipboard
-
m-relay
<irregularwizard:matrix.org> ahhhhh , what can do now ??
-
m-relay
<irregularwizard:matrix.org> 80ebe48f62c4b6febc79863dec8855c8ece919edfeb7fbd78b880e86cd9ebfb2
-
m-relay
<irregularwizard:matrix.org> this was the txn hash provided
-
m-relay
<ofrnxmr:monero.social> It has 53 confirmations
-
m-relay
<ofrnxmr:monero.social> The tx should be in your wallet
-
m-relay
<irregularwizard:matrix.org> yea but it didnt ,
-
m-relay
-
m-relay
<irregularwizard:matrix.org> my wallet adress is correct too
-
m-relay
<ofrnxmr:monero.social> Have you tried close > reopen gui?
-
m-relay
<irregularwizard:matrix.org> yeah i have tried it many times
-
m-relay
<ofrnxmr:monero.social> Theres a setting somewhere in GUI to "scan tx"
-
m-relay
<ofrnxmr:monero.social> If you can find that, enter the txid there
-
plowsof
note: if the remote/local node is garbage it wont work
web.getmonero.org/resources/user-guides/scan-txid.html
-
m-relay
<irregularwizard:matrix.org> thanks brother it got reflected
-
m-relay
<irregularwizard:matrix.org> thanks for your time bro it got reflected
-
vthor
aperechnev: how far is your migrate to Qt6 effort?
-
m-relay
-
m-relay
<matrix853:matrix.org> i think i figured out what is going on. if i enter command monerod, it creates a .bitmonero folder and starts re-syncing a new blockchain. however, if i enter systemctl start monerod, it uses the blockchain in the /var folder
-
m-relay
<matrix853:matrix.org> i think i figured out what is going on. if i enter command monerod, it creates a .bitmonero folder and starts re-syncing a new blockchain. however, if i enter systemctl start monerod, it uses the blockchain in the /var folder. confusing for a beginner like me
-
scoobybejesus
that sounds right. if you're manually launching it with parameters different than those in the systemd unit file, or whatever it's called, you'll get different results
-
selsta
321bob321: auto updater works here, must be something on their system
-
plowsof
yes confirmed on linux
-
plowsof
i have forgot the location where the download is written to
-
plowsof
write to default dir -> file dialogue opens and asks to save somewhere
-
m-relay
<matrix853:matrix.org> what is the reason to use monerod with systemctl vs without?
-
plowsof
access control , and restart it when it crashes. lets say theres an exploit where i gain the same read/write access as your monerod process on your machine - systemD is meant to only give me/monerod access to certain files/folders and not everything... just a small example. alot of people dont like systemd , im just sharing the intention of it
-
m-relay
<matrix853:matrix.org> got it, thanks for the explanation. what about docker - what's the reason to use that vs systemd? i set up a monero node using docker on another machine, and have a similar issue where there appears to be multiple blockchains. i've been finding it very challenging to access and navigate the file systems within docker containers. just wondering what pros/cons docker has over systemd
-
m-relay
<matrix853:matrix.org> got it, thanks for the explanation. what about docker - what's the reason to use that vs systemd? i set up a monero node using docker on another machine, and have a similar issue where there appears to be multiple blockchains. i've been finding it very challenging to access and navigate the file systems within docker containers so i can get rid of the redundant blockchain. just<clipped message>
-
m-relay
<matrix853:matrix.org> wondering what pros/cons docker has over systemd
-
m-relay
<matrix853:matrix.org> got it, thanks for the explanation. what about docker - what's the reason to use that vs systemd? i set up a monero node using docker on another machine (using seth's guide also), and have a similar issue where there appears to be multiple blockchains. i've been finding it very challenging to access and navigate the file systems within docker containers so i can get rid of the r<clipped message>
-
m-relay
<matrix853:matrix.org> edundant blockchain. just wondering what pros/cons docker has over systemd
-
plowsof
a bad explination of docker: main advantage is it has the lowest barrier of entry, you just install, and run something, and it works. its a container / seperated from your system (which handles the access control stuff) if you dont like it, poof, delete it, gone. docker is also extendible , like adding lego blocks to the file. e.g. you can add
-
plowsof
watchtower, which checks if everythings ok and restarts if broken (achieving all of the benefits of systemd) . now . here is the problem : low barrier of entry for noobs means when something goes wrong, they have no idea what theyre using or where to get logs, and the person helping you is required to know all about it. it jut slows everything down
-
plowsof
when theres a problem
-
m-relay
<matrix853:matrix.org> Got it thanks. I'm thinking I should forget about the docker node and stick with systemd since it seems easier to troubleshoot
-
m-relay
<ofrnxmr:monero.social> I just use cron & bash