How to use

Replace the contents of the 'configure.txt' file with the following format







(For example)

if you are mining ETH at Ethermine.eth,
configure.txt
{"Start":{"Below":""},

"Ethermine.eth": {  "@address": "YOUR_WALLET_ADDRESS"  },

"@option":{
"@main_font_size":"11",  "@monitor":"1",
"@main_left":"800",  "@main_top":"200",  "@main_width":"340",  "@main_height":"250",
"@sub_left":"600",    "@sub_top":"250",    "@sub_width":"340",   "@sub_height":"600",
"@right_top":"on",   "@right_bottom":"off", "@left_top":"off",   "@left_bottom":"off",

"End":"Above"}}
cs
Replace YOUR_WALLET_ADDRESS


If you want to monitor both Bittrex and Ethermine.eth at the same time,
configure.txt
{"Start":{"Below":""},

"Bittrex": { "@version": "v1.1", "@symbol,target^base":  "BTC^USD, ETH^USD, RVN^BTC" },
"Ethermine.eth": {  "@address": "YOUR_WALLET_ADDRESS" },

"@option":{
"@main_font_size":"11",  "@monitor":"1",
"@main_left":"800",  "@main_top":"200",  "@main_width":"340",  "@main_height":"250",
"@sub_left":"600",    "@sub_top":"250",    "@sub_width":"340",   "@sub_height":"600",
"@right_top":"on",   "@right_bottom":"off", "@left_top":"off",   "@left_bottom":"off",

"End":"Above"}}
cs
Replace BTC^USD, ETH^USD, RVN^BTC
Replace YOUR_WALLET_ADDRESS


You can attach them in any order you want.
{"Start":{"Below":""},

"Bittrex": { "@version": "v1.1",  "@symbol,target^base": "BTC^USD, ETH^USD, RVN^BTC" },
"Ethermine.eth": {  "@address":  "YOUR_WALLET_ADDRESS" },
"Minermore": { "@user,address": "WALLET_ADDRESS1(or YOUR_ID), WALLET_ADDRESS2" },
"Coinmarketcap": {"@version": "v1", "@api_key": "YOUR_API_KEY", "@base": "USD", "@target,symbol": "BTC, ETH, XRP, RVN"  },



"@option":{
"@main_font_size":"11",  "@monitor":"1",
"@main_left":"800",  "@main_top":"200",  "@main_width":"340",  "@main_height":"250",
"@sub_left":"600",    "@sub_top":"250",    "@sub_width":"340",   "@sub_height":"600",
"@right_top":"on",   "@right_bottom":"off", "@left_top":"off",   "@left_bottom":"off",

"End":"Above"}}
cs
Replace BTC^USD, ETH^USD, RVN^BTC
Replace YOUR_WALLET_ADDRESS
Replace WALLET_ADDRESS1(or YOUR_ID), WALLET_ADDRESS2
Replace YOUR_API_KEY / USD / BTC, ETH, XRP, RVN


An editor inside the program is also available.



Save the above file and run the executable file

Comments