XDag v0.2.5
Windows x64: XDag.x64.zip
Windows x86: XDag.x86.zip
Mac: xdag.0.2.5.zip
List of changes:
- Increased performance of loading of storage folder and synchronisation between pools (up to 100%)
- 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
- Hashrate for miners is calculated by pool
- 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
- CPU-mining is removed from GUI-wallet.
- Order of transactions returned by 'block' command is changed. The newest transactions are shown first now
- 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. - Several small bug-fixes and improvements