stone.212

Results 20 comments of stone.212

@cosmoarunn @ArifulIslamSonnet Yes I do have a doc to get this pool front end working with nginx. @sammy007 didn't seem to want it in his docs though which is why...

@Marow Be specific. Where is "API Url"? It has been months since I looked at this and I am not going to look at every file to find one variable...

I have this: ``` APP: { // API host and port ApiUrl: '//mypoolurl.com/', explorerURL: 'https://mypoolurl.com', // HTTP mining endpoint HttpHost: 'https://mypoolurl.com', HttpPort: 8888, // Stratum mining endpoint StratumHost: 'mypoolurl.com', StratumPort:...

@djsmoke2018 Try this: ``` # Here is a sample nginx conf file that goes into `/etc/nginx/sites-enabled` and will redirect # http to https connections using a letsencrypt certificate. If you...

@bunkerGrin That is not a very helpful comment. Did you try my sample config above? What exactly happened when you tried it?

@iRespectrum @atlanticcrypto Did this work for you? I pulled the develop branch (with `git pull origin develop`) and I still have the same error. I am running Parity stable 1.11.8...

@MCrypto Can you point to that post? I did not find it and today I have this error for the first time. I am using Parity 1.11.8 stable.

@MCrypto No problem I only asked yesterday. I just wanted to know the exact name of the branch. I got it working by doing a fresh pull. So thank you...

@MCrypto As I said I got it working by doing a fresh pull from develop branch.