-
rsch
hi
-
m-relay
<17lifers:matrix.org> heyy UwU
-
rsch
i need some help. I want to test the proof of payment and if I go under advenced -> prove check there is a section for check transaction / reserve. I enter the transaction id, receiver address, message (I set with set_tx_note) and the signature I got as a proof starting with OutProofV2. I get a bad signature. any idea or is it a bug?
-
rsch
ok weird if I skip the message it works. anyone know why?
-
rsch
ok I got it. monero gui generates a signature without a message thats why. I have to use a manual way to generate a signature with a message. thought that a transaction note is always part of a signature.
-
quantum`
I'd like to join P2Pool, but am seeing diff info on which miner to use..
-
quantum`
MineXMR, XMRig, etc
-
m-relay
<ofrnxmr:xmr.mx> xmrig
-
m-relay
<ofrnxmr:xmr.mx> Or just use the built-in miner for p2pool
-
quantum`
Built-in?
-
m-relay
<ofrnxmr:xmr.mx> p2pool is a miner as well as a pool
-
quantum`
O
-
quantum`
I have monerod running on a headless VM. I've set up a reverse SSH tunnel to bring port 18081 to my workstation. I've pointed my Cake wallet at it, but it only says, "Attempting Sync".
-
quantum`
Is there any way to know whether something's wrong?
-
m-relay
<eddie:oblak.be> `curl localhost:18081` should say "empty reply from server"
-
m-relay
<eddie:oblak.be> at least then you know the tunnel is working
-
quantum`
Egh: curl: (56) Recv failure: Connection reset by peer
-
m-relay
<eddie:oblak.be> `netstat -tuplan | grep 18081` -> can you see the port listening on your localhost?
-
quantum`
tcp 0 0 127.0.0.1:18081 0.0.0.0:* LISTEN 5283/ssh
-
m-relay
<eddie:oblak.be> To me it seems like the problem sits within your vm
-
quantum`
Thx, I'll investigate.
-
m-relay
<eddie:oblak.be> How did you do the port forwarding. Is the daemon on your vm really listening on localhost:18081 and not some other interface?
-
quantum`
Ok now it's working. I had to restart my tunnel service.
-
m-relay
<ofrnxmr:xmr.mx> Is monerod fully synced?
-
m-relay
<ofrnxmr:xmr.mx> Cake wallet is on desktop, correct?
-
quantum`
Yes finally fully synced. Cake is on desktop.
-
m-relay
<ofrnxmr:xmr.mx> Open your browser
-
m-relay
<ofrnxmr:xmr.mx> or terminal
-
m-relay
<ofrnxmr:xmr.mx> And go to
-
m-relay
-
m-relay
<ofrnxmr:xmr.mx> (or curl it). Does it load?
-
m-relay
<ofrnxmr:xmr.mx> Nvm, i see that its working now
-
quantum`
Actually, apparently not. Neither works.
-
quantum`
My gosh.
-
m-relay
<ofrnxmr:xmr.mx> does it work on the server that monerod is running?
-
m-relay
<ofrnxmr:xmr.mx> curl localhost:18081/get_info
-
quantum`
Good test. On the headless: "curl: (60) SSL certificate problem: self-signed certificate"
-
quantum`
"curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it."
-
m-relay
<eddie:oblak.be> and what about `curl -k localhost:18081/get_info`
-
m-relay
<eddie:oblak.be> this skips the verification
-
m-relay
<eddie:oblak.be> but your wallet will probably still be annoyed by this
-
quantum`
With -k it hangs. I can see it listening on 18081 using # lsof -i -n-P
-
m-relay
<ofrnxmr:xmr.mx> ssl, by default, is in auto-detect mode for monerod. Cake will accept self-signed certs
-
m-relay
<ofrnxmr:xmr.mx> It if is hanging, the node is probably not running
-
m-relay
<ofrnxmr:xmr.mx> Run `monerod status` or `.monerod status`
-
m-relay
<ofrnxmr:xmr.mx> the second one should be `./monerod status`
-
m-relay
<eddie:oblak.be> I wonder, what's the logging config of your node?
-
m-relay
<ofrnxmr:xmr.mx> Also check top/htop, syatemd, or ps for monerod
-
m-relay
<eddie:oblak.be> can you tail the logs somewhere?
-
m-relay
<ofrnxmr:xmr.mx> first question: how are you running monerod? (systemd, dockern, cli)
-
m-relay
<ofrnxmr:xmr.mx> Second: are you using a custom monerod config?
-
quantum`
My systemd service has: ExecStart=/usr/bin/monerod --config-file /etc/monerod.conf --non-interactive --zmq-pub tcp://127.0.0.1:18083 --disable-dns-checkpoints --enable-dns-blocklist
-
m-relay
<ofrnxmr:xmr.mx> Ok so check systemd status
-
m-relay
<ofrnxmr:xmr.mx> And the config file, oh gawd lol
-
quantum`
active (running)
-
m-relay
<ofrnxmr:xmr.mx> Why are you using a config file _and_ flags?
-
m-relay
<ofrnxmr:xmr.mx> what is in the config file
-
quantum`
Hmm, good question.
-
m-relay
<ofrnxmr:xmr.mx> paste.debian.net or www.zerobin.net
-
quantum`
-
quantum`
It's not too bad, but I didn't realize I can use that instead of command-line switches.
-
m-relay
<eddie:oblak.be> not entirely sure, but I'd increase your log-level
-
m-relay
<eddie:oblak.be> unless ofrnAI disputes this 😄
-
quantum`
-
m-relay
<eddie:oblak.be> Are there logs in your log file?
-
quantum`
(privatebin)
-
m-relay
<ofrnxmr:xmr.mx> Can you use a different paste website
-
m-relay
<ofrnxmr:xmr.mx> Like one of the ones i shared. Privatebin requires webassembly
-
quantum`
It thinks it's 15:23, when it's 08:23.
-
m-relay
<eddie:oblak.be> The debian paste worked better for me too
-
quantum`
O
-
m-relay
<ofrnxmr:xmr.mx> I just say you posted on debian, thz
-
quantum`
-
quantum`
The Debian one blinds me.
-
m-relay
<ofrnxmr:xmr.mx> Try switching removing --non-interactive and adding --detach
-
m-relay
<ofrnxmr:xmr.mx> Oh lol nvm
-
m-relay
<ofrnxmr:xmr.mx> Your node isnt synced
-
quantum`
Oh, the log thinks it's 15:23, but the headless knows it's 08:23.
-
m-relay
<ofrnxmr:xmr.mx> Synced 3108437/3452573 (90%, 344136 left, 0% of total synced, estimated 1.9 months left)
-
quantum`
Oh shit...
-
quantum`
I thought it is finally caught up.
-
m-relay
<ofrnxmr:xmr.mx> 1.9 months left is crazy. Are tou syncing on an HDD?
-
quantum`
It's been syncing for weeks.
-
quantum`
Yes HDD.
-
m-relay
<ofrnxmr:xmr.mx> Or an sd card 😂
-
m-relay
<ofrnxmr:xmr.mx> Yeah. Use an ssd.
-
quantum`
Too poor.
-
m-relay
<ofrnxmr:xmr.mx> you have an android phone with 256gb?
-
m-relay
<ofrnxmr:xmr.mx> Sync it there then copy it over 😅
-
quantum`
Good idea. But does it make that much difference?
-
quantum`
I mean, 1.9 months?!
-
m-relay
<eddie:oblak.be> can you do `du -sh /srv/bc` .
-
m-relay
<eddie:oblak.be> can you do `du -sh /srv/bc` ?
-
m-relay
<ofrnxmr:xmr.mx> "<quantum`> Good idea. But does it make that much difference?" Yes
-
quantum`
184G /srv/bc
-
quantum`
It's a 5T drive.
-
m-relay
<eddie:oblak.be> Yeah it seems you're missing about 60GB in chain
-
m-relay
<eddie:oblak.be> rough estimate
-
m-relay
<ofrnxmr:xmr.mx> I think that G is GiB? If so, 40gib, if not, yea 60
-
m-relay
<eddie:oblak.be> you could to `iotop` to see how fast / slow the sync is writing to disk
-
m-relay
<eddie:oblak.be> you could do `iotop` to see how fast / slow the process is writing to disk
-
m-relay
<eddie:oblak.be> BTC, you have a 5TB HDD attached to a VM?
-
m-relay
<eddie:oblak.be> btw, you have a 5TB HDD attached to a VM?
-
m-relay
<eddie:oblak.be> I don't know what you pay for that but it sounds like you could have a 500GB ssd for +/- same price ?
-
m-relay
<eddie:oblak.be> afaik the G is for gigabytes
-
quantum`
I've had the drive for a while doing nothing. I can't even afford my utilities.
-
quantum`
GB is bytes. Gb is bits. Typically for storage it's bytes, and for networking it's bits.
-
m-relay
<ofrnxmr:xmr.mx> Im refering to giga vs gibi bytes
-
m-relay
<eddie:oblak.be> But you are renting the drive?
-
quantum`
Nah, I own the HDD.
-
quantum`
In Debian no iotop, and biotop malfunctions.
-
m-relay
<ofrnxmr:xmr.mx> eddie its gibi (GiB)
-
quantum`
I can't find monerod in Android.
-
m-relay
<eddie:oblak.be> `apt install iotop`
-
quantum`
Sure enough...
-
m-relay
<eddie:oblak.be> Did you look that up?
-
quantum`
Yes but messed it up somehous.
-
quantum`
Practically nothing going on in iotop.
-
m-relay
<eddie:oblak.be> Ha, it seems I've interpreted this wrong since always 😂
-
m-relay
<ofrnxmr:xmr.mx> I just checked the size of mt blockchain
-
m-relay
<ofrnxmr:xmr.mx> 232G but thats 248... bytes
-
m-relay
<eddie:oblak.be> I'm looking at `du` manpage .. *The SIZE argument is an integer and optional unit (example: 10K is 10*1024). Units are K,M,G,T,P,E,Z,Y,R,Q (powers of 1024) or KB,MB,... (powers of 1000). Binary prefixes can be used, too: KiB=K, MiB=M, and so on.*
-
m-relay
<eddie:oblak.be> I'm looking at `du` manpage .. _The SIZE argument is an integer and optional unit (example: 10K is 10_1024). Units are K,M,G,T,P,E,Z,Y,R,Q (powers of 1024) or KB,MB,... (powers of 1000). Binary prefixes can be used, too: KiB=K, MiB=M, and so on.*
-
m-relay
<eddie:oblak.be> I'm looking at `du` manpage ..
-
m-relay
<eddie:oblak.be> Seems you are right
-
m-relay
<eddie:oblak.be> *Units are K,M,G,T,P,E,Z,Y,R,Q (powers of 1024)*
-
quantum`
On Android, CakeWallet has zero network traffic.
-
m-relay
<syntheticbird:monero.social> hold that thought
-
m-relay
<17lifers:matrix.org> data saver enabled? battery optimizations enabled? if using a privacy rom forgot to grant network permission?
-
quantum`
data saver battery optimizations disabled. Running Lineage. Checked permissions for monero.com and there is nothing for networking.
-
m-relay
<basses:matrix.org> weird
-
m-relay
<17lifers:matrix.org> so you got it like this?
-
m-relay
-
m-relay
<ofrnxmr:xmr.mx> His node isnt synced
-
quantum`
Nah, I just installed the Monero.com app from the Aurora Store.
-
m-relay
<ofrnxmr:xmr.mx> You dont have fdroid?
-
quantum`
I can't ind monerod for Android
-
m-relay
<ofrnxmr:xmr.mx> You need to use termux (from fdroid)
-
m-relay
<17lifers:matrix.org> can't be true. aurorastore is downloaded from fdroid
-
quantum`
I do have fdroid and try to always use that first.
-
m-relay
<17lifers:matrix.org> based <3
-
m-relay
<eddie:oblak.be> you can just fetch the APK too afaik
-
m-relay
<ofrnxmr:xmr.mx> you can download it from auroraoss.com
-
quantum`
monerod?
-
m-relay
-
m-relay
<17lifers:matrix.org> monerod is not an app its a cli util lol
-
quantum`
I have Monero.com Cake app. And Aurora Store.
-
m-relay
<17lifers:matrix.org> monero.com and cakewallet are different.
-
m-relay
-
m-relay
<ofrnxmr:xmr.mx> for monero in termux
-
quantum`
git clone in Android?
-
m-relay
<17lifers:matrix.org> lmao
-
quantum`
Yeah, I'm a loser.
-
quantum`
Not telling me something I don't already know.
-
m-relay
<17lifers:matrix.org> n-nooo :(
-
m-relay
<17lifers:matrix.org> termux is an linux environment you can install on your android device
-
quantum`
Using termux I can't get onto /sdcard. Permission denied.
-
m-relay
<17lifers:matrix.org> inside there you have the full debian apt repository, you can apt install git cmake etc like usual
-
m-relay
<17lifers:matrix.org> termux only lives in its own dir
-
m-relay
<17lifers:matrix.org> type "cd", then "pwd"
-
quantum`
/data/data/com.termux/files/home. But that's not /sdcard where all the space it.
-
quantum`
is
-
m-relay
<17lifers:matrix.org> termux can't directly access the sd card
-
m-relay
<17lifers:matrix.org> can't you install it on the sd card? iirc android let you install apps on your sd card
-
m-relay
<17lifers:matrix.org> am i old or something? they nuked that feature 😭
-
quantum`
I believe so. Used to be we had to set a special setting, but Idk now.
-
quantum`
Thing is, on my headless disk writes by monerod are only about every 2 minutes.
-
quantum`
It's def not disk-bound.
-
quantum`
Must be getting throttled by my ISP.
-
m-relay
<c:frei.chat> How credible is
moneroleaks.xyz
-
m-relay
<c:frei.chat> How credible is
moneroleaks.xyz ?
-
m-relay
<17lifers:matrix.org> holy-
-
m-relay
<17lifers:matrix.org> that website is crazy
-
m-relay
<eddie:oblak.be> something for antimoonboy to talk about :)
-
m-relay
<17lifers:matrix.org> *dies*
-
m-relay
<c:frei.chat> Does anyone know who is behind this?
-
m-relay
-
m-relay
<17lifers:matrix.org> always fear the chainalysis
-
m-relay
<17lifers:matrix.org> Abdullahi Muhammad jauro helo!!
-
m-relay
<17lifers:matrix.org> Abdullahi Muhammad jauro hello!!
-
m-relay
<eddie:oblak.be> And warrants for searching your house. If they hadn't seized private keys it would've been much harder.
-
m-relay
<eddie:oblak.be> The hacker was already arrested before the started tracing his monero, so it's not monero that lead to his arrest.
-
m-relay
<eddie:oblak.be> It's good to be very aware about the limitations of monero though
-
m-relay
<rafael_xmr:monero.social> it's made by a guy called "supertestnet"
-
m-relay
<17lifers:matrix.org> -20% fear \^\_\^
-
m-relay
<eddie:oblak.be> Well, in almost all of these cases the target leaked an IP address tied to his identity, used a KYC exchange tied to his identity or leaked his private keys.
-
m-relay
<eddie:oblak.be> If you are doing criminal things, be smarter 😅
-
m-relay
<17lifers:matrix.org> enable mullvad b4 h4x0r1ng :3
-
m-relay
<lordx3nu:matrix.org> Lol I've talked enough to super testnet on twitter. His latest gimmick is sending someone monero and saying that he traced it because he knows what output the other person is receiving. He argues in bad faith because he is scared of Monero adoption.
-
m-relay
<17lifers:matrix.org> phew, that guy is bullshitting, we're safe gang
-
m-relay
<lordx3nu:matrix.org> He actually argues that robosats is a darknet market
-
m-relay
<eddie:oblak.be> Well for he is filling white space just for the sake of it, here and there
-
m-relay
<eddie:oblak.be> Like: *every monero transaction leaks the amount received by the recipient to the sender*
-
m-relay
<eddie:oblak.be> no shit sherlock
-
m-relay
<17lifers:matrix.org> i'm going to get shot if i send any kind of monero transaction because the amount will be seemingly "leaked"
-
m-relay
<17lifers:matrix.org> cakewallet is government declared illegal munition if you open it you get death penalty!!!
-
m-relay
<17lifers:matrix.org> xd
-
m-relay
<dormouse:matrix.org> According to old laws, it actually is.
-
m-relay
<dormouse:matrix.org> Cryptographic algorithms used to be weapons.
-
m-relay
<dormouse:matrix.org> I'm not sure on this, but I believe that even Americans are civilised enough to not have a death penal... Oh no.
-
m-relay
<17lifers:matrix.org> lmao
-
m-relay
<syntheticbird:monero.social> I'm glad to live in Europe
-
m-relay
<syntheticbird:monero.social> COME ON ofrnAI IM WAITING FOR YOU
-
m-relay
<syntheticbird:monero.social> EUROPE > USA
-
m-relay
<17lifers:matrix.org> netherlands even
-
m-relay
<17lifers:matrix.org> good european country
-
m-relay
<17lifers:matrix.org> all the bulletproof hostings are located here
-
m-relay
<17lifers:matrix.org> :3
-
as2333
haha
-
otirc99
I'm not sure about that @m-relay, the pay in tech roles seem to be better paid in the US
-
m-relay
<ofrnxmr:xmr.mx> As an LLM, I do not have a physical location
-
as2333
17Lifers, so the netherlands is where the biggest NSA hub is
-
m-relay
<17lifers:matrix.org> .
-
m-relay
<17lifers:matrix.org> python was developed by a dutch programmer
-
m-relay
<17lifers:matrix.org> :3
-
m-relay
<17lifers:matrix.org> cd/dvd and bluetooth too
-
as2333
python is decent - but not related to the NSA operations in europe
-
m-relay
<17lifers:matrix.org> cd/dvd and bluetooth standards too
-
m-relay
<syntheticbird:monero.social> Most of societal issues in Europe originate from USA
-
as2333
piece of shit ASML is dutch too - sort of
-
m-relay
<syntheticbird:monero.social> meh, no point in baiting as2333
-
m-relay
<17lifers:matrix.org> ..
-
m-relay
<17lifers:matrix.org> the asn doesnt even exist
-
m-relay
<17lifers:matrix.org> lol
-
as2333
you mean, no point in telling the truth psychotic bird?
-
m-relay
<syntheticbird:monero.social> I wouldn't have imagined you to have an anti-usa stance
-
as2333
I obv disagree, especially in channels full of cops.
-
as2333
what
-
m-relay
<syntheticbird:monero.social> yes
-
m-relay
<syntheticbird:monero.social> all my opinions are mine and mine only
-
m-relay
<syntheticbird:monero.social> (in minecraft)
-
otirc99
Holland definitely punches above it's weight
-
as2333
you never noticed I have an 'anti USA' stance? Are you pretending to be this stupid or what
-
m-relay
<17lifers:matrix.org> if y'all hate the netherlands i should sudo apt remove myself
-
m-relay
<17lifers:matrix.org> lol
-
m-relay
<syntheticbird:monero.social> i like netherland
-
otirc99
Holland is one of the better Euro nations
-
m-relay
<syntheticbird:monero.social> i like north korea
-
m-relay
<17lifers:matrix.org> bro
-
m-relay
<17lifers:matrix.org> north korea is good
-
m-relay
<17lifers:matrix.org> hackers and botnets are good
-
m-relay
<17lifers:matrix.org> they make up monero hashrate
-
m-relay
<17lifers:matrix.org> :3
-
m-relay
<syntheticbird:monero.social> i like the in minecraft part
-
great_taste
@btc ath
-
wavebot
$116,462.00 USD (on 2025-07-10)
-
m-relay
<17lifers:matrix.org> oh that bot works
-
m-relay
<17lifers:matrix.org> nice