Hello sir, for Windows users, anything about wallet and miner for TSC?
Thank you!
Install dependencies — Windows (cross-compile)
Native Windows builds go through MSVC (see doc/build-windows-msvc.md). The faster path most contributors use is cross-compiling from a Linux host (or WSL) using the Mingw-w64 toolchain plus the bundled depends system. NSIS is needed only for the .exe installer target.
# On a Linux host (or WSL inside Windows):
sudo apt-get install -y g++-mingw-w64-x86-64-posix nsis
# Build the depends tree once.
gmake -C depends HOST=x86_64-w64-mingw32 -j$(nproc)
https://tensorcash.org/wallet/