Skip to content

Releases: mining-visualizer/MVis-tokenminer

MVis-tokenminer 2.3.0

03 Jan 20:31
Compare
Choose a tag to compare

Release notes

Improvements for Solo Miners:

  • Support for EIP-155 transactions (replay protection via chain id)

  • Support for EIP-1559 transactions, which involves a new gas pricing model introduced with the London hard fork. To support that, a new section has been added to the INI file:

    [Gas]
    
    ; All settings in this section can be changed 'on the fly' (without having
    ; to restart the miner).
    
    ; set to true to send EIP-1559 style transactions when minting. set to false to 
    ; use old-style legacy transactions.
    EIP1559=true
    
    ; priority fee (miner tip) to use for mint transactions, in gwei. Only used for EIP-1559 transactions.
    MaxPriorityFee=1.5
    
    ; max gas price in gwei.  for EIP-1559 transactions this is the MaxFeePerGas setting. for 
    ; legacy transactions this can be used to put an upper limit on gas oracle recommendations.
    MaxFee=
    
    ; LEGACY transactions only: gas price to use for mint transactions, in gwei. 
    ; You can also specify "oracle" to use recommended gas price from web3.eth.getGasPrice
    GasPrice=oracle
    

Mining Pool URLs (and 3rd party nodes)

When specifying the mining pool URL, or the URL of your node, the host name and port number all go on the same line. This makes it easy to use some 3rd party nodes, such as Infura, which typically don't require a port number as part of the URL.

OLD FORMAT:

[Node]
Host=http://mvis.ca
RPCPort=8080
; StratumPort=8090

NEW FORMAT:

[Node]
Host=http://mvis.ca:8080

; Set this to true if the mining pool supports stratum protocol.
; Currently only https://mvis.ca does, on port 8090.
Stratum=false

; the RPCPort and StratumPort entries are no longer used

MVis-tokenminer 2.2.0

12 Oct 22:58
Compare
Choose a tag to compare

Release notes

  • include client id string with stratum.subscribe message.

MVis-tokenminer 2.1.21

15 Sep 01:39
Compare
Choose a tag to compare

Release notes

  • Stratum protocol: don't try to submit a share unless we have a good stratum connection

MVis-tokenminer 2.1.20

07 Aug 22:13
Compare
Choose a tag to compare

Release notes

  • Small change to the way dev shares are submitted with the Stratum Protocol

MVis-tokenminer 2.1.19

18 Jul 22:08
Compare
Choose a tag to compare

Release notes

  • Eliminated developer supplied infura web3 endpoint. User can optionally supply their own in the .ini file.

MVis-tokenminer 2.1.18

05 Jul 05:00
Compare
Choose a tag to compare

Release notes

  • Minor tweaks to the Stratum protocol
  • Better error reporting

MVis-tokenminer 2.1.17

27 Jun 01:50
Compare
Choose a tag to compare

Install Instructions

Readme

YouTube Tutorial

https://www.youtube.com/watch?v=W-gLERwzKno

Release notes

  • Solo mining: gas limit can now be set in the .ini file for submitting solutions.

MVis-tokenminer 2.1.16

15 Jun 18:19
Compare
Choose a tag to compare

Install Instructions

Readme

YouTube Tutorial

https://www.youtube.com/watch?v=W-gLERwzKno

Release notes

  • disable dev fee in solo mining mode (Issue #9)

MVis-tokenminer 2.1.15

08 Jun 21:37
Compare
Choose a tag to compare

Install Instructions

Readme

YouTube Tutorial

https://www.youtube.com/watch?v=W-gLERwzKno

Release notes

  • utilize batch RPC calls
  • don't force miner ETH account to lower case

MVis-tokenminer 2.1.14-BETA

07 May 19:26
Compare
Choose a tag to compare
Pre-release

BETA-SOFTWARE - do not use this unless you are participating in the beta testing being done with the stratum protocol. Regular miners should use v2.1.13.

Release notes

  • Introduces support for stratum protocol