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

noting doing #155

Open
gipperzanoid opened this issue Feb 15, 2018 · 3 comments
Open

noting doing #155

gipperzanoid opened this issue Feb 15, 2018 · 3 comments

Comments

@gipperzanoid
Copy link

noting doing when call coin-hive-stratum 8892 --host=pool.supportxmr.com --port=3333
003de396bae5f4267b5fa7b2e93d513f0d0c6c01

@cazala
Copy link
Owner

cazala commented Feb 16, 2018

you are not doing coin-hive-stratum 8892 --host=pool.supportxmr.com --port=3333 you are just doing coin-hive-stratum... that's why you get that listening on port undefined

@gipperzanoid
Copy link
Author

choise
coin-hive-stratum 8892 --host=xmr-us-west1.nanopool.org --port=14444
and see error : process error: listen EADDRINUSE :::8892
what is it?

@gipperzanoid
Copy link
Author

ok run this coin-hive-stratum 8892 --host=xmr-us-west1.nanopool.org --port=14444
proxy.js ->
const Proxy = require("coin-hive-stratum");
const proxy = new Proxy({
host: "xmr-us-west1.nanopool.org",
port: 14444
});
proxy.listen(80);

see seems picures
bgdddddet

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