You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,17 @@ Kaspa NG application binary can be started in 3 ways:
72
72
73
73
If you need access to the wallet in a headless environment, you can start Kaspa NG in daemon mode and then use the CLI wallet to access the wallet.
74
74
75
+
#### Software Rendering for Windows x64 VMs
76
+
77
+
Kaspa NG uses OpenGL. Due to that, Kaspa NG may have problems powering up on the legacy hardware or inside of virtualization platforms that do not support hardware acceleration.
78
+
79
+
To address this, you can use Mesa 3d Software Emulation library.
80
+
Mesa 3d library build is available for download from the `resources/windows/mesa3d` folder of this repository.
81
+
Simply extract the archive and place the `opengl32.dll` file in the same folder as the `kaspa-ng.exe` executable.
82
+
83
+
This library build was placed in this repository for direct download on 2025-05-14.
84
+
The original build was created by Federico Dossena at [https://fdossena.com/?p=mesa/index.frag](https://fdossena.com/?p=mesa/index.frag).
85
+
75
86
#### Solo Mining
76
87
77
88
You can use the following stratum bridge to solo mine with Kaspa NG: https://github.com/rdugan/kaspa-stratum-bridge/releases
0 commit comments