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 2 3 4 5 [6] 7 8 9 10 11 12 13 ... 311
76
中文 (Chinese) / 2021年12月24日 bitCNY 参数调整:ICR下调至240%
« on: December 24, 2021, 02:00:45 pm »
2021年12月24日 bitCNY ICR从300%下调至240%

调整原因:
准备 6.0 湄公河版本升级,逐步过渡到新的运营模型

目前参数:
初始抵押率(抵押线) ICR 240%
维持抵押率(爆仓线) MCR 160%
最大轧空率(爆仓惩罚上限) MSSR 105%
爆仓费率 MCFR 3%
强清费率 FSFP 3%
强清价格偏移(强清补偿) FSO 2%
强清延时 24小时
每小时最大强清比例 0.5%
最少有效喂价人数 3
喂价人清单
1.2.183     hiquanta
1.2.35248   in.abit
1.2.987999  zapata42-witness
1.2.1031601 btspp-witness


借款功能目前开放,债务上限 3000 万 bitCNY
强清功能目前关闭

77
中文 (Chinese) / Re: 后 6.0 相关开发工作
« on: December 24, 2021, 01:12:31 pm »
第一笔款项今日已支付。

小夏 4000u * 2
Necklace 5000u
合计 13000u

按当前市价 0.037 USD/BTS 折算为 351351.35135 BTS ,从 committee-dev-funds 账号支付。

78
General Discussion / BitShares Mekong 6.0.1 Released
« on: December 16, 2021, 06:25:49 pm »
Fixed a bug related to the ElasticSearch Operations plugin.

Nodes with the ElasticSearch Operations plugin enabled need to be upgraded to the 6.0.1 version before the BitShares Mekong (6.x) protocol is activated. Note: the scheduled protocol upgrade time is Tuesday, January 11, 2022 14:00:00 UTC (2022-01-11T14:00:00Z).

Other nodes can be kept at 6.0.0 or upgraded to 6.0.1.

More info https://github.com/bitshares/bitshares-core/releases/tag/6.0.1

79
中文 (Chinese) / 主网新版本 6.0.1
« on: December 16, 2021, 06:22:42 pm »
主网新版 6.0.1 已发布: https://github.com/bitshares/bitshares-core/releases/tag/6.0.1

修复了一个 ElasticSearch 插件问题。用该插件的节点需要升级,其他节点不用升级。


注: 6.0 相关功能介绍和 cli wallet 命令行钱包教程在 test-6.0.2 帖子里: https://bitsharestalk.org/index.php?topic=33335.msg346810#msg346810

80
General Discussion / Re: Committee funding UI and Mobile development
« on: December 16, 2021, 10:36:19 am »
Update: the committee will fund maintenance of the python libs too.

More info (in Chinese): https://bitsharestalk.org/index.php?topic=33480.0

Update (2022-11-25): due to insufficient funds, funding will be suspended after this month.

81
中文 (Chinese) / Re: 后 6.0 相关开发工作
« on: December 16, 2021, 10:34:33 am »
更新一下,已经谈好 Stefan 和 Xeroc 组团负责 python 库和部分 ui 维护工作,每月2000u,从1月份开始,先做做看。如果实际工作量太大的话后面可能要加钱(短期或者长期),后面再谈。

说实话我是不太喜欢用封装太深的库的,很多时候设计不好,封了不好用,甚至不如不封。
比较复杂的、定制化的功能肯定是自己写代码更方便,也更符合自己习惯,写的难看一点也无妨,追求的是简单高效,能用就好。
公用的库,要考虑的东西就比较多,范用性,可维护性,兼容,性能,安全,代码规范,文档,流程,等等。相对来说,就有很多额外工作量。
资源有限,又想少花钱,又想多做事,必然有所取舍。

82
中文 (Chinese) / 测试网新版本 test-6.0.3
« on: December 15, 2021, 06:17:04 pm »
测试网新版 test-6.0.3 已发布: https://github.com/bitshares/bitshares-core/releases/tag/test-6.0.3

修复了一个 ElasticSearch 插件问题。用该插件的节点需要升级,其他节点不用升级。


注: 6.0 相关功能介绍和 cli wallet 命令行钱包教程在 test-6.0.2 帖子里: https://bitsharestalk.org/index.php?topic=33335.msg346810#msg346810

83
中文 (Chinese) / Re: 后 6.0 相关开发工作
« on: December 15, 2021, 05:46:40 pm »
支持开展相关的开发工作,Python库也需要开发维护
看样子 xeroc 可以做 Python 库的维护。
@lebin : Python 库具体有哪些要维护的东西,你有个清单吗
python-bitshares库:
  • 封装一次创建批量订单并返回orders_id接口
  • 获取资金池交易对价格
  • 6.0新增的闪电贷接口
  • 6.0新增的P2P借贷接口
(以上封装的接口要有同步,异步(asyncio)版)
目前暂时想到的是这些
我感觉这些算新功能开发了,不是维护。
其中,池价格有现成的代码吧?批量订单功能应该也是现成的,我看到 dexbot 里用了。

84
中文 (Chinese) / Re: 后 6.0 相关开发工作
« on: December 14, 2021, 05:42:43 pm »
支持开展相关的开发工作,Python库也需要开发维护
看样子 xeroc 可以做 Python 库的维护。
@lebin : Python 库具体有哪些要维护的东西,你有个清单吗

85
中文 (Chinese) / Re: 后 6.0 相关开发工作
« on: December 10, 2021, 02:31:59 pm »
这个应该每月按设计的工作量计费吧?

https://www.bitshares.foundation/reports 下线了,很多早期数据也找不到了,有点可惜
https://web.archive.org/bitshares.foundation

86
The committee will fund development, starting with the reference UI (bitshares-ui) and the mobile app (bitshares-mobile-app).

More info (in Chinese): https://bitsharestalk.org/index.php?topic=33480.0

Update (2021-12-16): the committee will fund maintenance of the python libs too.

87
The committee will fund development, starting with the reference UI (bitshares-ui) and the mobile app (bitshares-mobile-app).

More info (in Chinese): https://bitsharestalk.org/index.php?topic=33480.0

88
中文 (Chinese) / 后 6.0 相关开发工作
« on: December 07, 2021, 08:38:32 pm »
没时间详细展开,简要说一下。

模式:用理事会账户收入来支持开发。

手机 APP ,由 btspp 小夏负责维护和继续开发, 100U 每小时 * 每月 40 小时 = 每月 4000U ,从 2021 年 11 月开始算, 12 月底第一次支付。

桌面版/网页版 UI 和 JS 库,由 Necklace 负责维护和开发, 100U 每小时 * 每月 50 小时 = 每月 5000U ,从 2021 年 12 月开始算, 12 月底第一次支付。另外 Stefan 也有意参与,还在谈。

如果因工作量大/任务紧急需要加人或者加时间,另谈。

CORE 、 Python 库等其他开发待定。

2021-12-16
更新一下,已经谈好 Stefan 和 Xeroc 组团负责 python 库和部分 ui 维护工作,每月2000u,从1月份开始,先做做看。如果实际工作量太大的话后面可能要加钱(短期或者长期),后面再谈。

89
General Discussion / BitShares Core 6.0.0 Release (codename "Mekong")
« on: November 30, 2021, 06:19:58 pm »
The [BitShares](https://bitshares.org) Core software has been updated to the [6.0.0 Protocol Release](https://github.com/bitshares/bitshares-core/milestone/34?closed=1). The codename of the 6.x releases is *"Mekong"*. The Core software is used to build the validation nodes that perform consensus of all transactions on the BitShares blockchain. This release includes additions, improvements and _changes to the consensus protocol_.

The scheduled protocol upgrade time is **`Tuesday, January 11, 2022 14:00:00 UTC` (`2022-01-11T14:00:00Z`)**.

More info https://github.com/bitshares/bitshares-core/releases/tag/6.0.0

Binaries download links and the SHA256 checksum:
|[Microsoft Windows](https://github.com/bitshares/bitshares-core/releases/download/6.0.0/bitshares-core-6.0.0-win64-bin.zip)|`b721383133d56fd2a6469a2aac73c92f7fe518f48a2d6a2484d1dd9dcf6c5527`|
|[Mac](https://github.com/bitshares/bitshares-core/releases/download/6.0.0/bitshares-core-6.0.0-macos64-bin.tar.bz2)|`c5c2ee313233aa06c42ea08f9dd747261dec61399ff1011b9f93b3553a84b868`|
|[Linux](https://github.com/bitshares/bitshares-core/releases/download/6.0.0/bitshares-core-6.0.0-linux-amd64-bin.tar.bz2)|`042740d4e816b80d909d8c82acbefb3ddd20e5b833cace2cfd1816be090eaac1`|

90
BitShares 主网 6.0.0 版本已发布,代号“湄公河”。

协议激活时间 北京时间2022年1月11日晚上10点整。

Release Notes 见 https://github.com/bitshares/bitshares-core/releases/tag/6.0.0

部分内容:
6.0功能预览之一:无抵押借贷(闪电贷) https://bitsharestalk.org/index.php?topic=33069.msg345503#msg345503
6.0功能预览之二:P2P质押借贷(无爆仓) https://bitsharestalk.org/index.php?topic=33074.msg345530#msg345530
6.0功能预览之三:强清吃爆仓单按爆仓算、不需等24小时 / 黑天鹅收费 https://bitsharestalk.org/index.php?topic=33121.msg345656#msg345656
6.0功能预览之四:多种黑天鹅处置方式 https://bitsharestalk.org/index.php?topic=33200.msg346115#msg346115

请所有节点及时部署新版本。

cli_wallet 命令行教程参见 https://bitsharestalk.org/index.php?topic=33335.msg346810#msg346810

重钱包下载链接
|Platform|SHA256 Checksum|
|-|-|
|[Microsoft Windows](https://github.com/bitshares/bitshares-core/releases/download/6.0.0/bitshares-core-6.0.0-win64-bin.zip)|`b721383133d56fd2a6469a2aac73c92f7fe518f48a2d6a2484d1dd9dcf6c5527`|
|[Mac](https://github.com/bitshares/bitshares-core/releases/download/6.0.0/bitshares-core-6.0.0-macos64-bin.tar.bz2)|`c5c2ee313233aa06c42ea08f9dd747261dec61399ff1011b9f93b3553a84b868`|
|[Linux](https://github.com/bitshares/bitshares-core/releases/download/6.0.0/bitshares-core-6.0.0-linux-amd64-bin.tar.bz2)|`042740d4e816b80d909d8c82acbefb3ddd20e5b833cace2cfd1816be090eaac1`|

Pages: 1 2 3 4 5 [6] 7 8 9 10 11 12 13 ... 311