└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # ewbf-btg-miner 2 | bitcoin gold cuda miner 3 | 4 | [Download Windows BTG Cuda Miner](https://github.com/poolgold/ewbf-miner-btg-edition/releases/download/v0.3.4b-BTG/BTG-nVidia.miner.0.3.4b.zip) 5 | 6 | [Download Linux BTG Cuda Miner](https://github.com/poolgold/ewbf-miner-btg-edition/releases/download/v0.3.4b-BTG/BTG-nVidia.miner.0.3.4b.Linux.Bin.zip) 7 | 8 | Writen for pascal gpus but works on cards with at least 1Gb memory, and Compute Capability 3 and higher. 9 | Miner contain dev fee 2%. 10 | 11 | History: 12 | Version 0.3.2b - BTG 13 | - Added support for Bitcoin Gold 14 | 15 | Version 0.3.2b 16 | Increased speed up to 2%, depends on card model. some cards not give any speed changes. 17 | Reduced gpu memory usage. 18 | Improved stability. 19 | 20 | Version 0.3.1b 21 | Increased speed up to 4%, depends on card model. some cards not give any speed changes. 22 | Minor optimizations. 23 | 24 | Version 0.3.0b 25 | - Integrated nvml (NVIDIA Management Library) for temperature monitoring. 26 | - Added option --templimit for set max gpu temperature. 27 | - Added option --logfile for custom file name. 28 | - Added option --api simple json based api. 29 | - Option --solver now allow you to set solvers for different devices. 30 | - Optimizations up to 2% depends on cards. 31 | - See file Help.txt for more detailed help. 32 | 33 | Version 0.2.0b 34 | - Added three additional solvers. 35 | - Added benchmark which test each solver on miner start and select fastest for each card. 36 | - Added option --solver to manual solver selection. 37 | - Added option --eexit to exit when the miner fails, it will allow you to use a script to automatically restart or perform other actions 38 | - Added option --log logging to a file. 39 | - Minor optimizations of solvers and working loop as a result 1 - 4% speed increase depends on card model. 40 | - Thanks to new solvers now this version must work with old gpus better. 41 | - For more info about new options see help -h for short explanation and examples. 42 | 43 | Version 0.1.0b 44 | Speed increase 2 - 5% 45 | For old cards compute capabilities 2.x 3.x try version 0.0.6b it can be faster. 46 | 47 | Version 0.0.9b 48 | - Speed increase to 10%. 49 | - NOTE this version can be unstable. 50 | - For old cards compute capabilities 2.x 3.x try version 0.0.6b it can be faster. 51 | 52 | Version 0.0.8b 53 | - "Cosmetic" optimizations of solver. Increased speed around 2% 54 | - Reduced amount of rejected shares. 55 | - New dynamic intensity system. 56 | 57 | Version 0.0.7b 58 | - Performance improvements. Old cards may be slower than with version 0.0.6b. 59 | - I wanted release it as fast as possible. So new solver can be less stable. 60 | 61 | Version 0.0.6b 62 | - For some older cards performance improvements up to 10% 63 | - Bug fixes 64 | 65 | Version 0.0.5b 66 | - Speed improvement up to 20% 67 | - Fixed stratum compatibility (works better with many pools) 68 | - Fixed 1Gb card bug 69 | - Added statistic (counter of shares and ping) 70 | 71 | Version 0.0.4b 72 | - Completely new watchdog system. 73 | - Fixed a bug in the solver 74 | - Binary linux version compiled and tested in debian. 75 | --------------------------------------------------------------------------------