-
dcmeans7[m]
Damn it, I saw someone mention Zcash and I wanted to ask opinions
-
mlcboss[m]
<dcmeans7[m]> "Damn it, I saw someone mention..." <- Zcash is a good crypto
-
mlcboss[m]
I'm not sure about the xmr community hate for it , it technically still better than most crypto out there
-
nioc
here is a quote from zooko of zcash, the tweet is around somewhere.....
-
nioc
"And by the way, I think we can successfully make Zcash too traceable for criminals like WannaCry, but still completely private & fungible."
-
nioc
so good lol
-
Mochi101
hahaha
-
Mochi101
man
-
mlcboss[m]
nioc: Zcash has different privacy model than xmr
-
mlcboss[m]
it still kept the privacy features but it can't be use for criminal activity
-
mlcboss[m]
this is a good move for regulators
-
mlcboss[m]
like tbh idc for xmr / zec , all i want is to have digital private payments
-
Mochi101
Pretty much like they don't understand.
-
nioc
But I am a criminal and so is Mochi101
-
Mochi101
mlcboss[m], just use fiat then
-
Mochi101
++ nioc
-
mlcboss[m]
Mochi101: i used fiat , but i don't like that is being traceable
-
mlcboss[m]
and the fact my transaction data is shared by payment companies
-
Mochi101
so XMR?
-
Mochi101
You can't have partial anonymity
-
Mochi101
Ask nioc, I heard he was the biggest arms dealer in Vatican City. So he needs his privacy.
-
mlcboss[m]
Mochi101: xmr is a good choice , zec is a backup choice
-
mlcboss[m]
if xmr may have been strictly banned , zcash might be an option
-
mlcboss[m]
xmr is delisted in my country , so i preferred getting
-
mlcboss[m]
* xmr is a good choice , zec is a backup choice
-
mlcboss[m]
if xmr may have been strictly banned , zcash might be an option
-
mlcboss[m]
xmr is delisted in my country , so i preferred getting sent via zec
-
Mochi101
Delisted in your country?
-
nioc
xmr is "delisted" where I am and I have no issues using it, buying it or selling it
-
mlcboss[m]
Mochi101: my country only allowed buy / sell in local exchanges (cause taxes lol)
-
mlcboss[m]
they decided to remove xmr & torn in all exchanges due to ties on money laundering
-
Fibonacci12358
Pools got destroyed by soi
-
nioc
I can even pay taxes on xmr trading profits
-
Fibonacci12358
Xmr is persecuted
-
mlcboss[m]
nioc: if i need to be sent money anonymously , i had to ask the sender to sent me the money in zec instead of other crypto
-
mlcboss[m]
and i can easily convert to other crypto
-
mlcboss[m]
xmr has been delisted & will be hard for user to get one
-
Fibonacci12358
I can't remember your country nioc
-
nioc
New North Korea
-
Fibonacci12358
Usa?
-
nioc
Y
-
Fibonacci12358
Oh NNK
-
Fibonacci12358
Thought so
-
Fibonacci12358
I'm paranoid by nature...
-
Fibonacci12358
Well with good reason... but I'm ruined I imagine every single thing I do is under a microscope because it's true
-
Fibonacci12358
United Spies of America 🇺🇸
-
Mochi101
mlcboss[m], which country?
-
CopenhagenBram[m
nioc: Is the new Red Star OS based on Android now?
-
Fibonacci12358
I liked Monero cause I thought fluffy was a witness... and I Hate spying
-
nioc
:D
-
hv-bridge
<notdanimal> I'm pretty sure you're able and allowed to mine to subaddresses on hashvault for XMR, but figured I'd ask since I was here
-
noseboy[m]
Im in monero because of mcafee his words. Hope devs dont spoil the privacy😁
-
Fibonacci12358
What was Elon all about.. confusing
-
lza_menace
where's the form to give fluffy p my info? that's how this works now, right?
-
Fibonacci12358
Iza_menace yeah you gotta gib seed phrase and all personal documentifications with picture of you holding a picture of a picture of your state issued privacy passport and send to PrivatePonyFluffyPrivates⊙MPUCfc
-
skeptdev[m]
<xfedex[m]> "my blockchain had corrupted..." <- ofrnxmr: AFAIK the only thing you need to do to avoid corruption is add `--db-sync-mode=safe:sync` to your monerod startup options.
-
skeptdev[m]
I've been using this switch for over a year and no corruption even if I hard rebooted my node on several occasions. It should really be the default, but it isn't...
-
ofrnxmr[m]
Nah
-
ofrnxmr[m]
Safe will kill your storage faster
-
ofrnxmr[m]
Performs more writes due to windows messy shutdowns (to avoid corruption), but on posix systems "safe" is worse for storage because mac, linux etc typically shut down gracefully
-
ofrnxmr[m]
Fast:async:1000000bytes is what i was recommended not non windows systems, and i ran for > 1year on android like that
-
ofrnxmr[m]
With plenty of force closes
-
ofrnxmr[m]
on windows, without sync-mode=safe, thr blockchain would have corrupted from the force closes /OOM many months ago
-
ofrnxmr[m]
My personal corruption was likely a result of regularly running prerelease code
-
skeptdev[m]
I'm on linux... had corruptions before I added the safe mode. Maybe it wears down my SSD a bit more but from experience, SSDs die way before the Wear Leveling Count goes to zero ;)
-
skeptdev[m]
I'm willing to risk it!
-
ofrnxmr[m]
try changing the fast value
-
ofrnxmr[m]
example db-sync-mode=fast:async:2500000bytes
-
ofrnxmr[m]
example db-sync-mode=fast:async:100blocks
-
ofrnxmr[m]
When the blockchain corrupts, it has snapshots
-
skeptdev[m]
not sure why that helps. the docs say:
-
skeptdev[m]
The fast:async:* can corrupt blockchain database in case of a system crash. It should not corrupt if just monerod crashes. If you are concerned with system crashes use safe:sync.
-
ofrnxmr[m]
Running db-salvage attempts to roll back to the last snapshot
-
ofrnxmr[m]
Those docs are monerodocs
-
ofrnxmr[m]
Third party interpretation
-
skeptdev[m]
I had zero luck with db-salvage in the past... I had to re-sync so many times. now I'm playing it safe haha
-
ofrnxmr[m]
Hyc knows bettrr
-
ofrnxmr[m]
ofrnxmr[m]: I think?
-
ofrnxmr[m]
I think dbsalvage might need to be run on the first launch after it corrupted
-
skeptdev[m]
it's indeed from monerodcs
-
skeptdev[m]
I'm interested in a definite answer on this
-
skeptdev[m]
but am not willing to test it on my node instance 😅
-
ofrnxmr[m]
One reason i avoid safe mode is because on android, termux node can uses SD cards
-
ofrnxmr[m]
And those wear a lot faster
-
skeptdev[m]
yeah, sure
-
skeptdev[m]
but 99% of people are not running a node on Android....
-
ofrnxmr[m]
skeptdev[m]: > <@skeptdev:matrix.org> it's indeed from monerodcs
-
ofrnxmr[m]
> I'm interested in a definite answer on this
-
ofrnxmr[m]
> but am not willing to test it on my node instance 😅
-
ofrnxmr[m]
I got fast:async:largenumber from hyc as ideal for all but windows
-
ofrnxmr[m]
Flash storage is flash storage
-
ofrnxmr[m]
Ssd has >10x the write cycles, but 3 years on an sd card at current vokume = 3 years on an ssd at 10x the volume
-
skeptdev[m]
A modern SSD of decent quality can take quite a lot of writes...
-
ofrnxmr[m]
Safe does quite a lot of writes
-
ofrnxmr[m]
Safe rewrites stuff
-
ofrnxmr[m]
morre
-
skeptdev[m]
honestly I would never think of running a node on a SD card. this is crazy!
-
ofrnxmr[m]
external ssd, sd card, same thing different amount of wear tolerance
-
ofrnxmr[m]
A lot of devices dont support sd cards these days. Also works with external ssd or internal storage
-
ofrnxmr[m]
speed is the biggest problem with sd cards. I run on internal now
-
skeptdev[m]
<ofrnxmr[m]> "external ssd, sd card, same..." <- indeed. I looked up my stats. I have a Samsung SSD 860 EVO 1 TB.
-
skeptdev[m]
Wear leveling count is at 92%. I have 88.46 TB written...
-
skeptdev[m]
I think I'm still OK for a few more writes!
-
skeptdev[m]
but really, I sure hope running a Monero node on a smartphone is not the main scenario... !
-
ofrnxmr[m]
Why not?!
-
ofrnxmr[m]
Lol
-
skeptdev[m]
because once synced, it costs literally no resources to keep running on a regular laptop or computer...
-
ofrnxmr[m]
My android is much faster than most any computer "older computer" that others use for nodes
-
ofrnxmr[m]
And much, much, much lower energy
-
ofrnxmr[m]
a laptop uses signigicantly mlre power than a smartphone or tvbox
-
ofrnxmr[m]
you can have an idle laptop, doing nothing
-
skeptdev[m]
but sure. if you run your node on a phone, use the aync:fast mode, it'll probably save its life ;)
-
ofrnxmr[m]
It uses much much mkre power than an android that is actively syncing
-
skeptdev[m]
but if I had no desktop on 24/7 I would use a raspberry pi with a small external USB-connected SSD. very low-power too!
-
ofrnxmr[m]
People run modes on pi's lacking hardware aes
-
ofrnxmr[m]
^ that is crazy
-
ofrnxmr[m]
jinx
-
skeptdev[m]
why does it matter?
-
ofrnxmr[m]
Pis are a terrible choice
-
ofrnxmr[m]
Same power drain as android, 100h/s efficiency
-
ofrnxmr[m]
Hardware aes is needed for effienct syncing
-
skeptdev[m]
I'm talking about running a node, not mining...
-
ofrnxmr[m]
pi's are terrible bottlenecmed.
-
ofrnxmr[m]
rockpro etc have aes
-
ofrnxmr[m]
skeptdev[m]: Same thing
-
ofrnxmr[m]
You need to verify everything
-
ofrnxmr[m]
Pi's cannot verify anything quickly due to lack of hardware instructions / forced software emulation
-
ofrnxmr[m]
And at the price of the newer ones, you can get a much faster android + a 1tb ssd
-
ofrnxmr[m]
And get a backup phone for free
-
skeptdev[m]
seems like you're splitting hairs. they still have a lot of room processing power wise
-
skeptdev[m]
in the end, it depends on what you have on hand...
-
ofrnxmr[m]
no
-
ofrnxmr[m]
it takes weeks to sync a node on pi
-
ofrnxmr[m]
they will RIP with volume
-
ofrnxmr[m]
No aes = DOA aka hobby nonsense
-
skeptdev[m]
well of course I would not sync a node on PI, I would sync on my laptop/desktop then copy it on the PI
-
ofrnxmr[m]
It has to keep up
-
ofrnxmr[m]
And it can right now
-
ofrnxmr[m]
Barely
-
skeptdev[m]
same thing with any low processing power device
-
skeptdev[m]
I've run a node on a PI for a while without any issue. CPU was below 10%... Barely? IDK what you're talking about honestly...
-
ofrnxmr[m]
I could probably find some numbers, but its probably doing like 1 block in 30 seconds
-
ofrnxmr[m]
Aes ma:
-
ofrnxmr[m]
Man*
-
ofrnxmr[m]
Ask why is my pi at 10% and syncing over 2 weeks
-
ofrnxmr[m]
Because its struggling and cant make use of the hardware
-
ofrnxmr[m]
Monero rewuires hardware aes
-
skeptdev[m]
just sync it on a faster AES-enabled machine then copy the chain onto it.
-
skeptdev[m]
I had it running on a PI 4 model B (8 GB) BTW
-
ofrnxmr[m]
right
-
ofrnxmr[m]
And im saying they can barely keep up with current volume
-
ofrnxmr[m]
time to sync 1 block at 300kb = way too long
-
ofrnxmr[m]
falling behind 1 block all the time
-
ofrnxmr[m]
If volume increases fro' 0.24 tx/sec to 7 tx/sec = rip all pi's that dont have aes
-
skeptdev[m]
maybe you're right. I didn't monitor block sync time closely nor did I really care TBH.
-
cockliuser[m]
Also Pis are overpriced af when it comes to processing power
-
cockliuser[m]
A mobile phone will have more processing power for much less money
-
cockliuser[m]
* A consumer phone nowadays will have more processing power for much less money
-
ofrnxmr[m]
Again, rockpro etc are more viable, but we also have a bunch of issue reports for them not having proper power management
-
ofrnxmr[m]
Right now, android makes some of the most powerful aarch64 devices, and because they have batteries you dont ever have to worry about power failures
-
guruji[m]
<k4r4b3y[m]1> "I think the question should be..." <- You perceive community as a group of people tired to a common physical location. In that case you would need to have enough privacy/security/anonymity aware people concentrated in that area that would opt-out from the traditional system to Monero. That won't happen in this stage.
-
guruji[m]
If you but perceive community without being tied to physical location you have tons of communities using Monero already.
-
guruji[m]
Take for example darknet markets and try to abstain from the judgement of what is sold there (the same what is sold for fiat already). These are large communities ready to take role in delivering goods and services traded today in clearnet for fiat like food, groceries, clothes or electronics.
-
guruji[m]
These communities can be game changing life savers once shit hits the fan.
-
skeptdev[m]
<ofrnxmr[m]> "Right now, android makes some of..." <- interesting. If I had no desktop server available I would definitely explore this!
-
ofrnxmr[m]
thats why i did it :). No regrets
-
ofrnxmr[m]
-
ofrnxmr[m]
its fast too
-
ofrnxmr[m]
Youd never know she wasnt a desktop
-
skeptdev[m]
ofrnxmr[m]: OK, it can sync a node, but don't compare it to a decent desktop with an AMD Ryzen
-
ofrnxmr[m]
Not a newer one
-
ofrnxmr[m]
900h/s on the high end
-
ofrnxmr[m]
More than comparible to a lot of intels
-
ofrnxmr[m]
And laptops
-
skeptdev[m]
this is a pointless comparison... a barely optimized Ryzen 3900 does 12K H/s....
-
ofrnxmr[m]
My phone is from 2019? A p30
-
ofrnxmr[m]
im sure newer devices kick more ass than mine
-
ofrnxmr[m]
At 100+w
-
ofrnxmr[m]
A p30 does 900h at sub 1w
-
sech1
probably closer to 10w
-
sech1
you should charge it to 100% and leave charged plugged to watt-meter, then try mining
-
sech1
*charger plugged
-
ofrnxmr[m]
i havent measures at wall, but i dont use any chargers above 5w/1amp
-
ofrnxmr[m]
i mistaked and said 1w instead if 1a
-
sech1
phones can get above 100 h/s/watt, but not much above that
-
sech1
so 900 h/s means 7-9 watts
-
ofrnxmr[m]
Of course not top tier, but far from bottom
-
skeptdev[m]
I mean.. it's above zero but I make about 1$ a day with 25-30K H/s.
-
skeptdev[m]
I'd call 100H/s non-significant but it's all a matter of perspective I guess
-
ofrnxmr[m]
100h/s/watt
-
ofrnxmr[m]
Those are effiency numbers, not hashrates
-
ofrnxmr[m]
sech1 what are the best numbers you know of right now? ~130h/s/w?
-
skeptdev[m]
you have to take into account the cost of the device too
-
ofrnxmr[m]
which is usually free for android
-
sech1
Yes, my 7950X did 130 h/s/w when I first tested undervolt. But it was with unoptimized memory timings and with GPU plugged in
-
ofrnxmr[m]
Since its literally my old broken phone
-
sech1
it can go over 140 h/s/w without GPU and with optimized memory
-
sech1
I'm too lazy to test again, since it's running slightly overclocked now, so no undervolt
-
ofrnxmr[m]
Yeah, np thanks
-
sech1
btw I measured at the wall
-
sech1
[2022-09-30T18:32:49.453Z] <@sech1> Ryzen 7950X running at 0.85V, 4.3 GHz all core: 18143 h/s, 140 watts at the wall = 129.6 h/J
-
sech1
this was when I just bought it, so it was even stock RAM and unoptimized xmrig
-
sech1
I added Zen4 optimizations later
-
skeptdev[m]
sech1: my numbers are about 135W for 1900 h/s with my 5950x
-
skeptdev[m]
optimized to the best of my abilities
-
ofrnxmr[m]
19k*h/s?
-
skeptdev[m]
s/1900/19K/
-
sech1
so yes, 140 h/J is close to the limit of Ryzens
-
sech1
maybe 150 h/J if it's running without GPU
-
sech1
2x64 core AMD EPYC system can get more probably
-
skeptdev[m]
my GPU added 15 watts
-
ofrnxmr[m]
I did some numbers on epyc 7763 a few months ago
-
DanIsnotthemanBr
yeep
-
DanIsnotthemanBr
needs substation
-
skeptdev[m]
for a prohibitive upfront cost 😬 gotta need it for something else already I guess
-
ofrnxmr[m]
Dont remember them :)
-
k4r4b3y[m]1
<guruji[m]> "You perceive community as a..." <- > <@vergio:matrix.org>... (full message at <
libera.ems.host/_matrix/media/v3/do…24bb20d28c0a801ccf2f277b614e5062401>)
-
k4r4b3y[m]1
Having said that, I would expect from that geographically-concentrated community have the willingness to get out of their government controlled economy/monetary systme.
-
ofrnxmr[m]
If even simply for the fact that they save money
-
k4r4b3y[m]1
yeah
-
ofrnxmr[m]
And NGU.. adoption of scarce money means their money wont be losing value
-
k4r4b3y[m]1
I would like to see monero communities around the world, similar to how btc'ers try to foster such with bitcoin ekasi, bitcoin-this/-that , etc.
-
ofrnxmr[m]
So the idea of vokitility is only reallt a problem when xmr is trader more than used
-
ofrnxmr[m]
I actually have a community trying to convert
-
k4r4b3y[m]1
k4r4b3y[m]1: > <@k4r4b3y:karapara.net> I would like to see monero communities around the world, similar to how btc'ers try to foster such with bitcoin ekasi, bitcoin-this/-that , etc.
-
k4r4b3y[m]1
>
-
k4r4b3y[m]1
if only btc wasn't such a shitcoin... all these efforts at getting the people to use it would be fruitful.
-
ofrnxmr[m]
A lot of maxis by accident
-
ofrnxmr[m]
Leaders gott them on btc but after talking to me realize they are making a mistake long term
-
ofrnxmr[m]
And now they need to move ppl to xmr without losing confidence
-
ofrnxmr[m]
"but... you said btc was the answer for years?"
-
k4r4b3y[m]1
the thing with btc'ers is that they have the story to shill: "number go up, hodl, and low time preference betterment of the society." however, simplistic this is, this sort of a story gets the ball rolling with local communities believing in that story and trying to adopt btc.
-
k4r4b3y[m]1
we need some monero-analog of that.
-
ofrnxmr[m]
Then bam, youre using wallet of satoshi
-
-
TrasherDK[m]
<skeptdev[m]> "I mean.. it's above zero but I..." <- > <@skeptdev:matrix.org> I mean.. it's above zero but I make about 1$ a day with 25-30K H/s.
-
TrasherDK[m]
> I'd call 100H/s non-significant but it's all a matter of perspective I guess
-
TrasherDK[m]
70 H/s :)
-
ofrnxmr[m]
Haha
-
ofrnxmr[m]
now post that on kucoin
-
ofrnxmr[m]
Sell it
-
ofrnxmr[m]
And call it dero2
-
ofrnxmr[m]
Dw. They can always do chain swaps when mainnet releases 🥳
-
k4r4b3y[m]1
I would suggest such a story for monero to be focused on freedom from government coercion, democratic self-governance of local communities, and ant-fragility to the govt-authoritarian measures (govt banning or payment processors banning firearms sales, or govt confiscating the canadian truckers' protestors, etc. etc.)
-
k4r4b3y[m]1
that sort of a story can fuel the many small communities (cities, neighborhoods, villages) under govt oppression, think Turkey, Iran, Afghanistan, or heck, even EU and USA.
-
ofrnxmr[m]
i dont even push any of that. Just "why do you use xyz. Ok well this is better"
-
ofrnxmr[m]
"and cheaper"
-
k4r4b3y[m]1
once we got such a raison d'etre on the forefront, monero would attract more people's attention, and it would have more chance at getting adopted by local, meatspace communities.
-
k4r4b3y[m]1
currently many people know monero's story as the drug money.
-
k4r4b3y[m]1
which is fine by me, I am not doing a moral judgment, but I would like to see monero being adopted on the ground by the communities, too.
-
ofrnxmr[m]
they only need to know monero as cost savings on money you dont have to dump
-
k4r4b3y[m]1
that's fine by me, too
-
k4r4b3y[m]1
whatever gets it going---so far as we don't pander to the governments' wish to trace monero
-
ofrnxmr[m]
Like.. you need to constantly raise prices in fiat
-
k4r4b3y[m]1
so far as we don't give up the cypherpunk ideals
-
ofrnxmr[m]
As a merchsnt
-
ofrnxmr[m]
You can keep prices static or even lower them as adoption grows
-
ofrnxmr[m]
What js 1xmr today at wally world, wont be 20xmr in 5 years if wally world stays using xmr
-
TrasherDK[m]
How do you keep a price static when cost of production varies?
-
rickandmortyisno
hey hows it going lads
-
rickandmortyisno
what is the most private way to get monero with fiat so no kyc
-
rickandmortyisno
also low fees please, i dont wanna use localmonero
-
k4r4b3y[m]1
Localmonero
-
rickandmortyisno
DAYM
-
k4r4b3y[m]1
Find a low fee merchant
-
rickandmortyisno
ive been waiting for months
-
k4r4b3y[m]1
Millions must buy
-
rickandmortyisno
these people are greedy
-
k4r4b3y[m]1
Other than localmonero, you should check if you have monero atms near your area
-
rickandmortyisno
LOL
-
k4r4b3y[m]1
But they generally have some fees
-
rickandmortyisno
monero atms?
-
rickandmortyisno
never heard of that
-
k4r4b3y[m]1
The point is, buying monero in a completely anonymous way always going to cost more than buying on a CEX with KYC.
-
k4r4b3y[m]1
That doesn't mean you should use KYC CEX.
-
rickandmortyisno
k4r4b3y[m]1: yeah i know this
-
k4r4b3y[m]1
But it does mean you should be understanding and patient with the anon xmr acquire fees.
-
k4r4b3y[m]1
rickandmortyisno: Check local bitcoin atms website
-
k4r4b3y[m]1
Google it
-
k4r4b3y[m]1
And pick the xmr atms option
-
rickandmortyisno
right
-
k4r4b3y[m]1
rickandmortyisno: Other than that, mining is also the most private way to acquire monero, but it requires heavy up-front capital costs.
-
k4r4b3y[m]1
Depending on if you have a gaming pc or not
-
rickandmortyisno
i dont
-
k4r4b3y[m]1
Me neithet
-
k4r4b3y[m]1
Neither*
-
rickandmortyisno
is there not a way to buy another crypto with no kyc and change it for monero? is that road even worth exploring?
-
k4r4b3y[m]1
You can try to get btc or lts without kyc
-
k4r4b3y[m]1
And exchange them into xmr uaing trocador.app or orangefren.com
-
rickandmortyisno
i heard the bitcoin fees are really bad though
-
k4r4b3y[m]1
Btc is shit with its tx fees btw
-
rickandmortyisno
so is it even worth it
-
k4r4b3y[m]1
Probably not worth it with btc
-
k4r4b3y[m]1
Try ltc ?
-
k4r4b3y[m]1
I dunno. I buy from my localmonero dealer
-
k4r4b3y[m]1
No kyc. Acceptable fees.
-
rickandmortyisno
yeah thats what i thought too, maybe another crypto would be better but which one lmao
-
rickandmortyisno
k4r4b3y[m]1: fair
-
haxx0r
.scam
-
haxx0r
that's best coin
-
k4r4b3y[m]1
Yes monero
-
rickandmortyisno
?
-
k4r4b3y[m]1
Best coin
-
rickandmortyisno
lol alright
-
k4r4b3y[m]1
Take care chuddie 😉
-
rickandmortyisno
also the problem is that alot of the people selling want to use a payment option that requires KYC
-
k4r4b3y[m]1
I see that. And I avoid them. I support the no-kyc merchants.
-
rickandmortyisno
right same
-
rickandmortyisno
* right, same
-
rickandmortyisno
god daym bro, how many more months, ive been looking at people prices in localmonero every day since November 2022
-
plowsof11
I guess the price is the price tben
-
k4r4b3y[m]1
Tyranny of the free market..
-
rickandmortyisno
alr thanks for the info
-
ofrnxmr[m]
<rickandmortyisno> "god daym bro, how many more..." <- Problem?
-
ofrnxmr[m]
<TrasherDK[m]> "How do you keep a price static..." <- Battery died, ill follow up on this later on. A longer answer
-
nothsec[m]1
<rickandmortyisno> "god daym bro, how many more..." <- If you can find a way that you can buy anonymously and low fee, then let me know
-
nothsec[m]1
But yeah, i agree with you. Localmonero is too much
-
bike[m]
<rickandmortyisno> "also the problem is that alot of..." <- that's also because most payment options require kyc of some kind
-
bike[m]
hard to find ways to transfer cash outside of in person or mail that don't require identity verification
-
RavFX[m]
Localmonero is barely 2% off real price, not a big deal
-
RavFX[m]
if it's worst % than then then you need to onboard more people on localmonero
-
RavFX[m]
* on localmonero in you're location
-
ofrnxmr[m]
Or
-
ofrnxmr[m]
Binance price is bs
-
ofrnxmr[m]
Id be super retarded to sell at binance prices
-
ofrnxmr[m]
Just cuz binance decided to tell me "let us buy you out at 150". Yeah right
-
RavFX[m]
All market that have not enough volume have prices like that, to fix it, people have to use it more, more competition between makers close the gap, easy
-
RavFX[m]
But yeah, Binance do price supression too
-
ofrnxmr[m]
You cant arb with binan<e
-
ofrnxmr[m]
Thry close withdrawals
-
ofrnxmr[m]
so its impossible to properly stabalize
-
ofrnxmr[m]
As soon as it gers "going" you can no longer arb
-
bike[m]
<RavFX[m]> "Localmonero is barely 2% off..." <- yeah i was about to say
-
bike[m]
localmonero fees really aren't that bad compared to what i've seen on other p2p exchanges
-
RavFX[m]
It really depend of you're location
-
RavFX[m]
as it depend of the amount of makers competing
-
RavFX[m]
More makers close the spread, easy.
-
RavFX[m]
Best time to pump amount of makers in Localmonero was to lobby for it in localbitcoins (specially after the anounce that they will close).
-
Guest69
I saw someone charging about $320/XMR on localmonero, that person had 3 trades, I guess that means there is not much competition around in my 'local' area
-
ofrnxmr[m]
Means you ahould get on there and sell for 320 too
-
bike[m]
ofrnxmr[m]: how would i even set up selling on localmonero
-
ofrnxmr[m]
Just open an account and deposit at least 0.35xmr
-
ofrnxmr[m]
Pretty much the same as setting up a craistlist ad
-
ofrnxmr[m]
s/craistlist/craigslist/
-
Alex|LocalMonero
<Guest69> "I saw someone charging about $32..." <- I can assure you that if you set close to market price you'll get a ton of clients
-
Alex|LocalMonero
A seller can quickly get hundreds of trades starting from nothing as long as they are able to set a great price.
-
ofrnxmr[m]
thats the only seller in their area
-
ofrnxmr[m]
320 is market :D haha lolol
-
ofrnxmr[m]
but yeah, if they sold at 250 theyd probably have 10x the sales
-
ofrnxmr[m]
If they sold at 150 theyd be making no money but a ton of sales
-
ofrnxmr[m]
and as a buyer, its super easy to buy at market. Anyone selling on cex has to take a hit. Not if they sell to me. I take the "hit" (which is a wash when i resell anyway)
-
ceetee[m]
<ofrnxmr[m]> "A p30 does 900h at sub 1w" <- my s10 does about 800H/s at 7W, or about 8W from the wall
-
ofrnxmr[m]
I remember the huawei devices kicking ass and said "usa is just mad at those hashrates"
-
ofrnxmr[m]
What sort of charger are you using? The stock one?
-
ofrnxmr[m]
Try using a low power charger. Seems to work just fine and waste less energy and cause less heat
-
ofrnxmr[m]
A 5v 1a charger
-
ceetee[m]
I have multiple. The most efficient is a 65W xiaomi one. The 7W where measured with a good USB power meter. Numbers are of the top of my head, +-10% tolerance
-
ceetee[m]
* my head, therefore assume +-10% tolerance
-
xfedex[m]
I'm having an issue with monero. Basically i'm developing a mining pool from scratch. I take the blocktemplate_blob and add the extra_nonce to it. When a miner finds a share, I also add the nonce. But when I try to submit it to daemon, it says that block doesn't have enough difficulty, because the hash computed by daemon is different from the xmrig-computed hash (which I check to be valid with calc_pow RPC method). Do you have any idea
-
xfedex[m]
what's the cause? I've controlled all the code many, many times but can't find the issue.
-
xfedex[m]
It's just weird that both the calc_pow RPC method and xmrig give one hash, while the daemon during verification gives another one.
-
ofrnxmr[m]
jtgrassie: perhaps
-
xfedex[m]
blocktemplate_blob is what I need to give to xmrig as the blob, right?
-
xfedex[m]
Perhaps I somehow need to convert the blocktemplate_blob into the blockhashing_blob?
-
ofrnxmr[m]
Jt, sech1: or xmrvsbeast perhaps
-
sech1
yes
-
sech1
and this "somehow" is not easy
-
sech1
you need to calculate merkle hash of all transactions
-
sech1
you can check p2pool source code
-
xfedex[m]
Thank you sech1
-
xfedex[m]
i have to rewrite a fat chunk of cryptonote protocol just to convert blocktemplate_blob into blockhashing_blob :(
-
fernandu00[m]
<Alex|LocalMonero> "A seller can quickly get..." <- Even if he doesn't.. In my country is annoying to buy at localmonero ..there are like 6 sellers and even when I agree paying up to 10% over the marker price they just cancel the trade after hours waiting even though they appear online in the ads! Annoying!
-
Alex|LocalMonero
fernandu00[m]: What region is it, if you don't mind me asking? Have you posted buy offers or just responded to sellers' offers?
-
fernandu00[m]
<Alex|LocalMonero> "What region is it, if you don'..." <- Brazil..I have buying ads too but no luck with that
-
Alex|LocalMonero
fernandu00[m]: Are you a member of the MoneroBR group?
-
fernandu00[m]
Alex|LocalMonero: I'm in a monero group ..don't know if it's The group
-
Alex|LocalMonero
fernandu00[m]: Ah, yes, I see your message there.
-
Alex|LocalMonero
Brazil is still a developing market for us and XMR awareness in general.
-
fernandu00[m]
Alex|LocalMonero: Sent just in case ..lots of politics there ..I don't participate much
-
fernandu00[m]
Alex|LocalMonero: Yeah I've started learning about XMR recently.. Not many people here know about monero but I have the feeling we might need it in the next couple years.. So localmonero is gonna be a great deal for us ..IMHO
-
RavFX[m]
Localmonero have only one issue, they obey western bullies.
-
RavFX[m]
We need something similar that live in some non aligned countries that can support customer from all countries.
-
RavFX[m]
* all countries, Without exception.
-
RavFX[m]
Right now, the people who need Monero the most, kinda, can't use the best p2p exchange, localmonero.
-
Alex|LocalMonero
The Russian XMR sector is quite self-sufficient, actually. It's one of the most mature local communities.
-
RavFX[m]
What if big bullies put sanctions on latin america, say, if they join the BRICS or something?
-
RavFX[m]
It's Russia today but whatif??
-
Alex|LocalMonero
Well, all I can say without potential legal issues is that we will always do whatever we legally can to serve as many folks as possible without compromising privacy/security.
-
Alex|LocalMonero
I totally agree that Haveno and other alternatives also need to exist at the same time.
-
Iwjsks[m]
What if we do it not so legally?
-
Alex|LocalMonero
The unfortunate reality is that even with Haveno, if a government is really determined to shut it down it will go after the devs and users as well.
-
Alex|LocalMonero
But, personally, I don't think they can ever win. It's only a matter of time before the fiat system is replaced, whether they like it or not (they don't).
-
RavFX[m]
What if we don't care about what big bullies want.
-
RavFX[m]
We need Haveno asap. But Haveno is the the easiest option, really. Lot of people just want to use there phone and change devices, things like Bisq are a pain to use in that regard.
-
RavFX[m]
On the other side, sites like localmonero are great for that, just need to use the site and/or the app
-
RavFX[m]
Best solution would be to have one that operate in similar way but on i2p/tor
-
Iwjsks[m]
Alex|LocalMonero: Yes but how does one government go after Devs in another country?
-
Iwjsks[m]
And users too. If they use Tor and other tools it's difficult
-
Alex|LocalMonero
Iwjsks[m]: There are governments that have global reach. Particularly the one government that stands to lose the most from maintaining its status as the world reserve currency.
-
RavFX[m]
Devs need to be anon, with is not the case I think, with Localmonero.
-
RavFX[m]
Plus they need to be, if possible, in a free and non-aligned country if possible (in the case they get de-anonymized, they are still protected)
-
Iwjsks[m]
Alex|LocalMonero: True but that government has not yet banned Monero
-
Alex|LocalMonero
True.
-
RavFX[m]
The US gouv did not ban monero yet.
-
RavFX[m]
Some other did as I remember
-
Iwjsks[m]
Yes but those others don't have global reach
-
RavFX[m]
The problem with the US gouv is that they want to prevent you from offering services to country they don't like
-
Iwjsks[m]
Who cares if I am wanted in Afghanistan. Not planning to go ever there
-
RavFX[m]
Afghanistan don't have the power to get you extradited
-
Iwjsks[m]
RavFX[m]: But can they? I don't think so.
-
RavFX[m]
US have the power to get people extradited from most countries AFAK, as long as they keep the big bully status
-
Iwjsks[m]
Otherwise you would not have all those dark net marketplaces they're after and can't get
-
Iwjsks[m]
They get one and think they have accomplished a Herculean act
-
RavFX[m]
If you want to be protected from the US, you have to be in a non aligned country that don't obey US or you have to be in some BRICS nation
-
Iwjsks[m]
Don't we have any Russians here?
-
Iwjsks[m]
They could take the blame and good luck extraditing them 🤣
-
RavFX[m]
Localmonero could be hosted in Russia and that would fix all these issue. Except that the DEV/Owner are know so they would also need to move to Russia
-
RavFX[m]
Then localmonero would be allow to offer service to all country except, they could be asked to not offer the service to Russian by Russian authority
-
Iwjsks[m]
Yes but the DEV is not necessarily at fault no?
-
Iwjsks[m]
Vitalik is the founder of Ethereum he won't go to prison if I buy drugs with ETH and get caught
-
RavFX[m]
What I ment is that if localmonero where to move to russia, including the dev so they are protected from the USA. Then by being in russia, they could get asked by russia to not offer service to russians.
-
Iwjsks[m]
Yes I see
-
Iwjsks[m]
Can't we have two devs, one in the US offering services to Russians and one in Russia offering to Americans?
-
ZhenyaPav[m]
RavFX[m]: I highly doubt that they will be able to do anything related to privacy coins while in Russia
-
RavFX[m]
Iwjsks[m]: The problem here is that if Localmonero disobey big bully, devs could be extradited to US because they allowed people to circumvent the bullying.
-
Iwjsks[m]
Yes I understand
-
RavFX[m]
Dev is know, if dev move to russia, they will be happy to let them provide localmonero to the world but they might ask them to not offer it to russia.
-
RavFX[m]
Like if you look, Russia allow anyone to use there infrastructure to launch attacks, as long as you are not targeting russia
-
RavFX[m]
But like Alex said, Russian have enough brainz to take care of there Monero exchange themself, biggest problem is if big bully want to hard bully other countries
-
RavFX[m]
ZhenyaPav[m]: They can't do a thing about privacy coin, nobody can.
-
RavFX[m]
The easiest part to break, are the on/off ramp
-
RavFX[m]
I think the best solution would be an opensource frontend & backend anyone can download and install.... (full message at <
libera.ems.host/_matrix/media/v3/do…462b683cc1cf9059b907fcbc53ef287d268>)
-
RavFX[m]
And prevent scammers to seize and kill the service
-
Hyperballic[m]
how can i reset my password?
-
Hyperballic[m]
when i open the email it just say this
-
-
Hyperballic[m]
i don't finded any "reset password" button in element
-
ofrnxmr[m]
Its mobile? Its there
-
Hyperballic[m]
ofrnxmr[m]: desktop
-
Hyperballic[m]
using in firefox
-
DanIsnotthemanBr
Settings>change password
-
DanIsnotthemanBr
Oh webapp
-
Hyperballic[m]
DanIsnotthemanBr: but i need to know the current password to change it
-
DanIsnotthemanBr
So your email is in the account and thats the email you got when you went to reset password?
-
Hyperballic[m]
DanIsnotthemanBr: yes
-
merope
<RavFX[m]> "Localmonero could be hosted in..." <- Given Russia's (poorly executed) attempts at isolating their own internet from the rest of the world (before the war in Ukraine), I don't think that hosting any globally-available service under their umbrella would be a good idea, even from a purely business-oriented pov
-
RavFX[m]
merope: Hence my last solution, a federated service
-
merope
And the events of the last year should be enough for anyone to understand why relying on Russian "protection" is a **very** unwise idea
-
RavFX[m]
You know there test, was probably more of a test of what append if the west cut russia from the Internet
-
RavFX[m]
And Ukraine try to get the west to do it 😂
-
RavFX[m]
s/try/tried/
-
RavFX[m]
But ICANN said no
-
merope
Nah, authoritarian countries love their censorship. If the west isolated Russia, that would make the job easier for them
-
merope
(Anyway, straying deeply off-topic here - sorry)
-
RavFX[m]
If russia want to cut the western-net for most russia, they only need good firewall hardware and make some whitelist system to allow specific ressource, very easy to implement
-
RavFX[m]
I'm sure China could provide them for almost free
-
merope
RavFX[m]: Haveno can't come soon enough 🥲
-
RavFX[m]
Haveno will be out in March 2023
-
RavFX[m]
oh wait...
-
RavFX[m]
Haveno have a too high of a barrier for entry.
-
RavFX[m]
Have fun to install it on a phone
-
RavFX[m]
And the way I dump XMR p2p way to get cash, using haveno will just annoy my contacts (add 20-30 minutes of lag to free the escrow)
-
k4r4b3y[m]1
<RavFX[m]> "Haveno will be out in March 2023" <- > <@gfdshygti53:monero.social> Haveno will be out in March 2023
-
k4r4b3y[m]1
two moar weeks!
-
anonimauzanto[m]
When --sync-pruned-blocks is used, are the pruned transactions received from a peer "assumed" to be valid during initial sync? I don't understand how checks could be performed on pruned blocks.
-
anonimauzanto[m]
And when syncing and receiving a block, is all of the data associated with the block received from the same peer? For example with block 2500000 would all of the transactions be received from the same peer? If so then the pruned transactions in that block would be identical to the peers?
-
ofrnxmr[m]
Indentical in that batch of blocks
-
boog900[m]
You can do some checks on the txs, you can check the inputs and outputs balance (Although you can't verify the range proofs) and for v2 txs you can check hashes.
-
ofrnxmr[m]
During initial sync, a peer will send 20-100 blocks. If you sync pruned blockes, youll get the batch from another peer
-
ofrnxmr[m]
To have a truly unique pruned node, youd need to prune yoursself. Otherwise youll have chunks of pruned data that are identical to the peer who sent
-
boog900[m]
> For example with block 2500000 would all of the transactions be received from the same peer?
-
boog900[m]
yes
-
boog900[m]
> If so then the pruned transactions in that block would be identical to the peers?
-
boog900[m]
Monero nodes have 8 possible pruning "groups" a pruned node will be in one of the groups and every peer in a group prune the same blocks
-
boog900[m]
-
anonimauzanto[m]
8 groups across the entire network? As the database grows and pruning becomes more likely (an assumption), is there concern that if most people were using --sync-pruned-blocks the network would converge to a single or predominant "group"?
-
hyc1
no, since we use a high quality RNG to pick groups
-
boog900[m]
you only sync pruned blocks from peers in your group
-
anonimauzanto[m]
If I understand correctly then when a node starts syncing, if pruning is enabled, it randomly assigns itself a number [0,7] and then accepts blocks from full nodes and nodes with the same "group" number? A node in "group" 1 wouldn't accept blocks from a node in "group" 2?
-
boog900[m]
yes the node just wont request any blocks from that node in the first place
-
ofrnxmr[m]
```
-
ofrnxmr[m]
There is a typo here it should be block_pruning_stripe, think of this as foreshadowing what we are about to do
-
ofrnxmr[m]
```
-
ofrnxmr[m]
is this an open issue?
-
boog900[m]
no ....
-
ofrnxmr[m]
boog900[m]: TIL
-
ofrnxmr[m]
By "open" i mean, existing
-
boog900[m]
oh yeah its still in the codebase
-
anonimauzanto[m]
Interesting. So the effective network size for a pruned node could be far smaller than the entire network size. Suppose in the future the network was 10% full nodes and 90% pruned nodes. If I understand correctly, a new pruned node would only be able to utilize 10% + 1/8 (90%) of the network = 21.25% of the network for syncing.
-
boog900[m]
wait no im wrong
-
boog900[m]
lets say node 1 prunes every even block and node 2 prunes every odd block.
-
boog900[m]
node 3 joins the network and also wants to prune every even block. To do this (while verifying the blockchain) they will need to alternate who they ask for blocks between node 1 and 2 although they are in the same group as 1.
-
boog900[m]
so for us its only true that nodes wont request blocks from other groups if that group does dose not keep a full version of that block.
-
boog900[m]
and for every block 7/8 of the pruned nodes wont keep that block but its a different 7/8 depending on the block
-
boog900[m]
* keep that (full) block but
-
anonimauzanto[m]
Supposing --sync-pruned-blocks is off, at a block level is that the same result my prior example? If 10% of the network are full nodes and have a full copy of block 2500000 and 90% of the network are pruned nodes where only 1/8 have block 2500000 then for that block a new node syncing has an effective network 21.25% of the full network size.
-
boog900[m]
yep it's just the peers that have the blocks you want isn't constant for every block
-
boog900[m]
monerod, even with sync-pruned-blocks wont sync the pruned version of every block
-
boog900[m]
-
anonimauzanto[m]
This is very interesting! Thank you! Was any of the "syncing from only that group" valid? In general I'm trying to think through network health over time as more people prune, or even the decision to set the number at 1/8.
-
boog900[m]
the number has to be a power of 2 because of the way we have implemented pruning
-
boog900[m]
> Was any of the "syncing from only that group" valid?
-
boog900[m]
If syncing full blocks from pruned peers you can only sync from 1/8 of the peers but the 1/8 is different for different blocks
-
anonimauzanto[m]
And if syncing pruned blocks from pruned peers (--sync-pruned-blocks) you have access to 7/8 or only the 1/8 in your "group"?
-
boog900[m]
in theory you have access to all of them, in practice not really
-
boog900[m]
because of this:
-
boog900[m]
-
boog900[m]
wait no 7/8
-
boog900[m]
* access to ~~all of, * of them~~ 7/8, in
-
boog900[m]
* access to ~all of, * of them~ 7/8, in
-
boog900[m]
Im wrong again : )
-
boog900[m]
for 7/8 of the blocks you have access to them all.
-
boog900[m]
for 1/8 you only have access to 1/8
-
anonimauzanto[m]
-
boog900[m]
> Syncing a block it will keep as full: uses full nodes and 1/8 of pruned nodes (the 1/8 differs with each block because the 1/8 pruned nodes with a full copy differs at each block)
-
boog900[m]
the 1/8 will be in the same group as your node but otherwise correct
-
boog900[m]
*for blocks you have to keep
-
boog900[m]
the amount of blocks for each group before switching to another group is 4096 btw
-
anonimauzanto[m]
-
anonimauzanto[m]
^ edited above
-
boog900[m]
> Syncing a block it will prune: uses full nodes and 1/8 of pruned nodes (the 1/8 is the same each time because they have to be in your "group")
-
boog900[m]
the 1/8 will be different for different blocks
-
boog900[m]
*when you will prune them
-
boog900[m]
as the ones in your group would have already pruned these ones
-
boog900[m]
Im sorry for being bad at explaining im so tired
-
anonimauzanto[m]
No you're great. This is complicated
-
boog900[m]