|
November 03, 2019, 09:37:02 AM |
|
GTX1050Ti has has enough memory (4 GB) at least up to about the 355th DAG epoch for Ethereum (about 8-9 months). To solve the problem with Ether mining, you need to use a more suitable operating system, for example, Windows 7 or 8.1. There are data on video memory usage by different OSs while mining Ether on the GTX1050Ti at the 295th era (DAG size 3300 Mb), in Mb:
Windows 7 Professional - 3594 (OS reserves 294 MB with Nvidia drivers 440.97); Windows 8.1 - 3453 (OS reserves 153 MB on drivers 419.35); Windows 10 LTSC - 3621 (OS reserves 321 MB on drivers 419.35).
To radically solve the problem and ensure the longest time for mining on 4 Gb, you have to switch to a Linux-like OS, for example, HiveOS, Ubuntu, SMOS, etc. These systems reserve several times less memory than even Windows 7 or 8.1, which will extend the time of mining ether until the beginning of 2021. Also, to resolve the problem on Windows OS, you have to: increase the size of available virtual memory to a size equal to (N x DS + 4) GB, where N is the number of GPUs in the system, DS is the size of the DAG data block. For example, for one Nvidia GTX1050Ti video card, for mining Ether in November 2019, you need at least 1x3.34 + 4 = 7.34 Gb of virtual memory (better more); in BAT-file of the miner set the values that use all available video memory, namely: setx GPU_FORCE_64BIT_PTR 0 setx GPU_MAX_HEAP_SIZE 100 setx GPU_USE_SYNC_OBJECTS 1 setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_SINGLE_ALLOC_PERCENT 100 connect to the first PCI-E GPU slot GPU with a memory capacity of more than 4 GB; use drivers for GPU that consume the least amount of memory (388.13/388.71 or 419.35); use miners that work with less memory (for example Phoenix 4.7c uses less memory than Claymore 15.0); add in BAT-file options -eres 0 and -lidag 1; optimize OS: free up memory as much as possible, delete all files from the desktop, make desktop classical style filled with one color, disable unnecessary programs and decorations etc.
|