Skip to content

SWARM.2.7.7

Compare
Choose a tag to compare
@MaynardMiner MaynardMiner released this 10 Oct 15:53
· 1601 commits to master since this release

SWARM 2.7.7

A Note On Windows Version:

It was found that the auto-detection of -Type argument is not working
correctly in Windows. If using SWARM in windows, be sure to use
-Type argument in your preferred way to setup SWARM.
This will be fixed next release.

Guided Help

  • Windows: Run SWARM.bat
  • Linux: Run ./swarm
  • HiveOS: Specify SWARM as custom miner
    • extra config arguments no longer mandatory.
  • SWARM should now run guided help
    on first launch if no arguments
    are specified. Simply answer the
    very simple questions, and you
    are mining!

What's New?

  • Added x12 algorithm to SWARM-MINER and
    SWARM.
  • Improved AI to make better miner choices
    when multiple bans start occurring.
  • Removed miner_hashtable variable - previous
    optimization made feature no longer needed.
  • Set Claymore argument -eres to 0 to help
    with Windows mining. You can change in
    respective claymore and claymore-amd.ps1
    files in the "Arguments=" line.
  • AMD no longer requires voltages to be set
    for overclocking in windows, and vice-versa
    in HiveOS. (still need to change in local
    SWARM oc if used, and it requires both voltages
    and clock speed)
  • -Coin Parameter behaves differently now.
    • Auto_Coin set to "No", you will direct mine
      the coin (c=-PasswordCurrency1) in pool.
    • Auto_Coin set to Yes, you will auto-exchange
      coin. (c=-PasswordCurrency1,mc=-Coin)
    • Examples of both:
      -Algorithm x16rv2 -Auto_Coin No -Coin RVN -Wallet1 [RAVEN ADDRESS] -PasswordCurrency1 RVN
      You will mine RVN to RVN wallet.
      -Algorithm x16rv2 -Auto_Coin Yes -Coin RVN -Wallet1 [BTC ADDRESS] -PasswordCurrency1 BTC
      You will mine RVN and auto-exchange to BTC wallet.
      -Algorithm mtp,x16rv2 -Auto_Coin Yes -Coin RVN,XZC -Wallet1 [BTC ADDRESS] -PasswordCurrency1 BTC
      You will mine either RVN and XZC (which ever one is more profitable), and auto-exchange to BTC
  • Remember: -Auto_Coin on works on pools with mc= argument. If you add other pools, SWARM
    will default auto-algo switch with them instead using algorithms in -Algorithm argument.

Updates

  • z-enemy updated
  • cryptodredge updated
  • tt-miner updated
  • nbminer updated