Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use intense coin pool with ssl #69

Open
mk148a opened this issue Feb 20, 2018 · 5 comments
Open

How to use intense coin pool with ssl #69

mk148a opened this issue Feb 20, 2018 · 5 comments

Comments

@mk148a
Copy link

mk148a commented Feb 20, 2018

Hi, i have intense coin pool but , its outdated and not worked, i need use it with intense pool and ssl api, my pool is https://intensecoin-pool.com i need help my pool is not worked since 2month

@blueavenue
Copy link

This seems to be port error in the config.js website. What says the Pool Log Files? Or a wrong Port in the pool's config.json. Check it.

@mk148a
Copy link
Author

mk148a commented Mar 9, 2018

@blueavenue its not i double check them. do you have skype i need realy help

@blueavenue
Copy link

blueavenue commented Mar 9, 2018

Put this in your .htaccess-file in the first lines :

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

If you dont have a .htaccess file then open a text-editor and generate one (sudo nano .htaccess).

Safe the file to the website-folder /var/www/html/yourpoolwebsite

This rules allows you, to connect from a non ssl to ssl.

Try it and give feedback.

I have today no time. Sorry. Maybe later. :-(

But i think its really a port problem or in the website config.js a problem. Try to Change daemon-port in config.json to RPC-Port.

Do you have put in the right api port and address (in website config.js)?

Like:

var api = "https://intensecoin-pool.com:apiport";
var api_blockexplorer = "https://intensecoin-pool.com:rpcdaemonport";

@mk148a
Copy link
Author

mk148a commented Mar 11, 2018

@blueavenue good solution but its not work for me :S

@blueavenue
Copy link

blueavenue commented Mar 11, 2018

There must been shown errors (red font) in the VPS Console, after you start the pool with node init.js

Put the errors in here. Or put the api.logfile in here.

Is redis installed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants