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

Pages: 1 ... 214 215 216 217 218 219 220 [221] 222 223 224 225 226 227 228 ... 311
3301
Possible to make an AMI (Amazon Machine Image) of ubuntu with a witness_node pre-installed, so anyone who want to run witness_node on AWS can just clone it and start? Or on any other VPS providers? Better if there is a web-console to start/stop/change settings and etc.

Need to trust the image creator though.

3302
Technical Support / Re: How to set up a full node for Bitshares-2.0?
« on: January 17, 2016, 10:28:42 am »
Download the cli-tools.exe here https://github.com/bitshares/bitshares-2/releases, install.

Run the witness_node.exe:
* Open a command line window,
Code: [Select]
cd "C:\Program Files\BitShares 2\bin"
witness_node.exe --rpc-endpoint 127.0.0.1:8090
Wait for sync.

Connect your light wallet to your witness_node by adding "ws://127.0.0.1:8090/ws" to Settings -> "API connection" and select it.

3303
General Discussion / Re: an important feature maybe usefull
« on: January 17, 2016, 10:19:51 am »
sell BTS account

what do you mean by that ?
He meant sell the account name to others. It's possible just like domain names.

3304
Technical Support / Re: Permissions
« on: January 17, 2016, 09:58:36 am »
Oh my god  :D !  How the other active permissions hear from me about my proposal ?
Once you made the proposal, it's on the blockchain, everyone can see it.

Another use case of proposals described here by alt:
https://bitsharestalk.org/index.php/topic,20922.msg270847.html#msg270847.

3305
Technical Support / Re: Permissions
« on: January 17, 2016, 09:47:32 am »
"Let’s assume, Alice, Bob, Charlie and Dennis have common funds. We want to be able to construct a valid transaction if only two of those agree."

common funds where ? in whose account ? in one of their own accounts or a separate account?
A separate account.

Quote
agree how,  what does that mean?  , whats the procedure of agreeing on a transaction ? how those separate authorities communicate about on what to agree?

how many here understand and successfully implements this, anybody ? I need help
For example, let's say that separate account is "our-account", they want to send 10 BTS from the account to abit(my account). None of them would be able to do it by using the "transfer" API (which is the current GUI using to do transfers), since any one of them hasn't enough permission to do it. But any two of them have enough permissions.

Instead of the "transfer" API, they need "propose proposal" and "update proposal" APIs.

Alice make a proposal: let's send 10 BTS from "our-account" to abit, sign the proposal with her key. If Bob or Charlie or Dennis agree, he add his signature to the proposal, so the threshold reached. When the time defined in the proposal arrives, the proposal will get executed. If nobody else agree what Alice tried to do, they can ignore the proposal so it won't get executed at any time, or they can actively "refuse" the proposal.

//Edit:
My English is not so good, as I don't know what are the differences between "permissions" and "authorities". But you should know what I said above.

3306
Technical Support / Re: Permissions
« on: January 17, 2016, 09:29:21 am »
I am trying to understand and implement some permissions. "Active permissions define the accounts that have permission to spend funds for this account." What does spending entail ?  transfers, trading ?
Anything.
Any operation made by this account, or say any changes to this account, need to be confirmed by who have the active permissions or owner permissions.

3307
Technical Support / Re: Permissions
« on: January 17, 2016, 09:25:34 am »
You need to use propose_transaction and approve_proposal to play with threshold permissions, which are not available on GUI right now. Try CLI.

3308
Imo no need to change source code. will check why.

//Update:
Yes, in the end I find that pre-built boost binary hard to use, so I compiled one by myself.
I did use pre-built OpenSSL binaries.

//Update2:
I remember that default options for build boost doesn't work, so I did have to add some parameters to have it built, set target as x64 or so.

3309
General Discussion / Re: Cryptofresh Block Explorer + MUSE now available
« on: January 16, 2016, 09:51:46 pm »
Could you fetch the volume of BitShares Asset Exchange from coinmarketcap? It would be really nice to see how volume evolves on the DAC! http://coinmarketcap.com/exchanges/bitshares-asset-exchange/

@roadscape

CMC actually gets the data from cryptofresh :) but it's pretty hacky. When the new market api is out I'll dig into it.. definitely want to see this data..

@roadscape Is it ok to make a remark on the fee schedule page, so that people will know that canceling an order will get fully refund of fees for created the order?

Yeah, no problem! What are the official rules for this? Isn't it like a 99.9% refund, as long as it's completely unfilled?
It's 100% refunded because now it's free to cancel an order. The committee may consider adding a fee for canceling an order to prevent potential attacks.

3310
General Discussion / Re: Bitshares price discussion
« on: January 16, 2016, 09:46:37 pm »
@dannotestein since you have quite some amount of capital, is it possible to attack BlockTrades this way?
* sell a big amount of BTS to blocktrades
* dump on Polo so the price go down
* buy from blocktrades at a lower price

3311
General Discussion / Re: Bitshares price discussion
« on: January 16, 2016, 09:44:40 pm »
For me it seem a bot is keeping BTS at the same dollar price .. for quite a while now ..

We have price-stable bitUSD.  Now we have price-stable BTS.
Last time we said this is when BTS is 0.08 CNY each. Then it went down.

3312
He has been busy finishing up the move to a new apartment

I hope to see more action back from Monday
We will feel better if we can get a notification IN ADVANCE when a paid contributor temporarily unable to work as normal, for example had a plan of holidays etc.

3313
Technical Support / Re: Are fees for creating UIAs burned ?
« on: January 16, 2016, 05:26:00 pm »
Imagine total BTS in the system is 1000 ,  only holders are two of us
you hold 500 and I hold 500
1. I create an UIA and ask 300 BTS for it
2. You think that it worth that much and  you buy it
3. now you have 200 BTS + UIA (worth 300) = 500
4. I now have 500 + 300 = 800
5. So now in total there are 1300 BTS in the system, wrong?

Haven't we just diluted the system?

( I didnt take fees into account since they are still in bitshares system.)

Although I may believe your UIA worth 300 BTS, others may not believe it. The 1000 BTS in total is still 1000 BTS, so it's not dilution. In short, dilution on BTS itself is dilution, otherwise not.

If everyone believe your UIA worth something, it usually because you brought or will bring some value into the system which is what we want to see. It's again not dilution, it's value add.

3314
I'm developing percentage transfer fee feature. Wanna test on a test network first when completed  ;D

@xeroc: are you doing as this document?
How can I run a wallet server?

There is a brief installation instruction here https://github.com/cryptonomex/faucet/blob/master/README.md

//Update:
Imo we need both demo and test networks.

Run demo with a stable version, all witnesses in one node, and be voted in with large enough stakes, no need to connect to outside. Others can play with committee and workers etc. We can periodically reset it if parameters are changed badly.

Run test network with developing versions. A bit harder to manage since need more coordination.

3315
Thank you @Stan, the referral program makes sense for the smaller entities here. But it requires that some percentage of UIA trading fees go to the referral program. UIA issuers and referrers do have arguments about this.

In regards to the EBA concept, imo it somehow conflicts with shared order book concept. From 2 or more member exchanges which have similar sizes, you can only get EBAs OR shared order book, not both. Smaller exchanges can adopt EBAs issued by big ones and share their order book though, like USD. Smaller ones can also united together and issue another EBA like EUR (big ones can united together as well).

So in conclusion we can give out two choices to targeted exchanges (which are our potential partners):
1. Adopt EBA's issued by existed partners(or maybe a union of some partners), and get shared order book,
2. Issue their own EBA's and compete with others.
To promote the first one we need liquidity, to promote the second one need user base.

Pages: 1 ... 214 215 216 217 218 219 220 [221] 222 223 224 225 226 227 228 ... 311