How to run Stratum for terracoin?

-1

I have a few asic blades 13 GHs and I am farming BTC on slash pool via stratum. How to change and what inside stratum to make those asics farm terarcoin on any one pool for TRC?

Adam Grodzki

Posted 2013-08-08T10:22:52.613

Reputation: 1

1What do you mean by "inside stratum"?David Schwartz 2013-08-08T19:18:04.420

Answers

0

Stratum is dependent on the pool you are operating with. First you need to find a pool that supports terracoin, a short list can be found at terracon.org.

Once you decide on a pool, read their "Help" section to find the server settings required. I works exactly the same as bitcoin, you will enter a server address, a connection port, a username and a password.

Assuming you are using cgminer the parameters will look something like this:

cgminer -o http://pool:port -u username -p password

But plug in the values given from the pool. Welcome to Stack Exchange and good luck!

tbenz9

Posted 2013-08-08T10:22:52.613

Reputation: 279