Blagodarenko / XPlotter

CPU plotter for BURST
GNU General Public License v3.0
54 stars 26 forks source link

fix VS build + remove extra nonce count in plot file name #7

Closed naiduv closed 6 years ago

naiduv commented 6 years ago
  1. The .sln expected to find vcproj in a sub folder. Fixed to use the vcproj in root directory.
  2. The plotter files were having the nonce count twice in the plot name. (addr_startnonce_nonces_nonces)
Blagodarenko commented 6 years ago

miners will try to find plots by mask "ID_sn_nonces_stagger". For optimized plots nonces = stagger, so before this changes, need change the miner's code