< bitcoin-git>
[bitcoin] laanwj opened pull request #18851: refactor: Replace thread_local use with a mutex-protected map (master...2020_05_replace_threadlocal) https://github.com/bitcoin/bitcoin/pull/18851
< thomasb06>
wumpus: hello?
< thomasb06>
so, here is my computation:
< thomasb06>
say that a computers finds a nonce every second,
< thomasb06>
that is makes 2^128 target check per second,
< thomasb06>
nowadays, say computers check 10^12 nonces per seconds,
< thomasb06>
with Moore's law, it would take log(2^(128)/10^12)/log(2) years,
< wumpus>
thomasb06: I'm not here for casual chat sorry, this channel is for bitcoin core development, for general chat w/ other people about bitcoin join #bitcoin
< thomasb06>
wumpus: Sure... By the way, do you know where I can find a job?
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #18853: wallet: Fix typo in assert that is compile-time true (master...2004-walletAssertAlwaysTrue) https://github.com/bitcoin/bitcoin/pull/18853