can't open worldcoind
How to Get Started
Download and Extract: Download the Windows release and extract all files to a single directory.
Create Configuration File: Before running, you must create a worldcoin.conf file in your data directory (%APPDATA%\Worldcoin). Add the following required settings:
server=1
txindex=1
daemon=1
rpcuser=your_username
rpcpassword=your_secure_password
addnode=173.231.207.167:11085
Start the Worldcoin daemon by running .\worldcoind.exe in a Powershell window.
Use the CLI: Open a command prompt in another window and use .\worldcoin-cli.exe to interact with your node (e.g., .\worldcoin-cli.exe getinfo).