Bitcoin Forum
May 05, 2024, 12:04:36 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Paying 0.1 BTC for Guide on Setup P2Pool on Linux Debian Server  (Read 1620 times)
baokychen (OP)
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile
January 21, 2014, 06:29:31 AM
 #1

[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
Whoever mines the block which ends up containing your transaction will get its fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714867476
Hero Member
*
Offline Offline

Posts: 1714867476

View Profile Personal Message (Offline)

Ignore
1714867476
Reply with quote  #2

1714867476
Report to moderator
airborne305
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
January 25, 2014, 02:14:16 AM
 #2

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://bitcointalk.org/index.php?topic=62842.0


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.
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!