Version 1.0.5 is an important upgrade from version 1.0.4; it contains performance hardening changes to improve stability under high network load conditions.

Here is a full list of v1.0.5 changes:

Below is an example of how to calculate the dust threshold using the Python console:

$ python3
Python 3.8.5 (default, Jul 28 2020, 12:59:40)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>> def h(dust_relay_fee_per_kb):
… return 3 * int(182 * dust_relay_fee_per_kb / 1000)
…
>>> print (h(250))
135
>>>

*Note you will need to use the config option -blockassembler=legacy if you wish to continue to use the legacy block assembler for mining.

To download v1.0.5 click here