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

Pages: 1 ... 290 291 292 293 294 295 296 [297] 298 299 300 301 302 303 304 ... 309
4441
Technical Support / Re: Exception cancelling market orders
« on: January 07, 2015, 01:08:33 pm »
Let's replay..
1. open a wallet console (v0.4.27.1),
1.1 type a command 'wallet_account_create [sub.account]'
1.2 type command 'register [sub.account] [account]'
1.3 type 'wallet_dump_private_key [sub.account]', will get a private key
2. transfer some BTS and CNY to the new sub-account
3. on another computer, open a wallet console (v0.4.27.2),
3.1 type 'create_wallet [wallet_name]'
3.2 type 'wallet_import_private_key [the_private_key]'
3.3 type 'wallet_market_submit_bid aaa xxx bbb yyy', created a bid order
3.4 type 'wallet_market_order_list xxx yyy', can see the order created, with an order id
3.5 type 'wallet_market_cancel_order [order_id]', Exception raised.

It's interesting that the owner key and active key of that sub-account are different. Perhaps it makes sense?
The result of command 'wallet_dump_private_key [account_name]' is the private key of the active key, but not the owner key.
So I guess active key is needed for submit an order, but owner key is needed for cancelling an order? Will import the other key and make some tests.

UPDATE:
After imported the private key of owner key of the sub-account in the new client, I was able to cancel the market orders successfully.

So here comes a question: is it a new feature or a bug?

4442
i send some bitcoin to ags with multibit in jan last year
and on mar 1st i had some pts, i sold them days after the snapshot
im to claim these 2 sum of bts

windows xp,bts 0.4.27.2

===============================

Q1:now what do i do with wallet1 to get the due bts for ags?
You can check your AGS balance at http://www1.agsexplorer.com/ , input all of your btc address there, you'll know which address has AGS. Then import the private key of that address in BTS wallet.
Quote
Q2:now what do i do with wallet2 to get back the bts?
Import the pts wallet again.
Since you haven't move all of your BTS to another account, most of it should be in the original address.
Quote
Q3:is there any place i can input my bts acccount address so that i can see the balance of it, just like blockchain.info for bitcoin?
No way for TITAN accounts.

4443
I think you know Chinese. Please check these 2 pages:
http://www.bts.hk/bitshares-xt-import-wallet-key.html
http://www.bts.hk/multibit-pts-btc-qt-export-key.html

If you are importing Genesis funds (AGS/PTS) , you don't need to re-scan the BTS chain, just import the private keys then your funds will be there.

Are you sure your addresses / private keys are correct? Check them at http://www1.agsexplorer.com/ .
This article may also be helpful for you:
http://www.bts.hk/about-bts-ags.html

You can also post questions in the Chinese sub-forum, a lot of people will help you.

4444
Technical Support / Re: Exception cancelling market orders
« on: January 07, 2015, 06:26:41 am »
here is the output from rpc call  wallet_market_order_list
you can find ID 48b08ef975ca3c5002e6de8ae3d034b90c427c44 belong to key BTSEzmSPTwQys6AgdJFjLoTioVdLXMWujPzY

run  this command to see if the key is in your wallet
Code: [Select]
wallet_dump_private_key BTSEzmSPTwQys6AgdJFjLoTioVdLXMWujPzY
if it's not, maybe you need to run this command to regenerate your key,
if it's not work change 200 to more, untill wallet_dump_private_key run success.
Code: [Select]
wallet_regenerate_keys youraccount  200
Yes I have the private key(s), just unable to cancel the order(s).

4445
wallet_set_transaction_scanning true
rescan

最新大招,以上两条命令解决丢资金的问题。
这个不是最新了,如果只需要恢复1个账号的话,最新小招是这个
Code: [Select]
wallet_repair_records 账号名

如果需要恢复所有账号,就不带账号名
Code: [Select]
wallet_repair_records

4446
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.

4447
Technical Support / Re: how to save advanced_node_parameters
« on: January 07, 2015, 02:38:05 am »
Code: [Select]
$bitshares_client --help

...

--input-log arg                       Set log file with CLI commands to
                                            execute at startup

Looks like it's possible to set some commands to excute at startup, but how to?

4448
中文 (Chinese) / Re: 求教:怎样注册到区块链上??
« on: January 05, 2015, 06:55:59 am »
原来是这样。

可以用控制台注册。

第一步 create_account 账号名
比如
Code: [Select]
create_account zhanghao会得到一个地址,然后转一些bts到这个地址

第二步 register 账号名 付款账号名
比如
Code: [Select]
register zhanghao zhanghao
应该是这样了

4449
General Discussion / Re: BraveNewCoin Mobile App iOS Launch!
« on: January 05, 2015, 01:47:54 am »
What's the source of BTS price? Exchange or on-chain market?

4450
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

4451
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

4452
dacx.com?我猜是不是还要注册?不是直接从钱包发币就可以?

4453

启动任务管理器看看是不是有bitshares的后台 有的话,请关掉,再打开钱包
强杀进程容易导致块链数据库损坏,要重新下载。一定要强杀的话,可以在杀前把网络断开一会,这样杀的时候不会有数据正在写入,就不容易坏。

4454
已经有一个钱包在运行了。
你在右下角找找,是不是有个图标隐藏起来了

4455
中文 (Chinese) / Re: github下载钱包失败
« on: January 03, 2015, 12:34:46 pm »
github的钱包下载用的是 amazon 的s3空间,从国内下载确实不稳定,并且每次点下载后一段时间链接会过期,重新下载不能断点续传。以前我从那里下载也是痛苦的要死。

后来,官网(http://bitshares.org/)改版后,提供钱包下载,很流畅。
不过我刚才看了一下,现在官网首页直连的话打不开了,不知道是换了机房还是什么原因。
又用代理看了一下,页面上引用了google的字体、地图还有js,以及youtube视频,这些会被墙,不知道会不会影响页面加载;里面很多jquery的文件加载也是比较慢。

建议野猪去反映下。

Pages: 1 ... 290 291 292 293 294 295 296 [297] 298 299 300 301 302 303 304 ... 309