Jake
Jake
@AdKiller It works for me even with Automatic Mode, both from new tabs and google search results. Domain pattern `consent.google.*` needs also youtube and doubleclick exludes, because they always try...
Also something similar happened a while ago: https://ropsten.etherscan.io/block/12080598 https://ropsten.etherscan.io/tx/0x249c9d5f2a5784d13bdae569f51f07298763fab2c3e2e842615e90e1095b52ba Although this was limited to 3 mio. gas and not a problem for the exact same node - it returned 177...
> > even the latest microG release did not solve the problem > > It's not a microg issue. It's the google apps themselves. It is absolutely a microG issue...
Also 2 cases on mainnet now: 1. https://etherscan.io/tx/0xb24837d52c3861c9ef77b13d1db801350f08387dc93b489b156bd2e62b9850b3 - 28 mio. gas 2. https://etherscan.io/tx/0xe313192dce958b606b1bad21c8890c1cf52460fa745e5239ef6841f91b5e46aa - 23 mio. gas In my testing besu takes over 200 seconds = 3 minutes to...
Ok, thank you. Yes, we are tracing every block, parsing the output to check for some calls/events on contracts/wallets we care about.
Hey @zalexua, thanks for trying it out and working on it. I can/will rebase the branch myself, for the other improvements please send PRs to the server-mode branch, so we...
It's intended behavior for the basic implementation, the [scanner stops](https://github.com/Jakeler/ble-serial/blob/main/helper/ble-autoconnect.py#L17) while a device is connected and only resumes afterwards. There was never much interest in the autoconnect tool, so a...
Hey @chris4git, this is not possible with the pty that ble-serial automatically creates, it's just not supported in linux for this interface. If you are ok with compiling and loading...
Let me calculate the probabilities again: One ESP does 24E3 H/s = 756E9 H/year (running constantly). Average block time did not change much, but the network hash rate increased to...
The cgminer code uses many functions/syscalls from Unix and libraries like curl, which makes it not easily portable to an ESP anyway. It probably makes more sense to write it...