-
selsta
.merges
-
xmr-pr
Merge queue empty
-
selsta
hmm I remember adding things to it but I can’t find it in the logs...
-
selsta
.merge+ 6947 6956 6977 6989 7003
-
xmr-pr
Added
-
selsta
vtnerd: please rebase 7009 (not urgent)
-
selsta
-
selsta
replace with the following sentence
-
selsta
if you’re using the --rpc-restricted-bind-port option along with --rpc-bind-ip currently you will need to add the new --rpc-restricted-bind-ip arg or else the daemon will bind restricted RPC only to localhost.
-
sethsimmons
Sorry 😢
-
sethsimmons
Got the syntax mixed up
-
selsta
np
-
selsta
-
xmr-pr
selsta opened pull request #7104: workflows: shorten name
-
xmr-pr
-
xmr-pr
selsta opened pull request #7103: workflows: add depends workflow, upload binaries
-
xmr-pr
-
cvg8
Please what causes The I2P OUT connections all disconnected in a matter of minutes?
-
cvg8
i am using i2p java(not zero)
-
selsta
do you have --anonymous-inbound?
-
selsta
It is possible that we have too aggressive timeouts for I2P, Tor seems to work a bit better
-
cvg8
yes i have. but no INC , I think it's because NAT?
-
gingeropolous
[P2P2] ERROR net contrib/epee/include/net/abstract_tcp_server2.inl:1576 [sock 173] Failed to start connection, connections_count = 795
-
gingeropolous
is this likely due to some file limit or something variable in the system?
-
xmr-pr
selsta opened pull request #7105: travis: remove from repo
-
xmr-pr
-
cvg8
Latest version without blocklist +2 issue is still to me
-
sech1
cvg8 check your log and see if it's blocking any nodes. It might take a while until it blocks all malicious nodes one by one.
-
cvg8
ok 51.79.58.90 , 51.68.209.38 it's gone takes a few minutes
-
sech1
yes, they're both in the block list
-
sech1
-
cvg8
ok ,thanks
-
sech1
They are known malicious nodes, better to block them right away
-
ragn4
sech1, what can do a bad node?
-
sech1
a lot of things, from spying on transactions to disrupting the network
-
sech1
-
Inge-
ragn4: it can NOT put your funds at risk (but might stop you from spending them), it can not reveal the destination address, or the amount.
-
ragn4
then those nodes are from the nsa?
-
ragn4
or just the bytecoin devs jaja
-
monero-is-best[m
can anyone point me at a simple monero task I can do to get started?
-
monero-is-best[m
a beginner friendly bug
-
monero-is-best[m
or feature enhancement. I know c++, java, js well
-
moneromooo
-
monero-is-best[m
moneromooo: thank you. I will explore it. btw could I get paid by doing something like that?
-
moneromooo
Unlikely.
-
moneromooo
For some larger body of work though, there's a CCS (ccs.getmonero.org) which can provide funding,
-
monero-is-best[m
:(
-
monero-is-best[m
I doubt I have that much time. I just wanted to pitch in when I had some time.
-
Lyza
The CLI can transact with the +2 blockheight problem. Feather wallet can also do it. But the GUI wallet cannot. I thought that was an oversight that was going to be fixed in *.1.6 but apparently not? Is there a reason to keep the GUI this way?
-
xiphon
"Is there a reason to keep the GUI this way?" -> is the daemon issue, should be fixed on the monerod side
-
tobtoht_
Lyza: I submitted a patch, it did not make it in
-
Lyza
xiphon I mean I don't disagree that it should be fixed in the daemon as well but what's the reasoning for the CLI and GUI to behave differently here? I don't get it.
-
Lyza
tobtoht_ do you have a link?
-
tobtoht_
-
Lyza
thanks
-
Lyza
Ig I sort of get it but consistent behavior between official wallets does still seem desirable *shrug*
-
hyc
both CLI and GUI use the same libwallet codebase
-
selsta
CLI uses wallet2 directly
-
hyc
so? the other is just a wrapper around wallet2
-
tobtoht_
the issue is inside the wrapper
-
hyc
ugh. then the wrapper is not just a wrapper any more, and that was a mistake.
-
hyc
all of this should start over and both CLI and GUI should just be frontends to wallet-rpc
-
hyc
having diverging code in the official source tree like this is ... sloppy
-
tobtoht_
hyc: would be feasible once wallet-rpc opens its interface _before_ it starts the wallet refresh
-
tobtoht_
now you have to wait an indefinite amount of time before you can any information from the wallet
-
hyc
sounds like that should be fixable
-
selsta
.merge+ 7106 7107
-
xmr-pr
Added
-
selsta
.merge+ 7009
-
xmr-pr
Added
-
xstatic2012
Prove that you really have the most critical thinking community. Come to
t.me/get_monero and let's discuss things like adults.
-
gingeropolous
2020-12-10 15:53:19.937 [RPC0] ERROR net.http contrib/epee/include/net/http_protocol_handler.inl:318 [IP:port INC] simple_http_connection_handler::handle_char_out: Error state!!!
-
gingeropolous
im seriously thinking of just grepping my logs for ERROR, then extracting the IP and then blocking via firewall
-
gingeropolous
i think IP is always bracketed like [IP:port IN/OUT] right? should make for easy cut parsing
-
moneromooo
Yes.
-
xmr-pr
moneromooo-monero opened pull request #7109: protocol: fix switchting to adding blocks if noone's adding the next …
-
xmr-pr
-
xmr-pr
moneromooo-monero opened pull request #7108: protocol: fix switchting to adding blocks if noone's adding the next …
-
xmr-pr
-
gingeropolous
huh. this error state shows up when i legitimately try to connect to a remote node from the GUI
-
gingeropolous
aaand now the gui won't close :(
-
selsta
it should close if you wait long enough, it tries to exit cleanly, else just force quit it
-
gingeropolous
[RPC1] ERROR net.http contrib/epee/include/net/http_protocol_handler.inl:387 [IP:PORT INC] simple_http_connection_handler<t_connection_context>::handle_invoke_query_line(): Failed to match first line:
-
gingeropolous
yeah, so thats from a legitimate attempt from my GUI to access the node
-
gingeropolous
ah well, there goes that idea
-
selsta
gingeropolous:
monero-project/monero #7081 might be interesting for you
-
xmr-pr
moneromooo-monero opened pull request #7110: protocol: drop origin IP if a block fails to verify in sync mode
-
xmr-pr
-
xmr-pr
moneromooo-monero opened pull request #7112: rpc: report target height as 0 when synced
-
xmr-pr
-
xmr-pr
moneromooo-monero opened pull request #7111: protocol: drop origin IP if a block fails to verify in sync mode
-
xmr-pr
-
Guest_83
?
-
moneromooo
fluffypony: do you know about
monero-project/monero #7077 for sure ?
-
fluffypony
yes it's the root
-
fluffypony
-
fluffypony
you can see the query order there
-
moneromooo
ty
-
xmr-pr
moneromooo-monero opened pull request #7113: simplewallet: don't complain about connecting to the daemon when offli...
-
xmr-pr
-
xmr-pr
moneromooo-monero opened pull request #7114: protocol: fix asking for pruned blocks for v10
-
xmr-pr
-
xmr-pr
moneromooo-monero opened pull request #7115: cmake: fix "release" version string on tagged releases
-
xmr-pr
-
xmr-pr
moneromooo-monero opened pull request #7118: protocol: add a sanity check to the number of block hashes sent
-
xmr-pr
-
xmr-pr
moneromooo-monero opened pull request #7117: protocol: add a sanity check to the number of block hashes sent
-
xmr-pr
-
selsta
.merge+ 7116 7115 7102 7106 7107 7108 7109 7110 7111 7104 7104 7100 7101 7117 7118
-
selsta
that’s a lot of PRs...
-
selsta
7106 7108 7110 would benefit from a second look
-
selsta
.merge+ 7105 7103
-
xmr-pr
Added
-
xmr-pr
moneromooo-monero opened pull request #7119: protocol: add calls to reserve where appropriate
-
xmr-pr
-
selsta
luigi1111w: please merge 7108 7109 early so that we can avoid merge conflict
-
luigi1111w
done
-
selsta
thx
-
selsta
moneromooo: please rebase 7110 7111
-
moneromooo
done
-
selsta
.merges
-
xmr-pr
6947 6956 6977 6989 7003 7009 7100 7101 7102 7103 7104 7105 7106 7107 7110 7111 7115 7116 7117 7118
-
selsta
.merge- 6989
-
xmr-pr
Removed
-
sethsimmons
So — the +2 height issue is completely disabling all BTCPayServer Monero users ATM, it appears
-
sethsimmons
Anyone running that is getting fed the false block-height and unable to sync because of it.
-
sethsimmons
Is there any other fix except the ban-list? Apparently they use a custom Docker Monero image that doesn’t allow easily adding in the ban-list.
-
sethsimmons
I’ve had two separate merchants reach out to me on Twitter about this, as we were hoping v0.17.1.6 would resolve this in some way.
-
selsta
hmm, both CLI and RPC should not have issues
-
selsta
but I don’t know what BTCPayServer does exactly
-
sethsimmons
Yeah me either TBH
-
sethsimmons
It must use the same wrapper as the GUI if it’s still having the issue on v0.17.1.6
-
xmr-pr
moneromooo-monero opened pull request #7120: protocol: fix asking for pruned blocks for v10
-
xmr-pr
-
selsta
.merge+ 7114 7120 7121 7122
-
xmr-pr
Added
-
xmr-pr
moneromooo-monero opened pull request #7122: protocol: one more sanity check on usable data from a peer
-
xmr-pr
-
xmr-pr
moneromooo-monero opened pull request #7121: protocol: one more sanity check on usable data from a peer
-
xmr-pr
-
selsta
.merges
-
xmr-pr
6947 6956 6977 7003 7009 7100 7101 7102 7103 7104 7105 7106 7107 7110 7111 7114 7115 7116 7117 7118 7120 7121 7122
-
selsta
luigi1111w: not sure how available you are, but it would be great if you could merge these and tag v0.17.1.7
-
selsta
if you have less time I can write you the release-v0.17 PRs list specifically