-
m-relay
<ofrnxmr:monero.social> ```
-
m-relay
<ofrnxmr:monero.social> anonymous-inbound=YOUR_I2P_ADDRESS:34565,127.0.0.1:34565,64
-
m-relay
<ofrnxmr:monero.social> ```
-
m-relay
<ofrnxmr:monero.social> is wrong
-
m-relay
<ofrnxmr:monero.social> ```
-
m-relay
<ofrnxmr:monero.social> anonymous-inbound=YOUR_I2P_ADDRESS,127.0.0.1:34565,64
-
m-relay
<ofrnxmr:monero.social> ```
-
m-relay
<ofrnxmr:monero.social> is right
-
m-relay
<ofrnxmr:monero.social> ```
-
m-relay
<ofrnxmr:monero.social> anonymous-inbound=YOUR_I2P_ADDRESS:0,127.0.0.1:34565,64
-
m-relay
<ofrnxmr:monero.social> ```
-
m-relay
<ofrnxmr:monero.social> is what it would be if our implementation wasnt broken
-
plowsof
interesting, thanks!
-
m-relay
<ofrnxmr:monero.social> ```
-
m-relay
<ofrnxmr:monero.social> # Data directory (blockchain db and indices)
-
m-relay
<ofrnxmr:monero.social> data-dir=$BITMONERO
-
m-relay
<ofrnxmr:monero.social> # Log file
-
m-relay
<ofrnxmr:monero.social> log-file=$MONERO/logs/
-
m-relay
<ofrnxmr:monero.social> #max-log-file-size=0 # Prevent monerod from creating log files
-
m-relay
<ofrnxmr:monero.social> #Peer ban list
-
m-relay
<ofrnxmr:monero.social> #ban-list=$NODE_CONFIG/block.txt
-
m-relay
<ofrnxmr:monero.social> # Database management (most of these settings are efficiency settings for Android use)
-
m-relay
<ofrnxmr:monero.social> #block-sync-size=50 # default 0
-
m-relay
<ofrnxmr:monero.social> #prune-blockchain=1 # 1 to prune
-
m-relay
<ofrnxmr:monero.social> #sync-pruned-blocks=1 # Sync already pruned blocks
-
m-relay
<ofrnxmr:monero.social> #db-sync-mode=fast:async:25000000 # Switch to db-sync-mode=safe for slow, more reliable db writes, though also more wear and tear
-
m-relay
<ofrnxmr:monero.social> #block-download-max-size=90000000 # max cache of 90mb
-
m-relay
<ofrnxmr:monero.social> #max-concurrency=2 # Max threads. Avoid overheating (default 4)
-
m-relay
<ofrnxmr:monero.social> # P2P (seeding) binds With this commented out, monerod automatically uses port 18080 for p2p network
-
m-relay
<ofrnxmr:monero.social> #p2p-bind-ip=127.0.0.1 # Bind to local interface. Default is 0.0.0.0
-
m-relay
<ofrnxmr:monero.social> #p2p-bind-port=18080 # Bind to default port
-
m-relay
<ofrnxmr:monero.social> Sorry irc
-
m-relay
-
m-relay
<plowsof:matrix.org> this has the i2p port set (even though ports in i2p dont exist(?))
github.com/monero-project/monero/bl…b/master/docs/ANONYMITY_NETWORKS.md
-
m-relay
<plowsof:matrix.org> under inbound connections
-
m-relay
<ofrnxmr:monero.social> Yeah, its wrong af
-
m-relay
<ofrnxmr:monero.social> The implementation is broken too
-
m-relay
<ofrnxmr:monero.social> I2p doesnt use ports > every port is valid
-
m-relay
-
m-relay
-
m-relay
<ofrnxmr:monero.social> #4
-
m-relay
<ofrnxmr:monero.social> Allows spamming peerlists simply by changing the advertised port
-
m-relay
<ofrnxmr:monero.social> So you can connect to the same node multiple times
-
m-relay
<ofrnxmr:monero.social> Perhaps `--max-connections-per-ip` helps
-
m-relay
<ofrnxmr:monero.social> eitherway, the fix is in here ^, and btc had the same problem
-
m-relay
<plowsof:matrix.org> if we ignore it will the problem go away?
-
m-relay
<ofrnxmr:monero.social> ```
-
m-relay
<ofrnxmr:monero.social> Confirming that I also form multiple i2p connections to the same (non-self) node but with different port numbers. Poking around the peer list, there are multiple entries for many if not most addresses. For example:
-
m-relay
<ofrnxmr:monero.social> s3l6ke4ed3df466khuebb4poienoingwof7oxtbo6j4n56sghe3a.b32.i2p:0
-
m-relay
<ofrnxmr:monero.social> s3l6ke4ed3df466khuebb4poienoingwof7oxtbo6j4n56sghe3a.b32.i2p:18080:0
-
m-relay
<ofrnxmr:monero.social> s3l6ke4ed3df466khuebb4poienoingwof7oxtbo6j4n56sghe3a.b32.i2p:28081:0
-
m-relay
<ofrnxmr:monero.social> ```
-
m-relay
<ofrnxmr:monero.social> ```
-
m-relay
<ofrnxmr:monero.social> Im not sure what conditions must be met, but in certain circumstances it will broadcast 18080 as the port.
-
m-relay
<ofrnxmr:monero.social> ```
-
m-relay
<ofrnxmr:monero.social> ```
-
m-relay
<ofrnxmr:monero.social> monerod sometimes broadcasting 18080 as the port as I was connected to myself on 18080 despite never supplying a port to anonymous-inbound.
-
m-relay
<ofrnxmr:monero.social> ```
-
m-relay
<ofrnxmr:monero.social> Also: I2pzero guide, does not suggest a port.
-
m-relay
-
m-relay
<ofrnxmr:monero.social> `--anonymous-inbound XXXXXXXXXXXXXXXXXXXXXXXXXXXXX.b32.i2p,127.0.0.1:8061`
-
m-relay
<ofrnxmr:monero.social> Tldr: peer lists should only store 1 entry and 1 port (port 0)
-
m-relay
<ofrnxmr:monero.social> i have connected to myself, which is retarded
-
m-relay
<ofrnxmr:monero.social> Because then im relaying tx to myself anonymously. Lol
-
m-relay
<plowsof:matrix.org> churning??
-
m-relay
<123bob123:matrix.org> Tldr
-
m-relay
<andrewski:matrix.org> how would I run monerod behind TOR but still allow regular connections over my local network?
-
m-relay
<monerobull:matrix.org> uhm
-
m-relay
<monerobull:matrix.org> someone correct me if im wrong but probably something in the proxy setup?
-
sech1
tor proxy can see the destination IP, so it can just connect directly to LAN addresses
-
sech1
probably
-
m-relay
<123bob123:matrix.org> as long as the rpc bind address isn't 127.0.0.1
-
m-relay
<unkn8wn69:matrix.org> Hey how can i run monerod docker and do p2p via torsocks?
-
m-relay
<cynicalme:matrix.org> Isn't that a local host loop back address?
-
m-relay
<unkn8wn69:matrix.org> Idk docker too well
-
m-relay
<trasherdk:monero.social> > Isn't that a local host loop back address?
-
m-relay
<trasherdk:monero.social> Hence, don't use if you are looking to access from LAN 😉
-
gingeropolous
so is the genesis block mismatch the result of a node from another crypto network trying to connect?
-
gingeropolous
oh it looks like the daemon might already be blocking these attepts... "host XXX block time updated."
-
gingeropolous
oh wait thats on the RPC0 thread... so not a p2p connection?
-
gingeropolous
though the same IP keeps getting that genesis block mismatch and gets their ban time increase but is still able to attempt
-
rbrunner
gingeropolous: This here may be a candidate, probably the latest fork, after quite some time without any:
nevocoin . org/
-
m-relay
-
m-relay
<ofrnxmr:monero.social> youll want these flags
-
m-relay
<ofrnxmr:monero.social> ```
-
m-relay
<ofrnxmr:monero.social> --p2p-bind-ip 127.0.0.1 # local p2p only
-
m-relay
<ofrnxmr:monero.social> --proxy 127.0.0.1:9050 # tor blockchain sync
-
m-relay
<ofrnxmr:monero.social> --tx-proxy tor,127.0.0.1:9050,disable_noise # tx relay out
-
m-relay
<ofrnxmr:monero.social> --anonymous-inbound your.onion:18084,127.0.0.1:9050 # tx relay ij
-
m-relay
<ofrnxmr:monero.social> --restricted-rpc-bind-ip 0.0.0.0 # wallet over lan
-
m-relay
<ofrnxmr:monero.social> --restricted-rpc-bind-port 18089 # wallet over lan
-
m-relay
<ofrnxmr:monero.social> ```
-
m-relay
<ofrnxmr:monero.social> youll want these flags
-
m-relay
<ofrnxmr:monero.social> --p2p-bind-ip 127.0.0.1 # local p2p only
-
m-relay
<ofrnxmr:monero.social> --proxy 127.0.0.1:9050 # tor blockchain sync
-
m-relay
<ofrnxmr:monero.social> --tx-proxy tor,127.0.0.1:9050,disable_noise # tx relay out
-
m-relay
<ofrnxmr:monero.social> --anonymous-inbound your.onion:18084,127.0.0.1:9050 # tx relay in
-
m-relay
<ofrnxmr:monero.social> --rpc-restricted-bind-ip 0.0.0.0 # wallet over lan
-
m-relay
<ofrnxmr:monero.social> --rpc-restricted-bind-port 18089 # wallet over lan
-
m-relay
<ofrnxmr:monero.social> ```
-
m-relay
<trasherdk:monero.social> 🤣ofrnxmr:
-
m-relay
<trasherdk:monero.social> ```
-
m-relay
<trasherdk:monero.social> --p2p-bind-ip 127.0.0.1 # local p2p only
-
m-relay
<trasherdk:monero.social> --proxy 127.0.0.1:9050 # tor blockchain sync
-
m-relay
<trasherdk:monero.social> --tx-proxy tor,127.0.0.1:9050,disable_noise # tx relay out
-
m-relay
<trasherdk:monero.social> --anonymous-inbound your.onion:18084,127.0.0.1:9050 # tx relay in
-
m-relay
<trasherdk:monero.social> --rpc-restricted-bind-ip 0.0.0.0 # wallet over lan
-
m-relay
<trasherdk:monero.social> --rpc-restricted-bind-port 18089 # wallet over lan
-
m-relay
<trasherdk:monero.social> ```
-
m-relay
<ofrnxmr:monero.social> whats funny
-
m-relay
-
m-relay
<ofrnxmr:monero.social> Element screwed the formatting?
-
m-relay
<trasherdk:monero.social> Yeah, I know. It's a bitch.
-
m-relay
<trasherdk:monero.social> I'm on element, BTW.
-
m-relay
<ofrnxmr:monero.social> i see the black box on Element X but not element
-
m-relay
<ofrnxmr:monero.social> element last 2 versions on mobile, when editing a message it drops the formatting. have to copy the msg before editing.
-
m-relay
<ofrnxmr:monero.social> i think the original msg was formatted correctly
-
m-relay
<trasherdk:monero.social> Being on outdated versions of OS and other software has advantages.
-
m-relay
<ofrnxmr:monero.social> Element X doesnt have the issue, but is unreliable to receive messages in order
-
m-relay
<trasherdk:monero.social> I don't even know what Element X is. I'm on Element 1.7.23. Any later version refuses to launch on Windows 8.1 😎
-
m-relay
<ofrnxmr:monero.social> X is the "new" version that uses their new features, like sliding sync
-
m-relay
<ofrnxmr:monero.social> Pretty sure element regular is going to be EOL after X is stable
-
m-relay
<trasherdk:monero.social> Sounds fancy. Should I care, receiving messages out of sync, shitty formatting and no spell correction.
-
m-relay
<trasherdk:monero.social> I need a new laptop, to upgrade to a recent OS, until then, I'm good.
-
m-relay
<ofrnxmr:monero.social> No spell correction isnt elements fault :D
-
m-relay
<ofrnxmr:monero.social> Shitty formatting IS elements fault
-
m-relay
<ofrnxmr:monero.social> fixed on X
-
m-relay
<trasherdk:monero.social> I know.
-
m-relay
<ofrnxmr:monero.social> And not broken on older versions of Element
-
m-relay
<trasherdk:monero.social> I'm on older version :)
-
m-relay
<ofrnxmr:monero.social> I may roll back if they dont stop breaking it
-
m-relay
<ofrnxmr:monero.social> 1.6.5 for mobile made syncing slow as molasses, broke edit function, notifications are unreliable
-
m-relay
<trasherdk:monero.social> Both VS Code, Firefox and Google have stopped updating for Win 8.1, so I have pre broken versions of those things 😆
-
m-relay
<trasherdk:monero.social> Most of the tools I use, is more than 10-15 years old, and I don't expect new "Windows 11" versions being released.
-
m-relay
<system> file image.png too big to download (1101827 > allowed size: 1000000)
-
m-relay
<trasherdk:monero.social> image.png
-
m-relay
<trasherdk:monero.social> Showing my desktop, can you spot anything newish?
-
m-relay
<trasherdk:monero.social> I'm sitting behind a rather aggressive DMZ, if you should wonder.
-
m-relay
<intr:envs.net> my eyes
-
m-relay
-
m-relay
<intr:envs.net> goddamn
-
m-relay
-
m-relay
-
m-relay
<gfdshygti53:monero.social> If you have Windows 10+, The AV that come with Windows is the best choice now that it's competent enough. installing extra / other AV not a good idea.
-
m-relay
<plowsof:matrix.org> i used to like using AVG , was free (unlike Norton)
-
m-relay
<trasherdk:monero.social> interloper: I think I have more in a sub folder. Let me check.
-
m-relay
-
m-relay
<plowsof:matrix.org> i then realised that anti viruses where a sham and the Problem Exists Between Chair and Keyboard so i removed it. i noticed a performance boost whilst playing games also (was a windowsXP machine)
-
m-relay
<gfdshygti53:monero.social> Mostly
-
m-relay
<gfdshygti53:monero.social> But the point is that the one that come with windows is one of the most performing one, is free and very supported. And it's very good at detecting treats.
-
m-relay
<gfdshygti53:monero.social> The only reason you would need another AV is say to protect you're mail client or for there scammy "internet security" services
-
m-relay
<trasherdk:monero.social> plowsof: You are partly correct. Anti-virus programs can only warn you about known problem, they can't protect you from yourself.
-
m-relay
<gfdshygti53:monero.social> They do a good job of stealing the infected binary when you try to run it 😂
-
m-relay
<gfdshygti53:monero.social> Then you have to dig in the quarantine to get it back
-
m-relay
<gfdshygti53:monero.social> They do a good job of stealing the infected / false positive binary when you try to run it 😂
-
m-relay
<gfdshygti53:monero.social> Then you have to dig in the quarantine to get it back
-
m-relay
<trasherdk:monero.social> I had to save monerod from wipe quite a few time, and I have whitelisted that bitch many times already,
-
m-relay
<ceruleous> if all nodes in the network agree to prune their nodes does that mean that utxos older than the prune point is gone forever
-
m-relay
<gfdshygti53:monero.social> No, it's not how pruning work.
-
m-relay
<gfdshygti53:monero.social> node prune different stuff, add all pruned nodes together and you have everything
-
m-relay
<gfdshygti53:monero.social> like 1/3 ratio or something like that
-
m-relay
<trasherdk:monero.social> Blockchain explores only work with full nodes.
-
m-relay
<ceruleous> can utxos as old as 2018 still be used
-
m-relay
<ceruleous> can utxos as old as 2018 still be used in the current hardfork?
-
m-relay
<ceruleous> like the ones before pederson commits\
-
m-relay
<ceruleous> like the ones before pederson commits
-
m-relay
<intr:envs.net> I remember when people were pissed about how bad Ghosts was, but if it were to be released today people would praise activision
-
m-relay
<gfdshygti53:monero.social> yep, same with xmrig 😂
-
m-relay
<trasherdk:monero.social> Yeah, that one too 👍️
-
m-relay
<rucknium:monero.social> ceruleous: Yes
-
m-relay
<trasherdk:monero.social> interloper: I'm kinda old. I like old shit.
-
m-relay
<intr:envs.net> The older games were better anyway
-
m-relay
<trasherdk:monero.social> I wouldn't know. The new ones wont play on my computer.
-
m-relay
<ofrnxmr:monero.social> I think what rucknium means to say is "everyone else is offtopic"
-
m-relay
<intr:envs.net> yes
-
m-relay
<trasherdk:monero.social> Shit. Are we drifting off topic here?
-
m-relay
<intr:envs.net> this is the call of duty room, right?
-
m-relay
<trasherdk:monero.social> It will be, soon 🖕
-
m-relay
<trasherdk:monero.social> Anyone have anything on-topic they feel is more important, don't be shy.
-
m-relay
<trasherdk:monero.social> On Zulu-time, it's like 18:30, and I'm Z+7, and on my last glass of wine..