-
-
willshu[m]
Try to start a view-only wallet. But it stuck at `Pulling blocks: start_height 0` forever. Restart it several times and the same.
-
willshu[m]
Is it because of a slow internet?
-
moneromooo
You can break in the process in gdb, see what it's doing/waiting on.
-
willshu[m]
Hello, I can get node info from a public remote node
-
willshu[m]
curl -X POST node.monero.net:18081/json_rpc -H 'Content-Type: application/json' -d '{"jsonrpc":"2.0","id":"0","method":"get_info","params":""}'
-
willshu[m]
But when I set `node.monero.net:18081` as my remote node for my wallet, my wallet is very slow, stuck at 0.
-
selsta
did you try a different remote node?
-
UkoeHB
Why are calls to rpc on the same machine so slow? I am thinking about multisig functional tests, where setting up multisig accounts is like 10-100x slower than doing the same operation sequences in a plain c++ unit test.
-
UkoeHB
I guess it could be wallet2 overhead too.. not sure
-
moneromooo
IIRC, JSON load/save is a fair bit. vtnerd has a patch to speed that up somewhere.
-
moneromooo
There's also a known bug where the RPC just pauses for while, likely to do with TCP wait states.
-
moneromooo
It's also single threaded and takes the chain lock for most read ops, like everything else.
-
moneromooo
The patch from wfaressuissia might also help, as the RPC parsing does lots of alloc/free, which doesn't really help.
-
moneromooo
I'm maybe 80% sure the wfaressuissia patch deals with that, in part.
-
moneromooo
There's a log somewhere that tells you how much time was spent in serialization etc for RPC.
-
moneromooo
Somewhere in contrib/epee
-
moneromooo
Ah, net.
http:DEBUG, grep for "processed". It's coarse grained.
-
Dalek[m]
Does anyone work for Monero on OpenBSD?
-
Dalek[m]
Better questino: Does anyone run OpenBSD here?
-
Dalek[m]
s/questino/question/
-
jeffro256[m]
That might be a better question for #monero, there's a lot more people there
-
Dalek[m]
I asked twice about 2 bugs
-
Dalek[m]
And people seem to be too busy.. and me.. well not being an Monero dev I guess? <_<
-
jeffro256[m]
Also I might try posting to reddit.com/r/monerosupport with OS information and pictures of the weird behavior
-
Dalek[m]
Good. Then do that.
-
Dalek[m]
I do not use censorship-supporting platforms
-
jeffro256[m]
Could you give DM me specs and documentation of weird behavior?
-
Dalek[m]
Yes, I can PM you. I'll just copy-paste what I said in the past here
-
selsta
UkoeHB: could you reapprove?
monero-project/monero #7819 this was rebased after bp+
-
UkoeHB
selsta: done
-
selsta
thanks