@polyminer
@jason
How many blocks per month would an AMD Ryzen 7 2700x be able so solve?
I ran the TESTNET on various old CPUs and have no clue which one to use.
I have this one. But it only has a fan controller with fans hooked up to it.
Run them all independently, so they all have seperate work. Maybe I'm wrong, if so please correct.
Polyminer released his open source RandomHash today. Get it and be ready for hard fork on Nov 15.
Sources : https://github.com/polyminer1/rhminer
Binaries : https://github.com/polyminer1/rhminer/tree/master/Release
I did try that. One server node and few local mining nodes. I only have one IP address.
Would you happen to have the link to the miner source code? I have been using the one from official repository. It compiles and runs fine.
But Polyminer worked on RandomHash, so I would rather use his code. He probably has GitHub. I shall look for it later.
Thanks.
The link to polyminer is right there... except there is a 1 behind it... polyminer1... seems to be what you looking for.
I see lots of C/C++ code... some of it is related to randomhash, some of that could be avoided with a delphi to cuda interface library which I have but no others are on the internet as far as I know... so some unneccessary work was done, then again all that c/c++ code will benefit somewhat from c/c++ compiler optimizations perhaps not a lot though. Then there is additional c/c++ source code not really related to random hash only but also stratum and pool mining and such...
Overall it's somewhat interesting... I have GT 520 with only 48 cuda cores... I think this is a fermi based cuda card. I might purchase a GT 720/730 or something like that... which will have 384 cuda cores but still passively cooled and even cooler than GT 520 Not sure what architecture GT 720/730 is or something like that... the asus manufacturer version with blue heatsink. Will look into this later, might also give a nice boost to world of warships Will have to order it online though... cause like PC shops probably don't have it.
I will still try this polyminer/rhminer on this cuda fermi architecture to see if it can work on that as well, if not might require some recompiles here and there and maybe adjustments... older cuda architectures seems supported to... so not sure if rhminer use special cuda 9 features or something... it might though... problem for my machine is visual studio 2017 community edition completely fucked up the installation and deinstallation and probably won't ever work on this system, though this reminds me I do have a windows 10 virtual machine with visual studio 2017 community edition installed, this could probably be used to test/compile this c/c++ source code... that's a little bit interesting... it would be a bit slow to run this vm but doable... could even install additional software... old vmware 8 software though, 32 bit even... but enough to run this... though no cuda support probably... I wonder if newer virtual machine software can "pass through cuda..." like "pass-through graphics drivers" hmmm...
Today there will probably be an AMD presentation about "next horizon"... probably chiplet design of new processor. I also watched some benchmark results. Zen/Threadripper 2920x processor seems like a nice choice if I were to build a new system... this processor can do it all, be productive and still game... the higher models have gaming issues with infinity fabric... the higher models have memory latency issues cause it most be passed from core to core which kinda sucks. I hope their next design will be many cores around a single memory chip to keep memory latencies consistent... that would be awesome. Then I may wait till 2019 to buy such a system. There is another somewhat problem with this 2920x (promontory chipset) it probably contains hardware backdoors, but nowadays all hardware is pretty vunerable... so perhaps this is a somewhat mute point, but still a concern...
I was wondering what this rhminer thing was during the testing... so now I know... thx jason for informing us about polyminer1's rhminer for cuda and such... not sure if it also runs on opencl (?) anyway was polyminer1 paid to do this work ? I would guess so ?
https://github.com/PascalCoin/PascalCoin/blob/master/PIP/PIP-0020.md
Perhaps not though, this pip does not mention anyway salary/payment figures
This rhminer does have option to either pay or not pay 1% to polyminer I wonder what happens if it is disabled... will it do something weird then ?
@Jason what are your plans for your coinotron mining pool ?!? Will all your miners upgrade to new randomhash mining software ? How is that proceeding ?
Also does anybody have any idea how this will affect nanopool ?!?!?
I am not sure if polyminer1 read this thread my question for him would be:
1. Did you "profile/benchmark" randomhash with delphi/pascal code first to see where major bottlenecks occur in randomhash ? Or was randomhash simply converted to c/c++ without doing any bottleneck/performance analysis in delphi/pascal code ?