unknow$
unknow$
CC#
Created by unknow$ on 4/14/2024 in #help
Why do requests slow down the program so much?
How long can the wait be?
29 replies
CC#
Created by unknow$ on 4/14/2024 in #help
Why do requests slow down the program so much?
I'm aware, man, I'm just wondering why the processing speed of the program has decreased in this way.
29 replies
CC#
Created by unknow$ on 4/14/2024 in #help
Why do requests slow down the program so much?
do u have a idea
29 replies
CC#
Created by unknow$ on 4/14/2024 in #help
Why do requests slow down the program so much?
Why is this happening
29 replies
CC#
Created by unknow$ on 4/14/2024 in #help
Why do requests slow down the program so much?
😅
29 replies
CC#
Created by unknow$ on 4/14/2024 in #help
Why do requests slow down the program so much?
absolutely wrong
29 replies
CC#
Created by unknow$ on 4/14/2024 in #help
Why do requests slow down the program so much?
for (int i = 0; i < Environment.ProcessorCount; i++) { Thread thread = new Thread(async() => { while (true) { string mnemonicPhrase = new Mnemonic(Wordlist.English, WordCount.Twelve).ToString(); ExtKey masterKey = new Mnemonic(mnemonicPhrase).DeriveExtKey(); ExtKey btcPrivateKey = masterKey.Derive(keyPath_btc); PubKey pubKey_btc = btcPrivateKey.PrivateKey.PubKey; var btc_Address = pubKey_btc.GetAddress(ScriptPubKeyType.Legacy, Network.Main); Interlocked.Increment(ref localcheck); Console.WriteLine($"{localcheck} \n Address : {btc_Address} \n"); } }); thread.Start(); } In this state, the program can generate more than 1000 addresses per second. But when I add a request section to the program, this rate fall significantly. request section; try { string btc_Response = await client.GetStringAsync($"https://------/{btc_Address}"); } catch (Exception ex) { Console.WriteLine(ex.ToString()); }
29 replies
CC#
Created by unknow$ on 4/14/2024 in #help
Why do requests slow down the program so much?
alright
29 replies
CC#
Created by unknow$ on 4/14/2024 in #help
Why do requests slow down the program so much?
check dm
29 replies
CC#
Created by unknow$ on 4/14/2024 in #help
Why do requests slow down the program so much?
ill send video one sec
29 replies