Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - lafona

Pages: 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 ... 16
91
General Discussion / Re: October 2nd Test Network
« on: October 02, 2015, 02:44:28 pm »
delegate-1.lafona is up and ready for votes. Thanks spartako for the CORE.

proxy set to 'dan'

Code: [Select]
get_witness delegate-1.lafona
{
  "id": "1.6.19",
  "witness_account": "1.2.22396",
  "last_aslot": 0,
  "signing_key": "GPH5DCL5nbhL13sXBh1mwQp5pUBSw7rmwjWeiiy5b2Z2UxuYf8spU",
  "vote_id": "1:39",
  "total_votes": 0,
  "url": ""
}

92
General Discussion / Re: October 2nd Test Network
« on: October 02, 2015, 02:15:34 pm »
delegate-1.lafona

Thanks spartako

93
General Discussion / Re: October 1st Testnet for Advanced Users
« on: October 02, 2015, 01:50:08 am »
Thanks, I think I was missing the latest changes checked into master, rebuilding now.

94
General Discussion / Re: October 1st Testnet for Advanced Users
« on: October 02, 2015, 01:02:17 am »

Yes. Full log:

Code: [Select]
Collecting numpy
    SystemError: Cannot compile 'Python.h'. Perhaps you need to install python-dev|python-devel.

I think this is the key error message.  You can try this fix : http://askubuntu.com/questions/632245/installation-of-pythons-numpy-keeps-failing

I have xeroc's pricefeed script running now.  I think.

Thanks. "sudo apt-get install python3.4-dev" works.

BTW how to continually publish price feed? The script gave me this message.
Code: [Select]
[Starting Threads]: (btc38)(bittrex)(yahoo)(yunbi)(btcavg)(poloniex)......Update required! Forcing now!
publishing feeds for delegate: delegate-clayop

You could probably use a little loop like
Code: [Select]
while true; do ./pricefeeds.py; sleep 300; done and just change the seconds for how long you want to wait between updating.

95
General Discussion / Re: October 1st Testnet for Advanced Users
« on: October 01, 2015, 11:09:19 pm »
delegate-1.lafona is up. Could someone vote me in :)

96
General Discussion / Re: October 1st Testnet for Advanced Users
« on: October 01, 2015, 03:47:33 pm »
delegate-1.lafona updated. Would someone be able to send me 5000 CORE to register it as a witness? Thanks

97
General Discussion / Re: Test Net for Advanced Users
« on: September 24, 2015, 09:05:36 pm »
Is the total_votes object listed above the correct one I should be looking at to asses the state of my witness(active or standby)?
If your witness is already listed in the active witnesses list, yes, the total_votes object for your witness shows a correct number (which is calculated at last maintenance point); else, no, the number may or may not be correct (which is calculated at the time when your witness was still in active witnesses list, or 0 if it's never in the list).
I don't know if there is an API to get correct 'total_votes' of standby witnesses.

We don't store vote totals at this point in time.

Thanks. So the witness was voted out, and once it was no longer active, that value was not updated. Makes sense. Would someone be willing to vote my witness back in?  :)

delegate-1.lafona

98
General Discussion / Re: Test Net for Advanced Users
« on: September 24, 2015, 04:29:17 pm »

On a side note, the delegate seems to be out of the list of active witnesses,  but has enough votes to be middle of the pack. Any thoughts?

Code: [Select]
{
  "id": "1.6.1531",
  "witness_account": "1.2.22396",
  "last_aslot": 138787,
  "signing_key": "GPH5DCL5nbhL13sXBh1mwQp5pUBSw7rmwjWeiiy5b2Z2UxuYf8spU",
  "pay_vb": "1.13.57",
  "vote_id": "1:1530",
  "total_votes": "9524676529409",
  "url": ""
}
Every hour, only votes of  (new) active witnesses will be updated.

I think I might be confused. Is the total_votes object listed above the correct one I should be looking at to asses the state of my witness(active or standby)? Or is there another object which closer reflects the state of current votes? When I compared this to other witnesses, it seemed like the right metric to look at. Or maybe I might be missing some other factor which would allow the witness to become active again. Thanks

99
General Discussion / Re: Test Net for Advanced Users
« on: September 24, 2015, 02:45:07 pm »
delegate-1.lafona updated.

On a side note, the delegate seems to be out of the list of active witnesses,  but has enough votes to be middle of the pack. Any thoughts?

Code: [Select]
{
  "id": "1.6.1531",
  "witness_account": "1.2.22396",
  "last_aslot": 138787,
  "signing_key": "GPH5DCL5nbhL13sXBh1mwQp5pUBSw7rmwjWeiiy5b2Z2UxuYf8spU",
  "pay_vb": "1.13.57",
  "vote_id": "1:1530",
  "total_votes": "9524676529409",
  "url": ""
}

100
General Discussion / Re: Test Net for Advanced Users
« on: September 23, 2015, 07:03:01 pm »
delegate-1.lafona  what happened to your node?

It looks like I am on a fork.
Code: [Select]
2813283ms th_a       fork_database.cpp:57          push_block           ] Pushing block to fork database that failed to link: 00020081f8a1dd2c575919181724f39ca247d8a1, 131201
2813283ms th_a       fork_database.cpp:58          push_block           ] Head: 131108, 00020024713817f57183d045cdecaf3303acbf0d
2813283ms th_a       application.cpp:415           handle_block         ] Error when pushing block:
3080000 unlinkable_block_exception: unlinkable block
block does not link to known chain
    {}
    th_a  fork_database.cpp:79 _push_block

    {"new_block":{"previous":"00020080759ee5c5fc93983b99af426e9d3fcf36","timestamp":"2015-09-23T15:02:12","witness":"1.6.7","transaction_merkle_root":"0000000000000000000000000000000000000000","extensions":[],"witness_signature":"1f65d50fe53a1c376657599d29910bf650086d48a4642b43f5b654d083ef6052a30997ecdac3dab252a2e0e83f9294363a9faacccec6f2852e94643ce22143a689","transactions":[]}}
    th_a  db_block.cpp:195 _push_block


I won't have much time to go through the logs until tonight, but if it helps I will send you a link to the log files.

101
General Discussion / Re: Test Net for Advanced Users
« on: September 21, 2015, 05:10:59 pm »
Also seem to be having the same issue as ihashfury.
Code: [Select]
get_witness delegate-1.lafona
{
  "id": "1.6.1531",
  "witness_account": "1.2.22396",
  "last_aslot": 0,
  "signing_key": "GPH5DCL5nbhL13sXBh1mwQp5pUBSw7rmwjWeiiy5b2Z2UxuYf8spU",
  "vote_id": "1:1530",
  "total_votes": 0,
  "url": "",
  "total_missed": 0
}

I even voted for myself, so it should show some votes.

Code: [Select]
vote_for_witness delegate-1.lafona delegate-1.lafona true true
{
  "ref_block_num": 12218,
  "ref_block_prefix": 4139592174,
  "expiration": "2015-09-21T16:48:51",
  "operations": [[
      6,{
        "fee": {
          "amount": 1002929,
          "asset_id": "1.3.0"
        },
        "account": "1.2.22396",
        "new_options": {
          "memo_key": "GPH5DCL5nbhL13sXBh1mwQp5pUBSw7rmwjWeiiy5b2Z2UxuYf8spU",
          "voting_account": "1.2.5",
          "num_witness": 0,
          "num_committee": 0,
          "votes": [
            "1:1530"
          ],
          "extensions": []
        },
        "extensions": []
      }
    ]
  ],
  "extensions": [],
  "signatures": [
    "1f7e93d12f8eea0d4844aa4a804fd41b387cecad8344224e7f8d46acda96880f2b372027a57468750770e909eedf7fda3f4af14c59e66cafd38f76589241999396"
  ]
}


102
General Discussion / Re: Test Net for Advanced Users
« on: September 18, 2015, 11:04:36 pm »
My witness is up and running. If someone could vote it in, that would be awesome. Thanks :)

delegate-1.lafona
(1.6.1531)


104
$19 million

105
As far as I understand, the peg means that the value of bitUSD should be worth 1 USD on average or in the long term. In the short term it is possible for it to deviate from 1.00 USD depending on supply and demand of the asset. If more people want to buy bitUSD then are willing to sell, then you will see the price increase above 1.00. This is a more or less what you are seeing now. Currently the mechanics behind the peg (software running the exchange) help to ensure that the value of BitUSD is never under 1.00 but I am not sure they do as much to control fluctuations on the high side. From what I heard at the mumble hangouts, the new peg mechanism used after the Pitchfork in a month should incentivize people to keep the peg tighter on both sides.  Hope this was helpful.

Pages: 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 ... 16