Skip to content

Cryptonote proxy with profit calculator that enables instant coin switching for any miner and multi-algo switching for select miners.

Notifications You must be signed in to change notification settings

bruceleeon/cryptonote-switching-relay-proxy

 
 

Repository files navigation

All credit to the original Devs, I only themed this to match our pool

CryptoNote Switching Relay Proxy v4.3.2


Forked from repository: https://github.com/sebseb7/cryptonote-proxy CryoptonoteUI

Basic Instructions

https://nodejs.org/

  1. install node.js version 8 as the minimum
  2. install libraries with "npm i ."
  3. adjust config.json
  4. start with "node proxy.js"
  5. don't open index.html from this repo, to control the switch point your browser to the "httpport" as in config.json

Windows Installation Guide for pre-fork version by Seb The installation guide provides the basics for running the proxy. There are small configuration details that the Switching Relay Proxy requires. For this, please see the config.json_commented file. The proxy needs you to create config.json and you can edit either the plain example file, or the commented config file, and rename it to config.json.

Basic Configuration Guide for Switching Relay Proxy

Multi Algo Configuration Guide for use with SRBMiner

Support: [email protected]

Contact me at the support mail or at hesido.com contact page if you want to sponsor a feature.

For BTC donations: 3LhbnGPZ3YUTjWicDi1M3YwRTpGD8f3wWr

Version History

Changes in 4.3.2

  • Added Monero's new algo to algo map list.
  • Added a new pool api type for a total of 4 types of pool apis (all pool api's are auto detected)
  • Added Cryptopia and MapleChange Ticker Api's, on top of the default TradeOgre api

Changes in 4.3.1

  • You can now select price-type for each coin: "sell", "market", and "buy" price. "sell" price is default, this is the price that you can sell the coin.
  • You can now set a custom price for each coin - this allows you to profit-switch to coin based on difficulty without being affected by market movements, or include coins that are not yet on exchanges to auto-switching based on the price you speculate/intend to sell the coin.
  • Made proxy nicehash friendly again, fixed regression caused by killing sockets using duplicate passwords when multi-algo mode is not active.
  • Each user defined in config.json can have a unique default coin
  • Made ticker api extensible like the miner api

Changes in 4.2.3

  • Config.json now understands SRBMiner style namings for the algo property.
  • Fix MultiAlgo on some pools that does not communicate with the latest algo negotiation standards, or pools that have poorly interpreted the latest standards.
  • Workers can now request difficulties individually:
    • In config.json You need to set a default difficulty using pool's preferred syntax, like before.
    • In miner's pool settings, set the username like before, and add ".difficulty" at the end.
      • e.g.: "UserA.200000" or "UserA+200000"

Changes in 4.2.2

  • Kill obsolete tcp sockets not properly ended by miner during algo changes
  • Fix bug getting hashrates from miner when miner supports algo-perf extension

Changes in 4.2.1

  • Added multi algo switch support through xmrig stratum extensions. At the time of release SRBMiner and XMRig CPU supports native algo-switching
  • UI changes for a leaner look
  • Fixed miner reward amount when there's coinbase fee involved (This fixes Bittube miner reward problem which showed lower earnings compared to actual earnings)
  • Fixed a bug causing the coin evalulation to be called multiple times.

Changes in 4.1.1:

  • Added aggregate push notifications (Aggregate all messages within time span set in configuration)
  • Minor bug fixes
  • Config.json now can have comments

About

Cryptonote proxy with profit calculator that enables instant coin switching for any miner and multi-algo switching for select miners.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.3%
  • HTML 38.7%