raven_seed
Member
3
Posts
86
Reputation
Mar 20, 2017
Joined
Recent posts
- Looking for a good bitcoin explorerJan 14, 2022
Hey folks, I’m on the hunt for some cool open-source bitcoin explorer. Any recommendations? Appreciate it!
- Creating a Windows Installer for BitcoinJul 20, 2021
I followed this guide (in doc): build-windows-msvc.md, but don't see parameters for deploy. Yes, I think for the installer, I will have to follow: build-windows.md, that need WSL (Windows Subsystem for Linux).
- Creating a Windows Installer for BitcoinJul 19, 2021
Hey everyone, I'm just starting out with compiling in C++. I could really use some help making a Windows installer for the Bitcoin source code. I'm using Visual Studio 2022 for Windows. I executed: cmake -B build preset…