02:06:14 ofrnxmr[m]: "are you able to look at some i2p stuff?" look at what specifically? 02:48:42 https://twitter.com/MajesticBank/status/1648518836633894912 04:18:32 Hi there. 04:42:29 HighQualityAgent[xmpp]: never heard of > https://stackwallet.com/ 04:44:35 HighQualityAgent[xmpp]: https://github.com/cypherstack/stack_wallet/releases 05:37:00 KapeTechnologies[xmpp]: EXIF Randomizer - Bash script that changes random EXIF tags for photos/videos 05:37:06 KapeTechnologies[xmpp]: http://gg6zxtreajiijztyy5g6bt5o6l3qu32nrg7eulyemlhxwwl6enk6ghad.onion/Compact_disc/EXIF_Randomizer 05:38:55 "https://twitter.com/MajesticBank..." <- why is mymonero tagged 05:52:44 HighQualityAgent[xmpp]: >https://github.com/cypherstack/stack_wallet/releases 05:52:50 HighQualityAgent[xmpp]: no signed hashs 05:52:54 HighQualityAgent[xmpp]: no thanks 05:59:56 HighQualityAgent[xmpp]: lol 06:00:14 Stack wallet is legit #stackwallet:cypherstack.com 06:00:27 HighQualityAgent[xmpp]: Kape Technologies, what does that have to do with Monero 06:01:42 KapeTechnologies[xmpp]: HighQualityAgent, >http://gg6zxtreajiijztyy5g6bt5o6l3qu32nrg7eulyemlhxwwl6enk6ghad.onion/Compact_disc/EXIF_Randomizer/src/commit/9a0dedf57a6006dab5e972383275e99d282bb655/Sources/DATE-list.txt#L75 06:01:55 KapeTechnologies[xmpp]: > # Monero Launch date 06:01:55 2014:04:18 06:02:23 HighQualityAgent[xmpp]: ceetee why no signed checksums for desktop? 06:03:30 KapeTechnologies[xmpp]: https://nitter.net/MajesticBank/status/1648120604099244034#m 06:21:02 HighQualityAgent[xmpp]: ? 06:21:17 HighQualityAgent[xmpp]: oh ok 4/18 10:15:14 "wownero has 2 chains cuz its twice as good" - anon 10:17:50 wownerochan is sad 17:04:40 https://miningpoolstats.stream/monero 17:05:00 would you look who is back? if it isn't mr. clifton? or random botnet? 17:05:13 oh he' back? 17:06:33 So I had monero 0.18.2.0 downloaded from getmonero.org and I guess an update was released and I didnt see it. So I downloaded 18.2.2 and I have a ledger nano x. My OS on my computer I'm working with is MX linux. I uninstalled the app from my nano x and reinstalled it and now I'm getting really weird errors, the most recent being some sort of directory error that tells me the wallet is open by another wallet program. It looks like its 17:06:33 listing the path that the computer is trying to take to open the wallet. Does anyone have any suggestions? 17:40:35 You don't need to install just unzip stop the previous version and start new version from terminal 17:46:41 "You don't need to install just..." <- I'm using the GUI version. Would that make a difference? What if I already have the previous version removed and the new one installed? 19:04:07 You can run monerod in terminal and GUI wallet which will automatically show your balance and everything else in GUI 19:06:16 And you never need to install anything just run from the new folder new version 19:09:25 Plus if you are using xmrig you can take advantage on linux and run randomx-1gb-pages 19:10:55 I have no idea how to use the terminal though. Thats the only reason i didnt just set that up. I'd like to learn but I have no idea where to start. 19:11:21 Are you using p2pool? 19:12:11 Not sure what that is so I would assumee not. 19:12:58 Are you mining in p2pool or other pools or solo 19:13:32 I'm not a miner. I get my monero through local monero. 19:14:38 Sorry I thought you mining Monero 19:14:58 no problem 19:20:00 You can still use monero from terminal: run monero from terminal sudo ./monerod --zmq-pub tcp://127.0.0.1:18083 --disable-dns-checkpoints --enable-dns-blocklist 19:21:43 That is command to run from the folder where you have monero: sudo ./monerod --zmq-pub tcp://127.0.0.1:18083 --disable-dns-checkpoints --enable-dns-blocklist 19:23:36 So I put that in with my ledger connected and unlocked, input that command and it just runs like normal? 19:25:17 Just tried it, it said command not found. Do I need to be in the monero folder or something? 19:49:40 "That is command to run from..." <- You should not need to use sudo to run monerod, generally speaking 19:50:48 "Just tried it, it said command..." <- If you have the `./` in front of monerod, then the terminal will look for the program inside your current folder 19:53:27 merope: Still says command not found? What do you mean by the current folder? Would I have to navigate to that folder through the terminal first and then use that command there? 19:55:34 Yep 19:55:56 folder where monerod resides 19:56:05 merope: ok give me a second I'll get back to you. 19:56:30 cd /path/to/monero/stuff 19:56:30 ./monerod --whatever 19:57:47 Or, if you know how to add stuff to $PATH, you could add the path to monero stuff to it and then just run monerod --whatever (from anywhere you are, without having to cd first, and without the ./) 19:58:36 Or you can drug and drop monerod to terminal then delete ' in front and at the end ' and type cd in front 19:59:16 I suspect that might depend on your desktop manager and/or terminal, though 20:00:28 merope: yeah I did actually have to use the ./ but now its doing something it is going through a bunch of stuff with dates and times and syncing with XXXXX/XXXXXXX with a percentage at the end saying X% left. I'm assuming its doing the same thing the GUI does when its initially starting up? 20:00:52 and what do you mean add stuff to $path? 20:01:10 Yep, it's syncing the blockchain 20:01:29 yes but it will be much faster then initial run 20:02:25 when it is done you can type status in terminal and see info 20:02:36 vlad1503[m]: But it seems like its still gonna take a minute I'm guessing? 20:03:09 probably more then a minute 20:07:04 vlad1503[m]: Is that command available on the website? How do I receive monero through the command line? 20:15:22 You can use GUI 20:15:22 Welcome to crypto verse where blockchains sync 20:17:15 https://www.getmonero.org/get-started/accepting/#cli 20:30:35 "You can use GUI" <- Thats the part that I'm having trouble with though I'm unsure why I can't access my wallet using the GUI. 21:16:42 Did you try to run monero-wallet-gui? after starting monerod in terminal 21:19:09 not yet its still syncing I would assume I'd have to wait till its done syncing? 22:52:50 So I got warning in the middle of syncing and it said it ran out of memory 22:53:55 are you out of disk space? 22:55:37 I think so and all of a sudden all my apps stopped working element said it ran out of memory so now I'm typing this out on my phone because somehow I'm locked out of my computer. 22:56:42 oh boy 22:59:10 I don't even have a password setup on this computer and it never leaves my apartment so I never bothered to set one up because ive been so busy but now its asking for login credentials which there are none so I dont know why its asking for this 23:03:48 Did you reboot it? 23:05:05 How much memory and disk space do you have? 23:08:14 What's the likelihood of monero reaching a v1.0 release soon? Or pull a bitcoin core and do something like 19.0 next release. Or a year format like 23.10. Have any devs expressed interest in getting off v0.x ? 23:12:24 People were discussing naming Seraphis the 1.0 release 23:12:35 "How much memory and disk space..." <- Rebooted and restarted multiple times and I have a 1TB SSD so I should have more than enough space I would think I can't check my disk space now though 23:12:54 But then again, not being 1.0 suggests Monero is never "done" and will always need to keep improving 23:16:17 what about memory? 23:16:21 it's done when it dies 23:18:29 vlad1503[m]: Like RAM? I'm pretty sure I have atleast 16G 23:21:40 Just got back in charuto suggested using root as the username and password because he suggested I was booted into a safe mode but you're right about the disk space when I booted in it said not enough to boot but then it disappeared so I don't remember the rest the weirdest thing though is this isnt my account 23:29:17 "what about memory?" <- Not enough disk space on /boot partition was that error