-
muke
Hey, I've set up my own monero node on a raspberry pi and it's completed syncing, but now my wallet won't seem to connect to it and doesn't have anything useful in the command line output either
-
muke
I enter the ip and port, click connect, and then after a bit it just says 'disconnected'
-
muke
any idea why this is?
-
moneromooo
Firewall ?
-
muke
it's over lan
-
moneromooo
Is that intended as a reply to the question ?
-
muke
yea, this is just a home network with no firewall
-
muke
thought you might had meant port forwarding
-
moneromooo
Is the pi listening on the external NIC ?
-
moneromooo
(ie, 0.0.0.0 or the IP it got from DHCP, or otherwise assigned)
-
moneromooo
(for RPC, port 18081)
-
muke
moneromooo how can I check that
-
tryphe
muke, ss -lt
-
dsc_
TIL `ss -lt`
-
dsc_
beats typing `netstat -nudeplanet | grep monerod`
-
tryphe
dsc_, you owe me a coke :D
-
dsc_
sure ^^
-
muke
huh I'm not quite sure from this command, I don't see 18080 at all, although scanning the port from another device does say the port is open so I guess it would be listening?
-
muke
on the external interface
-
moneromooo
< moneromooo> (for RPC, port 18081)
-
muke
i thought i didn't need rpc
-
muke
sorry, what is it for again?
-
moneromooo
RPC ? For wallet sync. Which you strongly implied you wanted.
-
muke
oh so I need that for other wallets to sync to it?
-
muke
sorry must had got confused on something
-
tryphe
yep, you're probably thinking of the p2p port being open, but the wallet connects via rpc port
-
tryphe
by default, the rpc port is only open locally (iirc)
-
tryphe
locally meaning within your machine, of course
-
muke
right ok
-
muke
ah now it works, thanks!
-
tryphe
nice
-
branchfractal
#join monero-community
-
branchfractal
yo seth
-
branchfractal
you worked with the folks over at Haven before right
-
Inge-
sethsimmons: ^
-
blueingress
hi all, can I buy $XMR over decentralized exchanges now?
-
msavoritias[m]1
<blueingress "hi all, can I buy $XMR over dece"> You want bisq. But you need bitcoin first to buy xmr. You were able to do that for over a year by the way
-
raecarruth
bisq has been around for several years
-
raecarruth
changenow.io works too
-
raecarruth
-
kayront
any cake wallet devs around?
-
sethsimmons
<branchfractal "you worked with the folks over a"> Idk if I’d say worked, but I’ve been involved for the last few months since they launched the xUSD testnet.
-
sethsimmons
Cool to see something like that built on a base of Monero, shows some of the more advanced things that could be done on Monero 🙂
-
kayront
-
artefact
interesting take on why mobile matters
-
artefact
i'm under 30 but i consider my mobile phone compromised or easily compromisable
-
Inge-
by random malicious third parties, or nation-states?
-
artefact
probably either
-
sech1
by wife :D
-
artefact
i have an old device. i don't trust the lockscreen, or any of the software stack
-
artefact
and there's no firejail-like solution
-
artefact
or no luks suspend
-
asymptotically
artefact: firejail probably hurts more than it helps, iirc it's been the source of so many privilege escalation exploits
-
asymptotically
better to use selinux or apparmor or nothing at all
-
artefact
selinux is such a pain to setup and use though. admittedly i've been using systemd service isolation more and more instead
-
Inge-
OMG I love CryptoMedia(tm): "New highs in SPX seems to be acting as a catalyst for the drop in Bitcoin and gold. However, the devaluation of the US Dollar might build bullish fundamentals."
-
gingeropolous
damn. which tools shows transactions per second disk usage?
-
moneromooo
You're hurting my parsing module :/
-
moneromooo
df shows disk usage.
-
moneromooo
Nothing to do with transactions though.
-
gingeropolous
huh. vm provider killed my vm for high io
-
gingeropolous
no idea what process was causing it
-
moneromooo
EIEIO
-
artefact
the process with a high iowait time is usually the culprit
-
gingeropolous
hrm, perhaps iostat then
-
gingeropolous
to the googles for the right command
-
moneromooo
Ooooh, I parsed it now :D
-
moneromooo
iotop ?
-
gingeropolous
yeah, nothings popping u[
-
sethsimmons
iotop is grewat
-
gingeropolous
that just shows percentage though
-
gingeropolous
unless there's some cli flags bla blah
-
artefact
cut -d' ' -f42 /proc/1327/stat
-
artefact
read proc(5)
-
gingeropolous
thankyou kind internet stranger, but no such file or directory ... this *is* ubuntu 16... mebbe just reinstall OS and call it a day
-
gingeropolous
or ill just keep iotop on and when the hypervisor kills it again i should see what it was
-
moneromooo
Replace the number with whatever PID you want to check.
-
gingeropolous
wow. so my fail2ban has been lighting up
-
gingeropolous
with an ip coming from china. yaaaaaaay
-
gingeropolous
could the logfile writing really be making my io go berserk?
-
artefact
very unlikely
-
artefact
are you still syncing the chain?
-
artefact
because THAT will cause lots of i/o
-
gingeropolous
naw, the blockchain outgrew this poor vm long ago