Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Pandane (PNDN) - The Panda-Themed Cryptocurrency Supporting Conservation!
by
Pandane
on 17/01/2025, 15:11:53 UTC
Quick Start Guide for Pandane Wallet and Mining

1. 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
    Code:
    notepad
    and press Enter to open Notepad.
  • Copy and paste the following text into Notepad:
Code:
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:
    • Open Run again, type
    Code:
    %appdata%
        , and press
      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:
    Code:
    @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! 🐼