Bitcoin Forum

Other => Beginners & Help => Topic started by: Ltcfaucet on November 25, 2012, 08:25:37 AM



Title: Litecoin P2Pool - P2Pool.org
Post by: Ltcfaucet on November 25, 2012, 08:25:37 AM
Hey everyone!

Just want to let ya know about P2Pool.org !

It is a Litecoin P2pool that has a low fee of 2%.

Payouts are made to your address after every share is confirmed, you can verify payment using explorer.litecoin.net

Site is fully function but still under development.

I want to add more functionality and statistics for the miners.

I am open to any and all suggestions!

Thanks for looking!
 ;D


Title: Re: Litecoin P2Pool - P2Pool.org
Post by: Ploni on November 25, 2012, 09:31:31 AM
I'd like to join in but what do I put in my client for Password: Worker Name  ?   My nick Ploni ?


Title: Re: Litecoin P2Pool - P2Pool.org
Post by: Ltcfaucet on November 26, 2012, 07:33:42 AM
The password can be anything you want.

It isn't used for security purposes.


Title: Re: Litecoin P2Pool - P2Pool.org
Post by: Ploni on November 26, 2012, 08:37:53 AM
where do I grab minerd executable and libraries from ?  I need to put them in my home directory before I can start mining.


Title: Re: Litecoin P2Pool - P2Pool.org
Post by: Ltcfaucet on November 26, 2012, 05:27:33 PM
I personally would use ScryptMiner.

You can download it here: http://www.mediafire.com/?9nt43ahwpt1sefx

Just extract the contents, and run scryptminer.exe, enter the pool details, and click start mining.





Title: Re: Litecoin P2Pool - P2Pool.org
Post by: Ploni on November 27, 2012, 08:41:33 AM
and what would you recommend for linux so I can get another miner going on my server?


Title: Re: Litecoin P2Pool - P2Pool.org
Post by: Ltcfaucet on November 27, 2012, 08:52:28 PM
If you are CPU mining then you can use CPUMINER.

Here are install directions:

Code:
  sudo apt-get install make automake build-essential git
  sudo apt-get install libcurl4-openssl-dev
  git clone git://github.com/pooler/cpuminer.git
  cd cpuminer
  ./autogen.sh
  ./configure CFLAGS="-O3"
  make
  ./minerd --url http://www.p2pool.org/ --userpass your_username.1

Be careful if you are running on a server with shared resources as cpuminer will use all of them and your provider may ban you.


Title: Re: Litecoin P2Pool - P2Pool.org
Post by: Ltcfaucet on March 13, 2013, 03:48:34 AM
Bumpity bump bump.