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 - roelandp

Pages: 1 2 3 4 5 6 [7] 8
91
Technical Support / Re: Recent hacking by doris-payne
« on: April 28, 2017, 11:10:49 am »
how do you register via compumatrix? do they offer their own wallet (would explain everything), or do they forward to openledger?

Here is a reg I did through https://computermatrix.co ->
http://cryptofresh.com/u/test-reg-via-compumatrix-co

92
General Discussion / Re: What is refund400k worker?
« on: April 25, 2017, 07:17:47 pm »
Hi @Thom I was wondering about that earlier also and found this about it:

url=http://docs.bitshares.org/bitshares/user/worker.html#burn-worker]refund400k is a "Pseudo worker": [/url]
Quote
Refund Worker
This worker is used to set an approval limit for worker proposals and their payment by simply refunding his payment/salary to the reserve pool. If its amount of daily pay is as large as the daily available funds, and the worker has highest approval among all worker proposals, all funds will be returned to the reserves and no one will be payed. If, however, an other worker proposal has more votes than the refund worker, the proposal gets paid its salary, and the rest is return.

I think in this case it is even a 'burn worker' where the salary gets burned, as I can conclude from this topic: https://bitsharestalk.org/index.php/topic,20710.msg267263.html#msg267263

93
Hope someone will setup a web site to show the info. Statistics, charts, etc.

I think @lafona has some stuff in the making re witness overview. This is more for personal use / monitoring of your own witness for availability. However the scripts could easily be converted into logging the data in a db and outputting as stats table like SteemDb.com/witnesses

94
The difficulty is in coming up with a reliable way to know for certain the node you want to take out of production will not be able to generate blocks after you switch production to another node. If the "aberrant" node has not crashed, is still running but cut off from the net (or the watchdog listener is cut off from that node) but the watchdog node falsely concludes it is dead,  it may broadcast a new signing key, causing a new node to take over, but then the network to the aberrant server is restored and resumes network communications still thinking it is the block producer and so generates a block along with the failover node.  As far as the aberrant node is concerned it never saw the new signing key, never thought it was offline and continues to generate a block whenever its time to do so comes around.

@Thom thanks for your feedback. I was under the impression that the way it works with signing keys is that if you have your witness producer name setup in config.ini but not supply the correct privkey corresponding to the current listed 'public signing key' that the witness node is not producing blocks?

A failsafe backup scenario (imho) would be: The main server runs under pubkey X with privkey XXX in the config.ini and should it fail the  independent monitoring server calls the 'update_witness' command to start siging with pubKey Y. The backup server runs as a hot witness with privkey YYY in the config.ini and will receive messages like: 'Not producing block 12394871234 because I don't have the private key for pubKey X', right?

Only thing is to setup an 'update_witness' with pybitshares @xeroc? Let's see if I can write it :P

95
Stakeholder Proposals / Re: [Witness Proposal] roelandp
« on: April 24, 2017, 08:40:30 pm »
Made a witness monitor script to check the 3 core witness tasks on regular intervals, see: https://bitsharestalk.org/index.php/topic,24042.0.html

96
Yes! I got voted in the active witness list! (here is my proposal) Thanks for your support!!! I immediately started my feed publishing more intense (twice per hour) and will continue to add more price feeds.

This morning I took the time to write a Witness Monitoring Script to monitor my witness main tasks on an independent server, powered by @xeroc 's Python Bitshares libraries (he just release 0.1.5!) for python3.

The script provides the monitoring of 3 core witness tasks and reports via a telegram bot API call the following:

1. Monitor missing blocks
Whenever a new block is missed you will get a notification. This part of the script can (and will) be extended towards automated switching to the backup witness signing key once a threshold is passed.

2. Monitor the availability of your public seednode
By utilising the telnet library the script tries to connect to the given seednode and will report on time-out or errors.

3. Monitor the publishing of a set of assets' pricefeed(s)
By requesting the asset's feeds and checking against your witness name (configurable) the script keeps monitoring how long since you posted the given asset's feed. Whenever the configurable threshold in hours has passed and you have not yet published a new feed for the asset, you will get a notification.

FYI:
  • The script is written for & tested in python3 and to be run continuously in a 'screen'-session.
  • It utilises Telegram for notifications. Create your Telegram bot at @BotFather (https://telegram.me/botfather), get your telegram id via @MyTelegramID_bot (https://telegram.me/mytelegramid_bot).
  • Thanks to Python Bitshares you can run this script independent of your bitshares nodes and the script doesn't need cli_wallet or witness_node'd running.
  • In the first lines of the script you will find all configurable parameters, with explaining comments

Check it out on Github!
Let me know your thoughts, remarks, or requests.

97
Congrats! Great work!

98
Stakeholder Proposals / Re: [Witness Proposal] roelandp
« on: April 24, 2017, 07:39:22 am »
@Thom this is what I found about it:
http://docs.bitshares.eu/bitshares/dpos.html#how-many-witnesses-are-securing-the-network

Quote
HOW MANY WITNESSES ARE SECURING THE NETWORK
This is totally in the hands of the shareholders. If the majority votes for 50 witnesses, then 50 witnesses will be used. If the shareholders only vote for 20, so be it. The minimum possible witness count is 11.

I think here is the counter code: db_maint.cpp#L159

99
General Discussion / Re: Interactive Charts and Graphs
« on: April 22, 2017, 04:31:04 pm »
Nice @lafona! I was contemplating on starting to track the active witnesses but as you are already doing this, great!

I think having a table like SteemDB is great, also including maybe an overview of amount of feeds provided in that table. And then the feed update frequency for the witnesses per timeframe or smth?


100
General Discussion / Re: Professional Price Feeds for DEX
« on: April 21, 2017, 09:08:50 am »
you don't even need a cli_wallet anymore
+5%  +5%  +5%

101
Stakeholder Proposals / Re: [Witness Proposal] roelandp
« on: April 20, 2017, 07:29:14 pm »
Yeah, Just be able to track account balances.  Just add the account name and track profit/loss.

Cool, experimented a bit with @svk 's libs and got some rudimentary working... WIP very much: I used your balance :)
Updated @Pheonike ! Let me know if this is what you are looking for? Do you need additional data?

102
Stakeholder Proposals / Re: [Witness Proposal] roelandp
« on: April 20, 2017, 04:55:06 pm »
Bunkerchainlabs-com proxy is supporting this witness.

Thanks a great bunch!

103
General Discussion / Re: Professional Price Feeds for DEX
« on: April 20, 2017, 11:54:10 am »
I am looking for a single (active) witness that is willing to invest some time and try my new price feed script that I am currently working on:
https://github.com/xeroc/bitshares-pricefeed
It eats a YAML formatted configuration file like this:
https://github.com/xeroc/bitshares-pricefeed/blob/master/bitshares_pricefeed/config-example.yaml
.. makes use of pybitshares and has a separated standalone app.

After installation with `pip3 install bitshares-pricefeed`, a new command line app `bitshares-pricefeed` will be installed (in .local/bin) ... see `bitshares-pricefeed --help`

Hi X, cool I tried it (could not find it through pip3 though, did a manual git clone and install via setup.py) - I have sent you a little debug / bug thingie in regards to BTC38 which I also stumbled upon when trying your 'previous' pricefeeds with a specific pair and non-json response from the BTC38 API, check it out here: https://gist.github.com/roelandp/580d14fd9d866afdbca43efe92e91e2e . I think I hit that error also on your new script. Would love to implement it and run it so I will def give it some more testing! pybitshares ftw!

104
Stakeholder Proposals / Re: [Witness Proposal] roelandp
« on: April 20, 2017, 09:55:33 am »
@fav, i noticed that Blockfolio has the following pairs from Bitshares: BTS / BTC, BTS / CNY, PTS/BTC. You want them to have the Dex added as one of the exchanges to make them watch for?

@Pheonike would this be an app were you can glance your bitshares portfolio iaw your account_balances? Sounds like a fun app / site to make. I can see when I can put some time in this. It is totally possible with the cli_wallet / websocket.

105
Stakeholder Proposals / Re: [Witness Proposal] roelandp
« on: April 20, 2017, 02:21:20 am »
Your hardware "portfolio" is excellent, top notch. Hopefully you can help us establish some witness standards to strengthen the security and robustness of BitShares.

Thanks Thom for your proxy vote :)

Pages: 1 2 3 4 5 6 [7] 8