How Mining With Pos

Discussion in 'Solo Mining' started by nikos1978, Feb 22, 2016.

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

    nikos1978 New Member

    Feb 17, 2016
    110
    3
    Male
    I have create wallet
    Create adress

    How now I can mining

    Any guide
    Step
    By step
     
  2. rohit pawar

    rohit pawar Member
    Advocate (Reddit)

    Dec 26, 2015
    166
    87
    Male
    India
    This topic is already discussed in past . Please use search panel before creating new thread .
     
  3. rohit pawar

    rohit pawar Member
    Advocate (Reddit)

    Dec 26, 2015
    166
    87
    Male
    India
    For now here you go

    Run your wallet with flag --enablestakemining
    Code:
    dcrwallet -u user -P pass --walletpass <walletpublicpassphare> --enablestakemining --balancetomaintain=1.0 --ticketmaxprice=20
    You can change ticketmaxprice and balancetomaintain parameter as your requirement

    Then unlock your wallet with

    Code:
    dcrctl -u user -P pass --wallet walletpassphrase <walletprivatepassphrase> 0
    this will unlock your wallet with no time limit
     
  4. MrHat7

    MrHat7 New Member

    Jan 4, 2016
    20
    3
    Male
    #4 MrHat7, Feb 26, 2016
    Last edited: Feb 26, 2016
    Okay. I started the PoS process and am confused how do I keep track of what's going on?

    My wallet balance shows 0 even though I set balance to maintain 1.0.
    Listtransactions command shows bunch of transactions with amount of -0 and fee of 0.05. So....

    Some thread suggested this command
    --wallet getbalance "default" 0 all
    Wallet balance including mature and immature ticket values.
    The above command is about 500 DCR off my initial balance before stakemining
     
  5. rohit pawar

    rohit pawar Member
    Advocate (Reddit)

    Dec 26, 2015
    166
    87
    Male
    India
    Check your balance after some time . This is normal when PoS mining wallet is on .
     
  6. MrHat7

    MrHat7 New Member

    Jan 4, 2016
    20
    3
    Male
    https://forum.decred.org/threads/is-pos-working.531/page-5
    In this thread on page 5 they are talking about some bug that tickets do not get removed properly or smthing, and they uploaded a fix yesterday. However, I am not sure if if the update applies to server side code or client side since the binaries that i am using were uploaded 3 days ago.

    Either way I should be able to see where my DCR is? Either in wallet balance, list of open tickets etc?
     
  7. rohit pawar

    rohit pawar Member
    Advocate (Reddit)

    Dec 26, 2015
    166
    87
    Male
    India
    There is v0.0.5 Now released with all bug fix . You can just replace it with this one and try it . But there is nothing to worry balance will appear soon .
     

Share This Page