Pos Tickets

Discussion in 'Questions' started by jimmy16, Jun 16, 2016.

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

    jimmy16 Jr. Member

    Jan 8, 2016
    143
    33
    Male
    I cant seem to get any tickets, I had 56 then none.. what am i doing wroung?

    "allmempooltix": 1857,
    "ownmempooltix": 56,
    "immature": 0,
    "live": 43,
    Then
    "allmempooltix": 0,
    "ownmempooltix": 0,
    "immature": 0,
    "live": 43,
     
  2. MarSas

    MarSas New Member

    Feb 12, 2016
    54
    14
    Male
    Too low fees?
     
    jimmy16 likes this.
  3. Dyrk

    Dyrk Sr. Member
    Developer

    Jan 7, 2016
    518
    376
    Male
    Wonderland
    jimmy16 likes this.
  4. drunkenmugsy

    drunkenmugsy Sr. Member
    Advocate (Reddit)

    Dec 28, 2015
    405
    218
    Male
    If your tickets are getting into your ownmempool then you are buying tickets but they are not getting mined. After a successful purchase your tickets will move to the immature status. Until they get to immature you have not completed the purchase transaction.
    What sounds like is happening is your txfee and ticketfee are too low. When your fees are too low your tickets never get mined into a block and completes the process of ticket purchase. Increase your fees. You can monitor what you need to be at by using the walletinfo and ticketfeeinfo
    Post your walletinfo here and that will show if you are using high enough fees.

    --wallet settxfee
    --wallet setticketfee
    --wallet stakeinfo
    --wallet walletinfo
    --wallet ticketfeeinfo
     
  5. Shadowlance

    Shadowlance Full Member

    Jan 9, 2016
    220
    155
    Male
    Be VERY careful with the fee types. settxfee sets the fee for each transaction you make on the network. The idea is that a higher txfee means your transactions will be mined into the chain faster. It does NOT set the fee for buying tickets. That's what setticketfee does.
    Again, this is not the price to buy tickets at, that's setticketmaxprice. You only need to set the ticket fee higher if there's a lot of tickets in the pool and you want to be sure yours get addded before the price updates.
     
  6. jimmy16

    jimmy16 Jr. Member

    Jan 8, 2016
    143
    33
    Male
    #6 jimmy16, Jun 26, 2016
    Last edited: Jun 26, 2016
    "daemonconnected": true,
    "unlocked": true,
    "txfee": 0.01,
    "ticketfee": 0.01,
    "ticketmaxprice": 20.54,
    "balancetomaintain": 0,
    "stakemining": true

    I have been using dcrctl and gave the setticketfee 0.02 with a return of true but it shows "ticketfee";0.01?

    Also I having issues with commands in dcrctl:
    getbalance "default" 0 all . returns error
    I think i am havening sen-tax issues..( I'm entering my commands wrong ).
    useing Ubuntu 14 with Decred v0.1.3
     
  7. raedah

    raedah Jr. Member

    Mar 6, 2016
    55
    36
    getbalance * 0 all

    and instead of using setticketfee, I recommend using the dcrticketbuyer which will adjust the ticket fee as needed.
    Get the latest v0.1.6
     
    418Sec likes this.
  8. jimmy16

    jimmy16 Jr. Member

    Jan 8, 2016
    143
    33
    Male
    Can I merge two PoS wallets that have tickets already?
     
  9. root

    root Member

    Feb 3, 2016
    381
    76
    yes, or you can run them simultaneously on 1 PC - somewhere in my posts.
     

Share This Page