00:00:22 Revuo Monero Issue 162: March 4 - 11, 2023. http://revuo-xmr.com/issue-162.html 00:02:46 technical difficulties^ 00:03:53 CCS Proposals Need Funding 00:03:53 None; all funded for now. 00:03:54 ? 00:08:52 newsletter was released earlier today before they where moved to funding afaik 00:15:35 Should be updated soon 01:00:17 Revuo Monero Issue 162: March 4 - 11, 2023. https://http://revuo-xmr.com/issue-162.html 04:04:30 dat monero hash rate 06:17:17 You link has https and http in it 11:50:00 retweet pls, thx https://twitter.com/MoneroKon/status/1634883566273454084?s=20 14:54:44 hi 15:04:00 Has anyone tried to use cakepay Visa/MasterCards on aliexpress? 16:06:02 Townforge is a blockchain based game where you create buildings which will provide you with income. You trade with other players and outcompete them. 16:06:02 The tech Townforge uses is based on the privacy respecting Monero cryptocurrency. 16:06:02 Made by moneromooo (code, design) and Syksy (design). 16:06:02 https://townforge.net/ 19:28:06 > <@icarolongo:monero.social> Townforge is a blockchain based game where you create buildings which will provide you with income. You trade with other players and outcompete them.... (full message at ) 19:33:57 Maybe ask in events if they want to ping mooo or syksy 19:34:13 Can go into convo about Txextra, layers, alt chains etc 19:34:37 Ways to build on / around monero without having to bend monero to your whims 19:35:14 Oh, this is #monero moneromooo: what do you think? 19:40:42 would be great to have a talk on this, especially if their mainnet is approaching 19:45:34 Is there a mobile wallet on iOS which supports stagenet? 20:13:02 Stack supports testnet and mainnet, but not stagenet atm 20:17:15 Which version of Stack Wallet is that? I don't see something like "tMonero" in my Android app right now. 20:19:44 Advance>toggle test coins? 22:34:03 ofrnxmr: S​yk​sy​ could present Townforge at MoneroKon if he wants. As a bonus, he's a biostatistican, so he can give feedback on technical talks :) 22:37:50 what are his dietary requirements? 23:16:52 Hi, is this the right place to ask for help about running a node? 23:18:35 yes, ask 23:20:16 rub1ck 23:22:05 I had a node running through docker but it's not running anymore after I turned off the machine for a few weeks. I did a "docker logs --tail 50 btcpayserver_monerod" to see what's happening and this is the output:... (full message at ) 23:22:51 Also, looks like this location /home/monero/.bitmonero/lmdb doesn't exist on my machine 23:23:41 I'm not sure what is going on since it was working fine a few weeks ago 23:24:37 maybe you don't have file permissions to access lmdb directory 23:24:48 semi-related but i noticed the same message when i tried to play townforge just now and had to delete the old lmdb file and start over 23:25:49 try finding and deleting it, maybe it's a path inside docker container 23:26:22 I used to check node status using "docker exec btcpayserver_monerod monerod status". Now this is the output: 23:26:22 docker exec btcpayserver_monerod monerod status 23:26:23 Error response from daemon: Container is restarting, wait until the container is running 23:27:07 All of this using sudo, I don't think it's a permission issue 23:27:35 Does this mean I'll have to download and sync it again from zero? 23:28:03 "Container is restarting" means something wrong is with container itself 23:28:32 try to extract lmdb/data.lmdb from it, create new container and put the file there to the same directory 23:28:47 > <@rub1ck:matrix.org> I had a node running through docker but it's not running anymore after I turned off the machine for a few weeks. I did a "docker logs --tail 50 btcpayserver_monerod" to see what's happening and this is the output:... (full message at ) 23:28:47 and then try db salvage 23:29:42 I can't find the lmdb file 23:33:30 /home/monero/.bitmonero/lmdb/data.mdb 23:36:55 I can't open a shell on the node container because it's pending as restarting 23:37:36 we need docker experts 23:41:00 I was considering to shut off the containers, insert db-salvage flag to the startup script and start it again, what do you think? 23:50:23 Found lmbd file at: /var/lib/docker/volumes/generated_xmr_data/_data/lmdb folder