AbsorbingChaos / stx-miner-script

Script and tips to setup a Blockstack Testnet Miner
https://stacks101.com
MIT License
8 stars 7 forks source link

On Raspberry Pi, bc is missing #18

Closed friedger closed 4 years ago

friedger commented 4 years ago

bash: line 93: bc: command not found

whoabuddy commented 4 years ago

I could add this to the prerequisites when apt-get runs, it is installed in Ubuntu Server by default. bc = basic calculator.

whoabuddy commented 4 years ago

This should be fixed in ee4bdb9 - @friedger can you confirm if the issue is still happening?

whoabuddy commented 4 years ago

Closing this one out as it should be resolved by the linked PR. Feel free to re-open or file a new issue if there is still an error!