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

Pages: 1 ... 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 ... 860
196
General Discussion / Re: hitBTC having BTS withdraw issues
« on: February 11, 2019, 08:03:32 am »
Interesting ... they seem to not have done their homework about how to setup an instance in low-ram mode.

For commercial grade support, they can surely ask for a quote from info@blockchainprojectsbv.com
Or simply ask the community here - there are a bunch of knowledgeable people around

197
Stakeholder Proposals / Re: Proxy: xeroc
« on: February 11, 2019, 08:01:09 am »
Hi Xeroc,

You have removed your support for my witness sahkan-bitshares on 20 DEC 2018 (the day the blockchain crashed). I just wanted to request that you consider re-voting my witness. Thank you for you past support!
revoted. You've done a good job so far .. as it later turned out, the crash on december was not due to witnesses not upgrading their software in time - which was what i believed when i remove my vote from your witness (among others)

198
For your information:
The updated fee schedule proposal has been approved by committee
It will execute on 2019-02-15T11:08:38 and take effect on 2019-02-15T12:00:00

199
Stakeholder Proposals / Re: [Worker] Reference faucet via BitShares.eu
« on: February 04, 2019, 03:57:32 pm »
This is the kind of statistics information that I am talking about in the post above:
https://i.imgur.com/jq2tUuT.png

200
Dear community,

I just created a proposal for committee that expires in 2 weeks.
The proposal proposes to set the fees according to @clockworkgr results of business analysis.

The proposal has been discussed here:
https://github.com/bitshares/committee-tools/pull/2

The details of the fee schedule are here:
https://github.com/bitshares/committee-tools/blob/master/usd-denominated-fees/config.py

There were over 8 weeks since we first started discussions publicly here:
https://github.com/bitshares/committee-tools/pull/1

Details and reasoning for the proposed (USD) valued fees are here:
https://github.com/bitshares/committee-tools/files/2629094/2018-11-update-details.xlsx

As USD valuem the current feed price is taken.

I expect every committee member to either approve or provide an explanation (to the community) for not approving.

201
Stakeholder Proposals / Re: [Worker Proposal] Core Team 2019
« on: February 01, 2019, 11:19:22 am »
+5%!

202
General Discussion / Re: BitShares Dice Game Smart Contract
« on: February 01, 2019, 11:18:21 am »
you are doing it wrong

https://xkcd.com/221/

203
Operation 1.11.727488158 burns 90,273.12930 BTS of profits from operating the faucets for one year.
The residual 25k BTS are left in the account onboarding.bitshares.foundation to not interfere with current faucet operations and to be able to continue creating accounts for new users.
Those will be burned as well once a subsequent faucet operation is found and approved by the community.

204
Stakeholder Proposals / Re: [Worker] Reference faucet via BitShares.eu
« on: February 01, 2019, 10:28:04 am »
I would like to bump this proposal in case people missed it.
This proposal was supposed to start fund ongoing operations of the faucet starting today.

The previous contract for operating onboarding.bitshares.foundation with the BBF has expired since the bitshares.ws infrastructure worker
has expired too.

Of course, the BitShares community is free to deploy their very own faucet somewhere. I merely offer to use BitShares.eu's redundant deployment including
detailed logging and reporting.

In the mean time, even though the worker is not yet approved, the faucet will operated as usual within a grace priod to give every BTS voter a chance to voice their opinion.

Cheers
 -- Fabian
     BitShares Europe

205
Technical Support / Re: Nginx 404 Error
« on: January 24, 2019, 01:00:24 pm »
Afair, the bitswhaes-ui somewhere has a "github" flag in the configs (check package.json or webpack)
That makes sure that the compile version uses "/#/" for routing. Else you need to tell nginx to redirect those paths back to index.html

206
Thanks for setting up those workers!

207
Technical Support / Re: List all assets using python-bitshares
« on: January 23, 2019, 10:07:21 am »
Assets have an "id" of the form "1.3.xxx". The easiest way to iterate through them would be to just count
from 1.3.0 (BTS) until you get an AssetDoesNotExist exception.
Keep in mind that there are a few empty ids right after 1.3.0 too ..

208
Stakeholder Proposals / Re: [Worker] Reference faucet via BitShares.eu
« on: January 18, 2019, 04:42:14 pm »
if you use this repo:
https://github.com/bitshares/tapin

and point it to the testnet api (wss://node.testnet.bitshares.eu), it will setup a local faucet for testnet
For a private testnet?

For a private testnet, you need to add your chain id and prefix to
python-bitshares/bitsharesbase/chains.py

Else, the library will complain when connecting to an unknown network.

209
Stakeholder Proposals / Re: [Worker] Reference faucet via BitShares.eu
« on: January 16, 2019, 08:15:00 pm »
if you use this repo:
https://github.com/bitshares/tapin

and point it to the testnet api (wss://node.testnet.bitshares.eu), it will setup a local faucet for testnet

210
Stakeholder Proposals / Re: [Worker] Reference faucet via BitShares.eu
« on: January 16, 2019, 12:55:49 pm »
Testnet:
faucet: https://faucet.testnet.bitshares.eu
prefix: TEST

Mainnet:
faucet: https://faucet.bitshares.eu
prefix: BTS

If you send a public key with the wrong prefix to the faucets, they will raise an error/exception.
Is that what you are looking for?

Could this worker help with this issue? https://github.com/bitshares/bitshares-ui/issues/1773
BitShares.eu will give you a warning (that will show nicely in the UI) in case you try to create an account with keys for a different blockchain.
From a faucet POV, we can only identify "wrong blockchain" by means of the "prefix" (the first characters in your public key, e.g. BTSxxxxxxx).
If someone sets up a private blockchain and uses the same BTS prefix, then there is no way if knowing the users wants those accounts to be created somewhere else - in fact, the keys are identical then!
Could you help with the documentation aspect of private faucet & testnet setup please? I hadn't realized that you'd get an error if you changed the prefix, in my past security research I was blocked by an inability to use a private faucet on my private testnet :/ I've probably registered 10 accounts on the public testnet instead of the private testnet during early attempts 😂

Pages: 1 ... 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 ... 860