-
selsta
.merge+ 7099 7086
-
xmr-pr
Added
-
selsta
.merge+ 7098
-
xmr-pr
...
-
xmr-pr
caozi522 opened issue #7171: The address created during synchronization is missing
-
xmr-pr
-
mj-xmr-pc
I've got something for your mind, your body and your soul:
monero-project/monero #7172
-
mj-xmr-pc
Hopefully this fixes the CI.
-
xmr-pr
mj-xmr opened pull request #7172: apt update before installing
-
xmr-pr
-
tvomme
Do you think that you are too smart to be in a cult? Then I would encourage you to look
-
tvomme
Do you think that you are too smart to be in a cult? Then I would encourage you to look
-
tvomme
into how any other cult works / worked. They aren't populated by stupid people.
-
tvomme
Aum Shinrikyo was almost exclusively university professors and graduates. For Pete's sake - they had the know-how and means to make WMDs.
-
tvomme
As to Monero, I would encourage you to look at Jonestown mass-suicide. You know why Jones killed them all?
-
tvomme
Because he was afraid he is loosing control over them. People like that will burn everything to the ground around them rather than give up control.
-
tvomme
Being smart doesn't make you immune to being in a cult. This is the most valuable lesson Monero taught me.
-
mj-xmr-pc
tvomme tries to push the XMR price down to buy more :)
-
focus-u-f
tvonme: u r talking about psychopats...not so many here ;)
-
moneromooo
What do people think about killing the p2p public node system ? It seemed like a good idea at hte time, but it got us --no-sync and the list is just riddled with the usual polluters.
-
xmr-pr
moneromooo-monero opened pull request #7173: restrict public node checks a little
-
xmr-pr
-
xmr-pr
moneromooo-monero opened pull request #7176: protocol: do not reuse m_requested_objects
-
xmr-pr
-
xmr-pr
moneromooo-monero opened pull request #7175: protocol: do not reuse m_requested_objects
-
xmr-pr
-
xmr-pr
moneromooo-monero opened pull request #7174: restrict public node checks a little
-
xmr-pr
-
ErCiccione[m]
I'm not a big fan of the idea. Not having to look for a public node is a huge UX improvements IMO
-
moneromooo
Only for people who want to shoot themselves in the foot though.
-
iDunk
I, OTOH, think everyone should run their own node.
-
Lyza
I mean I guess it comes down to whether it can be made reliable or not
-
Lyza
if it's reliable it's a great feature, if it's not it's not.
-
Lyza
having both simple and bootstrap maybe seems a little redundant. what if simple mode were replaced by bootstrap+no sync? Then your logic for connecting to other nodes stays in the daemon and the GUI wallet doesn't have to deal with it.
-
selsta
the logic does stay in the daemon already
-
selsta
simple mode = --bootstrap-daemon-address auto --no-sync
-
Lyza
I'm only going by the documentation but the guide I am looking at rn says simple mode does not run a local node
-
selsta
simple mode (bootstrap) = --bootstrap-daemon-address auto
-
Lyza
-
selsta
it runs a local node, you just don’t download the blockchain
-
Lyza
ok I believe you, I'm just saying that's not what the docs say
-
ErCiccione[m]
Lyza: The guide is a bit outdated probably, yes. I haven't much time to take care of it at the moment. Could you open an issue on the repo?
-
p0nziph0ne
hello, what will be fixed or what are the improvements for 17.1.8?
-
Lyza
<ErCiccione[m]> sure thing
-
ErCiccione[m]
thanks
-
anon_ajbuhaerugh
-
moneromooo
What is that question ?
-
anon_ajbuhaerugh
It's about the execution path of a rpc_access_data json request.
-
anon_ajbuhaerugh
I'm not the best programmer, so I'm going to try to explain.
-
anon_ajbuhaerugh
I see in that code, only when the json rpc is called, as apposed to the cli, the json_rpc_request function is called.
-
anon_ajbuhaerugh
-
anon_ajbuhaerugh
But in practice, I don't think it can ever be called.
-
anon_ajbuhaerugh
The logic for rpc payments requires that the rpc server be started in restricted mode.
-
anon_ajbuhaerugh
-
anon_ajbuhaerugh
So there is no way in which the previously mentioned code path can ever run.
-
moneromooo
I think you're correct.
-
anon_ajbuhaerugh
Is there a reason we can't have rpc_access_data, be unrestricted?
-
anon_ajbuhaerugh
The call itself, shouldn't allow people to modify their own balance, only view everyone's balance.
-
anon_ajbuhaerugh
It would reveal client ID's to the world, but I don't think that is a security issue. Correct me if I'm wrong.
-
moneromooo
It's none of the business of anyone else, really.
-
moneromooo
It should be able to be run on the restricted port, to read what's on the other one. But atm IIRC two servers are started, rather than a server listening on two ports. So that should be changed first.
-
anon_ajbuhaerugh
Ok, I hadn't realized there was that option.
-
anon_ajbuhaerugh
I just tried using --rpc-restricted-bind-port
-
anon_ajbuhaerugh
I first tied a jsonrpc call using sync_info i tried the restricted-bind-port, I got method not found as expected.
-
anon_ajbuhaerugh
Then I tried the same jsonrpc call for the unrestricted port 28081 in this case, and I was able to receive data back.
-
anon_ajbuhaerugh
I repated the same process for 'rpc_access_data', but I'm getting an error for the unrestricted port 28081. error code: 0
-
moneromooo
When I said "It should be able to be run on the restricted port" I meant "ideally it should be..."
-
moneromooo
ie, for it to work properly, there should be either one single server for the two ports, or some data sharing.
-
moneromooo
This is not currently the case.
-
anon_ajbuhaerugh
ok, do you mind if I document this and the conversation in github issues?
-
moneromooo
Feel free.
-
xmr-pr
t-900-a opened issue #7178: Make rpc_access_data method accessible via json rpc
-
xmr-pr