Skip to content

Releases: max-sanchez/PascalCoin-CUDA

[v1.05] Improved Proxy Miner

29 Aug 22:08
Compare
Choose a tag to compare

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

27 Jan 20:14
Compare
Choose a tag to compare

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

22 Oct 22:56
Compare
Choose a tag to compare

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

22 Oct 04:27
Compare
Choose a tag to compare

This version works with the proxy miner which connects directly to the official v1.0.9 wallet.

[v1.01] Specify Device to Use

11 Oct 20:11
Compare
Choose a tag to compare

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

11 Oct 00:44
Compare
Choose a tag to compare

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.