Ivan Vnučec

Results 21 issues of Ivan Vnučec

Because of Makefile targets https://github.com/freewil/bitcoin-testnet-box/blob/29944ca45207ac517f477d3e97813f83d2ed04b5/Makefile#L48 and https://github.com/freewil/bitcoin-testnet-box/blob/29944ca45207ac517f477d3e97813f83d2ed04b5/Makefile#L51 there is no need to write docker commands written [here](https://github.com/freewil/bitcoin-testnet-box#running-docker-container) to build/run docker images rather user could just run Makefile targets.

The problem is that we are mining cryptos rather slowly compared to the ASICs machines. Because of that, how can we be assured that the hashing algorithms works correctly other...

### What happened? - Minimal Mistakes version: - Ruby gem or remote theme version: - Jekyll version: - Git repository URL: - Hosted on GitHub Pages (if yes provide URL...

### What happened? - Minimal Mistakes version: - Ruby gem or remote theme version: - Jekyll version: - Git repository URL: - Hosted on GitHub Pages (if yes provide URL...

### What happened? - Minimal Mistakes version: 4.24.0 - Ruby gem or remote theme version: IDK - Jekyll version: IDK - Git repository URL: https://github.com/IvanVnucec/zupa-svpetraipavla-besici - Hosted on GitHub Pages...

I've built and succesfully isntalled Chrono as specified in the Install documentation. I've copied template_project and cd into it, made build foder, cd into it, ran `cmake -DChrono_DIR=/cmake ..`, I...

documentation

Add in root `CMakeLists.txt` ``` if(NOT BUILD_TESTING) set(BUILD_TESTING ON) endif() ```

This is important when multiple test sources are linked into one test executable.