Need Guide For Pos Mining

Discussion in 'Solo Mining' started by whis, Feb 2, 2016.

  1. 2017/12/15 - Decred v1.1.2 released! → Release Notes  → Downloads
  1. whis

    whis New Member

    Jan 28, 2016
    59
    7
    Thank you guys for providing PoW mining guide, it helped me to mine for the first time, but i don't see anywhere a guide how to mine PoS? How to vote, buy stake tickets etc. Since we are in testnet i would like to learn PoS mining, is it the same as PoW where you set up deamon, wallet and miner? A simple guide would be very helpful.
     
  2. Blizzy

    Blizzy Full Member

    Jan 4, 2016
    225
    109
    Male
    Here there are a lot of information :

    https://forum.decred.org/threads/understanding-of-proof-of-stake.180/
    https://wiki.decred.org/Introduction#Hybrid_Proof-of-Work_Proof-of-Stake

    this is the command list if you want to pos (and pow)with your wallet, if you want only pos just remove the cgminer part:


     
  3. davecgh

    davecgh Hero Member
    Developer Organizer

    Dec 31, 2015
    642
    788
    Male
    United States
  4. whis

    whis New Member

    Jan 28, 2016
    59
    7
    Can i use all the commands in the second cmd i opened? (1 window for deamon and 1 window for other commands), or do i have to open a new cmd for each new command?

    Also i dont get this: NOTE currently --terminal does not work on Windows. Instead you have to use dcrctl to run each command you need seperately.

    i dont know whats dcrctl.
     
  5. davecgh

    davecgh Hero Member
    Developer Organizer

    Dec 31, 2015
    642
    788
    Male
    United States
    Yes, you can do all of the dcrctl commands in the same window.

    It means that instead of doing

    dcrctl --testnet --wallet -u xxxx -P xxxx --terminal
    > walletpassphrase your_wallet_password 0

    You do:

    dcrctl --testnet --wallet -u xxxx -P xxxx walletpassphrase your_wallet_password 0
     
    Blizzy likes this.
  6. Ayush

    Ayush Full Member
    Advocate (Facebook)

    Jan 9, 2016
    512
    100
    Male
    .
    .

Share This Page