Daemon-Technologies / docs

All you need to build about stacks-2.0
4 stars 14 forks source link

Issue from nvm & Cargo installation #9

Open gzelda opened 3 years ago

gzelda commented 3 years ago

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?

gzelda commented 3 years ago

From chris@crystalinsight.com

KingGreyWulf commented 3 years ago

Not able to build the blockstack-core at the cargo command. It is aborting the process on error E0277 the trait bound 'std::vex::Vex<_>: std::convert::From<{u8; 20)>'is not satisfied. Any ideas?