We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What you have written is nothing to understand , just guide me how can i setup in ubuntu server
The text was updated successfully, but these errors were encountered:
Hi, I have written for those who have some knowledge in npm already.
npm
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
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.
npm install -g coin-imp
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 ;)
Sorry, something went wrong.
No branches or pull requests
What you have written is nothing to understand , just guide me how can i setup in ubuntu server
The text was updated successfully, but these errors were encountered: