GoldCoin Talk

Main Category => Mining & Pools => Topic started by: ipaint on July 17, 2013, 12:06:23 AM

Title: Startum - How To?
Post by: ipaint on July 17, 2013, 12:06:23 AM
Can someone write a "How To" for setting up Startum? I would but I don't know how you set it up, because I don't use it.
Title: Re: Startum - How To?
Post by: Stouse49 on July 31, 2013, 09:10:18 PM
What do you mean on how to set it up?

Basically mining software either uses the getwork or stratum protocol.  I believe cgminer and cpuminer support both protocols.  Many pools do as well.

For instance to use stratum, the url would something like stratup+tcp://miningpool.com:2233
Title: Re: Startum - How To?
Post by: MicroGuy on July 31, 2013, 09:36:32 PM
This is my cgminer .bat file for cryptomine using the stratum mining protocol:

Code: [Select]
cgminer --scrypt -o stratum+tcp://gld.cryptocoinmine.com:2020 -u username.1 -p password -I 20
Title: Re: Startum - How To?
Post by: ipaint on July 31, 2013, 10:11:09 PM
I was doing some reading and downloaded startum_proxy.exe and .py files. I take it I need to download python to run them.
Title: Re: Startum - How To?
Post by: MicroGuy on July 31, 2013, 10:26:36 PM
I was doing some reading and downloaded startum_proxy.exe and .py files. I take it I need to download python to run them.

If you have a cgminer compatible GPU, you only need to download cgminer and run the executable via a batch file with some parameters like the ones I provided.