Author Topic: Bitshares 2.0 Witness ready  (Read 1245 times)

0 Members and 1 Guest are viewing this topic.

Offline puppies

  • Hero Member
  • *****
  • Posts: 1659
    • View Profile
  • BitShares: puppies
Also in regards to your key pairs.  BTS69UGUBGkvXb37Ea1UtnoSUpukTr8FDc7G5jFjzS8soGNNDjkjo is your signing key, and BTS62cZit4AJKV4Z7gGb9TVvPXfbQM7HBAL7XBWCptrdv8hMnSCVT is the active key of account billbutler.  the signing key is used only to sign blocks as a witness.  The active key is used to sign other transactions for your account.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline wmbutler

  • Full Member
  • ***
  • Posts: 129
    • View Profile
    • Music City Bitcoins
  • GitHub: wmbutler
Wow! Thanks for showing that to me. Now I suppose I need to figure out some good deeds in order to acquire votes!
PTS: PnBVP1iLTsV6U8z4BeJYhF8jMpkLhtTi9r
BTS2.0: billbutler
There are 10 kinds of people. Those who understand binary and those who do not.

Offline maqifrnswa

  • Hero Member
  • *****
  • Posts: 661
    • View Profile
You can see the list of current witnesses and # votes here:
http://cryptofresh.com/

it looks like you need more votes (138M is the smallest)
maintains an Ubuntu PPA: https://launchpad.net/~showard314/+archive/ubuntu/bitshares [15% delegate] wallet_account_set_approval maqifrnswa true [50% delegate] wallet_account_set_approval delegate1.maqifrnswa true

Offline wmbutler

  • Full Member
  • ***
  • Posts: 129
    • View Profile
    • Music City Bitcoins
  • GitHub: wmbutler
All,

So, I set up a witness and have had it running for a couple of days. I appear to have votes, but still am not showing up as a witness.

Code: [Select]
{
  "id": "1.6.57",
  "witness_account": "1.2.21594",
  "last_aslot": 0,
  "signing_key": "BTS69UGUBGkvXb37Ea1UtnoSUpukTr8FDc7G5jFjzS8soGNNDjkjo",
  "vote_id": "1:86",
  "total_votes": "20803232860",
  "url": "url-tp-proposal",
  "total_missed": 0,
  "last_confirmed_block_num": 0
}

The only thing that's odd to me is that I appear to have two sets of keys in my
Code: [Select]
dump_private_keys
Code: [Select]
[[
    "BTS69UGUBGkvXb37Ea1UtnoSUpukTr8FDc7G5jFjzS8soGNNDjkjo",
    "REDACTED"
  ],[
    "BTS62cZit4AJKV4Z7gGb9TVvPXfbQM7HBAL7XBWCptrdv8hMnSCVT",
    "REDACTED"
  ]
]

When I started the witness, I only declared the signing key that was associated with my get_witness billbutler object. Does anyone see any obvious reason why I am not an active witness now?

PTS: PnBVP1iLTsV6U8z4BeJYhF8jMpkLhtTi9r
BTS2.0: billbutler
There are 10 kinds of people. Those who understand binary and those who do not.