Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: Pandane on January 17, 2025, 03:16:55 AM



Title: [ANN] Pandane (PNDN) - The Panda-Themed Cryptocurrency Supporting Conservation!
Post by: Pandane on January 17, 2025, 03:16:55 AM
🐼 Pandane (PNDN) 🐼
The Panda-Themed Cryptocurrency Supporting Conservation!



🎋 Welcome to Pandane (PNDN) 🎋
The eco-friendly, community-driven cryptocurrency dedicated to merging blockchain technology with wildlife conservation efforts. Inspired by the panda, a global symbol of peace, balance, and conservation, Pandane is here to make a difference!



🐼 What is Pandane?
Pandane (PNDN) is a panda-themed cryptocurrency designed to promote sustainability, eco-friendly mining, and wildlife preservation. By leveraging the power of blockchain, Pandane creates a platform where you can support conservation efforts while participating in a rewarding and modern financial ecosystem.



🔗 Technical Specifications
  • Algorithm: Scrypt Proof of Work (PoW)
  • Coin Name: Pandane
  • Coin Abbreviation: PNDN
  • Public Address Letter: P
  • Public Address Letter Testnet: 1
  • Coin Unit: Pandane
  • RPC Port: 21471
  • P2P Port: 21472
  • Block Reward: 100 PNDN
  • Block Halving: Every 210,000 blocks (~4 years)
  • Max Supply: 42,400,000 coins
  • Premine: 400,000 coins
  • Coinbase Maturity: 20 (+1 default confirmation) blocks
  • Target Spacing: 5 minutes
  • Target Timespan: 10 minutes
  • Transaction Confirmations: 6 blocks


🌟 Key Features
  • Eco-Friendly Mining: Supports renewable energy sources to reduce environmental impact.
  • Wildlife Conservation: A portion of transaction fees goes directly to conservation organizations.
  • Community Governance: Empowering users to make key decisions about the network.
  • User-Friendly Wallets: Simple and secure wallets for Windows, Linux, and mobile platforms.
  • Global Collaboration: Partnerships with conservation groups worldwide.


🌍 Coinomics
  • Total Supply: 42,400,000 PNDN
  • Premine Allocation:
    • 50%: Conservation initiatives
    • 30%: Community rewards & development
    • 20%: Team & partnerships
  • Transaction Fees: 2% allocated to conservation funds
  • Block Reward: 100 PNDN


📅 Roadmap

Phase 1: Foundation (Months 1–3)
  • Blockchain development and testing
  • Launch of desktop wallets (Windows, Linux)
  • Premine allocation to kickstart development

Phase 2: Awareness (Months 4–6)
  • Website and social media launch
  • Airdrops and mining pool setup
  • Announce conservation partnerships

Phase 3: Expansion (Months 7–12)
  • Mobile wallet release (iOS & Android)
  • Global conservation campaigns
  • Introduce community governance mechanisms

Phase 4: Adoption (Year 2)
  • Exchange listings
  • Merchant partnerships
  • NFT-based conservation initiatives

Phase 5: Sustained Growth (Year 3 and Beyond)
  • Launch staking and reward programs
  • Support blockchain-based conservation projects
  • Expand global reach with education campaigns



📥 Download Wallets
  • Windows Wallet (https://pandane.org/#download)


🔨 Mining Information
  • Algorithm: Scrypt PoW
  • Mining Pools: [To Be Announced]
  • Target Block Time: 5 minutes
  • Hardware: GPU/ASIC compatible


💚 Join the Community
Be a part of something bigger! Together, we can save the pandas, protect wildlife, and embrace eco-friendly blockchain practices.

🌐 Website (https://pandane.org/)
🐼 Github (https://github.com/pandane-coin/core)




📢 Bounties and Airdrops
Stay tuned for exciting airdrop campaigns and bounty programs. Follow our social media channels for updates!



🎋 Let’s build a better future together—one block at a time! 🎋
Pandane (PNDN): The cryptocurrency with a cause.


Title: Re: [ANN] Pandane (PNDN) - The Panda-Themed Cryptocurrency Supporting Conservation!
Post by: Pandane on January 17, 2025, 03:11:53 PM
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! 🐼


    Title: Re: [ANN] Pandane (PNDN) - The Panda-Themed Cryptocurrency Supporting Conservation!
    Post by: olzzoy on January 18, 2025, 04:20:03 AM
    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! 🐼

      Hey, have you chosen an algorithm for asics for your coin, and do you want everything to be mined on the processor?


      Title: Re: [ANN] Pandane (PNDN) - The Panda-Themed Cryptocurrency Supporting Conservation!
      Post by: Domajor on January 20, 2025, 03:00:09 AM
      Selam

      When will the pool be active?


      Title: Re: [ANN] Pandane (PNDN) - The Panda-Themed Cryptocurrency Supporting Conservation!
      Post by: Pandane on January 20, 2025, 06:53:49 PM
      Selam

      When will the pool be active?

      Hi there, pool will be active in a few days. You will be notified.


      Title: Re: [ANN] Pandane (PNDN) - The Panda-Themed Cryptocurrency Supporting Conservation!
      Post by: Domajor on January 20, 2025, 07:16:55 PM
      Selam

      When will the pool be active?

      Hi there, pool will be active in a few days. You will be notified.


      I am currently trying it with CPU (despite the impossibilities)

      I can give information (maybe) via telegram


      Title: Re: [ANN] Pandane (PNDN) - The Panda-Themed Cryptocurrency Supporting Conservation!
      Post by: Pandane on January 20, 2025, 07:28:23 PM
      Selam

      When will the pool be active?

      Hi there, pool will be active in a few days. You will be notified.


      I am currently trying it with CPU (despite the impossibilities)

      I can give information (maybe) via telegram

      You can contact us via telegram here - https://t.me/pandane_support


      Title: Re: [ANN] Pandane (PNDN) - The Panda-Themed Cryptocurrency Supporting Conservation!
      Post by: Pandane on January 29, 2025, 11:50:10 PM
      We're facing major issues with our pool, allow us 2-3 more days for pool to be functional. Thank you all for participating!


      Title: Re: [ANN] Pandane (PNDN) - The Panda-Themed Cryptocurrency Supporting Conservation!
      Post by: Difuzion on January 30, 2025, 11:18:56 AM
      are you planning to list this coin in any major exchanges?


      Title: Re: [ANN] Pandane (PNDN) - The Panda-Themed Cryptocurrency Supporting Conservation!
      Post by: Pandane on February 01, 2025, 07:34:41 PM
      are you planning to list this coin in any major exchanges?


      We will be listed on mecacex and azbit soon.


      Title: Re: [ANN] Pandane (PNDN) - The Panda-Themed Cryptocurrency Supporting Conservation!
      Post by: Pandane on February 09, 2025, 10:00:20 PM
      Attention everyone! A month ago, the scam exchange Mecacex began blocking the withdrawal of funds over 1 LTC. These scammers robbed more than 1,000 users on their other projects. The main scammer - the owner of the exchange will only laugh in response to your requests for withdrawal of funds. Your funds will remain blocked despite any requests. If you try to write about this in the Discord channel chat, we will be instantly blocked there. Freezing of funds indicates that the exchange will be closed soon. Now they have launched a free listing of all possible new coins in order to steal as much money as possible from your deposits. Do not transfer your funds to them, since you will not be able to withdraw them!

      We would like to announce that we will no longer cooperate with Mecacex Exchange due to the fact of fraudulent actions.


      Title: Re: [ANN] Pandane (PNDN) - The Panda-Themed Cryptocurrency Supporting Conservation!
      Post by: visibleplayer on February 10, 2025, 05:07:32 AM
      No source code no even github, no discord, trojans


      Title: Re: [ANN] Pandane (PNDN) - The Panda-Themed Cryptocurrency Supporting Conservation!
      Post by: MMOStars on February 10, 2025, 10:20:29 PM
      No source code no even github, no discord, trojans

      I dunno if something changed, but this not a new announcement, original chain was hacked multiple times, fake coins were minted out of air, sent to cex and all liquidity drain.

      Even if it's 'fixed' this stuff's reputation is long time over. So overall would advise to avoid this complete. Unclear how many unpatched holes in poor code it still has.


      Title: Re: [ANN] Pandane (PNDN) - The Panda-Themed Cryptocurrency Supporting Conservation!
      Post by: Pandane on February 15, 2025, 10:47:46 PM
      No source code no even github, no discord, trojans

      I dunno if something changed, but this not a new announcement, original chain was hacked multiple times, fake coins were minted out of air, sent to cex and all liquidity drain.

      Even if it's 'fixed' this stuff's reputation is long time over. So overall would advise to avoid this complete. Unclear how many unpatched holes in poor code it still has.

      Guys, please don't be so harsh, we don't have a big team or smth, give us some time to improve.


      Title: Re: [ANN] Pandane (PNDN) - The Panda-Themed Cryptocurrency Supporting Conservation!
      Post by: r_victory on February 15, 2025, 10:56:25 PM
      No rush, just one question. I saw that you only have the wallet for Windows. Are there any plans to release it for Linux?


      Title: Re: [ANN] Pandane (PNDN) - The Panda-Themed Cryptocurrency Supporting Conservation!
      Post by: Pandane on February 16, 2025, 12:17:19 AM
      No rush, just one question. I saw that you only have the wallet for Windows. Are there any plans to release it for Linux?

      Sure, we will release it this week


      Title: Re: [ANN] Pandane (PNDN) - The Panda-Themed Cryptocurrency Supporting Conservation!
      Post by: wargo on February 27, 2025, 12:28:16 AM
      Github link not working.


      Title: Re: [ANN] Pandane (PNDN) - The Panda-Themed Cryptocurrency Supporting Conservation!
      Post by: Pandane on February 27, 2025, 11:18:48 PM
      Linux wallet is available and ready for use


      Title: Re: [ANN] Pandane (PNDN) - The Panda-Themed Cryptocurrency Supporting Conservation!
      Post by: Pandane on March 06, 2025, 01:18:27 AM
      Huge news: it has been officially confirmed that we will be listed on Azbit Exchange (https://azbit.com/) on March 15, 2025.


      Title: Re: [ANN] Pandane (PNDN) - The Panda-Themed Cryptocurrency Supporting Conservation!
      Post by: wargo on March 18, 2025, 09:33:50 AM
      Huge news: it has been officially confirmed that we will be listed on Azbit Exchange (https://azbit.com/) on March 15, 2025.
      Who confirmed this?