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 ... 226 227 228 229 230 231 232 [233] 234 235 236 237 238 239 240 ... 309
3481
中文 (Chinese) / Re: 当前的爆仓规则
« on: January 04, 2016, 02:20:01 pm »
突然又想到,如果以后内盘流动性比外盘大了,是不是就不该用喂价了?或者把内盘价也加入来算喂价?

3482
Technical Support / Re: bitshares wallet help
« on: January 04, 2016, 02:07:32 pm »
I can't get v0.4.24.1 to run so that i can import my backup.  Every time i try to open the application it crashes immediately.  Any ideas?  Boy do i wish i'd started this adventure on a Mac!
Some options:
* rename the %APPDATA%/Bitshares folder to something else and run again
* uninstall previous installed version, then rename the %APPDATA%/Bitshares folder, reinstall, run again
* try an earlier version, E.G. https://github.com/bitshares/bitshares-0.x/releases/tag/bts%2F0.4.24

3483
if you have bitcrab1, bitcrab2, bitcrab3, bitcrab4, bitcrab5... on top eleven, I'm sure BM will change the rule immediately ;D
Sounds interesting.. Just do it!

3484
Technical Support / Re: witness_node crash
« on: January 04, 2016, 08:58:57 am »
Known & unresolved issue. Mostly happens while forking.
Please at least upgrade to latest version.

3485
中文 (Chinese) / Re: CASS申请worker了
« on: January 04, 2016, 08:54:37 am »
abit也申请吧
我还有成千上万的BTS,我全力支持你
worker太高调了,我对FBA更感兴趣一点。顺利的话过一阵搞一个出来。
神马是FBA
WORKER就像是大家一起凑钱修路。
FBA就像是自己筹钱修路,然后建一个收费站收过路费。

3486

Quote
Also, isn't the voting mechamism for witnesses same as it is for committee? If so, then we would have to also prevent shareholders for voting more than three witnesses.
Almost: you cannot downvote witnesses, but could for committee members (afaik)
I thought down votes are only for workers..

3487
Technical Support / Re: witness_node completely froze overnight
« on: January 04, 2016, 06:47:35 am »
I've spent a lot of time investigating this and going over every line of code in the clear_expired_orders().  I can't find the problem from inspecting the code, and I do not have any way to reproduce it reliably.  If someone can provide specific steps or a specific datadir to reproduce it, I might be able to make progress in the investigation.
Today Alt and I did some tests with latest Release build and most recent chain data.
* When witness node is properly shut down, and then start without --replay-blockchain, it will get stuck.
* when start with --replay-blockchain, it won't get stuck.
Maybe something wrong with the 'object_database'.

//Edit: tried some more times but the issue doesn't appear again.

3488
中文 (Chinese) / Re: CASS申请worker了
« on: January 04, 2016, 06:08:50 am »
abit也申请吧
我还有成千上万的BTS,我全力支持你
worker太高调了,我对FBA更感兴趣一点。顺利的话过一阵搞一个出来。

3489
一月一次还行,另外现在手续费下降了一点。但是现在最大的障碍是还有些(大概1000+)BOTFUND没有claim.
什么问题?最新版的钱包应该都可以claim了
是还有些人的BOTFUND没有claim,就没有办法计算和进行分红。参见http://cryptofresh.com/a/BOTFUND
了解了

3490
话说分红不是要转账费么?还是挂单回购方式费用低吧。

一月一次还行,另外现在手续费下降了一点。但是现在最大的障碍是还有些(大概1000+)BOTFUND没有claim.
什么问题?最新版的钱包应该都可以claim了

3491
中文 (Chinese) / Re: transwiser/bitcrab 2016 Q1 计划
« on: January 04, 2016, 04:38:25 am »
@2031654 最左菜单列选voting-》proxy里填上bitcrab,然后PUBLISH CHANGES就好,谢了。 8)
原来你用英文版。 ;)
国内不是默认用中文版?给个中文版教程?

3492
General Discussion / Re: network down??
« on: January 04, 2016, 02:28:58 am »
Witnesses:

* If you want to follow my chain, please add my seed node 114.92.254.159:62015. and
 add this to the witness_node start command:
Code: [Select]
--checkpoint '[2359545,"002400f965e4ad8b494d48dfb8d311d59cd771bc"]' -s "114.92.254.159:62015"
(maybe the checkpoint is not needed here)

* If you want to start your new chain, please add this parameter to witness_node startup script:

Code: [Select]
--enable-stale-production --checkpoint '[2359545,"0000000000000000000000000000000000000000"]'

3493
General Discussion / Re: network down??
« on: January 04, 2016, 02:10:25 am »
New block produced:
Code: [Select]
locked >>> get_block 2359545
get_block 2359545
{
  "previous": "002400f85a7d07a722f801b839c75f89a4f55e67",
  "timestamp": "2016-01-04T02:08:30",
  "witness": "1.6.35",
  "transaction_merkle_root": "0000000000000000000000000000000000000000",
  "extensions": [],
  "witness_signature": "1f43e7663aa4f9f204506a7e29ae2c13b4a2d064444f635c644cd451f6fba132622a79c39a9785624b3953dff0eac5853c2f18195622b63861d188279161d44667",
  "transactions": [],
  "block_id": "002400f965e4ad8b494d48dfb8d311d59cd771bc",
  "signing_key": "BTS83K3qNNZBRLWMa6pXcwnfMJqC9J46ZpMFEYDKUDCNy2BgNrWth",
  "transaction_ids": []
}


please add this to the witness_node start command:
Code: [Select]
--checkpoint '[2359545,"002400f965e4ad8b494d48dfb8d311d59cd771bc"]'

3494
General Discussion / Re: network down??
« on: January 04, 2016, 01:46:04 am »
Any witnesses willing to help try an untested patch can update to the latest master on github.   

I am not a witness so I cannot verify if this fixes block production or not.  You may have to specify a checkpoint.
Building.
More info about this "specify a checkpoint", please add this to the witness_node start command:
Code: [Select]
--checkpoint '[2359545,"002400f965e4ad8b494d48dfb8d311d59cd771bc"]'

3495
so, committee members, do you have something here with proposal potential?

@mindphlux @BunkerChain Labs @baozi @bitcrab
I agree we should use the fund to support liquility.
and I agree tony's advice
Make a proposal please?

Pages: 1 ... 226 227 228 229 230 231 232 [233] 234 235 236 237 238 239 240 ... 309