-
m-relay<plowsof:matrix.org> unstoppableswap.net basicswapdex.com
-
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 ?
-
Norrin1 of the reasons i stay away from docker
-
Norrintroubleshooting is difficult ag
-
Norrins/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
-
Norrinazizlight 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
-
Norrintl;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
-
Norrinif your storage is persistent, you won't lose time
-
Norrini'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
-
Norrini 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?
-
gingeropolousoh 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)
-
Norringingeropolous: hasn't it been like that for a long time?
-
Norrinrequires more effort
-
m-relay<azizlight:matrix.org> in hopes that it speeds up blockchain download
-
gingeropolousprobably. 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
-
gingeropoloushrm, 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
-
Norrinazizlight 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
-
Norrinofrnxmr ^
-
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
-
gingeropolousoh, 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<basses:matrix.org> discuss.privacyguides.net/t/recommend-kraken-pro-specifically/24826
-
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
-
sech1IIRC 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
-
ofrnxmryes he's here
-
m-relay<kevino:tchncs.de> i need to talk to him about the xmrsigner project
-
vthoryes kevino
-
m-relay<kevino:tchncs.de> Can you see my dm
-
vthorkevino: 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
-
vthorNo, 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.
-
vthorBinaries 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
-
vthorwill work also with pi zero 2w, tested it on both
-
vthorcurl -L -o Makefile github.com/DiosDelRayo/MoneroSigner/releases/download/v0.9/Makefile
-
vthormake image
-
vthorDEVICE=<device path to microSD> make flash
-
vthorcurl -L -o Makefile github.com/DiosDelRayo/MoneroSigner/releases/download/v0.9/Makefile && make image
-
m-relay<kevino:tchncs.de> Ohh
-
m-relay<kevino:tchncs.de> Okay thanks :)
-
vthorit 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
-
vthorI 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
-
vthorBut 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 👍
-
vthorNo, 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
-
vthoryou 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
-
vthoryou can use that one, will work.
-
vthorI 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
-
vthorToday 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.
-
vthorYes 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
7 minutes ago