-

How to Build and Compile a CryptoNote Project on Linux
There has been an active issue for over 5 years now when trying to build the source on modern compilers. The best solution (without updating the actual code) is to simulate the original build environment, Which is Ubuntu 14.04 with the Dependencies of: GCC 4.7.3 or later, CMake 2.8.6 or later, and Boost 1.55. From…
-

How to Compile a CryptoNote Coin on Windows
This guide is to help developers compile their CryptoNote Coin blockchain on Windows. Cryptonote core proved to be rather easy to compile, while the wallet proved to be far more difficult, due to the codebase being so out of date. I made this guide on Windows 10 in October, 2023. If you need help compiling…
-

Distribution Map – Tableau Example #2
This fun little visualization allowS us to graph the distribution of a single measure or of two measures compared to each other, and then adjust the colors within the distribution graph. You can also use this visualization to easily filter and page through your data to view a breakdown of your distributions.
-

Visualizations within a Tooltip – Tableau Example #1
A step-by-step walk-through of how to add visualizations into chart tooltips.