Skip to content

Releases: Blagodarenko/XPlotter

XPlotter v1.1

01 Feb 19:52
62085b8
Compare
Choose a tag to compare
XPlotter v1.1 Pre-release
Pre-release

bit faster
add avx2 support

XPlotter v1.0

03 Jan 07:35
Compare
Choose a tag to compare
  • If Xplotter run as Admin (administrator rights) - it's create empty (zero'd) plot much faster
  • You can turn off Xplotter at any time, and later may continue plotting (works only at NTFS)

XPlotter v0.7

27 Dec 04:57
Compare
Choose a tag to compare
  • fixed bug (start_nonce always was =0 while generating nonces)
  • add drive info
  • add parameter -mem

XPlotter v0.6

18 Dec 18:35
Compare
Choose a tag to compare

Usage:

XPlotter_avx.exe -id ID -sn start_nonce [-n nonces] -t threads [-path d:\plots]

XPlotter_avx.exe - for CPU with AVX support
XPlotter_sse.exe - for CPU w/o AVX support

Technical information:
If not specified the number of nonces, or it is 0, the file is created on all the free disk space.

The calculation of nonces is in threads. Parallel computing nonces (after the first iteration) is asynchronously recorded to the drive without using the system write caching (FILE_FLAG_NO_BUFFERING).

If the free RAM is not enough to generate the nonces, the nonces number will be decreased, the number of threads remains unchanged.

When you start the plotter creates an empty file desired size, it prevents a write error if for some reason the drive space is reduced while plotting.

Recording to drive produced in 4096 iterations, of approximately by 512 KB.