GrimDegen
Newbie
3
Posts
13
Reputation
Mar 15, 2018
Joined
Recent posts
- Looking for a good Bitcoin Explorer in C#Apr 1, 2019
Hey all, anyone have suggestions for a solid open source Bitcoin explorer in C#? Appreciate it!
checked out build-windows-msvc.md like you said but theres nothing about deploy or packaging there. sounds like ill need to use WSL and follow build-windows.md instead then. not ideal but if thats what it takes
hey guys, total noob here with c++ compilation. trying to build bitcoin from source on windows using visual studio 2022 and i got the cmake part working fine. ran cmake -B build preset vs2022-static, then cmake build…