-
playmate7782[m]
-
playmate7782[m]
this is best pitch to buy monero
-
playmate7782[m]
I have question regarding seed. whether its bitcoin or monero, how is it possible that two people dont have same seed
-
playmate7782[m]
whats the probability of two people downloading wallet and get exact same seed
-
playmate7782[m]
I use custom seed on electrum. auto generated + 4/5 additional words
-
riddy3[m]
1 in a number with 79 zeroes, something like that
-
playmate7782[m]
ok but it is possible, so better add one word of our own atleast
-
riddy3[m]
there are articles on how likely it is. if you used a general computer, it would like hundreds of thousands of years in making addresses to even have a slight chance of having the same seed
-
playmate7782[m]
1/1000...79 is much rare btw
-
MajesticBank
possible after sun turns off
-
riddy3[m]
there you go
-
riddy3[m]
haha
-
playmate7782[m]
basically impossible
-
playmate7782[m]
and same maths goes for generating stealth add. if my friends/customer send me 2 payments a day for coffee still their will be no duplicate stealth addrrss.
-
playmate7782[m]
and wallets also never check blockchain to check if they r not repeating already generated stealth add
-
playmate7782[m]
if I am daily receiving 2, 3 payments from same person and also both have same device. still no chance of generating same stealth add
-
playmate7782[m]
that's more like magic than maths
-
playmate7782[m]
what happens if some one spams too many used outluts/past transaction
-
playmate7782[m]
does network get cluttered? or only senders has to wait till all key image is checked
-
playmate7782[m]
what happens if simultaneously many fake transaction are done??
-
playmate7782[m]
only transaction with un used key image are added on blockchain?
-
playmate7782[m]
does any attack slows confirmation time
-
playmate7782[m]
is KOVRI feature implemented?
-
jeffro256[m]
<playmate7782[m]> "is KOVRI feature implemented?" <- Kovri is all but dead b/c of Dandelion++ . Dandelion++ does the job of routing new transactions into the network anonymously
-
jeffro256[m]
<playmate7782[m]> "what happens if simultaneously..." <- > <@playmate7782:matrix.org> what happens if simultaneously many fake transaction are done??
-
jeffro256[m]
> only transaction with un used key image are added on blockchain?
-
jeffro256[m]
By protocol rules, only transactions with unique key images are added to the chain, so only one will ever make it onto the chain. Also, in implementation, nodes will only allow the first transaction that they see with any given key image into their mempool, all further attempts at double spending are dropped
-
jeffro256[m]
<playmate7782[m]> "does any attack slows confirmati..." <- No
-
playmate7782[m]
I thought dandelion had to do with bitcoin
-
playmate7782[m]
I am impressed by name after watching video of dandelion on youtube
-
playmate7782[m]
crypto industry have awesome bames lol
-
jeffro256[m]
It was initially proposed for Bitcoin, but was implemented into Monero first IIRC
-
playmate7782[m]
ic
-
jeffro256[m]
Yeah Dandelion is a perfect name
-
k4r4b3y[m]
<jeffro256[m]> "Kovri is all but dead b/c of..." <- D++ doesn't hide the fact that there is someone making bunch of outgoing connections to 18081 ports, am I right?
-
k4r4b3y[m]
Kovri would've obfuscated that networking footprint, if I understand correctly.
-
ofrnxmr[m]
18080*?
-
ofrnxmr[m]
kovri is just i2p4monero
-
ofrnxmr[m]
i2p in xmr is still broken
-
ofrnxmr[m]
We can use i2p or tor to relay blocks
-
ofrnxmr[m]
D++ < txproxy
-
ofrnxmr[m]
D++ 30 seconds to obfuscate and propagate
-
ofrnxmr[m]
txproxy + disabke_noise 3 seconds
-
ofrnxmr[m]
and not just obfuscated, but anonymized
-
k4r4b3y[m]
<ofrnxmr[m]> "D++ < txproxy..." <- By txproxy you mean i2p or tor, right?
-
k4r4b3y[m]
Also, apart from just D++ obfuscating which node is the real "announcer" of a transaction, I am more concerned about the footprint monero nodes have on a certain network: am I correct in saying that the network owner can see that my computer is making a bunch of outgoing connections to 18080 ports of other computers?
-
k4r4b3y[m]
Again, afaik, with i2p, your computer just connects to random ports of other i2p nodes. Thus, having a much larger plausible deniability as to what you do with these connections.
-
ofrnxmr[m]
--proxy kills incoming connections but hides the fact that youre using monero
-
k4r4b3y[m]
I will read up on that
-
ofrnxmr[m]
--proxy isnt documented
-
ofrnxmr[m]
Its in monerod help and github pr
-
k4r4b3y[m]
Eh.. Then I will try that and see what it does
-
ofrnxmr[m]
Its the block sync proxy
-
ofrnxmr[m]
Works with tor (over exit nodes)
-
k4r4b3y[m]
I remember we had that convo before on what --proxy does
-
ofrnxmr[m]
I enable --proxy anytime im using an insecure / not-my network
-
k4r4b3y[m]
Does --proxy allow my new node to make an initial blockchain download over the i2p network?
-
ofrnxmr[m]
no
-
ofrnxmr[m]
I2p (or onion, ie hidden services) doesnt serve blocks at all over monero
-
k4r4b3y[m]
ofrnxmr[m]: So in what other ways does --proxy help you on insecure networks?
-
ofrnxmr[m]
the only known info is that im using tor
-
k4r4b3y[m]
ofrnxmr[m]: Oh that is cool
-
ofrnxmr[m]
Its POSSIBLE to implement block sync over i2p and onion, very possible
-
k4r4b3y[m]
I would very much like that
-
k4r4b3y[m]
Bitcoin has that available to their nodes
-
ofrnxmr[m]
We just dont do it yet due to fears of sybil attacks and partitioning
-
k4r4b3y[m]
I get the fears about partitioning
-
ofrnxmr[m]
Bitcoin has less full nodes than us, and users who dont csre about privacy
-
ofrnxmr[m]
Monero users would likely flood to the most private option, whereas btc still just uses onion/i2p as "extras"
-
ofrnxmr[m]
We would need to think of a way to ensure that each type of node has to communicate with another type
-
ofrnxmr[m]
Like i2p must broadcast to clesrnet, clear must broadcast to tor,tor must broadcast to i2p etc
-
k4r4b3y[m]
ofrnxmr[m]: Yeah. That sounds tricky. I would favor moving the whole network to i2p
-
ofrnxmr[m]
im far not in favor
-
ofrnxmr[m]
I2p isnt a great protocol and has a lot of bugs
-
ofrnxmr[m]
Like the outproxy in i2pd had been broken for over a year
-
ofrnxmr[m]
And they really dont care
-
k4r4b3y[m]
ofrnxmr[m]: I2p isn't supposed to have "ourproxy" anyways
-
k4r4b3y[m]
It is a closed network
-
ofrnxmr[m]
It has it
-
ofrnxmr[m]
And its broken
-
k4r4b3y[m]
ofrnxmr[m]: I2p devs themselves say that the outproxy stuff in i2p is more of a "hack"
-
k4r4b3y[m]
Just to shut up the noobs about "muh how to connect clearnet"
-
ofrnxmr[m]
its not a hack
-
ofrnxmr[m]
Its an outproxy
-
ofrnxmr[m]
It proxies data to tor
-
ofrnxmr[m]
which WOULD allow using i2p for m(nero
-
ofrnxmr[m]
As you could then receive incoming over i2p and outgoing over exit nodes that can communicate with clearnet nodes
-
k4r4b3y[m]
That sounds plausible and dandy, but with i2p there are far few outproxies that they would be the bottleneck for connection between the i2p monero nodes and the clearnet ones.
-
ofrnxmr[m]
outprixies?
-
ofrnxmr[m]
Its just 127.0.0.1:9050
-
k4r4b3y[m]
Hmm.. Am I confusing outproxy and exit nodes here
-
ofrnxmr[m]
So when you enter a non i2p address into the i2p 4447 proxy, it outproxies it to tor
-
k4r4b3y[m]
Alright
-
ofrnxmr[m]
The... some word i cant find.. is probably i2pd vs i2p naming
-
ofrnxmr[m]
k4r4b3y[m]: Or i could be using the wrong word here altogether ^
-
ofrnxmr[m]
-
ofrnxmr[m]
im thinking one is httpoutproxy and the other is socksoutproxy
-
ofrnxmr[m]
Im referring to socks, if thats the case
-
cockliuser[m]
<ofrnxmr[m]> "It proxies data to tor" <- The outproxy can connect to any proxy server hosted over I2P I think
-
cockliuser[m]
Stormycloud for example
-
ofrnxmr[m]
ofrnxmr[m]: Are these the same feature?
-
cockliuser[m]
Outproxy in I2P terminology is supposed to be what non-i2p connections get sent to
-
cockliuser[m]
* Outproxy in I2P terminology is supposed to be what non-i2p connections get sent to
-
cockliuser[m]
<ofrnxmr[m]> "Are these the same feature?" <- I think so
-
cockliuser[m]
socks one is for socks proxy services, while http is for http proxies
-
MajesticBank
-
MajesticBank
new remote nodes
-
MajesticBank
-
playmate7782[m]
if monero dev make code change. limit block size, do layer 2 over monero, will this attract bitcoin maxi? or they limit max monero to 21 million. will bitcoin maxi adopt monero?
-
playmate7782[m]
and is their any coin using mimble wimble?
-
playmate7782[m]
Most bitcoin maxi with max followers are non computer/software guys like saylor or nik bhatia or saifdean or robert kiyosaki or planB. mostly bankers and investor.
-
playmate7782[m]
are their any famous non technical guys like bankers or investor monero maxi?
-
playmate7782[m]
they all managed to pump btc to 60k+
-
playmate7782[m]
and strangely monero have relatively topped 400 only
-
sech1
-
sech1
you serious?
-
playmate7782[m]
I am almost convice monero is way way better than bitcoin. but looking at bitcoin adoption rate seems it will take much time to moon
-
playmate7782[m]
am wondering are bitcoin maxi dumb or ignoring truth
-
sech1
check bitcoin adoption rate on DNMs
-
playmate7782[m]
compared to world population very less people have adopted btc
-
playmate7782[m]
most people in India see btc as ponzi
-
playmate7782[m]
my parents included. no one have heard about monero
-
playmate7782[m]
its frustrating when u know truth
-
playmate7782[m]
sech1: whats DNM
-
sech1
darknet markets
-
playmate7782[m]
oh
-
sech1
where using wrong coin can put you "in a room"
-
playmate7782[m]
I never used one
-
sech1
for many years
-
sech1
neither did I
-
sech1
but they all switch to Monero
-
playmate7782[m]
I dont know anything I know only available on darknet
-
playmate7782[m]
I am pure vegitarian. never tried and cigar, liquor or tobaco. drugs is out of league
-
sech1
bitcoin maxis will only say "you're shitcoin" no matter what arguments you provide
-
sech1
hard supply cap or not, doesn't matter to them
-
sech1
not Bitcoin? Then it's shitcoin
-
playmate7782[m]
most Austrian economic talk only about btc
-
plowsof11
There is no second best, if it was worth using it'd be added as a layer2 yesterday and render your shitcoin obsolete - btc_maxiboi69
-
sech1
Austrian economic doesn't mean it's a biblical level truth and revelation
-
playmate7782[m]
I dont blame them. even I wont understand most stuff.
-
sech1
IMHO Austrian economic is flawed itself
-
playmate7782[m]
sech1: I got degree in economic
-
sech1
fixed supply mean less and less coins will be available in the future, with no way to resupply lost coins
-
playmate7782[m]
I am convinced we were taught BS
-
sech1
so maybe it works for cash (printing new coins only to replace lost coins), but it doesn't work for crypto
-
playmate7782[m]
sech1: no am saying austrian economic are pro bitcoin only because they believe its HARD MINEY
-
sech1
also, fixed supply means = no miner incentive when everything is mined
-
playmate7782[m]
* no am saying austrian economic are pro bitcoin only because they believe its HARD MONEY
-
playmate7782[m]
sech1: what hqppens to fees
-
playmate7782[m]
they can still charge fees
-
sech1
fees are not a stable source of income for miners
-
k4r4b3y[m]
playmate7782[m]: That is a quite irregular income for the miners.
-
playmate7782[m]
and this is something I wont agree with monero folks. I may be wrong.
-
playmate7782[m]
but just like people run tor or torrent etc people will run full node even if their is no incentive
-
playmate7782[m]
what happens if all bitcoin miners shut down because of mining being not profitable
-
playmate7782[m]
their will be nodes?
-
k4r4b3y[m]
playmate7782[m]: > <@playmate7782:matrix.org> and this is something I wont agree with monero folks. I may be wrong.
-
k4r4b3y[m]
> but just like people run tor or torrent etc people will run full node even if their is no incentive
-
k4r4b3y[m]
you disagree with what? that relying on txfees alone is NOT irregular?
-
playmate7782[m]
people can still use bitcoin right?
-
playmate7782[m]
basically difficulty also decreases
-
k4r4b3y[m]
with btc, the miners have to bet on 1) btc will have monetary value 2) there will be enough transactions taking place on the network.
-
k4r4b3y[m]
with xmr, miners only bet on the 1) point.
-
k4r4b3y[m]
less bet, less risk.
-
playmate7782[m]
and do monero also have difficulty adjustment etc
-
playmate7782[m]
?
-
k4r4b3y[m]
playmate7782[m]: > <@playmate7782:matrix.org> people can still use bitcoin right?
-
k4r4b3y[m]
not if the transaction fees are high. and if people can't use bitcoin, then transaction fees will be low or nonexistent and the miners will not get paid. and you can see how these two extremes can cause a wild fluctuation for btc mining enterprises' economic calculation.
-
playmate7782[m]
what happens if bitcoin price falls tomorrow to 1000
-
playmate7782[m]
lets say all miner shut down
-
k4r4b3y[m]
playmate7782[m]: > <@playmate7782:matrix.org> lets say all miner shut down
-
k4r4b3y[m]
if literally all the miners shut down, the blockchain stops
-
k4r4b3y[m]
and your lovely "difficulty adjustments" can't take place
-
playmate7782[m]
developers will fork like BCASH guy did. and mining will done on laptops right?
-
k4r4b3y[m]
because the difficulty adjustment take place every 2016 blocks (if I am not wrong).
-
playmate7782[m]
yes 2 weeks approx
-
k4r4b3y[m]
so, no blocks added means, no difficulty adjustment period getting completed
-
playmate7782[m]
so then they need to update code or fork or do something to re adjust difficulty?
-
k4r4b3y[m]
but you are all over the place: what are you discussing? I read that you were asking about if there are rich influencers promoting monero up above. and now you are asking about difficulty adjustment? what is the topic of this convo now?
-
k4r4b3y[m]
because if we are gonna keep riffing on random talking points like this, we can spend the whole day.
-
playmate7782[m]
k4r4b3y[m]: > <@k4r4b3y:karapara.net> but you are all over the place: what are you discussing? I read that you were asking about if there are rich influencers promoting monero up above. and now you are asking about difficulty adjustment? what is the topic of this convo now?
-
playmate7782[m]
>
-
playmate7782[m]
I am trying to fig out whats tempting people to avoid monero
-
playmate7782[m]
most of this billionaire or investors
-
playmate7782[m]
they probably know transparency is bug
-
k4r4b3y[m]
playmate7782[m]: > <@playmate7782:matrix.org>
-
k4r4b3y[m]
> I am trying to fig out whats tempting people to avoid monero
-
k4r4b3y[m]
for me it is mixture of monero's "scary" "dark" reputation plus the difficulty of layperson's reach-ability to buying monero.
-
playmate7782[m]
I understand 70% of bitcoin.
-
k4r4b3y[m]
both of these have solutions in the works, btw
-
playmate7782[m]
I want to understand monero. so I compare it with btc
-
playmate7782[m]
I dont understand btc 100โ
. especially encryption part
-
playmate7782[m]
elliptic curve etc etc
-
playmate7782[m]
merkel tree
-
playmate7782[m]
etc
-
playmate7782[m]
I understand diff between symmetric and asymmetric encryption. nothing more
-
playmate7782[m]
like I said am 50/50 on btc and monero
-
playmate7782[m]
before going 100% monero I need to be sure
-
omnero376[m]
playmate7782[m]: much of it is that they dont even know it exists or what it provides, rather than them actively rejecting it
-
sech1
the problem with "all or most miners shut down" is that Bitcoin will be vulnerable to 51% attack when it has low hashrate
-
sech1
and it will have low hashrate if miners get only fees
-
k4r4b3y[m]
sech1: > <@sech1:libera.chat> the problem with "all or most miners shut down" is that Bitcoin will be vulnerable to 51% attack when it has low hashrate
-
k4r4b3y[m]
that's right.
-
sech1
so it's fundamentally unstable
-
sech1
either miners will drop off randomly and blockchain will not move forward sometimes
-
k4r4b3y[m]
with every miner leaving btc mining is more sha256 hashing equipment waiting on the sidelines for the govt to confiscate and mount an attack on btc.
-
sech1
or it will also be 51% attacked
-
plowsof11
Someone should write a book about monero.. "mastering monero" or "zero to monero" (some kind of catchy title) - would help alot
-
sech1
so it's not safe to only rely on fees for mining
-
playmate7782[m]
sech1: this is what am wondering. now how monero hashrate compare to btc
-
k4r4b3y[m]
sech1: > <@sech1:libera.chat> so it's fundamentally unstable
-
k4r4b3y[m]
that's a common theme with btc: a lot of things about it causes it to behave (or will behave) in an unstable way.
-
sech1
monero hashrate doesn't compare to btc
-
sech1
it's a totally different algorithm
-
playmate7782[m]
plowsof11: am reading one
-
playmate7782[m]
sech1: this is one thing am trying to fig out since day one
-
playmate7782[m]
I know btc is POW
-
k4r4b3y[m]
k4r4b3y[m]: > <@k4r4b3y:karapara.net> that's a common theme with btc: a lot of things about it causes it to behave (or will behave) in an unstable way.
-
k4r4b3y[m]
>
-
k4r4b3y[m]
the 1 MB block size limit, the 21 mil hard cap, the 4 year halving period, the easily-specialized hardware dependency with its production processes...
-
playmate7782[m]
and does monero algorithm makes it less secure to 51%
-
k4r4b3y[m]
all of these are unworkable if we want something beyond a ponzi scheme instrument.
-
sech1
51% is not just about hashrate. It's about hardware availability, mining centralization, pool centralization
-
playmate7782[m]
Andreas antonopolous said gov need lot of money to spend on electricity if they want to revearse transaction
-
k4r4b3y[m]
sech1: > <@sech1:libera.chat> 51% is not just about hashrate. It's about hardware availability, mining centralization, pool centralization
-
k4r4b3y[m]
yes, I agree.
-
playmate7782[m]
Thats something stick with me
-
sech1
In BTC, governments can knock on a few very specific doors and claim 51% of the network
-
sech1
because BTC is mined by huge centralized farms
-
k4r4b3y[m]
sech1: > <@sech1:libera.chat> In BTC, governments can knock on a few very specific doors and claim 51% of the network
-
k4r4b3y[m]
facts. they done so in Iran and Venezuela. They can easily do so in China.
-
playmate7782[m]
btc not created in thin air. now its needs lot of electricity i.e work
-
playmate7782[m]
so this I am trying to fig out
-
playmate7782[m]
if monero has better algorithm
-
sech1
yes
-
sech1
better for decentralization
-
playmate7782[m]
why people like andreas talk about it
-
sech1
anyone with a PC can mine it
-
k4r4b3y[m]
playmate7782[m]: > <@playmate7782:matrix.org> btc not created in thin air. now its needs lot of electricity i.e work
-
k4r4b3y[m]
the govt OWNS the electricity generation and distribution infrasturcure my dude. And those large scale mining operations are sitting ducks...
-
playmate7782[m]
it wrote book about etherum too
-
SNeedlewoods
I'm about halfway through Mastering Monero
-
playmate7782[m]
SNeedlewoods: written by andreas?
-
k4r4b3y[m]
sech1: > <@sech1:libera.chat> anyone with a PC can mine it
-
k4r4b3y[m]
now, some PC _do_ mine better, though. But still, the level of potential mining activity distribution is greater than it is with btc.
-
SNeedlewoods
he contributed to it afaik
-
SNeedlewoods
it's a great book
-
playmate7782[m]
have sold ether post migration of POW to POS
-
playmate7782[m]
i dont understand POS
-
playmate7782[m]
monero sounds like POS
-
playmate7782[m]
no asic involved
-
playmate7782[m]
I dont know if Asic ban was good or Bad
-
playmate7782[m]
I see it as Bad
-
sech1
you really don't understand POS
-
sech1
because Monero is not POS
-
playmate7782[m]
sech1: so its GPU
-
playmate7782[m]
MINING
-
playmate7782[m]
?
-
sech1
no it's not GPU
-
k4r4b3y[m]
playmate7782[m]: > <@playmate7782:matrix.org>
-
k4r4b3y[m]
> so its GPU
-
k4r4b3y[m]
no. monero is CPU mining
-
k4r4b3y[m]
one data center one vote ;)
-
playmate7782[m]
I had purchased lot of monero mining hash rate with genesis mining. they stopped contracts and offered alternative
-
playmate7782[m]
it was long back
-
k4r4b3y[m]
playmate7782[m]: > <@playmate7782:matrix.org> I had purchased lot of monero mining hash rate with genesis mining. they stopped contracts and offered alternative
-
k4r4b3y[m]
you mentioned this before...
-
playmate7782[m]
so I was in impression thats monero did something controversian like bcash
-
playmate7782[m]
k4r4b3y[m]: > <@k4r4b3y:karapara.net> one data center one vote ;)
-
playmate7782[m]
>
-
playmate7782[m]
irrespective of hash?
-
playmate7782[m]
they can mine more but cant do 51 as it only have one vote right?
-
playmate7782[m]
k4r4b3y[m]: > <@k4r4b3y:karapara.net> > <@playmate7782:matrix.org>... (full message at <
libera.ems.host/_matrix/media/v3/do…0d19889da2a0eb40d9e9a7bc0411497a5d1>)
-
playmate7782[m]
I assumed it was GPU
-
playmate7782[m]
all I have to download full node right? dont care about mining rewards
-
playmate7782[m]
And how to mine on browser
-
k4r4b3y[m]
playmate7782[m]: > <@playmate7782:matrix.org>
-
k4r4b3y[m]
> in that case I will start on my old device
-
k4r4b3y[m]
try it out, it is great. Use gupax.io
-
playmate7782[m]
basically browser extention use computer resources right?
-
k4r4b3y[m]
playmate7782[m]: > <@playmate7782:matrix.org> all I have to download full node right? dont care about mining rewards
-
k4r4b3y[m]
yeah, as I said, use gupax software, it makes all the work easier to setup.
-
playmate7782[m]
hmmm
-
sech1
no browser extension
-
sech1
browsers can't mine Monero
-
sech1
you need dedicated miner software
-
TrasherDK[m]
<playmate7782[m]> "if monero dev make code change..." <- For fuck sake. Someone please open Reddit again. I can't take more of this shit.
-
RavFX[m]
What what.
-
RavFX[m]
If they limit XMR to make it like a shitcoin, BTC maxi won't migrate because there coin already all do that. It would just make Monero user run away to another coin or fork monero so it can continue to be great. ๐
-
SNeedlewoods
the <amount> parameter from 'transfer' command in 'monero-wallet-cli' is in XMR, correct?
-
suitslie[m]
SNeedlewoods: yeah, 1.3 is 1.3 xmr
-
SNeedlewoods
because the transfer method of the RPC is in atomic units
-
SNeedlewoods
the amount in the transfer method*
-
SNeedlewoods
thx
-
vtnerd_
ofrnxmr[m] k4r4b3y[m]: iirc --proxy allows block downloads over tor, but --tx-proxy does only txes over tor
-
k4r4b3y[m]
<vtnerd_> "ofrnxmr k4r4b3y[m]: iirc --proxy..." <- > <@vtnerd_:libera.chat> ofrnxmr k4r4b3y[m]: iirc --proxy allows block downloads over tor, but --tx-proxy does only txes over tor
-
k4r4b3y[m]
I will try this out. If I can completely conceal every internet connection of my node under Tor (including initial blockdownload, and the tx propaagation) that would be great.
-
k4r4b3y[m]
vtnerd: how do I use the `proxy` directive in monerod.conf file? I have the examples of using --tx-proxy, but no "proxy" directive itself.
-
k4r4b3y[m]
I suppose `proxy=127.0.0.1:9050` is enough?
-
k4r4b3y[m]
-
SNeedlewoods
I'm playing around with monero-wallet-cli, but I'm unable to connect to stagenet with the following command:
-
SNeedlewoods
./monero-wallet-cli --wallet-file TestStagenet --stagenet --daemon-address monero-stagenet.exan.tech:38080
-
SNeedlewoods
I get to the output "Use the "help" command to ... " and a warning "Warning: using an untrusted daemon at monero-stagenet.exan.tech:38080" but I'm not able to type anything
-
SNeedlewoods
first tried on v0.18.2.2-2f45d5c6 built from source and then tried with v0.18.2.2-release
-
TheDragon[m]
Not quite sure of the convention for questions/support, so I posted mine in Monero Support.
-
TheDragon[m]
If anyone is able to take a look, or could let me know if I should just ask in here would be much appreciated ๐
-
TrasherDK[m]
<SNeedlewoods> "./monero-wallet-cli --wallet-..." <- Wrong port, probably. `38080` is normally reserved for P2P connections. You want a `RPC` port.
-
TrasherDK[m]
TheDragon: Don't ask permission, ask for forgiveness, after the fact ๐
-
jeffro256[m]
<k4r4b3y[m]> "D++ doesn't hide the fact that..." <- Yeah they couldnโt use port numbers as a heuristic anymore but Kovri wouldnโt be able to hide when someone is making a bunch of connections to IP addresses associated with Monero nodes
-
k4r4b3y[m]
jeffro256[m]: If the other nodes also use kovri, how would an outside observer discern those other nodes as part of Monero network?
-
revuoxmr
Revuo Monero Issue 175: June 8 - 15, 2023.
revuo-xmr.com/issue-175.html
-
SNeedlewoods
TrasherDK[m]: thanks, but that's what I tried first and I got the error "Error: Wallet konnte keine Verbindung zum Hintergrunddienst herstellen: monero-stagenet.exan.tech:38081. Daemon either is not started or wrong port was passed. Please make sure daemon is running or change the daemon address using the 'set_daemon' command."
-
SNeedlewoods
idk why the first sentence is in German, I thought I've set the language to English, but it translates to something like "wallet couldn't connect to daemon"
-
ofrnxmr[m]
Who's node is that?
-
ofrnxmr[m]
-
SNeedlewoods
-
ofrnxmr[m]
Why not just spin one up.c
-
SNeedlewoods
what do you mean? Should I create my own stagenet?
-
ofrnxmr[m]
./monerod --stagenet
-
ofrnxmr[m]
It will sync your a stagenet node locally
-
ofrnxmr[m]
If thats too much trouble, you can find an active node here
community.rino.io/nodes.html
-
SNeedlewoods
thanks, I'll look into that
-
SNeedlewoods
tried syncing, it would take too much time and space, but the rino.io node works, thx
-
SNeedlewoods
I just noticed the language I've set was just for the mnemonic seed. Is there a way to change the general language?
-
jeffro256[m]
<k4r4b3y[m]> "If the other nodes also use..." <- Well i guess depends on if it integrates with the rest of I2P traffic or makes its own network. It could be more anonymous if there are other services outside of Monero which are routing Monero traffic
-
k4r4b3y[m]
My main concern for all of this (whenever I try to shill i2p + monero here): in the third-world it can be suspicious to run a monero node. Since on the clearnet monero nodes leave a pretty much clear footprint (bunch of connections to other computers' 18080 ports) that can put the monero node operators in crosshairs. That's why I have been learning about ways of obfuscating such a network footprint.
-
k4r4b3y[m]
I think for the time being, I will use --proxy option to route the initial blocksync traffic to tor. and use --tx-proxy to route the transaction data propagation to tor, too.
-
k4r4b3y[m]
but again, using tor itself is also suspicious here in the third world, and more and more public wifi networks operated by the city municipalities block connecting to the tor network (and no, bridges do not work either).
-
k4r4b3y[m]
in contrast to that, i2p works in these public wifi points operated by the city municipality. And that's why I was constantly asking (hoping) about a way to also do the initial block download over i2p network.
-
playmate7782[m]
how much memory on avrg does mem pool need
-
jeffro256[m]
It's typically very small right now since <1MB since there's not really any backlog to speak of
-
playmate7782[m]
how many transaction feet in 1mb
-
playmate7782[m]
s/feet/fit/
-
jeffro256[m]
<k4r4b3y[m]> "in contrast to that, i2p works..." <- Have you looked at this guide (it might be out of date idk) ?
getmonero.org/resources/user-guides/node-i2p-zero.html
-
jeffro256[m]
playmate7782[m]: ~400
-
jeffro256[m]
500
-
k4r4b3y[m]
jeffro256[m]: > <@jeffro256:monero.social>
-
k4r4b3y[m]
> Have you looked at this guide (it might be out of date idk) ?
getmonero.org/resources/user-guides/node-i2p-zero.html
-
k4r4b3y[m]
I did. isn't i2p zero no longer maintained or something? afaik there are only i2p java implementation and i2pd (there is alo i2p+ I guess)
-
k4r4b3y[m]
yeah, the latest release of i2p zero is back in 2020
-
jeffro256[m]
Ngl I'm not super familiar with i2p implementations
-
merope
There have been some radical changes to i2p in the last few update cycles, so older versions may not be able to connect to the newer versions
-
boog900[m]
jeffro256[m]: That's only for tx broadcasting not initial block download I'm pretty sure
-
-
Demetrius[m]1
Monero will be the King
-
Demetrius[m]1
Hail, to the King
-
k4r4b3y[m]
jeffro256[m]: > <@jeffro256:monero.social> Ngl I'm not super familiar with i2p implementations
-
k4r4b3y[m]
also, the point isn't using i2pzero or not. The point is this: currently monero cannot do initial block download over i2p network. And also ofrn says i2p implementation in monero is broken.
-
k4r4b3y[m]
demetriusyukirozki[m]: > <@demetriusyukirozki[m]:libera.chat> Monero will be the King
-
k4r4b3y[m]
it always is.
-
boog900[m]
IIRC even using Tor you can only sync through exit nodes as well
-
k4r4b3y[m]
demetriusyukirozki[m]: > <@demetriusyukirozki[m]:libera.chat> Hail, to the King
-
k4r4b3y[m]
-
k4r4b3y[m]
boog900[m]: > <@boog900:monero.social> IIRC even using Tor you can only sync through exit nodes as well
-
k4r4b3y[m]
yeah, that's true. But at least even with that I can conceal my monero node's internet connections AND do the initial block sync.
-
boog900[m]
IIRC the decision to not do sync over hidden networks was because of the potential issues around peers giving bad blocks and not being able to ban them
-
k4r4b3y[m]
boog900[m]: > <@boog900:monero.social> IIRC the decision to not do sync over hidden networks was because of the potential issues around peers giving bad blocks and not being able to ban them
-
k4r4b3y[m]
yeah that was mentioned here before, I know.
-
boog900[m]
Ah ok
-
k4r4b3y[m]
I am just saying again, that decision is causing a trade-off in which the monero node operators are forced to use easily identifiable networks with peculiar footprints (tor, or monero clearnet)
-
k4r4b3y[m]
for initial block download at least
-
ofrnxmr[m]
we need to take a good hard look at how bitcoin mananages to not get partitioned
-
ofrnxmr[m]
And copy them
-
ofrnxmr[m]
spcifically full nodes on btc, since thry actually have less than us
-
k4r4b3y[m]
yeah
-
ofrnxmr[m]
Iirc btc forces you to allow clearnet, and only can add i2p and tor on top.
-
ofrnxmr[m]
I dont believe anon networks are intended to be used exclusively on btc, but i barely did my homework on it
-
k4r4b3y[m]
Same for me too (not doing a proper homework) but I remember seeing a guide on how to just allow tor + i2p on a btc node
-
ofrnxmr[m]
Yeah, i remember reading that you couldnt disable clearnet though.
-
ofrnxmr[m]
Imo an immediate win, since --proxy is already implemented and we already have a partitioning problem with nodes that lack incoming
-
ofrnxmr[m]
Is to..... (thinking)
-
ofrnxmr[m]
- Nodes who dont support incoming clearnet should allow incoming via anon networks
-
ofrnxmr[m]
- nodes who do support incoming clearnet should prefer outgoing via anon networks
-
ofrnxmr[m]
Er. No, bullet 1 flawed
-
k4r4b3y[m]
I think --proxy allowing tor to do the initial block download and --tx-proxy allowing tx-data propagation over tor is an immediate win---in the snese that I can conceal that I am running a monero node on a certain network. The problem for the middle-, t- long-term is the fact that tor will be blocked on more and more public networks. Then people like me will have a problem with syncing their mobile nodes (on android or laptops) over tor.
-
ofrnxmr[m]
Its a w with a L
-
k4r4b3y[m]
lol yeah
-
ofrnxmr[m]
I mean W with a W
-
ofrnxmr[m]
--proxy adds privacy for the user, but hurts/destroys the network if everybody uses it
-
ofrnxmr[m]
It relies on people who dont use it to serve massive data
-
Rucknium[m]
IMHO, long term, camouflaging Monero node traffic as, e.g. video streaming, would help people access Monero in extreme network environments. Tor works until it is blocked.
-
Rucknium[m]
Extremely difficult to do. I have skimmed a few papers about the general problem.
-
Rucknium[m]
Put it on cuprate so it doesn't affect...and boog900 is typing
-
k4r4b3y[m]
cuprate pls i2p
-
k4r4b3y[m]
* pls i2p...
-
ofrnxmr[m]
- Nodes who dont support incoming clearnet should allow incoming and outgoing via anon networks. Blocks should be relayed from clearnet to anon, and anon to anon.
-
ofrnxmr[m]
- nodes who do support incoming clearnet should relay in from anon out to clearnet and in from clearnet out anon
-
ofrnxmr[m]
* clearnet out to anon
-
ofrnxmr[m]
^ not sure if this is flawed too
-
Rucknium[m]
I think Session is researching it. But their fundraiser either isn't showing donations, or the fundraiser is going poorly:
btcpay.magicgrants.org/apps/2WE269dC1f22266iFfs6WVoHxGJG/crowdfund
-
boog900[m]
I want to have syncing over hidden networks ... but how do we stop people from spamming bad blocks
-
boog900[m]
I guess we could only sync over outbound anon connections but they could just flood the address book with bad addresses ....
-
ofrnxmr[m]
* flawed too. "clearnet with no incoming" includes --proxy users
-
ofrnxmr[m]
ofrnxmr[m]: > <@ofrnxmr:monero.social> - Nodes who dont support incoming clearnet should allow incoming and outgoing via anon networks. Blocks should be relayed from clearnet to anon, and anon to anon.
-
ofrnxmr[m]
> - nodes who do support incoming clearnet should relay in from anon out to clearnet and in from clearnet out to anon
-
ofrnxmr[m]
Boog ^. Thought?
-
ofrnxmr[m]
"clearnet with no incoming" includes --proxy / exit node users
-
boog900[m]
I mean the flaw is that bad actors can spam bad blocks unless you are on about something else so i dont think that fixes this
-
boog900[m]
s/so//
-
ofrnxmr[m]
Bad actors can spam bad blocks regardless. They can control more domains for cheaper
-
boog900[m]
yeah but we can ban domains
-
ofrnxmr[m]
Right right.
-
ofrnxmr[m]
Incoming connections are anon. Woossh
-
boog900[m]
the random-x POW upgrade would solve this I think as it would reduce the amount of work it takes for a node to discard a bad block
-
ofrnxmr[m]
Maybe need to expose the addr over the handshake
-
ofrnxmr[m]
๐ค i wonder how btc gets away with it lol. Really should look a bit more at some point
-
boog900[m]
<k4r4b3y[m]> "cuprate pls i2p" <- probably but Tor is way easier with ARTI
-
boog900[m]
ofrnxmr[m]: they can just fake it
-
boog900[m]
POW for anon connections would help as well
-
ofrnxmr[m]
boog900[m]: Thats why i2p is broken
-
ofrnxmr[m]
Lolol
-
ofrnxmr[m]
you can spam ports onto peerlists and they all remain valid
-
ofrnxmr[m]
Anon inbound simply broadcasts what you write there
-
Rucknium[m]
SHA-256 hashes are probably quicker to verify (re-compute) than RandomX hashes.
-
ofrnxmr[m]
18080, 18081, 18084, 18085, 18086 etc. Everytime you change your config port you commit a new valid entry to the peerlist
-
ofrnxmr[m]
For onions they are inaccessible, so they will drop from peerlists. Any port works with i2p, so all ofbthe peers remain valid
-
ofrnxmr[m]
Example.. you can connect to and partition yourself
-
ofrnxmr[m]
In theory. I havent tried to spam peerlists with valid entries. Just noticed i was conncted to myself a few times. And multiple of the same person on diffent ports
-
ofrnxmr[m]
Btc had same problem. Fixed years ago
-
ofrnxmr[m]
for i2p on bitcoin issue:
-
ofrnxmr[m]
-
ofrnxmr[m]
-
ofrnxmr[m]
-
ofrnxmr[m]
Ive been ๐โโ๏ธ around for a while. No time to make a proper issue on github
-
ofrnxmr[m]
Even bitcoin abc backported the fix
Bitcoin-ABC/bitcoin-abc 10df6b1
-
ofrnxmr[m]
I spoke with some people about the issue but was told the opposite of everything here and that "user error".
-
ofrnxmr[m]
one day it might be fixed
-
boog900[m]
<boog900[m]> "the random-x POW upgrade would..." <- wait this wont solve it as we will still have all the old blocks to sync ...
-
boog900[m]
I think POW for anon connections is the best option
-
Rucknium[m]
Just use checkpoint blocks ๐
-
Rucknium[m]
(half sarcastic)
-
ofrnxmr[m]
Hyc had an idea of a running hash of hashes, not sarcastic
-
Rucknium[m]
Pay-to-use RPC, but for block syncing. Make people pay XMR before they have XMR ๐
-
ofrnxmr[m]
-
boog900[m]
Rucknium[m]: I would want to see just how bad syncing without hash of hashes is to see if it's worth it, I wouldn't want this in Cuprate if i had the option
-
ofrnxmr[m]
ofrnxmr[m]: Boog ^: running hoh idea
-
boog900[m]
surly this is the same as blindly trusting blocks from peers ...
-
boog900[m]
blindly trusting blocks + checking hashes match expected hash (hash of block n-1 is in block n) hash of tx is actually inside the block
-
ofrnxmr[m]
Did you read whole discussion
-
ofrnxmr[m]
"so it's basically "yolo" sync mode where it only checks PoW and trusts that other nodes which produced that PoW, also checked transactions"
-
ofrnxmr[m]
and this imwas regarding initial / catch up sync. Using at tip is like blindly trusting blocks, yeah. Idea sounds doa
-
boog900[m]
I dont think I missed anything ... maybe I did but new blocks already include a reference to all the blocks in the blockchain .. so what would be the difference from me downloading blocks checking hashes and POW match and skipping tx verification
-
boog900[m]
*they include a reference to the last block which has a reference to the block before that ...