BitShares Forum

Main => Technical Support => Topic started by: nethyb on August 08, 2014, 03:53:08 pm

Title: Has the bitcoin compatibility API been dropped from BitSharesX?
Post by: nethyb on August 08, 2014, 03:53:08 pm
We we're hoping to use the bitcoin compatibility API's detailed at  https://github.com/BitShares/bitshares_toolkit/wiki/Bitshares-commands:-Bitcoin-compatibility (https://github.com/BitShares/bitshares_toolkit/wiki/Bitshares-commands:-Bitcoin-compatibility) with the minebitshares.com virtual multi-pool to provide BTSX payouts.

i.e. using commands such as
Code: [Select]
bitcoin_sendmany 
bitcoin_sendmany <fromaccount> <to_address_amounts> [comment]

It appears these commands are no longer in the BitSharesX clients - XTS or BTSX. Although I can run some of the bitcoin commands in my older BitSharesX 0.2.1 OSX client.

Is there an intention to include them at a later date or is it recommend to use the native bitshares cli commands:
Code: [Select]
wallet_transfer
wallet_multipart_transfer

Can the native commands to send multiple payments in the same cli call? Or does this not make sense with TITAN?

Looking for advice on how best to script a large amount of payments from a single wallet to multiple accounts
Title: Re: Has the bitcoin compatibility API been dropped from BitSharesX?
Post by: bytemaster on August 08, 2014, 04:12:04 pm
We removed bitcoin compatibility because it wasn't well tested and the GUI didn't have support for it.

We could easily add a "send_many" in titan, but you are likely to hit the transaction size limit.