Author

Topic: Paying 0.1 BTC for Guide on Setup P2Pool on Linux Debian Server (Read 1621 times)

newbie
Activity: 27
Merit: 0
Update your sources.list file
Code:
nano /etc/apt/sources.list

Update the content of file with this...
Code:
# wheezy-updates, previously known as 'volatile'



# DEBIAN BACKPORTS
deb http://ftp.debian.org/debian/ wheezy-backports main contrib non-free
deb-src http://ftp.debian.org/debian/ wheezy-backports main contrib non-free

deb http://ftp.debian.org/debian/ wheezy contrib main non-free
deb-src http://ftp.debian.org/debian/ wheezy contrib main non-free

# OPP-Debian
# hier muss vorher folgender befehl ausgefuehrt werden
# wget http://debian.oppserver.net/gpg-debian.oppserver.net-signing-pubkey.asc -O - | sudo apt-key add -
deb http://debian.oppserver.net/debian wheezy contrib main non-free
deb-src http://debian.oppserver.net/debian wheezy contrib main non-free



then do an update
Code:
apt-get update



for Bitcoin
Option 1) go here http://bitcoin.org/en/download -- unzip file, go to bin folder, go to 32 bit or 64 bit folder, depending on your system. copy bitcoind to your bin folder: mv bitcoind /bin
Option 2) do it from the terminal
Code:
## go to your home directory
cd /home

## install TAR[/color]
apt-get install tar

## download bitcoind & bitcoin-qt
wget http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.6/bitcoin-0.8.6-linux.tar.gz

## unzip the download
tar xvf bitcoin-0.8.6-linux.tar.gz

## go to directory to copy file
cd bitcoin-0.8.6-linux/bin/  

## choose version... is your system 32 bit or 64 bit?
cd 64 ## or 32?

## copy to your /bin folder
cp bitcoind /bin

## run/start bitcoind
bitcoind



for P2Pool, follow this post from ThiagoCMC but start at step 2 - "* Configuring and starting Bitcoin".
https://bitcointalksearch.org/topic/a-complete-guide-to-p2pool-merged-mining-btcnmcdvcixci0c-plus-ltc-linux-62842


you should be good to go!

** this assumes you know a bit about linux, so make note of the following **
if you get permission errors on any of the commands from above, use "sudo" in front. example: sudo tar xvf bitcoin-0.8.6-linux.tar.gz

before you run bitcoind and p2pool, you may want to chown them, so they dont endup root. you can do something like "sudo chown -r user:user /bin/bitcoind" this is all up to you and your user permissions.


** or you can just mine on my pool btc.endofinternet.org:9332 -- US, Florida East Coast, 1% fee. low latency and very low getwork latency.
full member
Activity: 280
Merit: 100
[WTH] Team viewer and guide me on setup p2pool for new alt coin 0.1BTC payment

Let me know if you are up to it, pm me your skype or something, and we can talk it out.
I want to setup mining pool for new coin, but issue is I not sure how to do it.

I read a lot guide like edit the networks.py and etc. but it will be good if someone can 1:1 guide me on setup any of the new alt coin and the procedure to add another.

My Server is running Debian.

Let me know your skype by pm

Payment: 0.1 BTC

I will definitely pay if its work, we can start talk in skype and get this going. I am sincere
Jump to: