Skip to content

πŸ‘Ύ One click run for Windows, or WSL

SiemdeNijs edited this page Apr 22, 2022 · 1 revision

How to: One click run for Windows, or WSL

To make it easier to run the miner, and not have to enter the command every time, we can make a one-click file to run the miner with our personal config.

πŸͺŸ Windows native (running .exe directly on windows machine):

1 Open notepad

2 Copy this:

"C:\path\to\packetcrypt.exe ann -p pkt1qc4l3wgtkx3t4qez6pun5k73cktcdczkqqutwnj http://pool.pkt.world http://pool.pktpool.io http://pool.pkteer.com http://pktco.in

3: Change the \path\to, to the actual path. Change it to your address. Optionally add "-t number" to limit the threads used.

4: Click "Save as", and select "all files" instead of the ".txt" extension. As a name, name it "whatever" but be sure to end it with ".cmd".

5: if successfully saved, you can now double click the icon to run your miner.

πŸͺŸπŸ§ Windows WSL:

1 Open notepad

2 Copy this:

wsl /path/to/packetcrypt ann -p pkt1qc4l3wgtkx3t4qez6pun5k73cktcdczkqqutwnj http://pool.pkt.world http://pool.pktpool.io http://pool.pkteer.com http://pktco.in

3: Change the /path/to, to the actual path. Change it to your address. Optionally add "-t number" to limit the threads used.

4: Click "Save as", and select "all files" instead of the ".txt" extension. As a name, name it "whatever" but be sure to end it with ".cmd".

5: if successfully saved, you can now double click the icon to run your miner.


ℹ️ : See πŸͺŸ SNcomp pre compiled for Windows on how to configure to your preferences, or 🐧 SNcomp pre compiled for Linux for WSL

Clone this wiki locally