00:16:42 Yes 00:17:38 Doesnt usully look like that, but it happens 05:09:57 Latest binaries (CLI v0.18.4.6 and GUI v0.18.4.7) are now available at getmonero.org 08:30:31 Recommend a reliable and open matrix server for registration instead of the official one. 08:39:25 You're absolutely right. 15:58:32 hello just made a matrix account just testing love monero 16:30:11 this is the official monero matrix group right? including the ones mentioned in the description? I joined some of them too trying to get to know how matrix works. 16:33:01 Pretty much 16:33:55 awesome thank you for confirming :) 16:57:58 lmao nice avatar 17:19:21 @intr:unredacted.org: I can read your messages I can't find the option you talked about in settings :( 17:19:31 Which client are you using? 17:19:53 fluffy chat web 17:20:50 I've never used that client. There should be an option somewhere to allow sending encrypted messages to unverified users 17:21:41 ill do some research thank you 17:28:24 @intr:unredacted.org: I only have the option "share keys with" and i have selected "all devices" i can read and send you messages not sure why it's not decrypting on your end 🫠when i click on the encryption lock all your device keys are enabled and not blocked 17:33:02 it's ok though just wanted find out how to make friend request but it seems the only option is to start a private chat with someone and have that act as a contact I guess so nothing important thank you for trying though! 17:33:59 @assholeorangecat:matrix.org Matrix has no concept of "friends", only DMs 17:34:13 which are literally just rooms except only with 2 participants 17:39:07 yes that makes sense. seems friend requests are redundant. you are still my friend now though. have a nice day I'm logging off now :) 17:48:10 hah, see you around 17:56:50 My ai agent turned to me now and asked "what mean, "friend"?" im literally crine rn 18:27:04 Qubic may soon stop to mine XMR: https://qubic.org/blog-detail/qubic-dogecoin-mining-how-it-works 18:28:12 > no one cares 19:27:13 Is this a proper processing of the Blockchain sync, because there are so many "SYNHRONIZATION started" attempts? http://pastie.org/p/2Ziq7OseyD8q7xtWhHIzWG 19:47:36 it seems like it isn't syncing fast enough at all 19:47:48 there are more blocks made than the sync 19:48:07 Do I need to open any "computer ports" to sync faster? 19:52:50 No, some closed port are probably not the problem. What does the command status tell? 19:54:39 Qstatus ? 19:54:45 or status 19:55:05 just status, on the daemon command line 19:56:40 Refreshed 3105932/3105932, synced, daemon RPC v3.15, no SSL 19:57:10 it says 2 more years to still sync 19:57:14 That seems to come from some wallet app. 19:57:18 yes 19:58:11 The output of the daemon tells us the important info. Did you start the daemon yourself, from command line? 19:58:55 It looks something like this: 19:59:00 Height: 2958316/2958316 (100.0%) on testnet, not mining, net hash 5.30 kH/s, v16, 8(out)+4(in) connections, uptime 0d 0h 1m 1s 19:59:13 The "connections" info there is important. 19:59:18 yes, likyes, I started it with ./monerod 20:00:04 So please just go there, type status, return, and wait - if the daemon is syncing like crazy, it may take some time until the command succeeds and outputs info 20:01:20 rbrunner: the process is backgrounded... 20:01:48 do I execute "./monero-blockchain-stats" ? 20:02:47 No. Well, if the daemon is running in the background, it's difficult. Any chance to stop it there and run it for once, just for some tests, in the foreground? 20:03:10 Height: 3105952/3628087 (85.6%) on mainnet, not mining, net hash 1.94 GH/s, v16, 44(out)+684(in) connections, uptime 4d 21h 33m 33s 20:04:01 684 "in" connections? That can't really be, if you ask me ... 20:04:17 I have firewall, that is why I ask if i need to open some ports? 20:04:22 maybe its hammering the fw 20:05:01 As far as I know, usually, if there is something wrong with a firewall, you don't have connections. 20:05:36 cake wallet is syncing faster for me, when i let cakewallet.exe through the FW 20:05:46 But you have plenty, and if you really have 684 incoming connections, which is crazy high, you have the opposite problem of too many connections 20:05:54 true 20:08:24 netstat -alpn|grep ESTABLI|grep monerod|wc -l 20:08:25 92 20:08:59 In any case, first thing I would try now is "exit" and the restart the daemon 20:09:03 ok 20:09:40 it is a slow machine/drive though, so its possible that it just syncs slow 20:15:42 it uses overf 50% of the PC's memory 20:26:58 after this last message it kept growing in memory size, it went up to 2 GB RES, is this normal? I had to kill -9 it http://pastie.org/p/44Y2tVSEjt3OJm66epEQJ5 20:36:41 Well, I don't have much experience with running a Monero daemon with such low memory. 20:37:05 I mean, for a program like the Monero daemon 2 GB is not that much. 20:38:19 ok 20:38:29 yeah maybe I'll try to move it elsewhere 20:38:40 otherwise it will be slow and getting stuck on this one 20:38:44 In any case, be careful when terminating the daemon, always try to make it exit gracefully. If you just kill it outright chances are high the blockchain file corrupts, in which case you would have to start from scratch, unless you have a still-good backup of the file 20:38:59 ok 20:53:04 no. killing the daemon is perfectly safe. pulling the power is dangerous. 20:54:11 it is impossible to corrupt the DB with application-level crashes. only OS-level crashes are a liability, and if you're using syncmode=safe then they're crash-proof too 21:02:18 ok