July 26, 2026, 09:24:37 PM

Author Topic: Startum - How To?  (Read 6113 times)

0 Members and 1 Guest are viewing this topic.

Offline ipaint

  • Global Moderator
  • *****
  • Posts: 524
  • Karma: +22/-0
  • Artist View
    • View Profile
    • Abstract Artist
Startum - How To?
« 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.
Artist, Writer, Producer, Voice-overs,  DJ,
View my art work on AbstractArtist.xyz
GLD: DtJthUQungFQZ65c9j7PcmjSyTfWKRq3LL

Offline Stouse49

  • Gold Engineer
  • DevTeam
  • *****
  • Posts: 711
  • Karma: +66/-0
    • View Profile
Re: Startum - How To?
« Reply #1 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
GLD: E1A6WogjpqU3KjjoRUD63f7kofrFozmyfg

Offline MicroGuy

  • System Admin
  • *****
  • Posts: 3471
  • Karma: +47/-0
  • "Shoot for the Stars!"
    • View Profile
    • MicroGuy.com
Re: Startum - How To?
« Reply #2 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
"The heart of any cryptocurrency can be found in the spirit of its community."

Offline ipaint

  • Global Moderator
  • *****
  • Posts: 524
  • Karma: +22/-0
  • Artist View
    • View Profile
    • Abstract Artist
Re: Startum - How To?
« Reply #3 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.
Artist, Writer, Producer, Voice-overs,  DJ,
View my art work on AbstractArtist.xyz
GLD: DtJthUQungFQZ65c9j7PcmjSyTfWKRq3LL

Offline MicroGuy

  • System Admin
  • *****
  • Posts: 3471
  • Karma: +47/-0
  • "Shoot for the Stars!"
    • View Profile
    • MicroGuy.com
Re: Startum - How To?
« Reply #4 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.
"The heart of any cryptocurrency can be found in the spirit of its community."