Skip to content

XDag v0.2.5

Compare
Choose a tag to compare
@jonano614 jonano614 released this 11 Jul 23:22
· 803 commits to master since this release

Windows x64: XDag.x64.zip
Windows x86: XDag.x86.zip
Mac: xdag.0.2.5.zip

List of changes:

  1. Increased performance of loading of storage folder and synchronisation between pools (up to 100%)
  2. Worker names. Now it is possible to mark your rigs with names and track them. New version of Dagger Gpu Miner (v0.3.0) supports that feature
  3. Hashrate for miners is calculated by pool
  4. It is not necessary to specify pool address to start a wallet. You can start executable file without any parameters and wallet will automatically connect to any available pool
  5. CPU-mining is removed from GUI-wallet.
  6. Order of transactions returned by 'block' command is changed. The newest transactions are shown first now
  7. Pool:
    a. ‘mainblocks’ command - returns list of newest main blocks with some additional information
    b. ‘minedblocks’ command - returns list of last main blocks mined by current pool
    c. ‘lastblocks’ command is marked as obsolete and will be removed in xdag v0.3.1
    d. ‘miner ’ command - prints detailed information about specified miner
    e. ‘-dm’ startup option - makes it possible to disable mining at all on the current pool. Disables generating new blocks each 64 seconds and pool is not available for connections for miners. This option is necessary for block explorer.
  8. Several small bug-fixes and improvements