Bitcoin Forum
May 06, 2024, 10:49:20 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How do I join a pool?  (Read 432 times)
itssonic (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
May 27, 2013, 12:37:24 AM
 #1

I know this is probably the most simple question to be answered, but nowhere I've searched has any explanation for this.
Every time a block is mined, a certain amount of BTC (called the subsidy) is created out of thin air and given to the miner. The subsidy halves every four years and will reach 0 in about 130 years.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715035760
Hero Member
*
Offline Offline

Posts: 1715035760

View Profile Personal Message (Offline)

Ignore
1715035760
Reply with quote  #2

1715035760
Report to moderator
1715035760
Hero Member
*
Offline Offline

Posts: 1715035760

View Profile Personal Message (Offline)

Ignore
1715035760
Reply with quote  #2

1715035760
Report to moderator
tagged
Sr. Member
****
Offline Offline

Activity: 406
Merit: 251


View Profile
May 27, 2013, 12:53:06 AM
 #2

Are you running linux or windows?  If you have windows you can join a pool from within your wallet. Launch litecoin-qt.exe
Use a pool like http://www.p2pool.org/
It tells you what to put in the address, port, username, and password. Then press start mining. You need to have minerd copied in the same folder as your qt.

If you are using linux you can make a script like this:

Code:
sudo nano script.sh
then copy this code, replace the http: with your pool, the username.1 with your username, the password with yours.
Code:
#!/bin/sh
export DISPLAY=:0
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1
cd /home/rig/cgminer-3.1.1-x86_64-built
./cgminer --scrypt -I 20 -g 1 -w 256 --thread-concurrency 21712 --gpu-engine 1090 --gpu-memclock 1500 --gpu-vddc 1.087 --temp-target 80 --auto-fan -o http://www.digicoinpool.com:443 -u username.1 -p password

Then chmod it like this:
Code:
sudo chmod +x script.sh

then run and watch
Code:
./script.sh
mjc
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500


Available on Kindle


View Profile WWW
May 27, 2013, 01:34:50 AM
 #3

Are you running linux or windows?  If you have windows you can join a pool from within your wallet. Launch litecoin-qt.exe
Use a pool like http://www.p2pool.org/
It tells you what to put in the address, port, username, and password. Then press start mining. You need to have minerd copied in the same folder as your qt.

If you are using linux you can make a script like this:

Code:
sudo nano script.sh
then copy this code, replace the http: with your pool, the username.1 with your username, the password with yours.
Code:
#!/bin/sh
export DISPLAY=:0
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1
cd /home/rig/cgminer-3.1.1-x86_64-built
./cgminer --scrypt -I 20 -g 1 -w 256 --thread-concurrency 21712 --gpu-engine 1090 --gpu-memclock 1500 --gpu-vddc 1.087 --temp-target 80 --auto-fan -o http://www.digicoinpool.com:443 -u username.1 -p password

Then chmod it like this:
Code:
sudo chmod +x script.sh



then run and watch
Code:
./script.sh

The above works for Litecoin.  If you want Bitcoin I cover how to do so for Bitcoin in my book Bitcoin Mining Step by Step, see my signature for the link.  it's only $2.99.  It will also provide a lot more of the detail around mining.

Kindle : Bitcoin Step by Step (2nd Ed) : http://www.amazon.com/Bitcoin-Step-by-ebook/dp/B00A1CUQQU
Kindle : Bitcoin Mining Step by Step : http://www.amazon.com/Bitcoin-Step-by-ebook/dp/B00A1CUQQU
Facebook :  https://www.facebook.com/BitcoinStepByStep     Twitter : @BitcoinSbS
glongsword
Full Member
***
Offline Offline

Activity: 314
Merit: 100



View Profile
May 27, 2013, 01:50:14 AM
 #4

The easiest way to test things out is to install guiminer (http://guiminer.org/) then make an account, and a worker on Slush's pool (https://mining.bitcoin.cz/), and enter your username.worker_name and password in guiminer, and start.  You should see x Mh/s in the miner, and eventually on (https://mining.bitcoin.cz/accounts/profile/) you should see roughly the same number of Mh/s.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!