Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.22 KB

README.md

File metadata and controls

40 lines (22 loc) · 1.22 KB

Get started

NOTE: This guide assumes you have all the the initial setup completed

Example of application running (showing w/ errors and repeat helper)

Example

Steps

  1. Download the code to a folder called C:\one-miner\

  2. Now we need to enable Powershell scripts to be run (they won't be allowed by default in some cases)

  3. Search for Powershell in the Start menu

  4. Right click Powershell and select 'Run as administrator'

  5. Enter the following commands (press 'Enter'to submit each answer) Execution policy

  • Set-ExecutionPolicy -Scope CurrentUser

  • Unrestricted

  • Y

  1. You should now be able to run scripts

  2. Right click and edit RunMe.bat

  3. Update set pathname=C:\Users\Ashley\.config\solana\id.json to your id.json location, for example set pathname=C:\Users\imadeveloper\.config\solana\id.json. This should be taken care of as part of your initial setup operations.

  4. Save the file

  5. Double click RunMe.bat and the application should now begin to execute.

  6. Buy Ash a big mac

edit 1 edit 2