We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ecee3f commit dde3282Copy full SHA for dde3282
release/build.bat
@@ -15,10 +15,10 @@ cd %~dp0
15
"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" /m:3 "..\build\MVis-tokenminer.sln" /t:Build /p:Configuration=Release
16
IF ERRORLEVEL 1 GOTO ERROR
17
18
-
19
-REM Copy tokenminer.ini
20
21
copy "..\tokenminer.ini" stage\tokenminer
+copy list-devices.bat stage\tokenminer
+copy start-mining.bat stage\tokenminer
+
22
23
REM convert readme to html and copy to staging. see https://github.com/joeyespo/grip
24
release/list-devices.bat
@@ -0,0 +1,2 @@
1
+.\tokenminer.exe --list-devices -G
2
+pause
release/start-mining.bat
+.\tokenminer.exe -G -P --opencl-platform 0
0 commit comments