Help
  • Payouts
  • Workers monitoring
  • Google Authenticator
  • ETH, ETC
  • BTG
  • PASC
  • RVN
  • NiceHash
  • Mining Rig Rentals
  • Links
  • Api

How to enable automatic payouts?

Go to Settings tab on My account page. For given coin set proper Payout address, select Auto payout checkbox checked. Also set Payout threshold to value greater than or equal Minimum Payout Threshold ( Reward System ). Click Save button below grid. Now your payouts are locked. To unlock them, please follow the instructions in email we've sent to email address registered with your account.

Why are my payouts locked?

Whenever you change payout address or enable auto payouts. your payouts and further modification of those fields are disabled. They will stay "locked" until you unlock them using special code sent to your email address. In order to unlock payouts, please login to your Coinotron account using your default web browser and open unlock link from that email. Your payouts will be unlocked and coins sent within 30 min.

How to enable monitoring of your miners.

Go to Workers tab on My account page. For given worker simply set checked checkbox in Monitoring column. From now on, everytime hashrate of miners pointed to that worker drop more than 30% email with notification will be sent to you.

What is Two-Factor Authentication?

Two-factor authentication is a system that requires you to prove your identity when changing withdrawal address, in addition to inputting your normal account name and password. This is done using an app that you install on a mobile device. Apple iOS, Google Android, and Microsoft Windows Phone are all supported. The app provides a special code that you are asked to enter when you are changing withdrawal address. This code is unique to your account and changes every 30 seconds. This extra layer of security will help keep your account safe by requiring mobile verification in addition to your regular log-in credentials.

How does the Google Authenticator work?

First, you will log in to Coinotron as normal, with your account name and password. Whenever you want to change your Payout Address or Payout Threshold, you will be asked for a six-digit numeric code from the authenticator. At this point, simply enter the code provided by the authenticator to proceed. This effectively prevents attackers from unauthorized use of your account.
*Disabling auto payouts can be done without entering code from the authenticator.

How do I get the Google Authenticator?

Visit the app store for your mobile platform of choice, and locate the Google Authenticator app. This app is provided free of charge.
Android: https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2
You can also use any desktop client which implements Google Authenticator TOTP algorithm.

Ports:

ETH Stratum = coinotron.com:3344
ETC Stratum = coinotron.com:3345
ETH, ETC MULTIPORT Stratum = coinotron.com:7777 ( Pool continuously calculates profitability of ETH, ETC and lets you mine current best )

Miners:

Examples:

• t-rex

t-rex -a ethash -o stratum2+tcp://coinotron.com:3344 -u username.workername -p workerpassword

• lolMiner

lolMiner --algo ETHASH --pool coinotron.com --port 3344 --user username.workername

• Genoil's and NiceHash ethminer ( Ethereum, GPU, Stratum )

ethminer -G -S coinotron.com:3344 -O username.workername:workerpassword

• Claymores's dual ethereum miner ( Ethereum + Pascal, GPU, Stratum )

EthDcrMiner64.exe -epool coinotron.com:3344 -ewal username.workername -esm 2 -epsw workerpassword -dcoin pasc -dpool coinotron.com:3348 -dwal username.workername -dpsw workerpassword -allpools 1

• Claymores's dual ethereum miner ( Ethereum + Decret, GPU, Stratum )

EthDcrMiner64.exe -epool coinotron.com:3344 -ewal username.workername -esm 2 -epsw workerpassword -dpool http://dcr.suprnova.cc:3252 -dwal username.workername -dpsw workerpassword -allpools 1

• ethminer + eth-stratum-mining-proxy ( Ethereum, GPU )

mining_proxy.exe -o coinotron.com -p 3344
ethminer.exe --farm-recheck 200 -G -F http://127.0.0.1:8332/username.workername:workerpassword

• Genoil's and NiceHash ethminer ( Ethereum Classic, GPU, Stratum )

ethminer -G -S coinotron.com:3345 -O username.workername:workerpassword

• ethminer + eth-stratum-mining-proxy ( Ethereum Classic, GPU )

mining_proxy.exe -o coinotron.com -p 3345
ethminer.exe --farm-recheck 200 -G -F http://127.0.0.1:8332/username.workername:workerpassword

• ethminer ( Ethereum, CPU )

ethminer --cpu -F http://coinotron.com:3342/username.workername:workerpassword/

• ethminer ( Ethereum, GPU )

ethminer -G -F http://coinotron.com:3342/username.workername:workerpassword/

• Eminer ETHASH miner ( Ethereum, GPU, Stratum )

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
eminer -S stratum+tcp://coinotron.com:3344 -U username.workername -P workerpassword

DAG file issues

If your miner prints this message:
"Creating one big buffer for the DAG Allocating/mapping single buffer failed with: clCreateBuffer(-61). GPU can't allocate the DAG in a single chunk. Bailing."
Add following commands to bat you are using to start miner.

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_SINGLE_ALLOC_PERCENT 100

You can also add this parameter to your miner start command:

--cl-extragpu-mem 0

More info here: https://forum.ethereum.org/discussion/2900/gpu-cant-allocate-the-dag-in-a-single-chunk-bailing

Ports:

coinotron.com:3349

Miners:

Examples:

• EWBF's miner

miner.exe --server coinotron.com --user username.workername --pass workerpassword --port 3349 --algo 144_5 --pers BgoldPoW

Ports:

coinotron.com:3350

Miners:

Examples:

• rhminer

rhminer.exe -v2 -r 20 -s stratum+tcp://coinotron.com:3350 -su username.workername

• PascalCoinMiner CPU mining

PascalCoinMiner.exe -c 1 -s coinotron.com:3350 -u username.workername -x workerpassword -l miner.log

• nanominer

Create config_pasc.ini file, copy there following lines and save it in the folder where nanominer is placed:

[RandomHash2]
pool1 = coinotron.com:3350
wallet = username
rigName = workername

Start mining:

nanominer.exe config_pasc.ini

Ports:

coinotron.com:5351 for regular miners
coinotron.com:3351 for NiceHash, big miners

Miners:

Examples:

• tt-miner

tt-miner -coin rvn -luck -o coinotron.com:5351 -u username.workername

• t-rex

t-rex -a kawpow -o stratum+tcp://coinotron.com:5351 -u username.workername -p workerpassword

• nbminer

nbminer -a kawpow -o stratum+tcp://coinotron.com:5351 -u username.workername

• gminer

gminer -a kawpow --server stratum+tcp://coinotron.com --port 5351 --user username.workername

NiceHash cloud mining support

If you are interested in buying hashing power to mine various coins even without having physical miners visit: https://www.nicehash.com

Mining Rig Rentals cloud mining support

If you are interested in buying hashing power to mine various coins even without having physical miners visit: www.miningrigrentals.com

Links

Api