Skip to main content

quickstart guide

this guide will help you get started with lightsocket.

purchasing

lightsocket costs $25.00. you'll need to join the discord server. purchase a voucher through sellauth or create a ticket for manual purchase - the same ticket can then be used for account setup after payment is confirmed. you'll be given a license key for logging in.

tip

to purchase bitcoin, you can use cashapp, venmo, and paypal natively. if this feature isn't available for you, you can use an exchanger on ogu to purchase crypto. if you would like to keep your payment safe, i accept trusted middlemen provided you pay their fee.

account setup

after purchasing lightsocket (or if you're planning on using the free version), you'll need to set up your account. follow these steps:

  1. join the discord server if you haven't already.
  2. run /register on the discord bot. if you already purchased a voucher, use it with the register command. make sure you provide an email you have access to. if you have not purchased a voucher, see above for the link.
  3. save your license key somewhere safe.

requirements

  • computer running windows, macos, or linux
  • text editor
  • internet connection
  • discord account to redeem your license
  • tokens to use with lightsocket
  • proxies to use with lightsocket
  • basic knowledge of cli usage

installation

  1. use /download on the discord bot to download the latest version of lightsocket.
  2. install nodejs, and optionally pnpm:
  1. after installing node, open a console of your choice to the folder you downloaded lightsocket to. run npm run start or pnpm run start if you installed pnpm.
  2. follow the installation process

setup

the installer should have told you the location of your home folder. if you forgot, it's here:

  • windows: c:\users\USERNAME\lightsocket
  • macos: /users/USERNAME/lightsocket
  • linux: /home/USERNAME/lightsocket

...replacing USERNAME with your username.

to use the program, you'll need accounts and proxies in the ./settings/setup folder in their respective files. the program will tell you if you're missing anything. see the structure docs for information on how the folder is organized.

there is a default config file in ./settings/config.yaml that you can edit to your liking. it's commented to help you understand what each setting does. see the config docs detailed information.

starting

to start the program, you can open a console of your choice to the lightsocket program folder (what you downloaded, not where the settings are) and run npm start. the program will start and tell you if there are any issues with your setup.

if you encounter any issues, please contact support for help.