Author

Topic: Installing Bitcoins in Ubuntu server 14.04 LTS (Read 2111 times)

legendary
Activity: 1344
Merit: 1024
Mine at Jonny's Pool
October 29, 2015, 10:01:43 AM
#8
Well, uNOMP is basically the newer version of NOMP and doesn't require MPOS... it comes with a front end.  Here's an example of a uNOMP pool: http://www.miningpool.website.  I'd suggest following the guide here: http://blockgen.net/blog/setup-your-own-mining-pool/ or you can go directly to the uNOMP github site and follow their guides: https://github.com/UNOMP/unified-node-open-mining-portal

member
Activity: 69
Merit: 10
Thanks,  but I like more nomp/mpos than unemployment because  the interface of their website is better. But is not a really problem,  I would to know how setup bitcoin mining pool included the Block chain and professional webinterface.  I want to learn it how to setup and use.
legendary
Activity: 1344
Merit: 1024
Mine at Jonny's Pool
So another question... are you stuck on the idea of using MPOS?  There are other options out there... uNOMP for example.  CoiniumServ is another.  Heck, you could even install your own ckpool/ckdb instance (no nice web interfaces there, so you'd have to write your own UI).
member
Activity: 69
Merit: 10
Is more own mining pool and a test pool. Do have a link of Noxious... Thanks anyway!

legendary
Activity: 1344
Merit: 1024
Mine at Jonny's Pool
So then it's an academic exercise.  When you say "solo mining pool" are you trying to do something different than just setting up a regular mining pool?  If you're the only user on the pool, then it's solo mining, right?

Anyway, if you're just trying to setup a bitcoin mining pool, maybe nexious would give you some pointers... he recently opened up his own bitcoin mining pool.
member
Activity: 69
Merit: 10
No,  I want to learn how to setup this by myself.  I already did the litecoin,  but with bitcoin setup solo mining I get stuck!!....
Looking for usefull tips/ or a recent guide howto setup a bitcoin pool with mpos/nomp!
legendary
Activity: 1344
Merit: 1024
Mine at Jonny's Pool
So is this just an academic exercise?  I mean, why not point your hardware to ck's solo pool and not worry about it?
member
Activity: 69
Merit: 10
I was not succeeding with a solo mining pool with mpos/nomp site in ubuntu server:
(Neither there is a actuall guide for setup a solo bitcoin miming pool, for litecoin is here:
http://blockgen.net/blog/novices-guide-to-setting-up-a-crypto-currency-mining-pool/)

This is what i did:

Ubuntu Server 14.04 LTS


sudo apt-get update
sudo apt-get dist-upgrade

sudo apt-get install git
sudo apt-get install build-essential autoconf libtool libboost-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1+

+-dev mysql-server

For python-stratum:

sudo apt-get install python-twisted python-mysqldb python-dev python-setuptools python-memcache python-simplejson

python-pylibmc
sudo easy_install -U distribute

For MPOS:

sudo apt-get install memcached php5-memcached php5-mysqlnd php5-curl php5-json libapache2-mod-php5
sudo apache2ctl -k stop; sleep 2; sudo apache2ctl -k start

Installing Bitcoin:

sudo add-apt-repository ppa:bitcoin/bitcoin
sudo aptitude update
sudo aptitude install bitcoind

cd bitecoin
sudo ./autogen.sh
sudo ./configure
sudo make
sudo make install


But is not working still, some tips!?? i can't setup a bitcoin solo blockchain, what will download into mine server... the rest i have setup do later. (startum & mpos and config-files.)

Thanks Anyway!!
Jump to: