Skip to content

Releases: dynexcoin/Dynex

Dynex v.2.2.2-20240401-(#non-privacy).8e9f077

01 Apr 18:40
Compare
Choose a tag to compare

Dynex "non-privacy" core and wallet package containing:

  • dynexd (daemon) - non-privacy
  • simplewallet (CLI wallet) - non-privacy
  • dynexwallet (GUI wallet) - non-privacy
  • connectivity-tool
  • Min. 5GB HDD, 2 CPU cores and 8GB RAM recommended
  • Ports 17333, 17336 for p2p connectivity of nodes

Release file checksums (sha)

  • Dynex-main-d30c774-macos-12.zip: 09296cefaa22693e4ad6a491ec0348d7fb13f3aa
  • Dynex-main-d30c774-ubuntu-20.04-linux-x64-core-avx2.zip: f7b20420f2d70241e300f3d929ae80b8fdda7260
  • Dynex-main-d30c774-ubuntu-20.04-linux-x64-core2.zip: 7062747fd40b18c9f127cc44482446811f5b7b91
  • Dynex-main-d30c774-ubuntu-20.04-linux-x64-nocona.zip: bb092280980394939f3ac245a81bd601fa9c037a
  • Dynex-main-d30c774-ubuntu-22.04-linux-x64-core-avx2.zip: 84c038afe2669a957cd412890aa5a1bd416c446a
  • Dynex-main-d30c774-ubuntu-22.04-linux-x64-core2.zip: e5a996583b64250f5966be33783435b1db8a90f0
  • Dynex-main-d30c774-ubuntu-22.04-linux-x64-nocona.zip: f5c112aa029693186ebc20e75a8b0dfacbe2215a
  • Dynex-main-d30c774-windows.zip: 1a34bf6203bae1a58e86ecf299a060f697bff35d
  • Dynex-main-d30c774-windows-WalletGui.zip: 6954bdbd7abd11bf1687e51c88f020122c412e2a

Release notes 8e9f077

  • added support for arm64 builds (Apple, Ampere)
  • latest checkpoint is loaded from api endpoint on startup
  • fast reindexing and block explorer indicies speedup
  • fixed fusion and send-to-self transactions
  • fixed wrong slow-hash on some gcc builds and added runtime test to core
  • fixed wallet default fee value
  • reduce VirusTotal score
  • many small fixes and optimizations

Simplewallet:

  • added interactive mnemonic seed import
  • fixed interactive import from private key

Wallet Gui:

  • full non-privacy data support: show incoming and outgoing tx addresses (even after import)
  • added proof of reserve
  • added QT6 support
  • added global address book option
  • added progress bar for sync process
  • added address book sorting for send address selection
  • added tray icon during splash to open it back
  • added log-level option
  • fixed number of confirmations for transaction status
  • use local time in status line
  • always update balance and locked amounts
  • loading wallet of any size in few seconds
  • reduced memory usage
  • improved shutdown
  • new MacOS icon (black)
  • new Windows icon (transparent)

Dynex v.2.2.2-20231220-(#non-privacy).d30c774

20 Dec 14:00
Compare
Choose a tag to compare

Dynex "non-privacy" core and wallet package containing:

  • dynexd (daemon) - non-privacy
  • simplewallet (CLI wallet) - non-privacy
  • dynexwallet (GUI wallet) - non-privacy
  • connectivity-tool
  • Min. 5GB HDD, 2 CPU cores and 8GB RAM recommended
  • Ports 17333, 17336 for p2p connectivity of nodes

Important Notes

  • CLI/GUI/walletd wallets: transactions and balances remain unchanged; since 12/15/23 only non-privacy tx are accepted
  • dynexd nodes: synchronization data remains unchanged; since 12/15/23 only non-privacy tx are accepted
  • All transactions performed with the updated version are containing wallet address and amounts
  • Up until 12/15/23, legacy nodes and wallets had been supported
  • Since 12/15/23, nodes ceased to accept privacy transactions

Release file checksums (sha)

  • Dynex-main-d30c774-macos-11.zip: e923fa63a7292017f01177e7372386a1255d7b49
  • Dynex-main-d30c774-macos-12.zip: 07d95945148867410e09a12051173c4ed341d1e8
  • Dynex-main-d30c774-ubuntu-20.04-linux-x64-core-avx2.zip: 750eb750bc4e9676ee315f6b19536b521dff2f6d
  • Dynex-main-d30c774-ubuntu-20.04-linux-x64-core2.zip: a6bf70b10d6590925bb48cdf865791a32a7310c5
  • Dynex-main-d30c774-ubuntu-20.04-linux-x64-nocona.zip: c83dadd5aebd3b7d3ad5dbe8907fa36b63f73116
  • Dynex-main-d30c774-ubuntu-22.04-linux-x64-core-avx2.zip: c96f53640bf972f8e166941fc5369aad877acbdc
  • Dynex-main-d30c774-ubuntu-22.04-linux-x64-core2.zip: 97ac2dd894e2e97d353ac721aff5d214c19e078f
  • Dynex-main-d30c774-ubuntu-22.04-linux-x64-nocona.zip: 13a1e2998ae55748bbf91d9454b9b46f2421e036
  • Dynex-main-d30c774-windows.zip: 5a1bcf3ce2bf4addb4c6ea9fa1cadebccdbafa2e
  • Dynex-main-d30c774-windows-WalletGui.zip: 12649a8454c0706b99f04cd1a554d7bf6f10ee98

Release notes d30c774 - Node performance update

  • reduced check_non_privacy() cpu usage
  • use check_non_privacy() from blockchain in core (single cache)
  • optimized peerlist processing (send only new ones)
  • reduced host blocking to 1h on wrong network
  • significantly improved block auth response time
  • fixed upnp mapping with external port specified
  • removed some unused code

Release notes 94fc2d7

  • removed legacy networkID
  • removed support for legacy nodes
  • removed switching mechanics, pure non-privacy
  • blocking of legacy nodes at first attempt
  • performance improvements

Release notes 9287d78

  • added post non-privacy checkpoint

Release notes v.2.2.2-20231211

  • full support for offline signatures (cold storage, hardware wallets, etc.)
  • full supports for Dynex Amazon AWS cloud backends
  • updated checkpoints
  • improved version switch functionality for 12/15/2023 non-privacy
  • GUI wallet updates: RPC consolidation fix
  • GUI wallet updates: added fusion & optimize
  • GUI wallet updates: disabled sending if not synced
  • GUI wallet updates: shutdown fix (fast startup without index rebuild)
  • GUI wallet updates: zero fee fix (rare cases)
  • GUI wallet updates: log file creation fix
  • GUI wallet updates: new wallet creation on startup fix
  • GUI wallet updates: icon for cancelled transactions

Release notes v.2.2.2-20231121 (#non-privacy)

  • changed DNX from privacy to non-privacy token
  • transparent input/output wallet addresses
  • transparent input/output amounts
  • added wallet input/output data & amounts to node RPC request "gettransaction" (and derivates)
  • added node RPC request "gettransactionsbyaddress" (returns json with all transactions belonging to an address)
  • added node RPC request "getbalanceofaddress" (returns balances as well as wallet type legacy/non-private)
  • added node RPC request "validatetransaction" (returns json with all addresses and amounts = transaction proof)
  • updated CLI wallet to support non-privacy transactions
  • updated GUI wallet to support non-privacy transactions
  • updated wallet service to support non-privacy transactions
  • updated Dynex blockchain explorer to support search for wallets
  • updated Dynex blockchain explorer to include input/output wallets in transactions and wallet lookup
  • Node RPC functions
  • walletd RPC functions

Dynex v.2.2.2-20231218-(#non-privacy).94fc2d7

18 Dec 12:20
Compare
Choose a tag to compare

Dynex "non-privacy" core and wallet update containing:

  • dynexd (daemon) - non-privacy
  • simplewallet (CLI wallet) - non-privacy
  • dynexwallet (GUI wallet) - non-privacy
  • connectivity-tool
  • Min. 5GB HDD, 2 CPU cores and 8GB RAM recommended
  • Ports 17333, 17336 for p2p connectivity of nodes

Important Notes

  • CLI/GUI/walletd wallets: transactions and balances remain unchanged; since 12/15/23 only non-privacy tx are accepted
  • dynexd nodes: synchronization data remains unchanged; since 12/15/23 only non-privacy tx are accepted
  • All transactions performed with the updated version are containing wallet address and amounts
  • Up until 12/15/23, legacy nodes and wallets had been supported
  • Since 12/15/23, nodes ceased to accept privacy transactions

Release file checksums (sha)

  • Dynex-main-94fc2d7-macos-11.zip: 0d2df0c1c6ff405ced6a4f1f63f1460de9b991c9
  • Dynex-main-94fc2d7-macos-12.zip: 0d392d58bfe8eb4633f485c2339c3b15a915098f
  • Dynex-main-94fc2d7-ubuntu-20.04-linux-x64-core-avx2.zip: 3d6a3838a3c971d40ecfaca0f70e6f6058f00ec7
  • Dynex-main-94fc2d7-ubuntu-20.04-linux-x64-core2.zip: dded7a28c7cf15c1e2362946427338b5f6fea03c
  • Dynex-main-94fc2d7-ubuntu-20.04-linux-x64-nocona.zip: 3be6806bd3beeaf1a2dd223bd8f21dc8f3a52146
  • Dynex-main-94fc2d7-ubuntu-22.04-linux-x64-core-avx2.zip: 4c8be56e1d326aa481fdcd6d4bd993e81dcf8b4d
  • Dynex-main-94fc2d7-ubuntu-22.04-linux-x64-core2.zip: 8ff066cbd0bccc233570c3177e3843fe1d7d646f
  • Dynex-main-94fc2d7-ubuntu-22.04-linux-x64-nocona.zip: b1c26ee02e8fb98ad56dfcc38c928ff5aec2efbb

Release notes 94fc2d7

  • removed legacy networkID
  • removed support for legacy nodes
  • removed switching mechanics, pure non-privacy
  • blocking of legacy nodes at first attempt
  • performance improvements

Release notes 9287d78

  • added post non-privacy checkpoint

Release notes v.2.2.2-20231211

  • full support for offline signatures (cold storage, hardware wallets, etc.)
  • full supports for Dynex Amazon AWS cloud backends
  • updated checkpoints
  • improved version switch functionality for 12/15/2023 non-privacy
  • GUI wallet updates: RPC consolidation fix
  • GUI wallet updates: added fusion & optimize
  • GUI wallet updates: disabled sending if not synced
  • GUI wallet updates: shutdown fix (fast startup without index rebuild)
  • GUI wallet updates: zero fee fix (rare cases)
  • GUI wallet updates: log file creation fix
  • GUI wallet updates: new wallet creation on startup fix
  • GUI wallet updates: icon for cancelled transactions

Release notes v.2.2.2-20231121 (#non-privacy)

  • changed DNX from privacy to non-privacy token
  • transparent input/output wallet addresses
  • transparent input/output amounts
  • added wallet input/output data & amounts to node RPC request "gettransaction" (and derivates)
  • added node RPC request "gettransactionsbyaddress" (returns json with all transactions belonging to an address)
  • added node RPC request "getbalanceofaddress" (returns balances as well as wallet type legacy/non-private)
  • added node RPC request "validatetransaction" (returns json with all addresses and amounts = transaction proof)
  • updated CLI wallet to support non-privacy transactions
  • updated GUI wallet to support non-privacy transactions
  • updated wallet service to support non-privacy transactions
  • updated Dynex blockchain explorer to support search for wallets
  • updated Dynex blockchain explorer to include input/output wallets in transactions and wallet lookup
  • Node RPC functions
  • walletd RPC functions

Dynex v.2.2.2-20231211-(#non-privacy).9287d78

16 Dec 11:30
9287d78
Compare
Choose a tag to compare

Dynex "non-privacy" core and wallet update containing:

  • dynexd (daemon) - non-privacy
  • simplewallet (CLI wallet) - non-privacy
  • dynexwallet (GUI wallet) - non-privacy
  • connectivity-tool
  • Min. 5GB HDD, 2 CPU cores and 8GB RAM recommended
  • Ports 17333, 17336 for p2p connectivity of nodes

Important Notes

  • CLI/GUI/walletd wallets: transactions and balances remain unchanged; since 12/15/23 only non-privacy tx are accepted
  • dynexd nodes: synchronization data remains unchanged; since 12/15/23 only non-privacy tx are accepted
  • All transactions performed with the updated version are containing wallet address and amounts
  • Up until 12/15/23, legacy nodes and wallets had been supported
  • Since 12/15/23, nodes ceased to accept privacy transactions

Release file checksums (sha)

  • Dynex-main-9287d78-macos-11.zip: cbbb5f11e4326ea9b8e67cf8f81096e52d255b0b
  • Dynex-main-9287d78-macos-12.zip: 760c7fc7be7166ab722fe64d60b2c1076f6d2b8f
  • Dynex-main-9287d78-ubuntu-20.04-linux-x64-core-avx2.zip: ffebc8c5e5e758f8a6fb4adc992de4cb6d628f15
  • Dynex-main-9287d78-ubuntu-20.04-linux-x64-core2.zip: 492165589ca558c6a2cae451e899052d00b3fe92
  • Dynex-main-9287d78-ubuntu-20.04-linux-x64-nocona.zip: 888d5c1f8231d217549982c82800d72452cb6543
  • Dynex-main-9287d78-ubuntu-22.04-linux-x64-core-avx2.zip: f5957b70352b1362c4b9dcb3bded745e985c25e6
  • Dynex-main-9287d78-ubuntu-22.04-linux-x64-core2.zip: 86948821b9f86619713f9b4bd7ee27fd2cf1bc69
  • Dynex-main-9287d78-ubuntu-22.04-linux-x64-nocona.zip: bc9a2d267128d2c50cace2dfe3820b339a13dc3e
  • Dynex-main-9287d78-windows-WalletGui.zip: 36e5655093958030a914630993702000f18a7784
  • Dynex-main-9287d78-windows.zip: 97bee2a628a5b662659a1a5cec1c595c98a3482c

Release notes 9287d78

  • added post non-privacy checkpoint

Release notes v.2.2.2-20231211

  • full support for offline signatures (cold storage, hardware wallets, etc.)
  • full supports for Dynex Amazon AWS cloud backends
  • updated checkpoints
  • improved version switch functionality for 12/15/2023 non-privacy
  • GUI wallet updates: RPC consolidation fix
  • GUI wallet updates: added fusion & optimize
  • GUI wallet updates: disabled sending if not synced
  • GUI wallet updates: shutdown fix (fast startup without index rebuild)
  • GUI wallet updates: zero fee fix (rare cases)
  • GUI wallet updates: log file creation fix
  • GUI wallet updates: new wallet creation on startup fix
  • GUI wallet updates: icon for cancelled transactions

Release notes v.2.2.2-20231121 (#non-privacy)

  • changed DNX from privacy to non-privacy token
  • transparent input/output wallet addresses
  • transparent input/output amounts
  • added wallet input/output data & amounts to node RPC request "gettransaction" (and derivates)
  • added node RPC request "gettransactionsbyaddress" (returns json with all transactions belonging to an address)
  • added node RPC request "getbalanceofaddress" (returns balances as well as wallet type legacy/non-private)
  • added node RPC request "validatetransaction" (returns json with all addresses and amounts = transaction proof)
  • updated CLI wallet to support non-privacy transactions
  • updated GUI wallet to support non-privacy transactions
  • updated wallet service to support non-privacy transactions
  • updated Dynex blockchain explorer to support search for wallets
  • updated Dynex blockchain explorer to include input/output wallets in transactions and wallet lookup
  • Node RPC functions
  • walletd RPC functions

Dynex v.2.2.2-20231211 (#non-privacy)

11 Dec 17:50
Compare
Choose a tag to compare

Dynex "non-privacy" core and wallet update containing:

  • dynexd (daemon) - non-privacy
  • simplewallet (CLI wallet) - non-privacy
  • dynexwallet (GUI wallet) - non-privacy
  • connectivity-tool
  • Min. 5GB HDD, 2 CPU cores and 8GB RAM recommended
  • Ports 17333, 17336 for p2p connectivity of nodes

Important Notes

  • CLI/GUI/walletd wallets: transactions and balances remain unchanged; please update your respective binary until 12/15/23
  • dynexd nodes: synchronization data remains unchanged; please update your respective binary until 12/15/23
  • All transactions performed with the updated version are containing wallet address and amounts
  • Up until 12/15/23, legacy nodes and wallets are being supported
  • After 12/15/23, nodes will cease to accept privacy transactions
  • We recommend to update your nodes & wallets as soon as possible

Release notes v.2.2.2-20231211

  • full support for offline signatures (cold storage, hardware wallets, etc.)
  • full supports for Dynex Amazon AWS cloud backends
  • updated checkpoints
  • improved version switch functionality for 12/15/2023 non-privacy
  • GUI wallet updates: RPC consolidation fix
  • GUI wallet updates: added fusion & optimize
  • GUI wallet updates: disabled sending if not synced
  • GUI wallet updates: shutdown fix (fast startup without index rebuild)
  • GUI wallet updates: zero fee fix (rare cases)
  • GUI wallet updates: log file creation fix
  • GUI wallet updates: new wallet creation on startup fix
  • GUI wallet updates: icon for cancelled transactions

Release notes v.2.2.2-20231121 (#non-privacy)

  • changed DNX from privacy to non-privacy token
  • transparent input/output wallet addresses
  • transparent input/output amounts
  • added wallet input/output data & amounts to node RPC request "gettransaction" (and derivates)
  • added node RPC request "gettransactionsbyaddress" (returns json with all transactions belonging to an address)
  • added node RPC request "getbalanceofaddress" (returns balances as well as wallet type legacy/non-private)
  • added node RPC request "validatetransaction" (returns json with all addresses and amounts = transaction proof)
  • updated CLI wallet to support non-privacy transactions
  • updated GUI wallet to support non-privacy transactions
  • updated wallet service to support non-privacy transactions
  • updated Dynex blockchain explorer to support search for wallets
  • updated Dynex blockchain explorer to include input/output wallets in transactions and wallet lookup
  • Node RPC functions
  • walletd RPC functions

Dynex v.2.2.2-20231121 (#non-privacy) - MANDATORY

04 Dec 11:43
Compare
Choose a tag to compare

NOTE: MANDATORY UPDATE - UPGRADE NO LATER THAN 15/12/2023 23:59 GMT

Dynex "non-privacy" core and wallet update containing:

  • dynexd (daemon) - non-privacy
  • simplewallet (CLI wallet) - non-privacy
  • dynexwallet (GUI wallet) - non-privacy
  • connectivity-tool
  • Min. 5GB HDD, 2 CPU cores and 8GB RAM recommended
  • Ports 17333, 17336 for p2p connectivity of nodes

Important Notes

  • CLI/GUI/walletd wallets: transactions and balances remain unchanged; please update your respective binary until 12/15/23
  • dynexd nodes: synchronization data remains unchanged; please update your respective binary until 12/15/23
  • All transactions performed with the updated version are containing wallet address and amounts
  • Up until 12/15/23, legacy nodes and wallets are being supported
  • After 12/15/23, nodes will cease to accept privacy transactions
  • We recommend to update your nodes & wallets as soon as possible

Release notes v.2.2.2-20231121 (#non-privacy)

  • chanched DNX from privacy to non-privacy token
  • transparent input/output wallet addresses
  • transparent input/output amounts
  • added wallet input/output data & amounts to node RPC request "gettransaction" (and derivates)
  • added node RPC request "gettransactionsbyaddress" (returns json with all transactions belonging to an address)
  • added node RPC request "getbalanceofaddress" (returns balances as well as wallet type legacy/non-private)
  • added node RPC request "validatetransaction" (returns json with all addresses and amounts = transaction proof)
  • updated CLI wallet to support non-privacy transactions
  • updated GUI wallet to support non-privacy transactions
  • updated wallet service to support non-privacy transactions
  • updated Dynex blockchain explorer to support search for wallets
  • updated Dynex blockchain explorer to include input/output wallets in transactions and wallet lookup
  • Node RPC functions
  • walletd RPC functions

Dynex MacOS M1/M2 Daemon & CLI Wallet

24 Oct 12:00
e880dce
Compare
Choose a tag to compare

Dynex Daemon & CLI Wallet for Apple Mac M1/M2

Included Files:

  • dynexd (daemon)
  • simplewallet (CLI wallet)

Usage:

  • Download and install "Rosetta Terminal" on your Mac: https://osxdaily.com/2020/12/04/how-install-rosetta-2-apple-silicon-mac/
  • Download and unzip the files in a directory of your choice
  • Open a Rosetta Terminal and run your Dynex daemon: ./dynexd
  • Wait until the daemon is fully synced
  • Keep the daemon running and open a second Rosetta Terminal
  • Start the CLI wallet with ./simplewallet
  • Follow the instructions on screen (f.e. choose "G" to create a new wallet)
  • When the CLI wallet is running, type "help" for information (f.e. "transfer 0 " to transfer DNX)

Common Commands in CLI Wallet:

  • balance: shows the actual balance of your wallet
  • address: shows the current address of your wallet
  • transfer 0 : transfers DNX to the specified address

Requirements

  • Please make sure your firewall is not blocking outgoing connections

Dynex v.2.2.2.d

14 Sep 09:33
e880dce
Compare
Choose a tag to compare

Dynex Version 2.2.2.d containing:

  • dynexd (daemon) compatible with DynexSolve
  • simplewallet (CLI wallet)
  • connectivy_tool
  • walletd (wallet daemon)
  • Min. 2GB HDD and 8GB RAM recommended
  • Please open ports 17333 and 17336 which are required for p2p connections of the node

Release notes 2.2.2.d:

  • Updated checkpoints
  • Fix: hanging sync

DynexSolve Version 2.2.5

07 Mar 08:54
c3677e1
Compare
Choose a tag to compare

DynexSolve PoUW CPU & GPU Miner

  • Mining Software Supporting DynexSolve algorithm
  • CUDA (Nvidia GPUs) (AMD and Intel are being supported by commercial miners)
  • Windows, Linux & Hive
  • Requires libcurl (Ubuntu: sudo apt install libcurl-dev)
  • Require open ports 80 (http) and FTP
  • Requires 1 CPU core for each GPU, preferably newer versions with AES support

Hive installation path: https://jobs.dynexcoin.org/dynexsolve-2.2.5hive.tar.gz

An overview of pools supporting DS225 is available here: https://dynexcoin.org/mining-pool-certifications-status/

Release notes (Version 2.2.5):

  • Fix: Last GPU with lower chips
  • MALLOB: INVALID TIMESTAMP improvement
  • Kernel check and hang GPU hang detection
  • Stability improvements

Release notes (Version 2.2.4):

  • continuous power draw (no more power cycles)
  • distributed hashing over multiple CPU threads (pool hash-rate matching reported hash-rate)
  • performance increase over previous versions (HR)
  • significantly reduced rejected shares, more stability
  • improved ODE integration scheme, now showing how close to the solution reward the miner is (LOCAL MINIMA = 0 = solution reward)
  • new command line parameter "-intensity" (default: 8192) which sets the number of CUDA blocks
  • fixed download of computation file CNF
  • Windows logging colors
  • streamlined logging
  • general stability fixes and code cleanup
  • miner stops after 20 consecutive rejected shares
  • significantly improved hardening against tampering or malicious usage
  • AMD Support: will be offered by commercial miners
  • Slow CPU support: this version will be as fast as it gets as for CPU hashing, the only way to support slow CPUs further is to use GPU for hashing, too (but it will need some of your memory). This will be offered by the commercial miners
  • Further hash-rate improvements will potentially be seen by the commercial miners, too

Release notes (Version 2.2.3):

  • Up to 15% more hashrate
  • Supporting the new FastMallob (decentralized) mallob system
  • parameter -adj for each GPU
  • Security improvements

Release notes (Version 2.2.2e):

  • Fix: some rejected shares not showing in console
  • New command line option "-stratum-interval" (default value: 100): determines number of hashes until Stratum refreshes; higher value = higher hashing speed, but also less frequent get_job updates
  • Command line option "-adj" new minimum of 0.8; default set to 1.3
  • Chip memory requirement optimisation, fitting more chips - increased HR

HiveOS only:

  • parameter "-adj" per GPU
  • new *.cnf problem file loader
  • memory optimisations

Release notes (Version 2.2.2d):

  • Improved hashing function
  • Stale shares (err#499) fix

Release notes (Version 2.2.2c):

  • Improved Stratum protocol handling (<1ms)

Release notes (Version 2.2.2b):

  • Improved mallob connectivity
  • Eliminated first share reject
  • Eliminated duplicate share reject
  • computation file: removed FTP entirely and enabled automatic download
  • HR fixes when disabling GPUs
  • Graceful exit fixes

Release notes (Version 2.2.2):

  • New GPU embedded double proof-of-useful-work (PoUW) scheme
  • Local RPC Service for pool operators for faster and more efficient share verification, can be clustered
  • Option for pool operators to run their own dedicated Mallob servers for workers
  • Added multiple additional tampering and security measurements
  • Mallob resource usage significantly lowered and network id improvements
  • Improved hashrate on low end cpu (~15%)
  • Hashrate on pool now exactly matches reported
  • Updated json stats to contain GPU hashrates
  • Added stratum reconnect on errors
  • Added Mallob error reporting
  • Added sync option for CUDA blocking sync (reduce cpu usage) (new command line option)
  • Added adjust option for memory usage - more Chips possible (default 1.5, new command line option)
  • Added option not to create GPU_x.bin file (new command line option)
  • Update capacity request moved to before filling GPU to reduce startup time on Mallob errors
  • Exit on atomic expiring or 20 failed attempts
  • Improved logging, stability and overall code cleanup

Dynex v.2.2.2.c

15 Feb 07:55
334846f
Compare
Choose a tag to compare

Dynex Version 2.2.2.c containing:

  • dynexd (daemon) compatible with DynexSolve
  • simplewallet (CLI wallet)
  • connectivy_tool
  • walletd (wallet daemon)
  • Require open port 17333

Release notes 2.2.2.c:

  • Improved FastSync, faster syncing beyond checkpoints
  • Latest checkpoints added