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

Add support RainbowMiner #281

Open
wandersonareis opened this issue May 25, 2019 · 6 comments
Open

Add support RainbowMiner #281

wandersonareis opened this issue May 25, 2019 · 6 comments
Labels

Comments

@wandersonareis
Copy link

It's possible add RainbownMiner autoswitch to NVoc?
https://github.com/RainbowMiner/RainbowMiner

@LuKePicci
Copy link
Collaborator

Hopefully @papampi will get time to take care of this. Meanwhile could you provide an example of working command line for RainbowMiner? This will help us a lot into getting it ready in no time.

@papampi
Copy link
Owner

papampi commented May 25, 2019

I was looking into it this morning,
RainbowMiner is based on windows PowerShell and I have no knowledge on it and Windows

@LuKePicci
Copy link
Collaborator

Has it any kind of linux binary at least? Probably powershell scripting is required just as wrapper, or what?

@papampi
Copy link
Owner

papampi commented May 26, 2019

No idea...
Didn't get into its details, just saw ps1 extensions and closed it.

@wandersonareis
Copy link
Author

It's fine on Ubuntu. Install powershell on Linux but only launch command in start.sh on terminal.
Launch start.sh in terminal get error on file .ps1.

@wandersonareis
Copy link
Author

Add this miner is possible?

On Linux, you may use git for a shortcut:

sudo apt-get update
sudo apt-get install git
git clone https://github.com/rainbowminer/RainbowMiner

On Linux, cd into your RainbowMiner folder, change the attributes of install.sh, start.sh and others and run the Installer as root (sudo):

cd RainbowMiner
chmod +x *.sh
sudo ./install.sh
On Linux: either use the GUI installer to install the package or do it manually, e.g. for Ubuntu:

if not already done, download the package, change the ubuntu distro version number!
wget https://github.com/PowerShell/PowerShell/releases/download/v6.2.2/powershell_6.2.2-1.ubuntu.18.04_amd64.deb

install powershell package
dpkg -i powershell_6.2.2-1.ubuntu.18.04_amd64.deb

install powershell dependecies
apt install -f

On Linux:

./start.sh

Alternative: start as Linux screen:

./start-screen.sh

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

No branches or pull requests

3 participants