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 setup in Ubuntu Server #5

Open
AmjadIqbal opened this issue May 2, 2018 · 1 comment
Open

How to setup in Ubuntu Server #5

AmjadIqbal opened this issue May 2, 2018 · 1 comment

Comments

@AmjadIqbal
Copy link

What you have written is nothing to understand , just guide me how can i setup in ubuntu server

@immrmonero
Copy link
Owner

immrmonero commented May 4, 2018

Hi, I have written for those who have some knowledge in npm already.

First you need to install Node server. You can either install through bundler or your package manager.

pkg install nodejs

If this asks for administrator permissions, try running with sudo

Try running the following commands to check everything has installed properly

node --version
npm -v

Now follow the steps available in the readme to run your miner. For your sake, i m repeating it here.

Run the npm install -g coin-imp command, use sudo if required.

You have two options to run the miner now, one using cli other using the code.

To run in cli,

coin-imp <YOUR_XMR_ADDRESS>

To run as a program, copy paste the code in the Readme and save into a file, say miner.js, and try running (dont forget to update your address)

node miner.js

look for the other params in the documentation

If you need any more clarifications, feel free to reach out to me ;)

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