-
merope1
rockso: could be many things. What's the exact error message?
-
DanIsnotthemanBr
And what OS
-
rockso
merope1: ERROR daemon src/daemon/main.cpp:364 Exception in main! Failed to initialize p2p server.
-
rockso
its on gentoo
-
rockso
If I leave the p2p port unbound, it seems to work fine, but it looks like lots of traffic is happening on 18080
-
ofrnxmr[m]
youre doing it wrong
-
ofrnxmr[m]
there is no ipv4 p2p bind flag for tor.
-
ofrnxmr[m]
the flag is
-
ofrnxmr[m]
anonymous-inbound
-
ofrnxmr[m]
tldr.
-
ofrnxmr[m]
exclusive over tor = no incoming connections. are you ok with this?
-
rockso
yeah, ive got that set to my onion address.
-
rockso
oh, I didnt know that it cant work exclusively over tor
-
ofrnxmr[m]
it can
-
ofrnxmr[m]
you just cannot get incoming connections
-
ofrnxmr[m]
<rockso> "yeah, ive got that set to my..." <- how?
-
ofrnxmr[m]
you tried to bind the same port multiple times?
-
ofrnxmr[m]
(p2p-bind-port and anon inbound using tha same port? lol)
-
rockso
in the config file. yeah, didnt realize the options would conflict. I figured it was possible to have it not make p2p connections via clearnet
-
ofrnxmr[m]
it is
-
rockso
rad
-
ofrnxmr[m]
instead of me guessing
-
ofrnxmr[m]
please tell what monerod flags you are using
-
ofrnxmr[m]
what lines were added to torrc config
-
ofrnxmr[m]
and importantly, what is your goal
-
ofrnxmr[m]
goal = absolutely no clearnet at all?
-
ofrnxmr[m]
caveat > no incoming connections
-
rockso
yeah, the goal would be no clearnet. im assuming it wouldnt really function without incoming connecitons, right?
-
rockso
I pretty much followed the howto:
monerodocs.org/running-node/open-node-tor-onion and then thought I could run it tor-only
-
DanIsnotthemanBr
There is also an guide but cant say his name
-
DanIsnotthemanBr
s/an/another/
-
dANBs[m]
ff[xmpp]: Maybe this?
sethforprivacy.com
-
DanIsnotthemanBr
Naughty you said his name
-
dANBs[m]
ff[xmpp]: Sry, i don't follow the trend... There are good guides... What's wrong with him?
-
ofrnxmr[m]
seth RIP. traitor
-
ofrnxmr[m]
s*** *. i apologize for saying Voldemorts name
-
ofrnxmr[m]
<rockso> "yeah, the goal would be no..." <- it functions fine
-
ofrnxmr[m]
seths guild is weak
-
ofrnxmr[m]
you only needoutgoing connections, but no incoming means youre somewhat of a parasite
-
ofrnxmr[m]
its ok though...... a lot of nodes have no incoming simply due to being behind a nat
-
ofrnxmr[m]
seriously though, seths guide is incomplete
-
ofrnxmr[m]
<rockso> "I pretty much followed the howto..." <- you need to change this guide
-
ofrnxmr[m]
change rpc bind and p2p bind ips to 127.0.0.1
-
rockso
forgive my lack of understanding here, the node would send transactions, but how would it ever recieve updates to the blockchain
-
ofrnxmr[m]
in peers to 0
-
ofrnxmr[m]
comment out txpool
-
ofrnxmr[m]
if does 2 way traffic after establishing an outgoing tunnel
-
ofrnxmr[m]
rockso: outgoing
-
rockso
ah
-
ofrnxmr[m]
but you can then ONLY sync with nodes who DO have incoming connections working
-
ofrnxmr[m]
delete all of the add peer and priority nodes
-
ofrnxmr[m]
holestly i dont like this config
-
rockso
whats wrong with listing all of peer and priority nodes
-
ofrnxmr[m]
old garbage
-
rockso
is there a better list?
-
ki9[m]
I use seth's docker images. I hope they're good. They do seem a bit bloated. Been thinking about writing my own.
-
ofrnxmr[m]
not needed, probabl not even online
-
ofrnxmr[m]
you dont need a list at all anymore
-
rockso
k
-
ofrnxmr[m]
-
ofrnxmr[m]
heres an all tor config
-
ofrnxmr[m]
change 9055 >9050
-
rockso
ok, I'll taka look
-
ofrnxmr[m]
line 238 to 278
-
ofrnxmr[m]
and in torrc change 18081 >18089
-
ofrnxmr[m]
L218-237 are for android. can ignore
-
rockso
looks like the line i missed was proxy=127.0.0.1:9050 doh. seems to be working as expected now. thanks for the help, and education
-
ofrnxmr[m]
not only that ^^
-
ofrnxmr[m]
your config cripples your rpc control by restrictibg and rebinding the main rpc
-
ofrnxmr[m]
not req.
-
ofrnxmr[m]
confirm exterbam, restricted rpc, public node,
-
ofrnxmr[m]
in peers should be 0,
-
ofrnxmr[m]
the torrc port must match anon imbound for "p2p"
-
ofrnxmr[m]
but yes, --proxy is the one that sends everything over exit nodes
-
ofrnxmr[m]
dw. its not properly documented
-
ofrnxmr[m]
its also not great if everyone uses it. need nodes with incoming available to run a sustainabke network
-
rockso
is incoming doable with i2p
-
ofrnxmr[m]
not that im aware of
-
ofrnxmr[m]
its possible, not implemented thiugh
-
ofrnxmr[m]
because of nodes run on a secluded network, it can cause chain splits
-
ofrnxmr[m]
meanin, if using onions and eepsites, you cwn run into probkems communicating with thr clearnet
-
ofrnxmr[m]
if syncing the blockchain over onion and eep
-
luna24[m]
<ki9[m]> "I use seth's docker images. I..." <- This is gonna sound so script kiddie like but honestly if your not used to docker just have chatgpt help with the basic outline and just do all the final touches
-
ki9[m]
Hell no.
-
ki9[m]
I'm not an expert on docker but some of these Dockerfiles seem to turn like 10 lines of build instructions into moby dick.
-
ki9[m]
And it makes me think I can probably do better
-
luna24[m]
Yeh no 100%
-
luna24[m]
Honesty docker is simple as fuck
-
DanIsnotthemanBr
Yeah
-
luna24[m]
Iโd say just read the docs and use w3 schools lol
-
luna24[m]
Iโd only use chat gpt if I was feeling really lazy
-
ki9[m]
But look at this monster
-
ki9[m]
-
-
ki9[m]
Seth took his config from someone else and adapted it. Then the ai bots are gonna learn from that and create junk that we'll have to tweak to make work.
-
lza_menace
-
k4r4b3y[m]
<ofrnxmr[m]> "because of nodes run on a..." <- I sometimes wish kovri was a success...
-
k4r4b3y[m]
Really, using i2p for monero tx propagation and blockchain sync sounds sexy af
-
k4r4b3y[m]
I mean, the monero nodes can be assumed to have high uptimes (hours, days, maybe months).
-
k4r4b3y[m]
That makes them good for keep running an i2p node, too.
-
k4r4b3y[m]
And why not use the i2p node they are runnning also for propagating the monero transactions and blockchain sync?
-
k4r4b3y[m]
All on the invisible internet.
-
k4r4b3y[m]
Come and find it.
-
ofrnxmr[m]
whats to stop themfomblocking my i2p tunnels
-
ocean[m]
7 layers of tunnels
-
k4r4b3y[m]
<ofrnxmr[m]> "whats to stop themfomblocking my..." <- them who?
-
k4r4b3y[m]
you mean the ISP? Afaik, it is much more difficult for your ISP to notice the presence of I2P tunnels.
-
k4r4b3y[m]
from my personal experience, most of the time, the Tor circuit build-ability of my Whonix OS gets obstructed, whenever I am on a public wifi that my local city provides.
-
k4r4b3y[m]
but the I2P works just fine on these city-wifi hotspots.
-
DanIsnotthemanBr
Uses hole punching?
-
GorillaQuest[m]
damn I thought y'all were talking about Halo as in the game
-
k4r4b3y[m]
<DanIsnotthemanBr> "Uses hole punching?" <- I don't know much about hole-punching---I am only familiar with its name.
-
k4r4b3y[m]
The reason it is more difficult to notice I2P tunnels, afaik, is that the internet packets that I2P uses are much more varied. I2P can route TCP/UDP, and in different packet sizes.
-
k4r4b3y[m]
Tor, on the other hand, can route only TCP, and only in a constant packet size.
-
k4r4b3y[m]
That makes Tor packets stick out to a network observer.
-
dANBs[m]
kittypity[xmpp]: Ping
-
k4r4b3y[m]
With I2P, you are just routing packets with different protocols in different sizes, to IP addresses that are dispersed geographically.
-
k4r4b3y[m]
kittypity: ping received.
-
DanIsnotthemanBr
<dANBs[m]> "kittypity[xmpp]: Ping" <- Pong
-
TrasherDK[m]
<ofrnxmr[m]> "seth RIP. traitor" <- Well, at least he's staying true to his mission. Privacy. He's not, only a NGU noob, but someone who provide, in depth research, on privacy issues, and being pretty up-front about it.
-
ofrnxmr[m]
๐ฎ grifter
-
TrasherDK[m]
That dude has a long history in, this, our thing. The fact that he got a job, in a, what's it's name, focused company, does not erase past history.
-
ofrnxmr[m]
๐ rather depressing that i even need to add /s when referring to that treacherous traitor.. but ill send this after you reply ๐. (insert > jeopardy music for my canned response.. oh boy. i hope its not a long reply)
-
TrasherDK[m]
Nah, I said my thing.
-
ofrnxmr[m]
i typed that like 5 min ago
-
ofrnxmr[m]
tldr... /s
-
TrasherDK[m]
๐ I'm on a 1G fiber, zero lag on my part.
-
ofrnxmr[m]
its a canned response aka i wrote it, waited for you to respong, then send it immediately after you responded
-
TrasherDK[m]
I know Canned Heat, how does that translate to IRC? I'm confused.
-
ofrnxmr[m]
canned response, like, an auto responder
-
TrasherDK[m]
You know. "I'm going up the mountain" ๐ถ
-
ofrnxmr[m]
im suretheres another term for it
-
TrasherDK[m]
Never mind.
-
heinrich[m]
<ofrnxmr[m]> "๐ rather depressing that i..." <- i think it's disrespectful to refer to him as a traitor. he contributed so much to monero
-
ofrnxmr[m]
no, but i know when she comes .... #monero-offtopic:monero.social
-
ocean[m]
ofrnxmr[m]: uberschnitzel
-
ofrnxmr[m]
heinrich[m]: t r a i t o r is his first name
-
TrasherDK[m]
I don't even want to Google "uberschnitzel" ๐ Explain yourself.
-
ofrnxmr[m]
you didnt get the memo? he not clucking like a chicken for monero. fkn traitor
-
ofrnxmr[m]
i likedhim better when he was stsrving, had no family
-
TrasherDK[m]
ofrnxmr: Dude!
-
ofrnxmr[m]
when monero was more important than his kids
-
ofrnxmr[m]
now hes all high and might "look at meee, i feed ny familllyyy", punk
-
ofrnxmr[m]
hope he gets fired and has to come beg for ccs
-
ofrnxmr[m]
plowsof @plowsof:matrix.org: help
-
ofrnxmr[m]
im about to have to fight a bunch of the traitirs sockpuppets
-
TrasherDK[m]
ofrnxmr: When I'm about to get a blowjob, from a hot chick, I really don't give a fuck about charts, EMA and shit like that. But you do you ๐
-
ofrnxmr[m]
ok. officially off topic. sorry rvrrybody
-
k4r4b3y[m]
I appreciate Seth, but the "bitcoin has network effects, so I have a greater chance of reaching more people there" is a poor reasoning imho. Bitcoin having the biggest brand recognition isn't due to its technological superiority. Bitcoin doesn't have a technical innovation that grants itself the biggest network effects.
-
k4r4b3y[m]
Network effect is simply due to social aspect of a network, not its technological aspect. It is mostly a matter of time, and a matter of people spreading the message around. Thus, bitcoin doesn't have a monopoly on brand recognition. Monero can easily be as well-known as bitcoin, and it will be.
-
k4r4b3y[m]
But in the meantime, he has switched his work to a digital monetary network that actually helps the surveillance state--for what? Because it is "most well known" ? Eh..
-
ofrnxmr[m]
talker
-
ofrnxmr[m]
go do it then
-
ofrnxmr[m]
go teach seth how to do it
-
ofrnxmr[m]
since youre the expert with 20k people who respect your opinion
-
k4r4b3y[m]
ofrnxmr[m]: isn't he lurking here. He can see my message.
-
ofrnxmr[m]
no
-
ofrnxmr[m]
he isnt
-
ofrnxmr[m]
lmao
-
ofrnxmr[m]
he has better things to do
-
k4r4b3y[m]
ouch
-
ofrnxmr[m]
he hasnt been around in many, nany months publicly
-
ofrnxmr[m]
he is very much still around though
-
ofrnxmr[m]
i guess sarang is a traitir too
-
ofrnxmr[m]
screw anyone who doesnt enjoy being stuck in the mud
-
ofrnxmr[m]
im miserable and i want my company back
-
ofrnxmr[m]
seth needs to drag us out of the mud, from the mudd
-
ofrnxmr[m]
yes seth
-
ofrnxmr[m]
specifically seth
-
TrasherDK[m]
ofrnxmr: Going all in. How about that community manager? We got plenty of examples of peeps doing what they think is the best forward path. Some more scammy than others.
-
ofrnxmr[m]
fucking traitor better come back and starve, right? k4r4b3y:
-
lza_menace
yall are weird
-
k4r4b3y[m]
ofrnxmr[m]: dude working in monero doesn't mean you have to be starving.
-
ofrnxmr[m]
haha fuck lza too ! hes the king of traitirs
-
TrasherDK[m]
๐๐คฃ
-
lza_menace
mos def
-
ofrnxmr[m]
those who do the most, fuck em!
-
ofrnxmr[m]
i prefer them burned out like an overcooked pizza
-
k4r4b3y[m]
k4r4b3y[m]: monero community has tons of needs unsatisfied. From dedicated hardware wallets, to automatic node setups, one can get into software projects in monero and get some chunk of change.
-
ofrnxmr[m]
go do it
-
TrasherDK[m]
Looks like I'm not the only one, more than a few beers deep. Go for it!
-
k4r4b3y[m]
ofrnxmr[m]: I might.
-
ofrnxmr[m]
im sober actually lololol
-
ofrnxmr[m]
you better
-
ofrnxmr[m]
otherwise you shoukd really stop worrying about how the man feeds his kids
-
TrasherDK[m]
I'm not.
-
ofrnxmr[m]
is he scamming you? no? ok so fuck off
-
ofrnxmr[m]
or have fun trolling, like me
-
ofrnxmr[m]
id lo e to hear your comments on surae or sarang
-
ofrnxmr[m]
k4r4b3y:
-
TrasherDK[m]
k4r4b3y: You know, they do accept pull requests, right?
-
ofrnxmr[m]
shoukdnt they be over here slaving away? fucking scumbad traitors, i tell ya
-
ofrnxmr[m]
working on "firo" instead of seraphis. what a total pos. and surae? my god. this guy is the WORST. brought IN the traitor sarang!
-
ofrnxmr[m]
life would be so much better if these people just died in our arms
-
k4r4b3y[m]
ofrnxmr[m]: I am familiar with sarang's story. I don't know much about surae. He predates me in monero community. I understand his pains tho: he is a researcher with a phd in math (afaik). Needs to make a living somehow. Now, what do we expect from him? Can he code? Can he do electronics? No. He is a math guy, he needs funding for the product of his projects that deal with abstracts. That's why I understood his move into cypher stack
-
ofrnxmr[m]
the creaky ceiling fan of sarangs just GENIUS MATHEMETICIAN
-
lza_menace
i think ofrnxmr just nested in a few thick layers of sarcasm and it's being misinterpreted
-
ofrnxmr[m]
just screamed*
-
k4r4b3y[m]
> <@ofrnxmr:monero.social> working on "firo" instead of seraphis. what a total pos. and surae? my god. this guy is the WORST. brought IN the traitor sarang!
-
k4r4b3y[m]
>
-
k4r4b3y[m]
> life would be so much better if these people just died in our arms
-
k4r4b3y[m]
I think he can work in seraphis is monero community hired cypher stack, no?
-
ofrnxmr[m]
he is
-
k4r4b3y[m]
* I think he can work in seraphis if monero community hired cypher stack, no?
-
ofrnxmr[m]
as i said, these damn traitors still do more than necessary
-
k4r4b3y[m]
lol
-
k4r4b3y[m]
let's hope those are our worst traitors
-
ofrnxmr[m]
they arent traitors. period
-
lza_menace
the only person i know who acted purely of malicious intention was FUK
-
TrasherDK[m]
ofrnxmr: Asshole. We (probably not all) still loves you. Now go take a nap.
-
ofrnxmr[m]
there ARE some shitty people around, but the cowardice running in all of out veins prevents us from calling out actual bad actors for fear of a confrontation. so, we take out that insucure nonsense on any and every slip up that the good guys do, or even andthing the good guys decide.
-
ofrnxmr[m]
its real pathetic
-
k4r4b3y[m]
okay, open up ofrn.. name the names, who are "the actual bad guys"? Don't worry, your secret is safe with me.
-
ofrnxmr[m]
me
-
k4r4b3y[m]
you
-
ofrnxmr[m]
i like your list
-
TrasherDK[m]
ofrnxmr: We have, in the past, and will in the future, confront, and question everything. Don't trust, Verify.
-
ofrnxmr[m]
we dont LOL
-
ofrnxmr[m]
i do though, dont worry
-
ofrnxmr[m]
many times ive watched everyone just whistle and pretebd like they couldnt see what was in front of their eyes
-
TrasherDK[m]
Okay, I'm out, mf'ers.
-
k4r4b3y[m]
take care dude
-
ofrnxmr[m]
salute
-
k4r4b3y[m]
to the glory of monero1
-
k4r4b3y[m]
s/monero1/monero!/
-
lza_menace
sarcasm doesn't translate well in text form
-
plowsof11
ive learned my lesson. so the whole point of going 'extreme' sarcasm is that it is so obvious .. so laughable that nobody can bounce off of what you're saying in agreement
-
plowsof11
but when people agree with it its like oh my god
-
plowsof11
where am i
-
nioc
Cat is only here for the canned heat
-
nioc
please don't judge
-
nioc
oh, is the one who brought the heat no longer here?
-
ofrnxmr[m]
who?
-
nioc
trasher
-
lza_menace
nioc <34
-
lza_menace
oops
-
lza_menace
minus the 4
-
ofrnxmr[m]
plowsof11: ๐ ikr
-
lza_menace
nioc been around since genesis block
-
ofrnxmr[m]
thats why his name is coin
-
lza_menace
real satoshi
-
ofrnxmr[m]
he came right after the bit
-
ofrnxmr[m]
i thought that was mr Craig?
-
TrasherDK[m]
Hey nioc, it's TrasherDK :)
-
ofrnxmr[m]
<juliadev> "hi, I have set p2p-ignore-ipv4=1..." <- TrasherDK @trasherdk:monero.social:
-
ofrnxmr[m]
this is reference to twitter
-
TrasherDK[m]
-
ofrnxmr[m]
user was trying to disable ipv4 altogether, but im not so sure thata a good idea. easy way to get stuck on a pertitioned net
-
TrasherDK[m]
If you don't want ipv4, force bind to ipv6, or iptable she shit out of ipv4.
-
ofrnxmr[m]
yeah, should be able to just disable ipv4 at the network level
-
ofrnxmr[m]
but then they are looking for ipv6 nodes
-
ofrnxmr[m]
probably only a smal handful, if any, online
-
TrasherDK[m]
I wouldn't know. I disable ipv6 on external interfaces.
-
lza_menace
i rewrote my node scraper to recursively find all nodes on the network for shits n giggles
-
lza_menace
took like 12 hours but it found ~20k peers
-
lza_menace
-
nioc
nice, would love to be able to zoom map
-
politicalweasel[
pretty solid distribution
-
lza_menace
-
Alex|LocalMonero
-
DataHoarder
lza_menace: might provide some for p2pool soon-ish
-
plowsof11
nice one lza_menace
-
nioc
none in north korea
-
nioc
wonder if the control the internet there?
-
nioc
( อกยฐ อส อกยฐ)
-
plowsof11
does my position display on the map if im running a node on a yacht using 5g (asking for a friend)
-
lza_menace
-
lza_menace
SoKo chads
-
lza_menace
stay safe plowsof11, no boating accidents...
-
lza_menace
no, it would report as a mainland address where the carrier is routing
-
plowsof11
ah true, thanks
-
heinrich[m]
i doubt that you'll be able to receive a 5g signal on the ocean...
-
heinrich[m]
you could try starlink
-
Guest50
hey
-
Guest50
why --enforce-dns-checkpointing brings always "RandomX dataset is not enabled by default. Use MONERO_RANDOMX_FULL_MEM environment variable to enable it"
-
Guest50
how to enable it
-
sech1
what Monero version are you running and what's the full command line
-
sech1
this message shouldn't appear by default, and dns checkpointing is not related at all
-
Guest50
the last version
-
selsta
Guest50: which log level?
-
Guest50
4
-
sech1
that's a bit high level
-
Guest50
even without level log daemon crash
-
selsta
crash?
-
selsta
post a log
-
Guest50
ok but how to enable MONERO_RANDOMX_FULL_MEM
-
sech1
that won't help you with the crash
-
sech1
MONERO_RANDOMX_FULL_MEM is an environment variable, you just set it in OS settings
-
Guest50
i'am on slackware linux
-
Guest50
how to enable
-
sech1
google it
-
sech1
you still have a crash to fix first
-
lza_menace
-
lza_menace
:|
-
plowsof11
lol
-
lza_menace
im giving it my best shot
-
RavFX
That insta-taint the coin right?
-
lza_menace
but there's like 20 things going on
-
lza_menace
i mean, probably
-
lza_menace
i know you all know this, but man, i really like just having monerod and monero-wallet-cli
-
DanIsnotthemanBr
Washing machine
-
RavFX
Washing machines are easy targets
-
DanIsnotthemanBr
Yeah they can block coinjoins
-
RavFX
I think you have to ask binance permission if you want to send them coinjointed coins
-
lza_menace
-
lza_menace
im afraid to fuck this up
-
RavFX[m]
Just use Monero lol
-
lza_menace
do unstoppable swap recipients check where your coins come from?
-
plowsof11
binarybaron had an AMA the other day on reddits uhm
-
RavFX
Not from what I know
-
plowsof11
-
lza_menace
ty
-
plowsof11
"Yes you are able to cancel a swap theoretically if you notice that the Bitcoin funds are "tainted". The user will then be able to refund their Bitcoin."
-
DanIsnotthemanBr
Monero condom it
-
lza_menace
so if whoever is supplying XMR for the trade is checking w/ chain tracing services, they could not proceed
-
lza_menace
*opt to
-
plowsof11
seems so yes
-
plowsof11
definitely*
-
DanIsnotthemanBr
I run coinbase node to verify ;)
-
RavFX
Bitcoin wallets definitively need automatic coin checking functions
-
RavFX
with option "spend clean"/"spend tainted"
-
k4r4b3y[m]
<lza_menace> "so if whoever is supplying XMR..." <- that's bitcoin for ya
-
lza_menace
"your honor, my client was just trying to buy some coffee beans with self sovereign digital money. this is all a huge misunderstanding!"
-
DanIsnotthemanBr
Monero version
-
DanIsnotthemanBr
No court case
-
ofrnxmr[m]
just use majesticbank
-
ofrnxmr[m]
they acceot dirty coin
-
heinrich[m]
<ofrnxmr[m]> "just use majesticbank" <- are there any news/explanation regarding their recent suspicious behaviour (website down, twitter deleted etc)? i just see their website being up again without any explanations
-
DanIsnotthemanBr
neg
-
DanIsnotthemanBr
nothing to see here ๐