-
m-relay
<gee:matrix.start9labs.com> Hey kayabanerve, wrt full chain memberships, could something like this apply / help?
-
m-relay
-
m-relay
<kayabanerve:matrix.org> They're also using Curve Trees. They have much worse performance so I'm unsure help is possible in this direction. I should stop by and let them know though.
-
m-relay
<hanshan:monero.social> whats wrong with OTR?
-
m-relay
<hanshan:monero.social> except that you cant get messages offline etc...
-
BlueyHealer
hanshan, "needing both participants online" is a pretty significant downside. Also it means only 1-to-1, so no using several devices.
-
pixificial
Hello!
-
pixificial
I had the Monero blockchain downloaded on my laptop ~3 years ago. It took a few days as I did & do not have an SSD. But since then I did not run the daemon and now I want to get the rest of the blockchain, but it says that the rest will take much longer:
-
pixificial
> Synced 2422043/3154526 (76%, 732483 left, 0% of total synced, estimated 2.2 months left)
-
pixificial
The first 75% which I downloaded 3 years ago took only a couple of days whereas the remaining 25% is said to take >2 months. Any ideas on how to improve the situation?
-
nioCat
will take a long time but 2 months seems like not an accurate estimate
-
nioCat
make sure that you are running the latest version
-
nioCat
it will have the most updated checkpoints
-
nioCat
it is normal for the beginning of the chain syncs fast and then get slower as the number of txs per block gets larger
-
pixificial
> make sure that you are running the latest version
-
pixificial
Actually downloaded it 3 days ago since it didn't look so good, but it didn't change anything, surprisingly.
-
pixificial
I might try to do it nonetheless. More specifically, you are suggesting me to run monerod binary of v0.18.3.3, right?
-
pixificial
...try to do it again* nonetheless...
-
pixificial
No need, running version gave me the following:
-
pixificial
> 0.18.3.3-release
-
nioCat
yes 0.18.3.3 is the latest
-
nioCat
I synced from the beginning a month ago using an SSD and it took ~24 hrs
-
pixificial
I'd be happy with a week :').
-
nioCat
the last few months of the chain will be the slowest as there were many txs
-
nioCat
a week would be best case, probably a bit more
-
nioCat
no idea about HDDs nowadays
-
m-relay
<nihilist:m.datura.network> If you want to run a monero node on a HDD I recommend first synchronizing it on a SSD, then copying it on a HDD
-
m-relay
<nihilist:m.datura.network> Then running the monerod there
-
m-relay
<nihilist:m.datura.network> Then running the monerod there, you won't have to wait 1 week for the sync
-
m-relay
<johndoe427:matrix.org> It would probably be insane on an HDD these days. It was for me back when it was only 50gigs, so I can only imagine now. I refused to use SSDs back then, but I think maybe Nihilist [blog.nihilism.network]: is on to something with his idea of switching it from SSD to HDD to speed things up if one prefers HDDs.
-
BlueyHealer
I did not expect the switch from HDD to SSD to be this breathtaking.
-
m-relay
<chiefprivacy:matrix.org> ./monerod, I am trying to setup the CLI node but I cannot install it with an RPi. Why am I being told "Permission denied"
-
m-relay
-
m-relay
<chiefprivacy:matrix.org> I am following a guide from Mental Outlaw where he is able to run ..monerod with no problems.
-
m-relay
-
m-relay
<sneedlewoods:monero.social> With `ls -l` you should be able to see who owns `monerod` and with `chown PiXMR monerod` you can change the owner (have to prefix `sudo ` if owned by root)
-
Mochi101
looks like it's a permission problem
-
m-relay
<edge7:matrix.org> You should be able to fix the permission. Have you tried?
-
m-relay
<edge7:matrix.org> Can you run ls -l
-
m-relay
<chiefprivacy:matrix.org> 256013 monerod
-
m-relay
<chiefprivacy:matrix.org> ls -i 256013 monerod
-
m-relay
<chiefprivacy:matrix.org> ls-I just listed the folder contents minus monerod
-
m-relay
<edge7:matrix.org> Take a screenshot, don't be lazy. It lists files, users and groups
-
m-relay
-
m-relay
<edge7:matrix.org> ls -l
-
m-relay
<edge7:matrix.org> L lowercase not i
-
m-relay
<chiefprivacy:matrix.org> -rwxr-xr-x 1 PiXMR PiXMR 24548392 Mar 12 16:46 monerod
-
m-relay
<chiefprivacy:matrix.org> -rwxr-xr-x 1 PiXMR PiXMR 24548392 Mar 12 21:46 monerod
-
m-relay
<edge7:matrix.org> It has execution permission for your user. Looking at your screenshot it looks like you have given it and tried to execute but it's complaining about the binary.
-
m-relay
<edge7:matrix.org> Have you downloaded the monero version that fits the RPI architecture, aka Arm?
-
m-relay
-
m-relay
<edge7:matrix.org> If you have rpi3+ probably you want arm v8 version
-
m-relay
<chiefprivacy:matrix.org> I will try that. Thanks for your help.
-
m-relay
<chiefprivacy:matrix.org> Same error even with ARMv8.
-
m-relay
<chiefprivacy:matrix.org> Hell yea, chmod +x worked, installing now.
-
m-relay
<chiefprivacy:matrix.org> Hell yea, chmod +x worked, <del>installing now.</del> Must setup to install on my SSD attached to my RPi, at least a way forward.
-
pixificial
Has anyone tried running Monero binaries on OpenBSD (Specifically FreeBSD)? I don't think it will work but there is a glimpse of hope :).
-
m-relay
<chiefprivacy:matrix.org> I have my SSD attached to my RPi, how I get it to show on terminal so I get the node installed on it?
-
m-relay
<5m5z3q888q5prxkg:chat.lightnovel-dungeon.de> serial console? SSH?
-
m-relay
<chiefprivacy:matrix.org> SSH
-
m-relay
<chiefprivacy:matrix.org> sudo parted -l only shows my 128GB mSD card, not the 1TB SSD.
-
m-relay
<chiefprivacy:matrix.org> Number Start End Size Type File system Flags
-
m-relay
<chiefprivacy:matrix.org> 1 4194kB 541MB 537MB primary fat32 lba
-
m-relay
<chiefprivacy:matrix.org> 2 541MB 128GB 127GB primary ext4
-
selsta
pixificial: it should work, yes
-
pixificial
selsta: Cool, thanks :).
-
m-relay
<preland:matrix.org> Completely unrelated; this reminded me that when I upgraded from 8GB to 32GB of RAM that I forgor that 4GB of RAM magically vanished
-
m-relay
<preland:matrix.org> Should probably check on that, I can’t let the feds keep running their shadow VM on my system forever
-
m-relay
<chaser:monero.social> what are all the required config entries for running a node that makes connections exclusively through Tor, but is not a public node?
-
m-relay
<syntheticbird:monero.social> If I understood correctly.
github.com/monero-project/monero#using-tor Should answer your question
-
selsta
ugh
-
selsta
just noticed that the using-tor part is outdated
-
selsta
using --proxy is preferred over torsocks
-
m-relay
<chaser:monero.social> SyntheticBird this^ is why I'm asking for an explicit entry set. I found a dozen or so guides, some obviously wrong, some ambiguous. monerod usage on Tor seems to be very underdocumented.
-
selsta
if you want all traffic over Tor, use `--proxy 127.0.0.1:9050` (or whatever port you use), if you want transactions over Tor and blocks over clearnet use `--tx-proxy`, see
github.com/monero-project/monero/bl…b/master/docs/ANONYMITY_NETWORKS.md for more info