Pages:
Author

Topic: [GUIDE] Setup your own mining pool. (Read 34701 times)

newbie
Activity: 1
Merit: 0
November 08, 2018, 08:38:31 AM
#74
I want to setup a low difficulty pow coins mining pool with auto exchange option to bitcoin, etc, eth, doge on Windows and merged mining option also. I have a mining rig of 2 1050ti 4gb and 1060 6gb nvidia cards. Can you plz help me? I am newbie. And most of the available mining pool setup related posts online are for Ubuntu.
member
Activity: 168
Merit: 10
November 07, 2018, 01:47:47 PM
#73
I am stuck at the "npm update" section.. I always get error messages, which Ubuntu version you tried?
newbie
Activity: 98
Merit: 0
March 21, 2018, 01:14:17 AM
#72
many thx dude, I succeed to build a pool by following the steps you posted
newbie
Activity: 204
Merit: 0
March 21, 2018, 12:32:39 AM
#71
I have created a guide on how to create your own mining pool for a single crypto-currency (not a multipool). I tried to make it as novice friendly as possible and explain every step. All you really need is a very, very basic knowledge of Linux and some patience. I feel like it's important for crypto that more people are capable of running a mining pool, or at least have the knowledge of it.

******NEW GUIDE!!!******
http://blockgen.net/blog/setup-your-own-mining-pool/


Here's the OLD LEGACY guide:
http://blockgen.net/blog/novices-guide-to-setting-up-a-crypto-currency-mining-pool/

Here is an example of what you would be setting up if you follow the guide:
http://miningpool.website/

All the software used in the guide is free/open source.

I will try and create more guides as time goes on. I will also support the guides I currently have, so feel free to ask any questions pertaining to the guide. Anybody else that is knowledgeable with mining pool software, or linux feel free to help other users.

I will check this thread occasionally and try to answer some questions.
Very helpful,,,thanks for the guidelines.. i will to learn
ETS
newbie
Activity: 24
Merit: 0
March 02, 2018, 01:13:35 PM
#70
Just wondering if anyone knows how to setup a multiple coin. Also is this guide a good one to follow even if i do not want to do Litecoin or Bitcoin?
member
Activity: 183
Merit: 25
January 31, 2018, 06:30:54 PM
#69
Watch out for the "duplicate shares exploit" -- I'm not seeing a fix for this problem affecting most pools.
 

Second time this has been mentioned on this thread. Could you provide a link to this exploit? Curious as to why it hasn't been solved since two years ago :/
sr. member
Activity: 252
Merit: 250
November 18, 2017, 11:55:01 PM
#68
Watch out for the "duplicate shares exploit" -- I'm not seeing a fix for this problem affecting most pools.
 
member
Activity: 61
Merit: 10
November 14, 2017, 01:48:20 AM
#67
Here is an interesting link on github

Code:
https://github.com/npm/npm/issues/18395

Looks like there are newer nodejs and npm versions.  Maybe need to look further here for the issues encountered running Ubuntu 16.04.1 LTS.  Problem is I'm an infrastructure person not a developer.
member
Activity: 61
Merit: 10
November 14, 2017, 01:41:18 AM
#66
this all showing that the pool software is not properly setup and build and the npm version may be mismatch which lead to not able to work

Thank you for the insight, will try to get to the bottom of it.  Maybe you can shed light on my other question of what is the most common standard production mining pool build that most pool operators are running today.  I see a lot running MPOS.
member
Activity: 61
Merit: 10
November 14, 2017, 01:37:13 AM
#65
I tried following this guide in trying to setup a PinkCoin pool.  My setup is as follows:

Ubuntu 16.04.3 LTS
4 GB RAM
2 vCPU
Running on ESXI 6.5 host.

PinkCoin Daemon is compiled running and blockchain is sync'd

I get to the section of

Code:
git clone https://github.com/UNOMP/unified-node-open-mining-portal.git unomp
Code:
cd unomp
Code:
sudo npm update

This is where I get the following error

Code:
npm ERR! Linux 4.4.0-97-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "update"
npm ERR! node v4.2.6
npm ERR! npm  v3.5.2
npm ERR! code ELIFECYCLE

npm ERR! [email protected] install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the unomp-multi-hashing package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs unomp-multi-hashing
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls unomp-multi-hashing
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/pink/unomp/npm-debug.log

It seems that I have all the correct packages installed as I followed the guide to the letter.  Is it possible that I need an older version of Ubuntu Server?  Any assistance is greatly appreciated.

Thank you,


Did you manage to get this working? I am stuck about here too.

You will be able to get past this issue running Ubuntu 14.04.5 LTS.  I have not yet gotten PinkCoin added because I've been slammed at work with SAN and VMWare Migrations.  Hopefully be able to try soon.  I am wondering though what is the current standard production build that most pool operators are running.  Have not gotten an answer.  I also tried channels #mpos, #crypto-expert, #nomp, and #unomp on freenode and have not gotten a reply.  Try to follow the guide using the LiteCoin daemon then try adding other coins.  That is what I'm going to do next.

Not sure if there is something to allow running on the latest release of Ubuntu, but 14.04.5 will definitely get you past the npm update issue.  Hope this helps some and please let me know if you are successful.
newbie
Activity: 19
Merit: 0
November 14, 2017, 12:43:01 AM
#64
I tried following this guide in trying to setup a PinkCoin pool.  My setup is as follows:

Ubuntu 16.04.3 LTS
4 GB RAM
2 vCPU
Running on ESXI 6.5 host.

PinkCoin Daemon is compiled running and blockchain is sync'd

I get to the section of

Code:
git clone https://github.com/UNOMP/unified-node-open-mining-portal.git unomp
Code:
cd unomp
Code:
sudo npm update

This is where I get the following error

Code:
npm ERR! Linux 4.4.0-97-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "update"
npm ERR! node v4.2.6
npm ERR! npm  v3.5.2
npm ERR! code ELIFECYCLE

npm ERR! [email protected] install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the unomp-multi-hashing package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs unomp-multi-hashing
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls unomp-multi-hashing
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/pink/unomp/npm-debug.log

It seems that I have all the correct packages installed as I followed the guide to the letter.  Is it possible that I need an older version of Ubuntu Server?  Any assistance is greatly appreciated.

Thank you,


Did you manage to get this working? I am stuck about here too.
newbie
Activity: 10
Merit: 0
November 14, 2017, 12:36:52 AM
#63
Is this guide still actual?  Huh
full member
Activity: 154
Merit: 100
November 04, 2017, 08:53:44 PM
#62
Thank you, I have a basic understanding of the establishment of the swimming pool. Cheers Grin Grin
hero member
Activity: 826
Merit: 1000
October 24, 2017, 02:08:13 AM
#61
this all showing that the pool software is not properly setup and build and the npm version may be mismatch which lead to not able to work
full member
Activity: 154
Merit: 100
October 23, 2017, 07:53:24 AM
#60
root@vultr:/home/tang/node-open-mining-portal# sudo node init.js
module.js:435
  return process.dlopen(module, path._makeLong(filename));
                 ^

Error: Module did not self-register.
    at Error (native)
    at Object.Module._extensions..node (module.js:435:18)
    at Module.load (module.js:344:32)
    at Function.Module._load (module.js:301:12)
    at Module.require (module.js:354:17)
    at require (internal/module.js:12:17)
    at Object. (/home/tang/node-open-mining-portal/node_modules/bignum/index.js:4:11)
    at Module._compile (module.js:410:26)
    at Object.Module._extensions..js (module.js:417:10)
    at Module.load (module.js:344:32)
root@vultr:/home/tang/node-open-mining-portal# node init.js

/home/tang/node-open-mining-portal/node_modules/request/node_modules/hawk/node_modules/boom/lib/index.js:5
const Hoek = require('hoek');
^^^^^
SyntaxError: Use of const in strict mode.
    at Module._compile (module.js:439:25)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object. (/home/tang/node-open-mining-portal/node_modules/request/node_modules/hawk/lib/index.js:5:33)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
member
Activity: 61
Merit: 10
October 22, 2017, 12:02:01 PM
#59
Hey guys can someone please help.

I have an LTC pool running Mpos+Unomp.

I have been struggling now for over 2 weeks to get mpos / unomp up and running on an LTC pool
all looks good miners connect all everything works except no payments no balance debug shows shares being submitted and lists on dashboard. but im also seeing no blockshares and and under transaction there are no transactions. they list in sqldb but nothing on mpos side payments are disabled on unomp side have I done something wrong. I have been seeking help on the IRC but no answers for 3 days.
I have read http://www.grewe.ca/crypto-currency-mining/ but didnt help much even tried switching payout methods please help or comment if im being an idiot.. thanks.

Yeah I mean litecoin is pretty nuts for the difficulty at the moment. You may way to take a look at a newer scrypt coin to gi ve it a shot.

Can you please enlighten me on how you got this working?  My post above yours shows what I'm running into.
full member
Activity: 294
Merit: 102
October 22, 2017, 11:50:36 AM
#58
Hey guys can someone please help.

I have an LTC pool running Mpos+Unomp.

I have been struggling now for over 2 weeks to get mpos / unomp up and running on an LTC pool
all looks good miners connect all everything works except no payments no balance debug shows shares being submitted and lists on dashboard. but im also seeing no blockshares and and under transaction there are no transactions. they list in sqldb but nothing on mpos side payments are disabled on unomp side have I done something wrong. I have been seeking help on the IRC but no answers for 3 days.
I have read http://www.grewe.ca/crypto-currency-mining/ but didnt help much even tried switching payout methods please help or comment if im being an idiot.. thanks.

Yeah I mean litecoin is pretty nuts for the difficulty at the moment. You may way to take a look at a newer scrypt coin to gi ve it a shot.
full member
Activity: 294
Merit: 102
October 22, 2017, 11:43:40 AM
#57
Great guide OP - Found this the other day! Blew me away how helpful this is!



What are the benefits of setting up your own mining pool with so many pools in existence?

Oh there are a ton of strategies when you can mine away from a public pool. 

In addition - some pools may not be as honest or as straight-forward as you may think.  A lot of manipulation going on out there…





I am curious as to what "strategies" you mean. I always thought that it was the best idea to mine on a popular pool.
member
Activity: 61
Merit: 10
October 22, 2017, 11:36:02 AM
#56
I tried following this guide in trying to setup a PinkCoin pool.  My setup is as follows:

Ubuntu 16.04.3 LTS
4 GB RAM
2 vCPU
Running on ESXI 6.5 host.

PinkCoin Daemon is compiled running and blockchain is sync'd

I get to the section of

Code:
git clone https://github.com/UNOMP/unified-node-open-mining-portal.git unomp
Code:
cd unomp
Code:
sudo npm update

This is where I get the following error

Code:
npm ERR! Linux 4.4.0-97-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "update"
npm ERR! node v4.2.6
npm ERR! npm  v3.5.2
npm ERR! code ELIFECYCLE

npm ERR! [email protected] install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the unomp-multi-hashing package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs unomp-multi-hashing
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls unomp-multi-hashing
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/pink/unomp/npm-debug.log

It seems that I have all the correct packages installed as I followed the guide to the letter.  Is it possible that I need an older version of Ubuntu Server?  Any assistance is greatly appreciated.

Thank you,
full member
Activity: 154
Merit: 100
October 22, 2017, 09:55:31 AM
#55
Thank you for your post, I will continue to try, before the card has been stuck in the npm step, unable to start the site
Pages:
Jump to: