Author Topic: Has the bitcoin compatibility API been dropped from BitSharesX?  (Read 1256 times)

0 Members and 1 Guest are viewing this topic.

Offline bytemaster

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.
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline nethyb

  • Full Member
  • ***
  • Posts: 197
    • View Profile
  • BitShares: nethyb
We we're hoping to use the bitcoin compatibility API's detailed at 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