nazarov-ae

Results 4 comments of nazarov-ae

Similar problem. The browser closes after clicking the settings button. browser: 22.3.1.922 stable (64-bit) yandexdriver: 22.3.1.899 os: ubuntu 20.04

> Could you please give me a code snippet for this case ? ```python binary_driver_file = './_bin/yandexdriver' options = webdriver.ChromeOptions() service = Service(binary_driver_file) driver = webdriver.Chrome(service=service, options=options) driver.get('https://yandex.ru') sleep(300) ```

Last 24 hours hashrate is between 8 and 11 kH/s. According cpufreq-info frequency is 3.29 GHz and is 3.19 GHz for first and second CPU. CPU temperature is ```bash sensors...

> After looking into increased core count on Intel cpus causing reduced hashrates have you tried changing the used cores to find an optimal #? I'll try it. For single...