Skip to content

Releases: alexdovzhanyn/elixium_miner

1.2.0

19 Apr 02:46
b897223
Compare
Choose a tag to compare
1.2.0 Pre-release
Pre-release
Merge pull request #15 from ElixiumNetwork/implement-pico

Implement Pico

v1.1.4

18 Mar 18:54
b80e193
Compare
Choose a tag to compare
  • Updated config.toml with new seed IP addresses for testnet
  • Introduced a new unit of measuring Elixium tokens -- Ions, which are 1/10,000,000 of a token. Transactions are now denominated in ions.

v1.1.3

13 Dec 22:26
6447ccf
Compare
Choose a tag to compare
  • Fixed an issue where double spend transactions would clog miner, causing it to mine the same (invalid) block infinitely
  • Fixed an issue where forks wouldn't resolve when a fork occurred at index 0
  • Removed dependency on bootstrapping server, instead allowing a set of peers to be defined in config from which other peers will be discovered
  • Renamed config variable from cpu_cores to mining_processes to clear up confusion about how exactly the cores were being used

v1.1.2

09 Dec 23:39
ebc3104
Compare
Choose a tag to compare
  • Fixes issue where peers wouldn't properly authenticate and would get stuck in limbo
  • Adds option to change how many maximum inbound/outbound connections to have
  • Adds functionality to ask peers for a reconnection port in case of connection interruption
  • Fixes dropchain command to properly drop the chain

v1.1.1

08 Dec 00:34
085f2ef
Compare
Choose a tag to compare
  • Adds executable run file

v1.1.0

07 Dec 18:22
37f828c
Compare
Choose a tag to compare
  • Adds logging output to file (log/info.log by default)
  • Changes the way configuration is specified, we now use a TOML file in the root of the miner
  • Adds a few more configuration options, namely cpu_count to allow limiting miner to use only a certain amount of CPU cores
  • Fixes bug where miner processes would become unsynchronized and start mining blocks at different indexes (decreasing hashrate)

v1.0.9

06 Dec 23:20
4d00766
Compare
Choose a tag to compare
  • Fixes crash when last_n_blocks returned :none in the array

v1.0.8

06 Dec 22:25
902b818
Compare
Choose a tag to compare
  • Fixed issue where if block 0 was mined before syncing chain the miner would crash
  • Synchronized with latest core version
  • Added option to specify maxHandlers to increase / decrease connection pool

v1.0.6

03 Dec 17:35
c339bdd
Compare
Choose a tag to compare
  • Update to use core version 0.4.3
  • Adds more usage details
  • Fixes bug where connections would be opened to own IP (both local loopback and public IP)

v1.0.5

02 Dec 18:49
3da8dbd
Compare
Choose a tag to compare
  • Adds new command for usage instructions (elixium_miner usage)
  • Changes the way arguments are passed in to miner
  • Adds options to enable RPC and set RPC port
  • Adds block sync status
  • Adds new run.sh file for easy running of miner