-
revuoxmr
Revuo Monero Issue 162: March 4 - 11, 2023.
revuo-xmr.com/issue-162.html
-
plowsof11
technical difficulties^
-
DanIsnotthemanBr
CCS Proposals Need Funding
-
DanIsnotthemanBr
None; all funded for now.
-
DanIsnotthemanBr
?
-
plowsof11
newsletter was released earlier today before they where moved to funding afaik
-
ofrnxmr[m]
Should be updated soon
-
revuoxmr
Revuo Monero Issue 162: March 4 - 11, 2023.
http://revuo-xmr.com/issue-162.html
-
Infinity8
dat monero hash rate
-
DanIsnotthemanBr
You link has https and http in it
-
ajs_[m]
-
classifiedinfoma
hi
-
ceetee[m]
Has anyone tried to use cakepay Visa/MasterCards on aliexpress?
-
icarolongo[m]
Townforge is a blockchain based game where you create buildings which will provide you with income. You trade with other players and outcompete them.
-
icarolongo[m]
The tech Townforge uses is based on the privacy respecting Monero cryptocurrency.
-
icarolongo[m]
Made by moneromooo (code, design) and Syksy (design).
-
icarolongo[m]
-
hbs[m]
> <@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 <
libera.ems.host/_matrix/media/v3/do…517502feb616c0f0e20f0cea65fddb95919>)
-
ofrnxmr[m]
Maybe ask in events if they want to ping mooo or syksy
-
ofrnxmr[m]
Can go into convo about Txextra, layers, alt chains etc
-
ofrnxmr[m]
Ways to build on / around monero without having to bend monero to your whims
-
ofrnxmr[m]
Oh, this is #monero moneromooo: what do you think?
-
hbs[m]
would be great to have a talk on this, especially if their mainnet is approaching
-
hbs[m]
Is there a mobile wallet on iOS which supports stagenet?
-
ofrnxmr[m]
Stack supports testnet and mainnet, but not stagenet atm
-
rbrunner
Which version of Stack Wallet is that? I don't see something like "tMonero" in my Android app right now.
-
DanIsnotthemanBr
Advance>toggle test coins?
-
Rucknium[m]
ofrnxmr: Syksy could present Townforge at MoneroKon if he wants. As a bonus, he's a biostatistican, so he can give feedback on technical talks :)
-
plowsof11
what are his dietary requirements?
-
rub1ck[m]
Hi, is this the right place to ask for help about running a node?
-
sech1
yes, ask
-
plowsof11
rub1ck
-
rub1ck[m]
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 <
libera.ems.host/_matrix/media/v3/do…c79a7ffb91af031bc0484796ab51f9d48ed>)
-
rub1ck[m]
Also, looks like this location /home/monero/.bitmonero/lmdb doesn't exist on my machine
-
rub1ck[m]
I'm not sure what is going on since it was working fine a few weeks ago
-
sech1
maybe you don't have file permissions to access lmdb directory
-
plowsof11
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
-
sech1
try finding and deleting it, maybe it's a path inside docker container
-
rub1ck[m]
I used to check node status using "docker exec btcpayserver_monerod monerod status". Now this is the output:
-
rub1ck[m]
docker exec btcpayserver_monerod monerod status
-
rub1ck[m]
Error response from daemon: Container is restarting, wait until the container is running
-
rub1ck[m]
All of this using sudo, I don't think it's a permission issue
-
rub1ck[m]
Does this mean I'll have to download and sync it again from zero?
-
sech1
"Container is restarting" means something wrong is with container itself
-
sech1
try to extract lmdb/data.lmdb from it, create new container and put the file there to the same directory
-
rub1ck[m]
> <@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 <
libera.ems.host/_matrix/media/v3/do…475542b127a9461f0edc56ac5a4f42806da>)
-
sech1
and then try db salvage
-
rub1ck[m]
I can't find the lmdb file
-
plowsof11
/home/monero/.bitmonero/lmdb/data.mdb
-
rub1ck[m]
I can't open a shell on the node container because it's pending as restarting
-
plowsof11
we need docker experts
-
rub1ck[m]
I was considering to shut off the containers, insert db-salvage flag to the startup script and start it again, what do you think?
-
rub1ck[m]
Found lmbd file at: /var/lib/docker/volumes/generated_xmr_data/_data/lmdb folder