Bitcoin Forum
February 13, 2025, 11:03:31 AM *
News: Community Awards voting is open
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN] Pandane (PNDN) - The Panda-Themed Cryptocurrency Supporting Conservation!  (Read 493 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (3 posts by 2+ users deleted.)
Pandane (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
January 17, 2025, 03:16:55 AM
Last edit: January 17, 2025, 03:51:43 AM by Pandane
 #1

🐼 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


🔨 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
🐼 Github




📢 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.
Pandane (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
January 17, 2025, 03:11:53 PM
 #2

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! 🐼
    olzzoy
    Newbie
    *
    Offline Offline

    Activity: 39
    Merit: 0


    View Profile
    January 18, 2025, 04:20:03 AM
     #3

    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?
      Domajor
      Newbie
      *
      Offline Offline

      Activity: 5
      Merit: 0


      View Profile
      January 20, 2025, 03:00:09 AM
       #4

      Selam

      When will the pool be active?
      Pandane (OP)
      Newbie
      *
      Offline Offline

      Activity: 7
      Merit: 0


      View Profile
      January 20, 2025, 06:53:49 PM
       #5

      Selam

      When will the pool be active?

      Hi there, pool will be active in a few days. You will be notified.
      Domajor
      Newbie
      *
      Offline Offline

      Activity: 5
      Merit: 0


      View Profile
      January 20, 2025, 07:16:55 PM
       #6

      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
      Pandane (OP)
      Newbie
      *
      Offline Offline

      Activity: 7
      Merit: 0


      View Profile
      January 20, 2025, 07:28:23 PM
       #7

      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
      Pandane (OP)
      Newbie
      *
      Offline Offline

      Activity: 7
      Merit: 0


      View Profile
      January 29, 2025, 11:50:10 PM
       #8

      We're facing major issues with our pool, allow us 2-3 more days for pool to be functional. Thank you all for participating!
      Difuzion
      Newbie
      *
      Offline Offline

      Activity: 15
      Merit: 0


      View Profile
      January 30, 2025, 11:18:56 AM
       #9

      are you planning to list this coin in any major exchanges?
      Pandane (OP)
      Newbie
      *
      Offline Offline

      Activity: 7
      Merit: 0


      View Profile
      February 01, 2025, 07:34:41 PM
       #10

      are you planning to list this coin in any major exchanges?


      We will be listed on mecacex and azbit soon.
      Pandane (OP)
      Newbie
      *
      Offline Offline

      Activity: 7
      Merit: 0


      View Profile
      February 09, 2025, 10:00:20 PM
       #11

      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.
      visibleplayer
      Newbie
      *
      Offline Offline

      Activity: 19
      Merit: 0


      View Profile
      February 10, 2025, 05:07:32 AM
       #12

      No source code no even github, no discord, trojans
      MMOStars
      Member
      **
      Offline Offline

      Activity: 298
      Merit: 18


      View Profile
      February 10, 2025, 10:20:29 PM
       #13

      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.
      Pages: [1]
        Print  
       
      Jump to:  

      Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!