Replies: 3 comments 3 replies
-
I've found a Difficulty greater than 4 always returns "undefined" and 4 just completes too quickly. |
Beta Was this translation helpful? Give feedback.
-
What if it was used to mine crypto to force scrapers to pay for their costs? And making webgl or webGPU a requirement to increase hardware costs since server CPUs don't have integrated graphics and usually scraping servers don't have dedicated GPUs either? However all humans will have a GPU that is integrated or dedicated to see webpages and will thus most likely support webGPU |
Beta Was this translation helpful? Give feedback.
-
SHA-256 is a hack and will not be around forever. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I threw together a little demo where I compute a challenge on the GPU with webgl: https://github.com/gartnera/sha256-webgl. Demo at https://sha256-webgl.agartner.com/
This should make the challenge computation faster since it can be parallelized on the GPU. I have not fully validated the performance of this process.
Another interesting thing I discovered was that chrome cannot solve this challenge when running without a GPU:
Beta Was this translation helpful? Give feedback.
All reactions