Getticketmaxprice

Discussion in 'Solo Mining' started by raphaelsoares, Jul 19, 2017.

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

    raphaelsoares New Member

    Jan 30, 2016
    38
    11
    Male
    n previous versions I used this command to verify the value I set up to buy tickets, however, this command does not exist, which one should I use?
     
  2. jrick

    jrick Member
    Developer

    Jan 4, 2016
    88
    81
    Male
    This was an option of the old, removed ticket buyer. It was replaced with a new ticket buyer implementation which is configured using flags or config settings. There is no way to query or modify the new ticket buyer from the JSON-RPC interface. It can be done from the gRPC interface, but dcrctl does not use that RPC server and we don't have any other command line clients for the gRPC server.
     
    raphaelsoares likes this.
  3. raphaelsoares

    raphaelsoares New Member

    Jan 30, 2016
    38
    11
    Male

    Another doubt,

    Is this command correct for tickets at 70 DCR?

    ./dcrwallet -u USER -P PASS --walletpass PASS --enablevoting --enableticketbuyer --ticketbuyer.balancetomaintainabsolute=0 --ticketbuyer.maxpriceabsolute=70
     
  4. ay-p

    ay-p Full Member
    Developer

    Dec 7, 2015
    148
    106
    Male
    To always buy tickets UNDER 70DCR you also need to add --ticketbuyer.maxpricerelative=0
     
    raphaelsoares likes this.
  5. raphaelsoares

    raphaelsoares New Member

    Jan 30, 2016
    38
    11
    Male

    Thank`s
     

Share This Page