Welcome to our new TAG pool Mining BACK online
Getting Started Guide
- Create account.
- Download a miner.
      - AMD GPUs
        - BFGMiner Linux/Windows: Download here
- CGMiner Linux/Windows: Download here
- CGMiner Mac OS X: Download here
 
- Nvidia GPUs
        - CUDAMiner (for Nvidia cards): Download here
 
- CPU
        - CPU Miner Mac/Linux/Windows: precompiled binaries are available Download here.
 
 
- AMD GPUs
        
- Configure your miner.
      Settings for Stratum (recommended): STRATUM: stratum+tcp://tag.united-miners.com PORT: 3335 Username: Weblogin.Worker Password: Worker Password How to run the Miner software: Note: The configurations below are the most default you can get, you will gain hashrate by optimizing it for your hardware. A complete list of settings for most CPUs/GPUs and other hardware can be found here. - BFGMiner
          bfgminer --scrypt -o stratum+tcp://tag.united-miners.com:3335 -u Weblogin.Worker -p WorkerPass 
- CGMiner
          cgminer --scrypt -o stratum+tcp://tag.united-miners.com:3335 -u Weblogin.Worker -p WorkerPass 
- CUDAMiner
          cudaminer -o stratum+tcp://tag.united-miners.com:3335 -O Weblogin.Worker:WorkerPass 
- CPUMiner
          minerd --url=stratum+tcp://tag.united-miners.com:3335 --userpass=Weblogin.Worker:WorkPass 
 If you want, you can create additional workers with usernames and passwords of your choice Here 
- BFGMiner
          
- Create a TAGCoin address to recieve payments.
      -  Downloading the client & blockchain: 	Download the TAGCoin client from here.
          Generate a new address and input it on your account page to receive payments. It's also recommended you set an automatic threshold to receive the coins. 
 
-  Downloading the client & blockchain: 	Download the TAGCoin client from here.
          
- Advanced cgminer settings / FAQ
      - Scrypt readme
- Don't set intensity too high, I=11 is standard and safest. Higher intensity takes more GPU RAM. Check for hardware errors in cgminer (HW). HW=0 is good, otherwise lower intensity :)
- Set shaders according to the readme (or look at your graphic cards specifications). Cgminer uses this value at first run to calculate thread-concurrency. Easiest way to get this optimized is to use same settings as others have used here: here.
- There's also an interesting project which gives you a GUI for cgminer. Windows only it seems.
- Here's a great guide how to get up and running with Xubuntu.