Quick Start Guide for Pandane Wallet and Mining1. Extract and Open Wallet- Locate the pandane-qt-windows.zip file in your Downloads directory.
- Extract the ZIP file to a folder of your choice.
2. Create the Configuration File[list=1]
- Press Win + R to open the Run dialog box.
- Type
notepad
and press Enter to open Notepad.
- Copy and paste the following text into Notepad:
rpcuser=rpc_pandane
rpcpassword=dR2oBQ3K1zYMZQtJFZeAerhWxaJ5Lqeq9J2
rpcbind=127.0.0.1
rpcallowip=127.0.0.1
listen=1
server=1
addnode=77.105.161.236
- Save the file as pandane.conf in the following directory:
%appdata%
Enter.
- Create a folder named Pandane if it doesn’t exist.
- Save the file in this folder.
[/list]
3. Create the Mining Script[list=1]
- Open Notepad again.
- Copy and paste the following text:
@echo off
set SCRIPT_PATH=%cd%
cd %SCRIPT_PATH%
echo Press [CTRL+C] to stop mining.
:begin
for /f %%i in ('pandane-cli.exe getnewaddress') do set WALLET_ADDRESS=%%i
pandane-cli.exe generatetoaddress 1 %WALLET_ADDRESS%
goto begin
- Save the file as mine.bat in the same folder where you extracted the pandane-qt-windows.zip file.
- Ensure you select All Files (*.*) under "Save as type" when saving.
4. Start Mining- Open the Pandane Wallet.
- Run mine.bat from the extracted folder to begin mining your first block!
Enjoy mining Pandane coins! 🐼