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

Pages: [1] 2
1
Stakeholder Proposals / Re: [Witness Proposal] - South Africa
« on: January 22, 2018, 02:31:49 pm »
Thank You.

2
Stakeholder Proposals / Re: [Witness Proposal] - South Africa
« on: January 22, 2018, 06:51:36 am »
Thanks people, I will give it another go and do some canvassing.

3
Stakeholder Proposals / Re: [Witness Proposal] - South Africa
« on: January 21, 2018, 09:03:51 am »
After some consideration I have decided to withdraw my witness proposal. I think the existing witnesses are well established with members very active in the community and high levels of contribution. I will not be able to spend that amount of time on development and activity.

I do however propose incentive for running a full node, to the degree of covering server fees and a bit. If this should happen I will happily return and get involved to some degree if I can contribute.

4
Stakeholder Proposals / Re: [Witness Proposal] - South Africa
« on: January 05, 2018, 07:32:01 am »
I will eventually post in a separate thread, but I have had a look at UI related issues on GitHub. My initial intent was to get involved with existing trading platforms but I fear that my perception of how user experience and UI layout should be adapted, especially with an understanding of the local potential market's character, may require a fork of the windows trading platform and redesign some UI features from the ground up. Would another trading platform be detrimental to rate of development and improvement of the existing or beneficial (especially considering existing other separate projects in development) ?

5
Stakeholder Proposals / Re: [Witness Proposal] - South Africa
« on: December 30, 2017, 04:34:42 pm »
Thank you to everybody has voted so far.

Price feed is ready as of yesterday and I am looking forward to get actively involved.

6
Stakeholder Proposals / Re: [Witness Proposal] - South Africa
« on: December 29, 2017, 04:37:00 pm »
That's kind of circular  :P

7
Stakeholder Proposals / Re: [Witness Proposal] - South Africa
« on: December 29, 2017, 04:32:28 pm »
Witness set up as price feed, but bts monitor reports:

Quote
2017-12-29 18:16:33,592 WARNING  [bts_tools.feeds:check_feeds:773] -- bts witness etienne-marais feeds: tried to publish all feeds in a single transaction, but failed. Will try to publish each feed separately now
2017-12-29 18:16:33,607 WARNING  [bts_tools.feeds:check_feeds:789] -- bts witness etienne-marais feeds: Failed to publish feed for asset USD

and cli wallet running as daemon says:

Quote
Caught exception while broadcasting tx c7464b9185c58175f7dc7114ccc0782254bb8216:  0 exception: unspecified
missing required active authority: Missing Active Authority 1.2.401166

Config.yaml looks like this:

Quote
type: bts                         # [REQUIRED] build environment used for compiling the binary [bts, muse, steem, ppy, etc.]
        data_dir: /datadir/bts/chain      # [REQUIRED] the data dir of the client is where the blockchain data and the wallet file are stored
        api_access: /datadir/bts/chain/api_access.json    # [REQUIRED] api_access.json should be created according to https://github.com/BitShares/bitshares-2#accessing-restricted-apis
        seed_nodes:                       # [OPTIONAL]
        - bts-seed1.abit-more.com:62015
        - seed.bitsharesnodes.com:1776
        p2p_port: 1778                    # [OPTIONAL] network port to be used for p2p communication of the witness node
        track_accounts:                   # [OPTIONAL] [bts only] reduce RAM usage by specifying the only accounts that should be tracked
        - 1.2.0      # witness-account
        - 1.2.111226  # bittwenty
        - 1.2.126782  # bittwenty.feed
        witness_host: localhost         # [OPTIONAL] defaults to 'localhost', but can be a remote host if desired
        witness_port: 8090                # [OPTIONAL] some defaults are provided for each different chain
        witness_user: etienne-marais      # [REQUIRED] as in api_access.json
        witness_password: <tried exactly as in generated json file, as well as the password used to create hash>  # [REQUIRED] as in api_access.json
        wallet_host: localhost            # [OPTIONAL] defaults to 'localhost', but can be a remote host if desired
        wallet_port: 8092                 # [OPTIONAL] some defaults are provided for each different chain
        wallet_password:           # [OPTIONAL] only needed for feed publishing  # FIXME: not true, currently unused param
        notification: email #, telegram     # [OPTIONAL] type of notification channel to be used: [email, boxcar, telegram]

        # roles are optional, and you can have as many as you want for a given client
        # a client that doesn't define any role will not be monitored by the web interface,
        # but can still be used for building and running a client
        roles:
        -
            role: witness
            name: etienne-marais           # [REQUIRED] name of the witness account on the blockchain
            witness_id: 1.6.96      # [REQUIRED]
            signing_key: <private key used in witness >   # [REQUIRED] private key used by this witness for signing
        -
            role: feed_publisher
            name: etienne-marais     # [REQUIRED] name of the account that publishes the feed on the blockchain
        -
            role: seed
            name: seed77             # [REQUIRED] name has no relevance for seed nodes, except for identifying them in the UI

    # most of the clients try to have sensible defaults as much as possible, but you
    # need to specify at least: type, data_dir, api_access, witness_user, witness_password


8
Stakeholder Proposals / Re: [Witness Proposal] - South Africa
« on: December 29, 2017, 04:27:58 pm »
Been busy with it since this morning, was just about to inquire...

9
Stakeholder Proposals / Re: [Witness Proposal] - South Africa
« on: December 29, 2017, 06:50:00 am »
Voted. And have a quick question. Do you have your price feeds up?

Thank you.

No. What are the requirements around this, i.e. are non commercial feeds from the crypto world an adequate start ?
My plan is to set up an ZAR (South African Rand) asset and feed in the coming months.

10
Stakeholder Proposals / Re: [Witness Proposal] - South Africa
« on: December 28, 2017, 07:17:07 pm »
Good people

My witness and hotswapable backup witnesses are running, as well as two separate public full nodes (pull requests done to add to codebase)

Full node1: wss://btsza.co.za:8091
Full node2: wss://btsbackup.dedicated.co.za:8091

Please vote for etienne-marais or scrutinize if need, and thanks to those who have already done so.

Proposal/information available here: www.viralmike.com/etienne-marais.php

11
Stakeholder Proposals / Re: [Witness Proposal] - South Africa
« on: December 19, 2017, 09:52:13 pm »
Backup server/witness-node is now operational as well.

I have two separate chain running on the main server:
witness_node --rpc-endpoint=127.0.0.1:8090 --witness-id "1.6.96" --private-key ["<my public key>", "my private key"]
witness_node -d <my data dir> --rpc-endpoint=0.0.0.0:8091 --p2p-endpoint=0.0.0.0:1776

The seed node is open for rpc, but does not include plugin history configuration which I assume is needed to qualify as a full node.

The backup proposed witness node is running on the backup server:
witness_node --rpc-endpoint=127.0.0.1:8090 --witness-id '"1.6.96"' --private-key '["<different public key>", "<different private key>"]

Full node to follow on backup server.

If you feel like it, you can vote for me so long while I read up a bit more on what exactly constitutes a full node / API node / plugin history settings.

EDIT: It seems the default witness invocations cater for everything.

etienne-marais 1.6.96
www.viralmike.com/etienne-marais.php

12
Stakeholder Proposals / Price Feeds hit count
« on: December 15, 2017, 11:48:57 pm »
What is an acceptable interval for price updates from a feed vendor.

For example 10 000 hits per month translate to an update every 4 to 5 minutes if applied to a single currency pair.

13
General Discussion / BTS Price spike
« on: December 15, 2017, 07:04:24 pm »
What is driving the rapid price increase ?

Trading volume seem to have picked up since 13/12

14
Stakeholder Proposals / Re: Full node
« on: December 15, 2017, 04:20:48 pm »
Thanks, will enable websocket secure and take it from there.

15
Stakeholder Proposals / Full node
« on: December 15, 2017, 03:20:15 pm »
My full node is operational and running separately from my (to be) proposed witness: 41.185.20.18:8091 for client access and 41.185.20.18:1776 for seed access. Can somebody perhaps confirm if all seems in order?

How is a full node registered for discovery by bitshares based clients, i.e. as in Bitshares.171205 settings->access

Nuremberg, Germany
wss://bitshares.openledger.info/ws

Pages: [1] 2