09:00:39 * willshu[m] uploaded an image: (707KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/RxJoNwpkzyoWNKavwRlkbDLQ/Screen%20Shot%202022-04-11%20at%204.59.35%20PM.png > 09:01:16 Try to start a view-only wallet. But it stuck at `Pulling blocks: start_height 0` forever. Restart it several times and the same. 09:01:30 Is it because of a slow internet? 09:08:19 You can break in the process in gdb, see what it's doing/waiting on. 14:10:36 Hello, I can get node info from a public remote node 14:10:36 curl -X POST node.monero.net:18081/json_rpc -H 'Content-Type: application/json' -d '{"jsonrpc":"2.0","id":"0","method":"get_info","params":""}' 14:11:29 But when I set `node.monero.net:18081` as my remote node for my wallet, my wallet is very slow, stuck at 0. 14:12:46 did you try a different remote node? 17:09:56 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. 17:11:15 I guess it could be wallet2 overhead too.. not sure 17:20:01 IIRC, JSON load/save is a fair bit. vtnerd has a patch to speed that up somewhere. 17:20:36 There's also a known bug where the RPC just pauses for while, likely to do with TCP wait states. 17:21:10 It's also single threaded and takes the chain lock for most read ops, like everything else. 17:22:01 The patch from wfaressuissia might also help, as the RPC parsing does lots of alloc/free, which doesn't really help. 17:22:34 I'm maybe 80% sure the wfaressuissia patch deals with that, in part. 17:23:45 There's a log somewhere that tells you how much time was spent in serialization etc for RPC. 17:23:52 Somewhere in contrib/epee 17:25:05 Ah, net.http:DEBUG, grep for "processed". It's coarse grained. 17:33:20 Does anyone work for Monero on OpenBSD? 17:33:36 Better questino: Does anyone run OpenBSD here? 17:33:41 s/questino/question/ 19:32:18 That might be a better question for #monero, there's a lot more people there 19:33:29 I asked twice about 2 bugs 19:33:43 And people seem to be too busy.. and me.. well not being an Monero dev I guess? <_< 19:33:45 Also I might try posting to reddit.com/r/monerosupport with OS information and pictures of the weird behavior 19:34:15 Good. Then do that. 19:34:15 I do not use censorship-supporting platforms 19:49:29 Could you give DM me specs and documentation of weird behavior? 19:50:40 Yes, I can PM you. I'll just copy-paste what I said in the past here 22:57:01 UkoeHB: could you reapprove? https://github.com/monero-project/monero/pull/7819 this was rebased after bp+ 22:59:58 selsta: done 23:00:41 thanks