NOTE: This guide assumes you have all the the initial setup completed
-
Download the code to a folder called
C:\one-miner\
-
Now we need to enable Powershell scripts to be run (they won't be allowed by default in some cases)
-
Search for
Powershell
in the Start menu -
Right click
Powershell
and select 'Run as administrator' -
Enter the following commands (press 'Enter'to submit each answer)
-
Set-ExecutionPolicy -Scope CurrentUser
-
Unrestricted
-
Y
-
You should now be able to run scripts
-
Right click and edit
RunMe.bat
-
Update
set pathname=C:\Users\Ashley\.config\solana\id.json
to yourid.json
location, for exampleset pathname=C:\Users\imadeveloper\.config\solana\id.json
. This should be taken care of as part of your initial setup operations. -
Save the file
-
Double click
RunMe.bat
and the application should now begin to execute. -
Buy Ash a big mac
edit 1 edit 2