Show HN: SHAllenge – Compete to get the lowest hash
shallenge.quirino.net
Show HN: SHAllenge – Compete to get the lowest hash
1–10 of 136 posts
Re: Show HN: SHAllenge – Compete to get the lowest hash
#2Re: Show HN: SHAllenge – Compete to get the lowest hash
#3Design/colour scheme is nice too.
Re: Show HN: SHAllenge – Compete to get the lowest hash
#4I like that you linked to a javascript miner. Makes it really easy to try instead of needing to write up some code. Design/colour scheme is nice too.
Curiously most of the code for that JS miner was written on my phone, with the help of ChatGPT.
I didn't have my laptop with me and was curious how fast a phone browser would be able to mine.
Re: Show HN: SHAllenge – Compete to get the lowest hash
#5I like that you linked to a javascript miner. Makes it really easy to try instead of needing to write up some code. Design/colour scheme is nice too.
The go program beat the javascript miner within seconds. Right now it's that easy to get into the top 10.
Re: Show HN: SHAllenge – Compete to get the lowest hash
#6I like that you linked to a javascript miner. Makes it really easy to try instead of needing to write up some code. Design/colour scheme is nice too.
I ran the javascript miner for like an hour, then I asked ChatGPT to write some go code that worked perfect (minus an unused variable error). The go program beat the javascript miner within seconds. Right now it's that easy to get into the top 10.
I'm using my own SHA256 implementation in C++, and it is at least 100 times faster than the JS one. I've measured it to be about as fast as the one on the Go standard library.
Re: Show HN: SHAllenge – Compete to get the lowest hash
#7Earlier quoted context omitted.
I ran the javascript miner for like an hour, then I asked ChatGPT to write some go code that worked perfect (minus an unused variable error). The go program beat the javascript miner within seconds. Right now it's that easy to get into the top 10.
Maybe I should include a warning that it is pretty slow. I'm using my own SHA256 implementation in C++, and it is at least 100 times faster than the JS one. I've measured it to be about as fast as the one on the Go standard library.
I assume anyone with knowledge about GPU hashing and the will would be able to steal the top spot very quickly. Assuming seletskiy isn't already that guy. I don't have a good grasp on the compute difference between 8-9 0s and 10 0s in a reasonable amount of time.
Re: Show HN: SHAllenge – Compete to get the lowest hash
#8Earlier quoted context omitted.
Maybe I should include a warning that it is pretty slow. I'm using my own SHA256 implementation in C++, and it is at least 100 times faster than the JS one. I've measured it to be about as fast as the one on the Go standard library.
Anyone who stumbles into your SHAllenge ought to know that JS isn't going to be really competitive, so I think you're good. A warning might encourage them to delve a little deeper. I like that it makes it very accessible. I assume anyone with knowledge about GPU hashing and the will would be able to steal the top spot very quickly. Assuming seletskiy isn't already that guy. I don't have a good grasp on the compute di…
Re: Show HN: SHAllenge – Compete to get the lowest hash
#9Earlier quoted context omitted.
Maybe I should include a warning that it is pretty slow. I'm using my own SHA256 implementation in C++, and it is at least 100 times faster than the JS one. I've measured it to be about as fast as the one on the Go standard library.
Anyone who stumbles into your SHAllenge ought to know that JS isn't going to be really competitive, so I think you're good. A warning might encourage them to delve a little deeper. I like that it makes it very accessible. I assume anyone with knowledge about GPU hashing and the will would be able to steal the top spot very quickly. Assuming seletskiy isn't already that guy. I don't have a good grasp on the compute di…
I felt like I got enough out of this exercise and don't need to burn more CPU cycles on it :)