-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Got the miner up and running...
Two small hiccups, not sure if they are even worth adding to the instructions but:
I setup a virtual machine in Windows, and installed Ubuntu Server 20.04 LTS
Following the steps at: https://daemon-technologies.github.io/docs/Mining-Bot-Alpha-Version/
I came across the following:
1 - After trying to install nvm, I got a message that it was already installed and that it was going to try to update using git, which I think it did. Then it asked to close the terminal and reopen it to be able to use nvm which I did
2 - When it came time to use cargo, the command was unavailable, as it seems that having closed the terminal, the command cargo became unavailable. So I had to run:
$HOME/.cargo/env
Once I ran that again, I was able to continue with the steps.
Other than that, it went pretty smoothly...
Should I just let it run in the background?