Код: Выделить всё
static void Main(string[] args)
{
new Thread(() =>
{
GetEthPrice();
}).Start();
try
{
var web3 = new Web3("https://mainnet.infura.io/v3/90068c63d5204a47a8ec864f10ad5fb2");
using (StreamReader file = new StreamReader("keys.txt"))
{
string line;
while ((line = file.ReadLine()) != null)
{
if (treADINT > 10)
{
Thread.Sleep(500);
}
else
{
new Thread(() =>
{
Run(EthECKey.GetPublicAddress(line), line);
}).Start();
}
}
}
}
catch { }
Console.ReadKey();
}
Подробнее здесь: https://stackoverflow.com/questions/782 ... bouncycast
Мобильная версия