Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [LNGC] Longcoin: Empowering Global Collaboration and Innovation
by
long-network
on 26/12/2024, 03:18:28 UTC
This is what i get:
https://imgur.com/a/Ozi9YND

Fixing the "longcoin-cli.exe not recognized" Error

The error means the script can't find `longcoin-cli.exe`. Here's how to fix it:

1. Check Location 
Ensure `longcoin-cli.exe` is in the same folder as your `mine.bat` file.

2. Add Full Path 
If it’s in a different folder, edit `mine.bat` and replace `longcoin-cli.exe` with its full path. For example: 
Code:
"C:\path\to\longcoin-cli.exe" generatetoaddress 1 YOUR_WALLET_ADDRESS

3. Save and Run 
Save the changes and re-run `mine.bat` as Administrator.

That’s it! The issue should now be resolved.