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.


Topics - abit

Pages: 1 ... 19 20 21 22 23 24 25 [26]
376
For those who lost fund after importing a private key, it may be interesting to check whether the owner key and the active key of the account are same.
While creating a new sub-account with current version of client (v0.4.27.2), the owner key and active_key are different by default. In this case, if one dump out the private key of the account and import it into another wallet, only the active key will be imported, as a result, something strange may happen.

Code: [Select]
>> wallet_account_create test.abit

"BTS5R1G2iBqAoKAKZCRfJgZA7us7N7xkvSaMwStnY1hkK52s42A56"

>> wallet_get_account test.abit

{
  "index": 52041,
  "id": 0,
  "name": "test.abit",
  "public_data": null,
  "owner_key": "BTS5R1G2iBqAoKAKZCRfJgZA7us7N7xkvSaMwStnY1hkK52s42A56",
  "active_key_history": [[
      "2015-01-07T13:40:53",
      "BTS5j2xL7jKjFprETK1suWfxGEux8gQcuheyaL9nytW9AHtzRDuUz"
    ]
  ],
...
}

377
Technical Support / Exception cancelling market orders
« on: January 07, 2015, 02:58:52 am »
Yesterday I submitted some market orders via command line wallet under Windows 7, but unable to cancel them.
Error messages attached below.
The parameter for 'wallet_market_cancel_order' is gotten by a 'wallet_market_order_list' command (I replaced them with 'xxxxx' before post here)
Same error via HTTP-RPC call.
Any thought?
Code: [Select]
mywallet (unlocked) >>> wallet_market_cancel_order xxxxx
10 assert_exception: Assert Exception
account_key_record.valid() && account_key_record->has_private_key():
    {}
    th_a  transaction_builder.cpp:372 bts::wallet::transaction_builder::cancel_market_order

    {"order_id":"xxxxx"}
    th_a  transaction_builder.cpp:419 bts::wallet::transaction_builder::cancel_market_order

    {"order_ids":["xxxxx"]}
    th_a  wallet.cpp:3323 bts::wallet::wallet::cancel_market_orders

    {}
    th_a  common_api_client.cpp:5362 bts::rpc_stubs::common_api_client::wallet_market_cancel_order

    {"command":"wallet_market_cancel_order"}
    th_a  cli.cpp:579 bts::cli::detail::cli_impl::execute_command

Code: [Select]
"client_version": "v0.4.27.2"

EDIT:
There is only one account in this wallet, which is a sub-account, imported via import_priv_key.

378
Technical Support / "we hit a dead end, this fork isn't really linked!"
« on: January 04, 2015, 03:16:09 pm »
Do I have to delete the chain folder and re-sync?

Code: [Select]
2015-01-04T15:00:00 th_a:invoke get_blockchain_synopsis get_blockchain_synop ] Unable to construct a blockchain synopsis for reference hash 029ee217d2e2408793b6b86c4bc2db72a5dbb744: {"code":10,"name":"assert_exception","message":"Assert Exception","stack":[{"context":{"level":"error","file":"chain_database.cpp","line":1152,"method":"bts::blockchain::detail::chain_database_impl::get_fork_history","hostname":"","thread_name":"th_a","timestamp":"2015-01-04T15:00:00"},"format":"prev_fork_data.is_linked: we hit a dead end, this fork isn't really linked!","data":{}},{"context":{"level":"warn","file":"chain_database.cpp","line":1162,"method":"bts::blockchain::detail::chain_database_impl::get_fork_history","hostname":"","thread_name":"th_a","timestamp":"2015-01-04T15:00:00"},"format":"","data":{"block_id":"029ee217d2e2408793b6b86c4bc2db72a5dbb744"}}]} client.cpp:1084

379
Stakeholder Proposals / dev-trial.misc.nikolai Missed all blocks
« on: January 04, 2015, 09:36:38 am »
Rank      Account Name   Number of votes   Produced   Missed   Pay rate   
101      dev-trial.misc.nikolai   7.59%          0   16         100%   

@toast

380
Technical Support / Time format changed in v0.4.25-RC1 RPC API?
« on: December 09, 2014, 06:07:38 pm »
For example,
with v0.4.24, "last_update": "20141208T051234"
Now, "last_update": "2014-12-08T05:12:34"

Have to tweak my scripts..

EDIT:
The "blockchain_get_transaction" API changed as well.

381
General Discussion / Lots of blocks missing
« on: December 09, 2014, 03:23:11 am »
"blockchain_average_delegate_participation": 90.17857142857143

Missed blocks recently:
1218713   delegate.adam
1218663   delegate.adam
1218514   delegate.adam
1218406   boombastic
1218373   delegate.adam
1218363   delegate.adam
1218312   mrs.agsexplorer
1218297   boombastic
                emski.bitdelegate
1218288   emski
1218277   mr.agsexplorer

Looks not good.

382
General Discussion / v0.4.24 chain server problem?
« on: November 24, 2014, 04:27:37 pm »
I have a chain server on my Ubuntu box. When working with older versions of windows wallet, I'm able to sync from this chain server, the speed is super fast, like a charm.
Today I managed to install the 0.4.24 wallet on my windows box (finally), however the chain server doesn't work any more.. The windows wallet starts with a successful connection to the chain server, but after some seconds it just disconnect and start to open p2p connections, and syncs slowly.

Any idea?

I found this in p2p.log, wish it helps.
Code: [Select]
20141124T160604 bitshares:get_all_blocks get_all_blocks] 0 exception: unspecified
Timed out
     {}
    bitshares chain_downloader.cpp:112 bts::net::detail::chain_downloader_impl::get_all_blocks chain_downloader.cpp:120

Thanks for help.

383
中文 (Chinese) / 【转】其实BTS是通缩的
« on: November 21, 2014, 07:19:41 am »
BTS总量不会超过约37亿股(或者不管实际是多少,反正有个上限)。现在不是所有股都已经分配,有一部分股会在每次出块时分配。

4年以内,每产出一个块,如果产出该块的代理费率设置为3%,那么48.5股被永久销毁。(每4年出块分配量/销毁量减半)

每当有交易发生,不管是转账,创建资产,创建账号,还是市场下单撤单,都会有一定量的股永久销毁。

原帖: https://bitsharestalk.org/index.php?topic=11576.msg152566#msg152566
Quote

I had a 4+ year old inspiration.

BTS has a supply of ~3.6 Billion shares.(or whatever the actual max is). Not all this supply is current available for anyone. Some of it is left in  50 BTS chunks in future blocks.

In each block that we do not have 101 delegates taking 100% of the max allowed pay for that block, we are effectively decreasing the supply of BTS.


?

384
中文 (Chinese) / BTS社区成员地图
« on: November 19, 2014, 04:03:56 pm »
英文板的童鞋们搞了个地图,大家在上面标出自己在哪个城市。
看看效果: http://www.zeemaps.com/view?group=1162907&x=-220.400616&y=37.224179&z=15

有兴趣的童鞋可以也去标一下。目前中国只有一个人标了上海。(为了隐私请不要标太详细,标出城市即可)
在这个链接里面标 https://www.zeemaps.com/map?group=1162907
具体怎么弄我还没搞清楚,麻烦会弄的童鞋补充下。

英文原贴: https://bitsharestalk.org/index.php?topic=10130.0

385
中文 (Chinese) / 关于AGS资金必须在今年底花完的事
« on: November 17, 2014, 09:35:28 am »
在英文社区看到有帖子提到这个事,但是没找到详细说明,例如为什么要花,如何花。
谁知道的麻烦出来说下,谢谢。

386
bitUSD兑CNY的交易对,我感觉应该会比bitUSD兑USD的交易量要大.

Pages: 1 ... 19 20 21 22 23 24 25 [26]