Bitcoin Forum
April 27, 2024, 10:52:22 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 »  All
  Print  
Author Topic: [GUIDE] Setup your own Ethereum mining pool.  (Read 30134 times)
neelcomputers
Member
**
Offline Offline

Activity: 195
Merit: 10


View Profile WWW
September 16, 2017, 09:03:39 AM
 #101

everything done restarted it and also the entire system. no changes strange.
any other suggestion or should i reformat and try again?
1714258342
Hero Member
*
Offline Offline

Posts: 1714258342

View Profile Personal Message (Offline)

Ignore
1714258342
Reply with quote  #2

1714258342
Report to moderator
Be very wary of relying on JavaScript for security on crypto sites. The site can change the JavaScript at any time unless you take unusual precautions, and browsers are not generally known for their airtight security.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
jcreyesb
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
September 16, 2017, 09:09:04 AM
 #102

everything done restarted it and also the entire system. no changes strange.
any other suggestion or should i reformat and try again?
Is not necessary reformat, i has the same problem.. and resolved, changing the file unlocker.go and then ./build.sh
sverkere
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
September 17, 2017, 11:51:44 AM
 #103

everything done restarted it and also the entire system. no changes strange.
any other suggestion or should i reformat and try again?
Is not necessary reformat, i has the same problem.. and resolved, changing the file unlocker.go and then ./build.sh


and then..

make clean
make

As you know, ./build.sh only builds the web pages.
jcreyesb
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
September 17, 2017, 03:08:53 PM
 #104

everything done restarted it and also the entire system. no changes strange.
any other suggestion or should i reformat and try again?
Is not necessary reformat, i has the same problem.. and resolved, changing the file unlocker.go and then ./build.sh


and then..

make clean
make

As you know, ./build.sh only builds the web pages.

It's true, sorry i forgot this part
neelcomputers
Member
**
Offline Offline

Activity: 195
Merit: 10


View Profile WWW
September 18, 2017, 08:09:52 AM
 #105

both of you thanks for your help.

done and all working fine now getting full 314 coins instead of 5 coins.

Thanks once again.
retal
Full Member
***
Offline Offline

Activity: 301
Merit: 106


View Profile
September 22, 2017, 01:35:35 AM
 #106

I have strange problem with payouts:
My server wallet after payouts loosing coins.
Even if i set 1% pool fee i am still losing musiccoins after payouts.
Looks like instead of pay 314 coins i am paying 320 coins.

How to fix that ?
Raja4Shekar
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
September 23, 2017, 08:29:36 PM
 #107

Thanks for the Awesome Guide,
I have few issues though! While rendering web page using nginx, the styles are not applied in the main webpage (though I am seeing all the stats sample site: http://ubuntu1sea.southeastasia.cloudapp.azure.com/ )

But, when I run
Code:
ember server --port 8082 --environment production

then the webpage at port 8082 is fine with proper styles and with correct stats.

I am not sure what I am missing with main web page using nginx. My Nginx Config is as follows
 
Code:
upstream api {
                server 127.0.0.1:8080;
        }

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

                server_name localhost;

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

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



Seems silly but it drives me nuts. Do any of you face this issue.
Raja4Shekar
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
September 23, 2017, 09:24:56 PM
 #108

Thanks for the Awesome Guide,
I have few issues though! While rendering web page using nginx, the styles are not applied in the main webpage (though I am seeing all the stats sample site: http://ubuntu1sea.southeastasia.cloudapp.azure.com/ )

But, when I run
Code:
ember server --port 8082 --environment production

then the webpage at port 8082 is fine with proper styles and with correct stats.

I am not sure what I am missing with main web page using nginx. My Nginx Config is as follows
 
Code:
upstream api {
                server 127.0.0.1:8080;
        }

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

                server_name localhost;

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

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



Seems silly but it drives me nuts. Do any of you face this issue.

It got resolved when I have edited index.hbs in the 'templates' folder. and executed ./build.sh from 'www' folder Thank you.
pedrogm
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
September 25, 2017, 05:53:00 PM
 #109

I have strange problem with payouts:
My server wallet after payouts loosing coins.
Even if i set 1% pool fee i am still losing musiccoins after payouts.
Looks like instead of pay 314 coins i am paying 320 coins.

How to fix that ?


got the same problem, how did u solved?
retal
Full Member
***
Offline Offline

Activity: 301
Merit: 106


View Profile
September 25, 2017, 06:42:04 PM
 #110

i didn't solved
i have no idea how to fix that
riddlez666
Member
**
Offline Offline

Activity: 166
Merit: 10


View Profile WWW
September 27, 2017, 08:22:54 PM
 #111

I have strange problem with payouts:
My server wallet after payouts loosing coins.
Even if i set 1% pool fee i am still losing musiccoins after payouts.
Looks like instead of pay 314 coins i am paying 320 coins.

How to fix that ?


got the same problem, how did u solved?


its called gas
retal
Full Member
***
Offline Offline

Activity: 301
Merit: 106


View Profile
October 01, 2017, 10:17:01 PM
 #112

what can you with this ?
chrismaster
Full Member
***
Offline Offline

Activity: 142
Merit: 100


View Profile WWW
October 02, 2017, 02:59:45 PM
 #113

Can anyone help me.

the ngixx part ist terrible. I got not website only error 500 Internal Server Error
Path to www/dist is correct.

and if i start   ember server --port 8082 --environment development
then i got the api error page

can anyone help me with a newer guide?
I use ubuntu 16.04 server but i think its another nginx version. I have not the same paths

my default file in /etc/nginx/sites-available


upstream api {
   server 127.0.0.1:8080;
}


server {
   listen 80 default_server;
   listen [::]:80 default_server;

   root /home/pool/open-ethereum-pool/www/dist;

   

   server_name _;


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

   location / {
      # First attempt to serve request as file, then
      # as directory, then fall back to displaying a 404.
      try_files $uri $uri/ =404;
   }

   # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
   #
   #location ~ \.php$ {
   #   include snippets/fastcgi-php.conf;
   #
   #   # With php7.0-cgi alone:
   #   fastcgi_pass 127.0.0.1:9000;
   #   # With php7.0-fpm:
   #   fastcgi_pass unix:/run/php/php7.0-fpm.sock;
   #}

   # deny access to .htaccess files, if Apache's document root
   # concurs with nginx's one
   #
   #location ~ /\.ht {
   #   deny all;
   #}
}



 the second file /etc/nginx/nginx.conf

user www-data;
worker_processes auto;
pid /run/nginx.pid;


events {
        worker_connections 768;
        # multi_accept on;
}



http {

   sendfile on;
   tcp_nopush on;
   tcp_nodelay on;
   keepalive_timeout 65;
   types_hash_max_size 2048;
   # server_tokens off;

   # server_names_hash_bucket_size 64;
   # server_name_in_redirect off;

   include /etc/nginx/mime.types;
   default_type application/octet-stream;

   ssl_protocols TLSv1 TLSv1.1 TLSv1.2; # Dropping SSLv3, ref: POODLE
   #ssl_prefer_server_ciphers on;

   access_log /var/log/nginx/access.log;
   error_log /var/log/nginx/error.log;

   gzip on;
   gzip_disable "msie6";


   upstream api {
   server 127.0.0.1:8080;
   }

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

   server_name localhost;

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


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

   }

}


<---Europe p2p mining Pool--->

http://p2p-multipool.eu
sverkere
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
October 02, 2017, 03:30:56 PM
 #114

You only need one file.

/etc/nginx/nginx.conf

change
root home/pool/open-ethereum-pool/www/dist;
to
root /home/pool/open-ethereum-pool/www/dist;

For api to work you need to edit your

/home/pool/open-ethereum-pool/www/config/environment.js

In particular you need something like:
ApiUrl: '//ubiqpool.servehttp.com:8080/',

Also something like
server_name ubiqpool.servehttp.com;
in nginx.conf

Your config.json must also reflect correct ports. But this is
at least a start for you to get on track..
chrismaster
Full Member
***
Offline Offline

Activity: 142
Merit: 100


View Profile WWW
October 02, 2017, 03:55:37 PM
 #115

ok i have now "Stats API Temporarily Down"

example:
http://giotto.acc-pool.pw/


geth --rpc
is running an pool run with
./build/bin/open-ethereum-pool config.json


<---Europe p2p mining Pool--->

http://p2p-multipool.eu
zahareevici
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
October 06, 2017, 03:49:20 PM
Last edit: October 11, 2017, 02:21:35 PM by zahareevici
 #116

nice modern pool is here

 MegaPool.io

http://storage9.static.itmages.com/i/17/1006/h_1507304928_9227834_c89cbfe728.png

happy mining !!!
news2000
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
October 10, 2017, 12:04:43 AM
 #117

Hello all
How i can change open-ethereum-pool to Solo mining ? I can not find this options in config. Read all helps but can not find. Thanks
retal
Full Member
***
Offline Offline

Activity: 301
Merit: 106


View Profile
October 11, 2017, 03:41:50 PM
 #118

Hello guys i have problem.
My pool was working well, but today it start show incorrect Network Difficulty: 694.337G instead 11.9T.
Whats happened how to fix that ?
megapool.io
Member
**
Offline Offline

Activity: 70
Merit: 12

MegaPool.io


View Profile WWW
October 11, 2017, 06:35:54 PM
 #119

Hello guys i have problem.
My pool was working well, but today it start show incorrect Network Difficulty: 694.337G instead 11.9T.
Whats happened how to fix that ?



update your  blockchain

MegaPool.io - Free Modern Mining Pool
jcreyesb
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
October 11, 2017, 07:53:02 PM
 #120

Hello guys i have problem.
My pool was working well, but today it start show incorrect Network Difficulty: 694.337G instead 11.9T.
Whats happened how to fix that ?

you need update your blockchain..
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 »  All
  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!