Bitcoin Forum
September 17, 2026, 05:27:56 PM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Getting Started with ParnianCoin (PARC)  (Read 10 times)
parniancoin (OP)
Newbie
*
Offline

Activity: 3
Merit: 0


View Profile
Today at 01:05:07 PM
 #1

[GUIDE] Getting Started with ParnianCoin (PARC) — Wallet, Pool & Mining Setup

This is a step-by-step guide for anyone new to ParnianCoin who wants to create a wallet and start mining PARC.

═══════════════════════════
PART 1 — CREATING YOUR WEB WALLET
═══════════════════════════

Unlike most PascalCoin-based projects, ParnianCoin does not require installing a desktop client. Everything happens through the web wallet.

1. Go to the wallet site: https://wallet.parniancoin.com
2. Click "Sign up" / "Create account".
3. Choose how you want to log in:
   - Email + password, or
   - Google OAuth, or
   - Microsoft OAuth
4. If using email, verify your address via the confirmation link sent to your inbox.
5. Once logged in, the wallet will generate an encrypted key pair for you automatically. This key is created and stored securely tied to your account — you don't need to manage key files manually.
6. Your public key / account number will be shown on your dashboard. This is the address you'll use to receive PARC (for example, from mining payouts).

Logging back in later:
- Just go to https://wallet.parniancoin.com and sign in with the same method (email/password or OAuth) you used to register.

═══════════════════════════
PART 2 — CHECKING THE NETWORK (EXPLORER)
═══════════════════════════

Before mining, you can verify the network is live and see real-time stats:
- Explorer: https://explorer.parniancoin.com
- Here you can look up blocks, transactions, and search your own account/public key once you have one.

═══════════════════════════
PART 3 — JOINING THE MINING POOL
═══════════════════════════

1. Go to the pool site: https://pool.parniancoin.com
2. On the pool homepage you'll find:
   - Pool connection details (stratum.parniancoin.com:38008)
   - Current network difficulty
   - Payout threshold / fee info
3. Make sure you have your wallet public key/account ready (from Part 1) — this is what you'll mine to.

═══════════════════════════
PART 4 — SETTING UP THE MINER
═══════════════════════════

ParnianCoin uses a customized fork of rhminer, adapted for the PARC network.

1. Download the miner from:
https://parniancoin.com/MinerFile/parnianminer-win64.zip
https://parniancoin.com/MinerFile/parnianminer-linux64.zip
2. Extract it to a folder of your choice.
3. Edit the config (or use command-line flags) to point to the pool:
   - Pool address: [stratum.parniancoin.ir:38008 — get this from the pool page]
   - Your wallet public key as the worker/username
   - Optional worker name to identify your rig (e.g. yourname.rig1)
4. Example launch command (adjust to your OS/build):
   ```
   parnianminer -cpu -cputhreads 0 -s stratum.parniancoin.com:38008 -su `YOUR_WALLET_ADDRESS`.rig1 -pw x
   ```
5. Run the miner. You should see it connect to the pool and start submitting shares.
6. Check your progress anytime on the pool dashboard by searching your public key, or in your web wallet balance (once payouts are processed).

═══════════════════════════
NOTES
═══════════════════════════
- No desktop wallet installation is needed at any point — the web wallet handles key management.
- Hardware requirements are modest; you don't need specialized/high-end equipment to start.
- The network is newly launched, so difficulty is currently low — this is a good time to start mining with less competition.
- There is a 20% developer fee built into mining rewards — this is disclosed openly and is not hidden.

Questions? Ask below — happy to help troubleshoot setup issues.

Website: https://parniancoin.com
Whitepaper: https://parniancoin.com/ParnianCoin_Whitepaper_EN.pdf
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!