LTCPool-UTSharp is a simple utility tool made to ease litecoinpool.org user's life with LTC mining managing, this application, will display all your stats onto a quick and easy-to-access viewport. the only thing you will need to do is a brief setup, it won't take more than 10 seconds, setting it up is as easy as drinking a glass of water.
Open the settings.json file in the same path of the application and you should see some text layed out in this format.
Type | Value |
---|---|
apiKey | Your litecoinpool.org api key, you can get it here https://www.litecoinpool.org/account |
currency | The currency you want to use for translating your LTC values you can choose between: LTC, BTC, USD, CAD, EUR, GBP, RUB, CNY, AUD, ZAR |
hashScale | Your preferred scale for hashing values you can choose between: H, KH, MH, GH, TH |
hashDecimals | How many decimal places to show for hash values |
currencyDecimals | How many decimal places to show for currency values |
BE SURE TO LEAYOUT EVERYTHING IN THE CORRECT FORMAT E.G:
{
"apiKey": "YOUR API KEY HERE",
"currency": "LTC",
"hashScale": "KH",
"hashDecimals": 0,
"currencyDecimals": 12
}
Once you have layed out everything correctly you are ready to start using the app.