-
kiwi_36
hmm... Node is still not working
-
kiwi_36
in the log im getting the following error: --rpc-bind-ip permits inbound unencrypted external connections. Consider SSH tunnel or SSL pro
-
kiwi_36
...
-
moneromooo
Did you use --confirm-external-bind ?
-
kiwi_36
Thank you for your help! Is syncing now :D
-
matix-io
is there a way to check if the node is sync'd from the monero-wallet-cli?
-
moneromooo
I don't think so. Apart from "status" from time to time and seeing if the daemon height changes.
-
kiwi_87
-
moneromooo
No.
-
kiwi_87
Will it be in 15.0.2?
-
moneromooo
Very unlikely.
-
kiwi_87
ok thanks....
-
kiwi_87
but rly interesting idea
-
cornfeedhobo
did we fork already?
-
cornfeedhobo
getting "There were 0 blocks in the last 90 minutes..."
-
moneromooo
Aye, we've been trying to fix that bug for a week now. As soon as we fix it, the chain should restart.
-
moneromooo
Seriously though, we forked a week ago or so. Blocks coming through OK.
-
moneromooo
You need to be running 0.15.0.0 or newer though.
-
moneromooo
There's a known bug that can bork hte database and stop the sync. No known fix yet.
-
moneromooo
Current height seems to be... 1982585.
-
cornfeedhobo
okay. i need to compile 15 anyways
-
cornfeedhobo
my docker images got out of date
-
gingeropolous
hrm, a monero gui plugin decentralized forum service that uses monero PoW for spam prevention and
-
gingeropolous
some kind of moderation using multisig
-
gingeropolous
though moderation would be superficial, as presumably all data would be on a blockchain of some kind
-
gingeropolous
hrmm
-
cornfeedhobo
15 needs hidapi and libusb?
-
cornfeedhobo
do i really need these?
-
superkuh
gingeropolous, notabug.io uses proof of work for spam mitigation.
-
superkuh
Not a blockchain or anything.
-
superkuh
But it's the least bad solution for anonymous posting.
-
Mochi101
Anywhere to see how that's implemented?
-
superkuh
code link at the bottom.
-
Mochi101
hehe... oops.. thanks
-
superkuh
-
superkuh
notabug is pretty cool in theory, federated servers exchanging posts as well as a webrtc layer with each peer caching and sharing between federated servers.
-
blue_misfit
hey there folks - I've been seeing lots of "peer claims higher version" logs in my node - I'm on 0.15.0.1 tho and the node stats say I'm on v12 yet the logs say peers are claiming v60
-
blue_misfit
is this expected?
-
nioc
blue_misfit: somebody is playing games, you can ignore
-
nioc
you can also ban them although I believe the ban is temporary
-
spoke0
are there any more details on what malicious behaviour was found regarding
web.getmonero.org/2019/11/19/warning-compromised-binaries.html
-
Inge-
-
Inge-
not even the other powers that be are always in agreement with US about sanctions
-
Inge-
and need alternative systems.
-
cheddaBiskit
Spun up the latest daemon today. p2p server failed to init. Any idea where I set IPv4 binding to required?
-
cheddaBiskit
FATAL net contrib/epee/include/net/abstract_tcp_server2.inl:1062 Error starting server: Failed to bind IPv4 (set to required)
-
selsta
cheddaBiskit: Try restarting your PC.
-
zelest
"have you tried turning it off and on again?" :D
-
manifest
cheddaBiskit: --rpc-bind-ip and --p2p-bind-ip, these might help
-
manifest
likely the p2p one more if thats the one that fails to init
-
cheddaBiskit
manifest: That did it. Appreciate it.
-
manifest
<3
-
dEBRUYNE
cornfeedhobo: Those libs are mostly needed for Trezor/Ledger iirc
-
gingeropolous
cheddabiskit, that usually means u had another monerod running
-
gingeropolous
yeah, superkuh , notabug seems cool. But imo it would be ideal to use / create a system thats entirety dependent on monero, and not the existing web infrastructure. Although i guess with that its just dns. Which monero is semi-dependent on
-
rbrunner
About those errors " Error starting server: Failed to bind IPv4 (set to required)". I had it two or three times myself on Windows, and yes a restart "cured" it, but still think that's something new and wasn't so, say, "delicate" before some changes
-
Quotes
fuck windows, use linux!
-
hyc
Windows requires clean program exit for resources to be cleaned up promptly. otherwise it takes minutes for it to sweep unused stuff away
-
rbrunner
Hmmm, yes, maybe there is a command to just "reset" networking connections somehow
-
xiphon
hyc: "Windows requires clean program exit for resources to be cleaned up promptly. otherwise it takes minutes for it to sweep unused stuff away"
-
xiphon
^ you are confusing Windows with Linux
-
xiphon
windows cleans up all the stuff right at the moment the process is being terminated
-
xiphon
no zombie processes, no hanging descriptors or any associated resourses remain after you terminate the process
-
xiphon
rbrunner: if it fail to bind the port, then something is must be using it right now
-
xiphon
like you said, usually it is another monerod running
-
rbrunner
xiphon: I have a suspicion now what it is in my case. I have a VirtualBox VM running with a port forwarding rule on port 18080, but right now *no* daemon running inside the VM.
-
rbrunner
Still, netstat gives me a line: TCP 0.0.0.0:18080 ThinkPad:0 LISTENING, and if I start a Windows daemon it complains that it cannot bind, which is understandable
-
moneromooo
-p gets you the pid of the listening process.
-
xiphon
^ not on win, there is another flag for tihs
-
rbrunner
yes, -o, trying right now
-
rbrunner
Yup, it's VirtualBox in my particular case. Learned something.
-
rbrunner
No running daemon anywhere, just a port forwarding rule defined for a running VM
-
rbrunner
But then maybe indeed nothing is wrong with the daemon and its error message, but simply the port used, for whatever reason
-
moneromooo
Wait a few minutes and see if it gets sweeped.
-
moneromooo
swept.
-
moneromooo
Sounds like a linger thing, which got changed not long ago.
-
rbrunner
Ok, try later, right now I have a daemon running in the VM :)
-
rbrunner
But I can imagine that VirtualBox just keeps it open if a port forwarding rule is defined. Anyway, normal users probably have different problems than me
-
matix-io
is it possible to perform any operations without having the entire chain downloaded?
-
asymptotically
matix-io: have a look at the daemon's --bootstrap-node option (or whatever it's called)
-
asymptotically
if you try to use a wallet while the daemon is unsynced, it will fall back to using a remote node
-
matix-io
asymptotically: thanks!
-
moneromooo
Som operations like signing a message or verifying one do not need chain data. Creating an address (including multisig). Checking balance and past txes (the chain data must have been available at some point in the past though).
-
bigslim[m]
moo, whats you auto updater deal for monero cli/gui?
-
bigslim[m]
link
-
moneromooo
Free.
-
moneromooo
For you, you can get two for the price of one.
-
Mochi101
Special!
-
Mochi101
-
moneromooo
-
Mochi101
Let him read. :P
-
Mochi101
I think that's a great idea btw moneromooo
-
Mochi101
After being in the community for a couple of years and going through a couple of forks I see that some people just build stuff and then walk away.
-
Mochi101
So it's good for people like that.
-
moneromooo
It won't nag people to update. Though monerod will.
-
Mochi101
mmm
-
hv-bridge
<BigSlim> 1 for price of 3
-
wow-discord1
<BigSlim> Man I get like 4 notifications on discord when someone tags me in the monero or aeon irc
-
louipc
lol do you get email too