Getting Started

This guide will help you get on your feet in the amazing world PalladiumCoin!

Introduction

This guide has been quickly assembled by the devs in order to help those new to the realm of cryptocurrencies get started. First of all, we would like to thank you for giving PalladiumCoin a chance. We promise you won't regret it! All referenced materials can be found in the downloads center which can be reached by pressing the button below or by pressing the big "download" button found on the top bar! If you have any questions or concerns, please don't hesitate to ask questions in our discord server or send us an email! Those who contribute to this guide are eligible for a portion of the bounty (a hefty reward formed from donations) and will be credited for all work done!

Running the daemon

  1. Download the executables from the downloads center
  2. Extract all files from the archive into a directory (folder) of your choosing
  3. Launch a command prompt window by typing cmd.exe in your search bar and pressing 'Enter'
  4. Navigate the CMD window to the folder where you have extracted the executables using the command cd PATH where PATH is your file path
  5. Run the daemon by entering daemon into the cmd window
  6. Wait for the daemon to finish synchronizing!
  7. Done! To close the daemon make sure to type exit in the window! Otherwise the local blockchain data won't save!

Generating a wallet

To generate a wallet, you have many options, the easiest of which is to use the GUI wallet. On this page we have included instructions for using and installing both the GUI wallet and the command line wallet! Always ensure that you backup your wallet files in case of file corruption!

Installing and using the GUI Wallet

  1. Download the GUI wallet from the downloads center
  2. Extract all files from the archive into a directory (folder) of your choosing
  3. Inside this folder, you will find an executable labeled palladiumcoin.exe
  4. Wait for the wallet to sync with the network!
  5. NOTICE: SYNCHRONIZATION MAY TAKE SEVERAL HOURS!!!

Installing and using the Command Line Wallet

  1. Follow the instructions to run the daemon
  2. Launch a new command prompt window and navigate to the folder where all the executables are located
  3. Ensure that the daemon has said that it's ready for you to open simplewallet
  4. Run simplewallet by entering simplewallet into the cmd window
  5. Follow on-screen instructions
  6. Done!

Mining

To start mining you have a multitude of options! The most common (and efficient) is pool mining! The difference between pool mining and solo mining is that pooled mining "pools" all of the resources of the clients in that pool together, to generate the solution to a given block. When the pool solves a block, the reward generated by that block's solution is split and distributed between the pools participants. Unlike Solo mining where a miner performs the mining operations alone, entirely by him/herself. All mined blocks are generated to the miner's credit, and he gains the full reward.

SOLO MINING

Through the daemon

  1. Follow the instructions to run the daemon
  2. in the daemon window, type start_mining YOUR_WALLET_ADDRESS NUMBER_OF_THREADS and press enter
  3. to stop mining, simply type stop_mining

Through the command line wallet

  1. Follow the instructions to run the command line wallet
  2. in the daemon window, type start_mining NUMBER_OF_THREADS and press enter
  3. to stop mining, simply type stop_mining

POOL MINING

  1. Find a pool on the services page that has the least amount of users
  2. Press the getting started tab and follow instructions
Downloads