Skip to content

Add Coins

sigwo edited this page Dec 15, 2015 · 3 revisions

To add coins:

  • Just like regular NOMP, you must create a config in ~/unomp/pool_configs/ and ensure there is a matching *coin.json file in ~/unomp/coins/.
  • For each of the coins you’re adding you will have to go to the ~/unomp/multipool/bin folder and run the command for sh ./sharedis.sh <coinname> for sha256, sh ./scryptredis.sh<coinname> for scrypt, or sh ./x11redis.sh <coinname> for x11. If you need a new algo, just copy that bash script and modify. This will add each of the coins on the pool into the database for the profit script and check worker balances.
  • Open ~/unomp/multipool/price.sh and add the coin you are adding for mining or payouts (follow the formatting, copy/paste, change ticker symbol)
  • Open ~/unomp/multipool/exchange.sh and add the coin you are adding for MINING ONLY and the exchange address you want the mined coins deposited to (follow the formatting, copy/paste, change name/address)
  • Open ~/unomp/multipool/profit.sh and add a line for your coin everywhere you see another coin’s line. This is tedious. MAKE A COPY OF THE FILE and edit. There are a LOT of places to update at the moment.
  • Open ~/unomp/multipool/payment.sh and add a line for your coin everywhere you see another coin’s line. This is tedious. MAKE A COPY OF THE FILE and edit. There are a LOT of places to update at the moment.
Clone this wiki locally