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

Pages: [1] 2
1
Technical Support / Re: wallets offline on most exchanges?
« on: January 29, 2016, 02:42:39 pm »
maybe because of this *very informative* release: https://github.com/bitshares/bitshares-2/releases/tag/2.0.160128

2
General Discussion / Re: New release 2.0.151209
« on: December 16, 2015, 04:04:39 pm »
Wow. Just wow. So, all the unique id's which exchanges have been diligently filing and storing are now worthless? Or worse still after exchanges upgrade they can be subject to double spends against users deposits since the the original deposit txid is now totally different?
The amount of affected operation IDs is (as per my understanding) limited to only a few hours worth of transactions .. definitely not all of them ..

definitely not "only a few hours worth of transactions"

in my case: 

oldest tx: 1.11.13306 (dated  16-Oct-15) changed to  1.11.13305
latest tx:  1.11.356893 (dated  21-Nov-15 ) changed to  1.11.356892

we got no deposit after 21-Nov-15

3
General Discussion / Re: New release 2.0.151209
« on: December 16, 2015, 02:31:10 pm »
I've just upgraded and all tx id changed? anyone can confirm?

For example tx id was 1.11.13306 , now it is changed to 1.11.13305.

My system rely on this tx id, as the result i get a lot of duplicate deposits recently, and forced to roll back our bts deposits.

I assume this tx id is not reliable for identifying a transaction? Are we doing it wrong?

Thank you

4
Technical Support / Re: windows witness node stuck on block 91074
« on: October 17, 2015, 04:24:46 am »
same issue on ubuntu 14.04 box

5
anyone know what is the equivalent of old wallet_account_transaction_history command for RPC API? this command is for querying latest transactions of an account.

6
Hi,

What is the equivalent of wallet_account_transaction_history in BitShares 2.0? I need to get incoming transactions periodically.

I found get_account_history can be called inside command prompt, but unable to call it with RPC request.

Thanks

7
sorry wrong forum, i move this discussion to Help & Technical Support : https://bitsharestalk.org/index.php/topic,19066.0.html

Hi,

What is the equivalent of wallet_account_transaction_history in BitShares 2.0? I need to get incoming transactions periodically.

I found get_account_history can be called inside command prompt, but unable to call it with RPC request.

Thanks

8
General Discussion / Re: BitShares 0.9.0 Feedback
« on: April 26, 2015, 11:11:23 am »
"this can take a long time" <- how long is this? any estimation for specific hardware e.g. "mine installed on amazon ec2 2 cpu it takes x days"


9
Technical Support / Re: Account registration faucet for new users!
« on: March 27, 2015, 06:52:26 am »
is the faucet fixed?

10
Technical Support / Re: Disk space?
« on: March 27, 2015, 03:42:10 am »
nmv it is a log issue.

solved.

11
Technical Support / Disk space?
« on: March 27, 2015, 01:53:40 am »
How large disk space required for running bitshares_client?

I use 40gb vps and it full in 1-2 days.

Thanks

12
Technical Support / Re: wallet_account_transaction_history
« on: March 26, 2015, 09:21:01 am »
pc, thanks for your answer.

1 more question:

what is the max length of a memo message in a transaction?

13
Technical Support / wallet_account_transaction_history
« on: March 26, 2015, 07:33:57 am »
I have few questions about balance API:

1. When calling wallet_account_transaction_history it returns is_market and is_market_cancel, what do they mean?

2. How to find reference for bitshares asset_id, i know BTS is 0, what is asset_id for USD?

3. Calling wallet_account_balance will return:

Quote
Array
(
    [ 0 ] => Array
        (
            [ 0 ] => accountname
            [ 1 ] => Array
                (
                    [ 0 ] => Array
                        (
                            [ 0 ] => 0
                            [ 1 ] => 889000
                        )

                )

        )

)

which 0 represents asset_id? red, blue, or green?

Thank you

14
Technical Support / Smallest Unit of BTS?
« on: March 25, 2015, 11:51:17 am »
I might be a very stupid question, but I cannot find it everywhere (maybe i searched with wrong keyword)

What is the smallest unit of BTS? Is it 0.00000001 just like Bitcoin?

Other important question, what is the default fee for BTS transfer?

Thanks

15
Technical Support / Re: client stops syncing
« on: March 25, 2015, 09:41:08 am »
you are running 0.8.*???

yes

Code: [Select]
{
  "id": 0,
  "result": {
    "blockchain_name": "BitShares",
    "blockchain_description": "Decentralized Exchange",
    "client_version": "0.8.0",
    "bitshares_revision": "1a71a01b0fe057df486ea5691ba6e26b20e15d7a",
    "bitshares_revision_age": "36 hours ago",
    "fc_revision": "374f141f0a31fb362a2eb3fc982acf57107cc5bc",
    "fc_revision_age": "30 days ago",
    "compile_date": "compiled on Mar 24 2015 at 02:39:55",
    "boost_version": "1.54",
    "openssl_version": "OpenSSL 1.0.1f 6 Jan 2014",
    "build": "linux 64-bit"
  }
}

Pages: [1] 2