13:13:56 Opening wallet and setting daemon do take an unusually long time. 13:14:13 Wonder if there are any optimizations that could be made there. 13:33:13 it is a offline wallet, so scanning blocks can not be. And I measured time for generating from keys, seed and open the wallet. Opening the wallet avg ~2m15s, and from keys (what I expected to be faster) and seeds is in the range from 2m and 4m10s, and weirdly it is usually on the top end or on the lower end, but very seldom at 3m... 13:37:53 On my development machine the same wallet take 5s to open (with the same settings: --offline) So, for the poor pi0 working 2-4min, there needs to be some heavy calculation going on. 14:15:31 Perhaps it's taking a long time to gather enough entropy for the keys? Afaik small devices like the RPi often suffer from lack of entropy sources 14:17:08 Does it take the same amount of time to open an existing wallet? Or to regenerate a wallet from a pre-existing set of keys or seed? 16:10:46 e​ndor00 not exaclty (always), but all takes >2min I expected the generating from keys the fastest, but general opening the wallet is with round about 2min 15s the fastest 16:13:06 But why it needs entropy for an existing wallet, seed, keys? and if I check in top the rpc process is all the time 98%, so don't think it is collecting entropy, but calculating something - but what still have no clue (didn't read code and analyzing it because of lack of time at the moment) 19:40:08 Any idea for when the patches for boost 1.85 will be mainlined, it already because to cause issue when you use package manager monero or your own build of monero, if your distribution updated to boost 1.85. 19:40:29 s/because/began/g