Releases: max-sanchez/PascalCoin-CUDA
[v1.05] Improved Proxy Miner
The java proxy now supports passing in command line arguments for the host, port, number of GPUs to support, and prefix, so it can be started with a script.
No changes have been made to the mining software itself and performance should be identical. The sm53 binaries still appear to work best for 1080/1080 Tis.
[v1.04] Significant Performance Improvements
Adopted some of KlausT's modifications for significant performance improvements (~360% faster).
Have yet to mine a block with this version (very high difficulty), use at your own risk.
[v1.03] Proxy v2 Miner Support
Updated the miner to work with v2 of the proxy, which enables device-specific header outputs so as to ensure GPUs don't duplicate each others' work.
[v1.02] Proxy Miner Support
This version works with the proxy miner which connects directly to the official v1.0.9 wallet.
[v1.01] Specify Device to Use
This release adds the ability to specify which device to run on. Simply add the argument of the form "dX" when running the miner (for example, "d0" runs on device 0, "d1" runs on device 1, etc.
[v1.00] Initial Release
This release is the initial release of the unneutered version of the PascalCoin CUDA miner. You're better off downloading the complete package present on the bitcointalk thread to get the special PascalCoin wallet required to mine with this. Future releases will support the default wallet, which just added the RPC support necessary for mining.