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

Pages: [1]
1
Quote
Under bts 2 you can have delayed transactions via proposals

Also - I saw BTS 2.0 is 'coming soon'. Do you happen to know how soon is soon?

2
Technical Support / Delayed transactions? Multi-step transactions?
« on: August 10, 2015, 09:42:16 am »
I know BitShares doesn't support a BitCoin-like script mechanism, but nevertheless ... is it possible to:

  • Have a delayed transaction? That is, I'd like to transfer 100 BTS from account A to account B, but only 30 days from now.
  • Have a multistep transaction? Meaning: I'd like to transfer 50 BTS from account A to account B today, and another 50 BTS a week from today.

Thanks.

3
Technical Support / Re: chain server problem
« on: August 09, 2015, 10:05:09 pm »
I've tried a few (put three or four of them in a list / array in the relevant section of the configuration file). Still didn't work.

Here's what my config file looks like:
Code: [Select]
  "chain_servers": [
    "69.90.132.209:1375",
    "85.214.53.224:1375",
    "185.25.22.21:1375"
  ],

4
Technical Support / Re: chain server problem
« on: August 08, 2015, 07:16:05 am »
Does anyone know if this was solved? Downloading form the chain servers doesn't seem to be working for me - it keeps using p2p (which is pretty slow for 3M blocks ...)

5
Technical Support / Re: Arbitrary set of operations in a transaction?
« on: August 06, 2015, 03:20:46 pm »
Thanks xeroc. So just to make sure I got it right:
  • A transaction contains a set of operations. 
  • The operations are taken from a set of predefined types (details in the source file you pointed to).
  • The specific collection of operations per transaction is user-defined. That is, I can 'bundle' an arbitrary set of operations into a single transaction. 

True?

Thanks again.

6
Technical Support / Arbitrary set of operations in a transaction?
« on: August 06, 2015, 12:20:57 pm »
Hi,

I apologize in advance for the potentially ignorant question: I'm trying to figure out what's the right way to model / implement a certain financial transaction in using BitShares. For that, I may want to wrap up a few operations into a transaction. Can I do that, or can I only use the set of transactions that are currently defined in the code (e.g., register_account, create_asset, etc.)?

For example: let's assume my use-case requires a transaction of two 'withdraw' operations and one 'short_sell': would that be possible?

Thanks,
    Roy

Pages: [1]