XDAG v0.2.5 Release
We are pleased to announce that XDAG v0.2.5 is released.
Change list:
- 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 - New and change pool parameters and command:
mainblocks N
command - returns list of newest main blocks with some additional informationminedblocks N
command - returns list of last main blocks mined by current poollastblocks
command is marked as obsolete and will be removed in xdag v0.3.1miner <ADDRESS>
command - prints detailed information about specified miner-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