Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [LNGC] Longcoin: Empowering Global Collaboration and Innovation
by
long-network
on 26/12/2024, 03:58:58 UTC
I made it as simple as possible, i moved everything to C drive and just dumped it there.
I pointed to the location and still i get the looping screen.
https://imgur.com/a/f6bNEvU

The looping screen: https://imgur.com/a/05K7eeW

1. **Check the Files**: Make sure `longcoin-cli.exe` is in the same folder as your `mine.bat` file (e.g., `C:\LongCoin`). If it’s not, move it there.

2. **Edit the `.bat` File**: Open `mine.bat` and update the command to include the full path to `longcoin-cli.exe`, like this: 
   
Code:
   "C:\LongCoin\longcoin-cli.exe" generatetoaddress 1 YOUR_WALLET_ADDRESS
   

3. **Open Your Wallet**: Before running the script, make sure your Longcoin wallet is open and fully synced.

4. **Run as Admin**: Right-click `mine.bat` and select "Run as Administrator" to avoid permission issues.

5. **Test the Command**: Open Command Prompt, go to the folder with `longcoin-cli.exe`, and run: 
   
Code:
   longcoin-cli.exe getblockchaininfo