Pages:
Author

Topic: [GUIDE] Setup your own Ethereum mining pool. - page 10. (Read 30140 times)

hero member
Activity: 826
Merit: 1000
thanks ..for you detail confing ..

now one more thing in which files or place we have to change the ip of our server or domain name in this guide as so place place using some short of local ip to connect to server pool and api and redis ..

so the place where i have to put my domain name or if not i have domain name i can put ip but the place and file
newbie
Activity: 47
Merit: 0
Code:
Configure nginx to serve API on /api subdirectory. Configure nginx to serve www/dist as static website.

do you know what to do and how to do for this step as not able to do it ..not find any guide on this how to do it

Code:
Serving API using nginx

Create an upstream for API:

How to this can be done and where this code need to be placed ?? do you know can you tell me


You can edit /etc/nginx/conf.d/default.conf
That's the nginx default message when you open http://localhost

Now you want it to do something else like:

upstream api {
   server 127.0.0.1:8080;
   }

   server {
   listen 0.0.0.0:80;
   root /pool-path/www/dist;
   index index.html index.htm;

   server_name localhost;

        location /api {
                proxy_pass http://api;
        }


   location / {
      try_files $uri $uri/ /index.html;
   }

   }
newbie
Activity: 47
Merit: 0

Help with this problem please :
Quote
Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
Quote
Stats API Temporarily Down


You need to have some services started before running pool. In your case geth (see earlier posts).
hero member
Activity: 826
Merit: 1000
Code:
Configure nginx to serve API on /api subdirectory. Configure nginx to serve www/dist as static website.

do you know what to do and how to do for this step as not able to do it ..not find any guide on this how to do it

Code:
Serving API using nginx

Create an upstream for API:

How to this can be done and where this code need to be placed ?? do you know can you tell me
newbie
Activity: 3
Merit: 0

Help with this problem please :
Quote
Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused
Quote
Stats API Temporarily Down

- - - - -

 fabioganga, try this :
Quote
apt-get install rpcbind

newbie
Activity: 47
Merit: 0
Thanks for the guide - will give it a go this weekend or the one after and let you know how I go Wink  Grin

Going ok?

Here is my new pool:
http://mcpool.servehttp.com:81
newbie
Activity: 2
Merit: 0
Thanks for the guide - will give it a go this weekend or the one after and let you know how I go Wink  Grin
full member
Activity: 301
Merit: 106
where in code i can change this?

full member
Activity: 301
Merit: 106
thank you, sverkere
it works
newbie
Activity: 47
Merit: 0
Guys, i have problem with payouts:  Unable to process payouts: account is locked
Looks like cant unlock my wallet.
How to fix that? Is it password problem?

geth --rpc --rpcport 8545 --unlock ADDRESS

then geth asks for password..
full member
Activity: 301
Merit: 106
Guys, i have problem with payouts:  Unable to process payouts: account is locked
Looks like cant unlock my wallet.
How to fix that? Is it password problem?
newbie
Activity: 47
Merit: 0
Quote

the error is

Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused


I'm also having this error that is plaguing me, and I would like to use open-ethereum-pool by @sammy007 as modified by Ubiq: https://github.com/ubiq/open-ethereum-pool

I assume that, because it's not using geth but rather gubiq (the geth equivalent for Ubiq) I should do

./gubiq --rpc

or

./gubiq --rpc-port 8545

However, I am still getting the error and it's really driving me nuts.

There is no way apparently to contact the original developer @sammy007, can someone please help?

Thanks!

Instead try this:

./gubiq --rpc --rpcport 8545

full member
Activity: 478
Merit: 113
Quote

the error is

Error while refreshing pending block on main: Post http://127.0.0.1:8545: dial tcp 127.0.0.1:8545: getsockopt: connection refused


I'm also having this error that is plaguing me, and I would like to use open-ethereum-pool by @sammy007 as modified by Ubiq: https://github.com/ubiq/open-ethereum-pool

I assume that, because it's not using geth but rather gubiq (the geth equivalent for Ubiq) I should do

./gubiq --rpc

or

./gubiq --rpc-port 8545

However, I am still getting the error and it's really driving me nuts.

There is no way apparently to contact the original developer @sammy007, can someone please help?

Thanks!
member
Activity: 69
Merit: 100
I think you should contact the facility that has experience installing the miners. Study the configuration appropriately with the electronic currency. Calculate the cost of electricity for economic efficiency.
newbie
Activity: 2
Merit: 0
Hi all

i fixed the problem the pool is only now

http://thesevendwarfs.org

hope for a lot of miners  Smiley Wink Grin
newbie
Activity: 2
Merit: 0
Hi

I'm trying to set up the open-ethereum-pool. I followed the guide but I always end in the following error up when I try to access the frontend url:

Error:

Stats API Temporarily Down
Usually it's just a temporal issue and mining is not affected.

Can someone help me on this?

Thx for answering
full member
Activity: 301
Merit: 106
How to setup MusicCoin mining pool ?
newbie
Activity: 12
Merit: 0
Hi,
first of all I want to thank you for guide.

But..
What should I do if I want to change pool from eth to ubiq, dbix, etc...?

Thx for answer
full member
Activity: 224
Merit: 100
hi

where is this dist follder
/www/dist  i dont have it

Can somebody help me?
Where you install open-etheteum-pool
newbie
Activity: 21
Merit: 0
This is a great post.  Thanks for putting the guide together.

I need some help though or perhaps a little more information at this point in the guide:


Running Pool

./build/bin/open-ethereum-pool config.json
You can use Ubuntu upstart – check for sample config in upstart.conf.


Not sure what im supposed to do here. Can someone provide a little more info?




Also when i run this: apt-get install libdb4.8-dev libdb4.8++-dev

it says the package no longer exists or has been replaced or is no longer needed.  Is that right?

Thanks again
Pages:
Jump to: