-
m-relay
-
m-relay
<ofrnxmr:xmr.mx> Not true. Nioc is right
-
m-relay
<ofrnxmr:xmr.mx> From btc <> xmr, probably unstoppabkeswaps. Its btc focused and has more liq on btc
-
m-relay
<ofrnxmr:xmr.mx> What you want to do it type `sync_info` and have a look at what it shows.
-
m-relay
<ofrnxmr:xmr.mx> It shows 1. peers that you are connected to 2. a line that says mooooooooo 3. blocks that are queued to be synced.
-
m-relay
<ofrnxmr:xmr.mx> The top peer in the third section is probable a bad peer. You can `ban 152.169.161.37` to ban them and see if it proceeds
-
m-relay
<ofrnxmr:xmr.mx> If youre truly stuck, `in_peers 0` then `out_peers 0` then `pop_blocks 1000` then restart monerod with `--add-exclusive-node=node.monerodevs.org:18080`
-
m-relay
<azizlight:matrix.org> thanks im gonna try it. i did find some dirs of old blockchain that are around 199 GiB or 212 GiB or 200 GiB that I am trying to load into monerod and see which ones not corrupt
-
m-relay
<elongated:matrix.org> Okay, you know everything about monero 😅
-
m-relay
<elongated:matrix.org> Yea, manually ban then as ban list will save you time
-
m-relay
<ofrnxmr:xmr.mx> Not really
-
m-relay
<azizlight:matrix.org> how could i interact with a docker monerod process? and issue such a command
-
m-relay
<ofrnxmr:xmr.mx> Banlist is a different set of nodes
-
m-relay
<azizlight:matrix.org> ```
-
m-relay
<azizlight:matrix.org> docker exec -it monerod bash
-
m-relay
<azizlight:matrix.org> OCI runtime exec failed: exec failed: unable to start container process: exec: "bash": executable file not found in $PATH: unknown
-
m-relay
<azizlight:matrix.org> ```
-
m-relay
<elongated:matrix.org>
github.com/rblaine95/monero-banlist what does this consist of ?
-
Norrin
1 of the reasons i stay away from docker
-
Norrin
troubleshooting is difficult ag
-
Norrin
s/ag/af
-
m-relay
<ofrnxmr:xmr.mx> "not the node in question"
-
m-relay
<ofrnxmr:xmr.mx> 147.182.160.251
-
m-relay
<ofrnxmr:xmr.mx> 151.80.17.140
-
m-relay
<ofrnxmr:xmr.mx> 152.42.137.12
-
m-relay
<ofrnxmr:xmr.mx> 152.42.164.168
-
m-relay
<ofrnxmr:xmr.mx> 152.42.176.57
-
m-relay
<ofrnxmr:xmr.mx> 152.42.234.2
-
m-relay
<ofrnxmr:xmr.mx> 152.42.238.126
-
m-relay
<ofrnxmr:xmr.mx> 152.42.242.48
-
m-relay
<ofrnxmr:xmr.mx> 152.42.252.27
-
m-relay
<ofrnxmr:xmr.mx> 157.245.108.248
-
m-relay
<ofrnxmr:xmr.mx> That is a mirror of the xmr.pm blocklists, which are also different than boog's list
-
m-relay
<elongated:matrix.org> Boogs list has proxy nodes ? are they causing sync issues or were they spying
-
m-relay
<ofrnxmr:xmr.mx> The proxy nodes sync fine, they just spy on transactions
-
m-relay
<elongated:matrix.org> So which ban list is helps to keep out asshole nodes which cause sync issue ?
-
m-relay
<elongated:matrix.org> So which ban list helps to keep out asshole nodes which cause sync issue ?
-
m-relay
<ofrnxmr:xmr.mx> none. Its hard to reproduce this
-
m-relay
<elongated:matrix.org> Okay, for most users I dealt with xmr.pm blocklist helped them and didn’t face any sync issue
-
m-relay
<elongated:matrix.org> You maybe unable to reproduce but it works
-
m-relay
<ofrnxmr:xmr.mx> Using --proxy ive been pushed onto the wrong chain at a similar height, which seemed to be nodes that were targeting tor exit ips
-
m-relay
<ofrnxmr:xmr.mx> Its hard to reproduce == it only happens very rarely. 99% of people sync w/o issue. Its the 1/100 that get cut off
-
m-relay
<elongated:matrix.org> Monerod auto corrects though? Or had to make any change
-
m-relay
<ofrnxmr:xmr.mx> I the node sent me bad blocks and i had to reading the chain and sync from a good node
-
m-relay
<elongated:matrix.org> Yes 1/100th have their peerlist populated with these asshole nodes
-
m-relay
<ofrnxmr:xmr.mx> It usually happens around 1.2-1.5m blockheight in my experience
-
m-relay
<ofrnxmr:xmr.mx> Its not the banlist nodes...
-
m-relay
<elongated:matrix.org> Was there some fork around that height ?
-
m-relay
<ofrnxmr:xmr.mx> Its some other entity, doing a random attack
-
m-relay
<ofrnxmr:xmr.mx> I'm wondering if azizLIGHT was using tor?
-
m-relay
<azizlight:matrix.org> i dont think so
-
m-relay
<azizlight:matrix.org> im in the docker container using sh, but how do i send sync_info to the monerod process that is already running
-
m-relay
<azizlight:matrix.org> its running with a --non-interactive switch
-
Norrin
azizlight in the past, i've had to use completely different docker images, running shell alone (to stay running), where i could start the process myself in order to debug it
-
Norrin
tl;dr -- docker complicates things
-
m-relay
<azizlight:matrix.org> i see, so i would have to stop the running monerod process in the docker right now, and then run it in the docker container shell manually with the same switches except non-interactive, then issue sync_info
-
m-relay
<azizlight:matrix.org> but before i stop the monerdo process, its currently running "pruning blockchain" is this omething that i can stop/start/resume and not lose time
-
Norrin
if your storage is persistent, you won't lose time
-
Norrin
i'm not of anywhere during sync where it cannot be force quit & not resume well later on
-
m-relay
<azizlight:matrix.org> well i mean will it have to restart pruning from the beginning or something instead of resuming whereever it is right now... its been doing it for a while
-
Norrin
i dont think it will start over. i doubt it's doing anything significant in memory alone
-
m-relay
<ofrnxmr:xmr.mx> ./monerod sync_info
-
m-relay
<azizlight:matrix.org> i think the process is nonresponsive when pruning blockchain?
-
m-relay
<azizlight:matrix.org> ```
-
m-relay
<azizlight:matrix.org> ~ $ monerod status
-
m-relay
<azizlight:matrix.org> 2025-02-10 00:54:06.842 I Monero 'Fluorine Fermi' (v0.18.3.4-release)
-
m-relay
<azizlight:matrix.org> Error: Couldn't connect to daemon: 127.0.0.1:18081
-
m-relay
<azizlight:matrix.org> ~ $ curl
localhost:18089/get_info
-
m-relay
<azizlight:matrix.org> curl: (7) Failed to connect to localhost port 18089 after 0 ms: Could not connect to server
-
m-relay
<azizlight:matrix.org> ~ $ monerod sync_info
-
m-relay
<azizlight:matrix.org> 2025-02-10 01:00:46.514 I Monero 'Fluorine Fermi' (v0.18.3.4-release)
-
m-relay
<azizlight:matrix.org> Error: Couldn't connect to daemon: 127.0.0.1:18081
-
m-relay
<azizlight:matrix.org> ~ $
-
m-relay
<ofrnxmr:xmr.mx> How are you pruning?
-
gingeropolous
oh this is nice. " [WARNING] Trezor support cannot be compiled! Skipping Trezor compilation" thanks whoever did that
-
m-relay
<azizlight:matrix.org> docker compose up -d on a docker-compose.yaml file that ran
-
m-relay
<azizlight:matrix.org> ```
-
m-relay
<azizlight:matrix.org> version: '3'
-
m-relay
<azizlight:matrix.org> services:
-
m-relay
<azizlight:matrix.org> monerod:
-
m-relay
<azizlight:matrix.org> image: ghcr.io/sethforprivacy/simple-monerod:latest
-
m-relay
<azizlight:matrix.org> user: ${FIXUID:-1000}:${FIXGID:-1000}
-
m-relay
<azizlight:matrix.org> restart: unless-stopped
-
m-relay
<azizlight:matrix.org> container_name: monerod
-
m-relay
<azizlight:matrix.org> volumes:
-
m-relay
<azizlight:matrix.org> - /mnt/pve-raid1/docker/monerod/data/.bitmonero:/home/monero/.bitmonero
-
m-relay
<ofrnxmr:xmr.mx> Using an old/unpruned blockchain?
-
m-relay
<azizlight:matrix.org> docker compose up -d on a docker-compose.yml file that ran
-
m-relay
<azizlight:matrix.org> ```
-
m-relay
<azizlight:matrix.org> version: '3'
-
m-relay
<azizlight:matrix.org> services:
-
m-relay
<azizlight:matrix.org> monerod:
-
m-relay
<azizlight:matrix.org> image: ghcr.io/sethforprivacy/simple-monerod:latest
-
m-relay
<azizlight:matrix.org> user: ${FIXUID:-1000}:${FIXGID:-1000}
-
m-relay
<azizlight:matrix.org> restart: unless-stopped
-
m-relay
<azizlight:matrix.org> container_name: monerod
-
m-relay
<azizlight:matrix.org> volumes:
-
m-relay
<azizlight:matrix.org> - /mnt/pve-raid1/docker/monerod/data/.bitmonero:/home/monero/.bitmonero
-
m-relay
<azizlight:matrix.org> its a .bitmonero dir thats 200GiB i saved after a safe closure of monerod process, that i just placed as .bitmonero (replacing the old one)
-
Norrin
gingeropolous: hasn't it been like that for a long time?
-
Norrin
requires more effort
-
m-relay
<azizlight:matrix.org> in hopes that it speeds up blockchain download
-
gingeropolous
probably. it was just so frustrating before, im happy every time i see it i guess
-
m-relay
<azizlight:matrix.org> so im just not sure if this is working because theres no info on the log besides pruning blockchain
-
m-relay
<azizlight:matrix.org> ```
-
m-relay
<azizlight:matrix.org> 2025-02-09 22:51:00.600 I Cryptonote protocol stopped successfully
-
m-relay
<azizlight:matrix.org> 2025-02-10 00:14:59.880 I Monero 'Fluorine Fermi' (v0.18.3.4-release)
-
m-relay
<azizlight:matrix.org> 2025-02-10 00:14:59.880 I Initializing cryptonote protocol...
-
m-relay
<azizlight:matrix.org> 2025-02-10 00:14:59.880 I Cryptonote protocol initialized OK
-
m-relay
<azizlight:matrix.org> 2025-02-10 00:14:59.881 I Initializing core...
-
m-relay
<azizlight:matrix.org> 2025-02-10 00:14:59.882 I Loading blockchain from folder /home/monero/.bitmonero/lmdb ...
-
m-relay
<azizlight:matrix.org> 2025-02-10 00:15:17.560 E Underflow in txpool weight
-
m-relay
<azizlight:matrix.org> 2025-02-10 00:15:17.561 E failed to find transaction input in key images. img=<ef993d365f3efa5e2af37081fe5b0ee04c8b20a6e6dc82c4562cf2360a00dd88>
-
m-relay
<azizlight:matrix.org> 2025-02-10 00:15:17.561 E transaction id = <d8ffea526c6f1edc73965c0a44f72ca20ed60220f1063efcd11e771b3cef1601>
-
m-relay
<azizlight:matrix.org> 2025-02-10 00:15:17.562 E Underflow in txpool weight
-
m-relay
<azizlight:matrix.org> the 200 GiB .bitmonero dir isnt completely synced, just to be clear
-
m-relay
<ofrnxmr:xmr.mx> That log isn't pretty
-
m-relay
<ofrnxmr:xmr.mx> Btw, when you post logs, try to use a paste site like paste.debian.net or www.zerobin.net
-
m-relay
<ofrnxmr:xmr.mx> (it spams the irc side)
-
m-relay
<azizlight:matrix.org> oh im sorry
-
gingeropolous
hrm, sigbus error
-
m-relay
<ofrnxmr:xmr.mx> Ive dont recall pruning a full chain to print those errors. Are you sure the original blockchain isnt corrupt?
-
m-relay
<ofrnxmr:xmr.mx> Ginger, what sort of wild setup are you running?
-
m-relay
<ofrnxmr:xmr.mx> Ive buit Monero like 18 times over tge past few days and running test prs
-
m-relay
<azizlight:matrix.org> i stopped monerod, got rid of the 200 GiB .bitmonero dir, and restored my other .bitmonero dir (the one that was stuck synchronizing and not updating the block number 1492064, and now its working. its syncing
-
m-relay
<azizlight:matrix.org> so is it not advisable to save .bitmonero snapshots (after a monerod shutdown), for the purposes of having a non corrupt blockchain at a certain time
-
m-relay
<ofrnxmr:xmr.mx> Wdym? Why not?
-
m-relay
<azizlight:matrix.org> by .bitmonero snapshot i mean, stopping monerod, copying the noncorrupted .bitmonero dir somewhere for safekeeping, and then when an actual corruption occurs, to restore the saved one into the dir
-
m-relay
<ofrnxmr:xmr.mx> That should work
-
m-relay
<azizlight:matrix.org> then was the .bitmonero 200 GiB dir i saved already corrupted? is that why it was stuck pruning
-
Norrin
azizlight if you view `top`, is monerod still processing?
-
m-relay
<azizlight:matrix.org> i didnt bother continuing with the pruning because of nonindication of status, and not responding to ./monerod status or ./monerod sync_info commands
-
m-relay
<azizlight:matrix.org> so i killed it
-
m-relay
<azizlight:matrix.org> right now im just using a relatively new .bitmonero dir i started a bout a day ago, and its syncing normally with --prune-blockchain switch
-
m-relay
<azizlight:matrix.org> i had stopped this one because it had gotten stuck synchronizing and i got frustrated because the number didnt increase
-
m-relay
<ofrnxmr:xmr.mx> Yeah probably just bad peerq
-
m-relay
<azizlight:matrix.org> so now that i can actually run sync_info and get a response. wrt to this statement, are you saying that i should set in_peers to 0 and out_peers to 0? and pop_blocks to 1000, and then restart with the add-exclusive-node switch
-
m-relay
<azizlight:matrix.org> or thats the condition in which i should do pop_blocks to 1000 and add exclusive node, that when in_peers and out_peers are both 0, then do that
-
Norrin
ofrnxmr ^
-
m-relay
<ofrnxmr:xmr.mx> If youre stuck, the disabling peers and poppibg blocks before restarting with a good node, is a solution
-
m-relay
<ofrnxmr:xmr.mx> Youre syncing fine now, so no need
-
m-relay
<ofrnxmr:xmr.mx> The second section of sync_info should say `mooooooooooooooo` . The mooo implies that everything is working ok
-
m-relay
<azizlight:matrix.org> i do see it
-
m-relay
<tommy_13:matrix.org> 🔥💨 Telegram Menu: Exclusive Premium Selections
-
m-relay
<tommy_13:matrix.org>
t.me/+tb_L9H0WVVU1NWNk
-
m-relay
<tommy_13:matrix.org> 🍃🌈 Flower & Mushrooms
-
m-relay
<tommy_13:matrix.org> • ⚪ White
-
m-relay
<tommy_13:matrix.org> • 💎 Molly
-
m-relay
<tommy_13:matrix.org> • 🌿 Flower (🔥 Premium Strains)
-
m-relay
<tommy_13:matrix.org> • 🍄 Mushrooms (Raw & Bars):
-
m-relay
<tommy_13:matrix.org> • 🍫 Bobby Bars: 4-mushroom blend by Big Thraxington
-
m-relay
<tommy_13:matrix.org> • 👻 Spooky Bars: 🎨 Dabman collab (✨ limited edition)
-
m-relay
<tommy_13:matrix.org> • 🚪 Golden Doors: Forbes #8 (2023 Top 10)
-
m-relay
<tommy_13:matrix.org> 🧪🌌 Psychedelics
-
m-relay
<321bob321:monero.social> Thanka mbll
-
gingeropolous
oh, maybe its just a corrupted mdb file...
-
m-relay
<0xchr1s:matrix.org> Anyone have any insight into why I receive this message?
-
m-relay
<0xchr1s:matrix.org> `2025-02-10 02:00:55.061 W Invalid DNSSEC TXT record signature for updates.moneropulse.no: validation failure <updates.moneropulse.no. TXT IN>: covering NSEC3 was not opt-out in an opt-out DS NOERROR/NODATA case from 127.0.0.53 for DS moneropulse.no. while building chain of trust`
-
m-relay
<plsxninja:matrix.org> funny how people comes in here to sell their products of marijuana..... seems scammy like
-
m-relay
<killercat103:xmr.se> The ones with some random telegram link? Probably
-
m-relay
<killercat103:xmr.se> Then idk where to buy such and i dont care to find out
-
m-relay
-
m-relay
<basses:matrix.org> what were yoy guys experience when using Kraken Pro whether buying low fees coin to swap with real coin (Monero) or just buying Monero direcly (not that private)
-
m-relay
<basses:matrix.org> what were your experience when using Kraken Pro whether buying low fees coin to swap with real coin (Monero) or just buying Monero direcly (not that private)
-
m-relay
<basses:matrix.org> directly*
-
m-relay
<siren:kernal.eu> Good, low fees. No complaints. Afaik Pro comes with extra KYC and business accounts are also Pro. I use it for my business.
-
m-relay
<basses:matrix.org> KYC questionnaire, which I'm sure u can fill it with anything, right?
-
m-relay
<siren:kernal.eu> We needed to submit full-KYC for every single board member as well as company registration documents
-
m-relay
<basses:matrix.org> interesting, so this is probably the same case for individuals
-
sech1
IIRC Kraken Pro is available for individuals with "Pro Personal" account (ID verification + proof of address verification)
-
m-relay
<basses:matrix.org> it is the same as intermediate (normal) account, right?
-
m-relay
<basses:matrix.org> KYC is necessary in both cases
-
m-relay
<kevino:tchncs.de> is Vthor here on the irc side ?
-
m-relay
<kevino:tchncs.de> i need to talk to ask him about the xmrsigner project
-
ofrnxmr
yes he's here
-
m-relay
<kevino:tchncs.de> i need to talk to him about the xmrsigner project
-
vthor
yes kevino
-
m-relay
<kevino:tchncs.de> Can you see my dm
-
vthor
kevino: Nope, doesn't work over the bridge, but you can also write @vthor:nope.chat if you want
-
m-relay
<kevino:tchncs.de> Is the issue with building xmrsigner fixed ?
-
m-relay
<kevino:tchncs.de> I tried to compile it but had the same result as reported by somebody on GitHub. The `dev-device-install-requirements` command is not configured
-
m-relay
<kevino:tchncs.de> Or if binaries were available for testing , i could test it out
-
vthor
No, haven't fixed it, because I'm will change in the comming days/weeks almost everything and the build will completely differ, and how I had not the perception that many build themselves, so I thought it will be better to prioritize first the the ongoing development.
-
vthor
Binaries should be there, but letme check - I don't rememeber where I dropped them, give me a moment.
-
m-relay
<kevino:tchncs.de> Ohh i see
-
m-relay
<kevino:tchncs.de> I am using pi zero 2w so don't know if you built it for them
-
vthor
will work also with pi zero 2w, tested it on both
-
vthor
-
vthor
make image
-
vthor
DEVICE=<device path to microSD> make flash
-
vthor
-
m-relay
<kevino:tchncs.de> Ohh
-
m-relay
<kevino:tchncs.de> Okay thanks :)
-
vthor
it is the whole sd image based on PiOS (huge in comparation to <50MB buildroot(xmrsignerOS - but could get monero-wallet-rpc running there)
-
m-relay
<kevino:tchncs.de> Okay
-
vthor
I do not rememeber much at the moment, because it is a long time ago,
github.com/DiosDelRayo/MoneroSigner/releases But if you get stuck anywhere drop my name here or write via matrix and I will help you through.
-
m-relay
<kevino:tchncs.de> I will try
-
m-relay
<kevino:tchncs.de> So i need to build from the old repo
-
vthor
But in the next weeks it will change, how the redirect to wallet rpc will not be necessary anymore (but I'm always slower as I think I will be...)
-
m-relay
<kevino:tchncs.de> Ohh yeah 👍
-
vthor
No, this is an image, I compressed and splitted, so I could store it on github, the Makefile is only to decompress and put the parts together again.
-
m-relay
<kevino:tchncs.de> Ohh ok
-
vthor
you will need a 16GB sdcard for the image.
-
m-relay
<kevino:tchncs.de> I can only imagine the difficultly in developing the OS for monero signing , with its complex cryptography and address types 😅
-
m-relay
<kevino:tchncs.de> I have a 32gb sd card which are the standard ones available nowdays
-
vthor
you can use that one, will work.
-
vthor
I have the lib almost ready now, and it will be great :) The only headache in front I can imagine at the moment is to build in buildroot for the pi, but I will see that soon... But XmrSigner will then become smooth how it should be, when you will test it it will take ~3min to "open the wallet" at the moment, be warned.
-
m-relay
<kevino:tchncs.de> Okay
-
m-relay
<kevino:tchncs.de> Would be waiting for the updates too 😅
-
m-relay
<kevino:tchncs.de> So everything works with the build you gave me ?
-
m-relay
<kevino:tchncs.de> Obviously not using it with a lot of funds
-
m-relay
<kevino:tchncs.de> Obviously not using it with a lot of funds right now
-
vthor
Today they should be already there, but it took me much longer then I planed for the library (which I expect to finish still today, maybe tomorrow). Hope then the rest will go much smoother.
-
vthor
Yes should work everything - but not a great experience with the waiting time. I made like 10 transactions on mainnet.
-
m-relay
<kevino:tchncs.de> ```cat xmrsigner-dev-buster-16gb.img.xz.* > xmrsigner-dev-buster-16gb.img.xz
-
m-relay
<kevino:tchncs.de> signify-openbsd -C -p xmrsigner.pub -x SHA256.sig xmrsigner-dev-buster-16gb.img.xz
-
m-relay
<kevino:tchncs.de> make: signify-openbsd: No such file or directory
-
m-relay
<kevino:tchncs.de> make: *** [Makefile:38: verify-xz] Error 127```
-
m-relay
<kevino:tchncs.de> `cat xmrsigner-dev-buster-16gb.img.xz.* > xmrsigner-dev-buster-16gb.img.xz
-
m-relay
<kevino:tchncs.de> signify-openbsd -C -p xmrsigner.pub -x SHA256.sig xmrsigner-dev-buster-16gb.img.xz
-
m-relay
<kevino:tchncs.de> make: signify-openbsd: No such file or directory
-
m-relay
<kevino:tchncs.de> make: *** [Makefile:38: verify-xz] Error 127`
-
m-relay
<kevino:tchncs.de> ``cat xmrsigner-dev-buster-16gb.img.xz.* > xmrsigner-dev-buster-16gb.img.xz
-
m-relay
<kevino:tchncs.de> signify-openbsd -C -p xmrsigner.pub -x SHA256.sig xmrsigner-dev-buster-16gb.img.xz
-
m-relay
<kevino:tchncs.de> make: signify-openbsd: No such file or directory
-
m-relay
<kevino:tchncs.de> make: *** [Makefile:38: verify-xz] Error 127``
-
m-relay
<kevino:tchncs.de> @ vthor
-
vthor
on which OS are you?
-
m-relay
<kevino:tchncs.de> ohh its a dependency
-
m-relay
<kevino:tchncs.de> just installed it on debian 😅
-
vthor
thumbs up
-
m-relay
<kevino:tchncs.de> i am on mint
-
vthor
was only because of signify, only on debian based distros it is called signify-openbsd because of a name conflict (if I rememeber well), but on all other OS it should be signify.
-
m-relay
<kevino:tchncs.de> is it going to run from the ram though, if i remove the sd card
-
vthor
no, on PiOS you shouldn't do that. This is only the case on buildroot
-
m-relay
<kevino:tchncs.de> Ohh i understand
-
m-relay
<kevino:tchncs.de> So would it save my private keys for the wallet on the sdcard ?
-
vthor
No, keys will not be stored, althoug theoretically it could end up in swap (although I think it's deactivated). But for really serious funds I would advice against using that version, and it was only meant to test, play, develop and see. End of februray if should work in production how it is supposed. Then the whole build should be also not be more then 30MB...
-
m-relay
<ofrnxmr:xmr.mx> vthor the dm was sent to your oftc
-
m-relay
<kevino:tchncs.de> Cool , yeah i am just using it for test
-
m-relay
-
m-relay
<kevino:tchncs.de> Loading wallet required only 30 seconds though
-
m-relay
-
m-relay
<syntheticbird:monero.social> sexy
-
m-relay
<kevino:tchncs.de> Yeah , just need to get a cool case for it now 😅
-
m-relay
<kevino:tchncs.de> Yeah , just need to get a monero themed case for it now 😅
-
vthor
ofrnxmr, didn't get there neither, but depending where I suddenly get disconnected, sometimes my nicks differ also, don't keep track :/
-
vthor
"Loading wallet required only 30 seconds though" <- 8) but weird, with my pi0 2w I got the lowest 1:20... but the average ~2min-ish (when I recall right)
-
m-relay
<ofrnxmr:xmr.mx> Is seedsigner using json or uri for the urqr
-
m-relay
<ofrnxmr:xmr.mx> Or rather, do you know why it doesn't work with cake also pinging Czarek Nakamoto
-
vthor
UR(qr,) doesn't use neither. But it's closer to uri. Need to think one moment how it is the unterlaying is called. But it is to encode binary data into ascii
-
vthor
CBOR
-
vthor
looks like ur:xmr-outputs/2-3/lpaoax.... when it fits into one UR (qr code) the `2-3/` would/could (have see different behaviour) omited , when it doesn't fit into one it is split up in parts. `xmr-outputs` is the ur type, and after the last `/` the CBOR encoded data...
-
m-relay
<ninoni:matrix.org> Is there a SmipleX Monero Chat group ? I have just seen it here :
youtu.be/0cRu98XSap0 but I do not know how to find it ?
-
Norrin
ninoni little to no activity in there
-
m-relay
<ninoni:matrix.org> I see. I ask as I have a SimpleX chat and I like to use it . It would be nice to have Monero chat over there . ... but no problem . Maybe when finally I will install element app it will be the same easy to use . I mean I use the element chat within web browser till now . It is not the same as to use it in app probably .
-
Norrin
the app is horrible honstly
-
Norrin
i been looking for a good alternative for years
-
Norrin
matrix-rs plugin for weechat is probably the best i've found. fluffychat is so buggy right now that its own keyboard doesn't support the ":" that's required to enter your username to log in. wtf
-
m-relay
<basses:matrix.org> same but inly difference is that u can search encrypted DMs
-
m-relay
<basses:matrix.org> try Nheko
-
m-relay
<ninoni:matrix.org> I will try . Thanks.
-
m-relay
-
m-relay
<berg:monero.social> d%22%3A%22XENmd9XeJ0rcB900hulObg%3D%3D%22%7D)
-
m-relay
<droid192:matrix.org> fork
-
m-relay
<syntheticbird:monero.social> he posted this photo:
-
m-relay
-
m-relay
<syntheticbird:monero.social> im a liar i just wanted an excuse to post it
-
m-relay
<orion_midast:matrix.org> Hi if I wanna make sure my IP isnt tracked, do I download the monero wallet simple mode, bootstrap or advanced?
-
ofrnxmr
Advanced
-
ofrnxmr
Simple uses a random node. bootstrap uses a random node while your node is syncing. random nodes may or may not be spys. Advanced lets you specify a node or to run your own, without any random selection