I know for the testnets we temporarily do not need auth. Is this now also the case for local dev work on baby-fleming?
I am running auth as previously.
Maybe this is why its taking literally 4 hours to put a series of 5,10,20,50, 100 and 200MB standard files?
yes, correct, you can either use authd or not, just like in testnets.
Authd is not involved in any actions made by CLI after it’s authorised, you can kill authd once you authorised CLI. Authd only gives CLI a keypair with testcoins it can use for all the commands, and this is why we are able to avoid the use authd in testnets and just use the $ safe keys create --test-coins --for-cli command.
Maybe it is slow for the same reasons the test networks are slow. A local network is now doing the same, and maybe it’s not so good with a small number of nodes?
Perhaps I am being unfair and comparing apple to oranges. Previously baby-fleming performance locally was OK but now I am using sn_node V0.39.2 which has a lot more work to do.
Still here I am at an 8-core 3.6Ghz i7 box with 16Gb of RAM and its taking hours to handle files of fairly modest size.
I am also aware that we do need functionality first and performance later
You lot are also aware that I enjoy moaning.