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 ... 279 280 281 282 283 284 285 [286] 287 288 289 290 291 292 293 ... 309
4276
中文 (Chinese) / Re: 目前的受托人模式是bts发展的最大优势
« on: February 28, 2015, 01:35:56 am »
    DRK没有所谓的100%受托人, 依靠节点计划一样运行的非常好, 根本不需要增发12亿BTS给受托人, 只要增发10%即1亿2千万BTS给受托人都大把有优质资源的人抢着做受托人
现在这个数,每月算下来拿1000刀,人家还都嫌拿的少。你直接砍到每月100刀,还能大把人抢着做?

4277
中文 (Chinese) / Re: BTS的极限总量是多少啊?
« on: February 27, 2015, 11:09:34 am »
近40亿,难怪不断下坡路
有什么必然联系吗?

4278
Has this spokeman spoken anything yet? Several days have passed. We do need more info.

4279
中文 (Chinese) / Re: 100%受托人一个月收入12.5万BTS?
« on: February 27, 2015, 09:48:33 am »
     如题,  这个是如何计算的? 另外请问BTS的总量为什么由25亿变成37亿了?
37亿那个是理论值。就是因为这些受托人收入变多的。

4280
中文 (Chinese) / Re: 帮我看看还有多少BTS未领取
« on: February 27, 2015, 02:49:01 am »
所有的available加起来吧
我的理解 :)
召唤专业人士
original是总量
vested是已经释放(解冻)的部分
claimed是已经领的部分
available是目前还能领的部分,等于vested-claimed
数值除以10万。

4281
Technical Support / Re: Bitshares Client doesn't synchronize fully
« on: February 27, 2015, 02:22:29 am »
Good to know your issue has gone.
Probably we'll encourage new users to use light/online wallets.

4282
"You could try download the source code and compile under 32bit Linux by yourself." Tried that, Didn't work.
Post the error message here.

Quote
"By the way, since the full-node client is memory sensitive by now, it's unlikely to work well under 32bit environment (if it doesn't support 4G of RAM)." I have over 8GB of ram.
I'm just curious why you don't use 64bit if you have 8GB of ram.
Quote
"ls -l" will print why it's not working, I did it already. Nothing that helped resolve the issue, just said not 64 bit environment.
We could know if it's a file permission issue by command 'ls -l'. Would you like to post the output here? However I gets another error message under my Ubuntu if the permission is incorrect. Don't know the behavior of your Linux distribution though.

4283
abit
前两天红包都没抢到。这个要抢。

4284
Technical Support / Re: Bitshares Client doesn't synchronize fully
« on: February 26, 2015, 11:49:07 am »
Hello again community ;)

I launch my client today and it told me that it wasn't shut down properly (I shut down the computer without shutting it down first, didn't knew that wasn't ok) and it need to reset, that it will take several minute but my info and balance won't be loose.

I choose to reset so. The client re-sync the block chain and stop sync just it did it to me last week when I first install the client.

I did quit and restart a few times and also tried to do it removing the peers.leveldb folder. Nothing seem to work, it's stuck on the same block.

Is somebody has a suggestion ?
Next time try 'continue' instead of 'reset'.
Try the new version of client (v0.6.2).
Try remove the 'chain', 'peers.leveldb', 'mail_client', 'exceptions', 'logs' folder then restart.

4285
Please post error messages so people can help.

All it says is:

./bitshares_client --daemon
root@server:~/bitsharesGUI-0.6.2-linux-x86_64# ls
bitshares_client
root@server:~/bitsharesGUI-0.6.2-linux-x86_64# ./bitshares_client --daemon
-bash: ./bitshares_client: No such file or directory

Try this:
Code: [Select]
ls -l

Did you download the 64bit binary from github release page? I don't think it will work under 32bit Linux. You could try download the source code and compile under 32bit Linux by yourself.

By the way, since the full-node client is memory sensitive by now, it's unlikely to work well under 32bit environment (if it doesn't support 4G of RAM).

4286
中文 (Chinese) / Re: bts网页钱包 值得体验
« on: February 26, 2015, 11:15:49 am »
问题是导不出来私钥啊,在mac和web上创建的账号,以后怎么在其他地方用呢?

怎么备份mac和web本地机器上的私钥呢

>> dumpprivkey   BTS5jxxxxM

null


在mac版本的轻钱包里生成的账号,

在web上怎么不能用?

账号就像公钥一样,是给别人看的,真正要用时需要的是私钥,这个私钥不管是轻钱包还是网页钱包都是保持在本地机器上的,目前轻钱包和网页钱包都还处于测试阶段,应该还没有提供导入私钥的功能。二者脑钱包使用的算法也可能不一样。

由于可能导致账号丢失问题,dumpprivkey命令应该是废弃了。
新命令是 wallet_dump_account_private_key 不过可能网页版钱包的后台程序不是最新版,还不支持

4287
General Discussion / Re: The BitShares Online Web Wallet is ready...
« on: February 26, 2015, 05:30:27 am »
The app.js is in size of 5MB and is not getting cached in my Chrome browser, which means it is fetched from the server every time when the page loads (slowly). Almost killed my limited Internet bandwidth.

Advice:
1, add Expires and Last-Modified HTTP headers to static files
2, compress .map files while transferring
3, reduce the size of app.js by removing useless code or some kind of compressing

Despite of above issue, the wallet works fine for me.

4288
General Discussion / Re: can I send dozens assets in one operation?
« on: February 21, 2015, 09:50:10 pm »
By using the batch command, the client submits multiple commands indeed. The fees need to pay is same.
I don't think you can transfer multiple assets in one operation unless you used batch command to submit your pre-built transfer commands in bulk.

Code: [Select]
>> h batch

Usage:
batch <method_name> <parameters_list>                                                                 Takes any no_prerequisites command and an array of its arguments and returns an array of results. Example: batch blockchain_get_blockhash [[1], [2]]
Takes any no_prerequisites command and an array of its arguments and returns an array of results. Example: batch blockchain_get_blockhash [[1], [2]]

Parameters:
  method_name (string, required): The command name for calling
  parameters_list (parameters_list, required): The list of list of parameters for this command, the return will be the list of execute result of corresponding parameters

Returns:
  variants

4289
All of a sudden, issuing a http_start_server in the console causes the client to lose all connections and it just stays that way. It was working fine earlier today. Any ideas what it could be?

edit: this is in the GUI, the command line client works ok with http_start_server
There have been reported other issues with this command in GUI. I think devs don't have time to look at it right now, it's low priority.

4290
    我查了, 没有DNS公钥, 而且我也转了一些BTS到这个帐户认领也没有, 难道真的是BUG?
可能是TITAN的关系?你DNS钱包里的地址可能不止一个。

Pages: 1 ... 279 280 281 282 283 284 285 [286] 287 288 289 290 291 292 293 ... 309