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 ... 5 6 7 8 9 10 11 [12] 13 14 15 16 17 18 19 ... 26
166
中文 (Chinese) / 【游戏】寻找比特股接班人
« on: July 07, 2020, 10:15:15 am »
游戏规则:
1. 玩家可以向【successor】账号转账,单次转账金额大于等于 10 BTS ,就会获得“接力棒”,成为“接棒人”;上一个“接棒人”成为“递棒人”。
2. 第一期游戏已经开始。
3. 如果 24 小时内没有新的“接棒人”, 最后一个“接棒人”成为“丢棒人”,本期游戏结束。
4. 结算:
- “丢棒人”获得奖池 40% 奖励
- “递棒人”获得奖池 9% 奖励
- 其他“接棒人”瓜分奖池 49% 奖励
- 游戏发起人获得剩余 2%
5. 一期游戏结束后,下一期游戏立即开始。每一期奖励池独立计算。上一期奖励发放不影响下一期游戏进行。

注:
1. 如果“递棒人”提前备注(转账MEMO)获奖感言,则获得原本属于游戏发起人的那 2%
2. 游戏不区分交易所账户。如果从交易所直接转账参与游戏,奖励归交易所。
3. 游戏结束前,【successor】账号不得转出,也不能转给自己。
4. 转入其他资产不获得“接棒人”资格;单次转入金额小于 10 BTS 不获得“接棒人”资格。
5. 其他“接棒人”瓜分奖励时,根据获得“接棒人”资格的次数按比例分配。
6. 【所有人】奖励会按照游戏结束时账号的会员状态进行分配(20%销毁回到系统资金储备池、剩下的80%按终生会员推荐人、注册人、推荐人比例分配)
7. 奖励包含发放奖励需要支付的手续费
8. 时间以区块链时间戳为准

2020年7月13日更新:
第一期发奖已完成,详见本页下面的回复。
第二期开始,游戏由 yip 主持。

167
大家知道,通过水龙头可以免费注册账号,但是会有各种限制。

升级到终身会员后,就可以自己注册账号,只需要出手续费,没有其他限制。

实际上,不升级到终身会员也可以不受限制地注册自己想要的账号,只要出少量手续费即可。

办法就是通过 temp-account 这个特殊账号来注册。

temp-account 是系统内置账号,账号的资金权限和账户权限的阈值都是0,也就是说任何人都可以使用。隐私转账功能也是利用了这个特性,通过这个账号支付手续费。而 temp-account 账号本身也是终身会员,所以也可以用来注册账号。

目前各个图形界面钱包可能还不支持通过 temp-account 自助注册账号,但是用命令行可以。

比如,我在测试网用类似以下的命令通过 temp-account 注册了几个账号。

sign_transaction {"operations":[[ 5,{ "fee": { "amount": 500000, "asset_id": "1.3.0" }, "registrar": "1.2.4", "referrer": "1.2.25468", "referrer_percent": 8000, "name": "temp-created5", "owner": { "weight_threshold": 1, "account_auths": [], "key_auths": [["TEST7AwWtCEvupWX1aZYTLdapRznGuL2TKH6Z56yptbt6QhdTrDveU",1]], "address_auths": [] }, "active": { "weight_threshold": 0, "account_auths": [], "key_auths": [["TEST7AwWtCEvupWX1aZYTLdapRznGuL2TKH6Z56yptbt6QhdTrDveU",1]], "address_auths": [] }, "options": { "memo_key": "TEST1111111111111111111111111111111114T1Anm", "voting_account": "1.2.25468", "num_witness": 0, "num_committee": 0, "votes": [], "extensions": [] }, "extensions": {} } ]]} true

因为测试网 temp-account 账号有余额,所以直接创建账号就可以了。

而主网 temp-account 有机器人监视,如果有人转账进去就会马上被转走。所以,需要把“转账给temp-account”和“注册账号”两个操作放在一个交易里。

sign_transaction {"operations":[[0,{"from":"1.2.xxx","to":"1.2.4","amount":{...},"fee":{...}}],[ 5,{ "fee": {...}, "registrar": "1.2.4", ... ]]} true

也可以通过 transaction builder 分几步来做,这样更灵活,也可以自动设置手续费。

Code: [Select]
begin_builder_transaction
add_operation_to_builder_transaction 0 [0,{"to":"1.2.4", ... }]
add_operation_to_builder_transaction 0 [5,{"registrar": "1.2.4", ... }]
set_fees_on_builder_transaction 0 1.3.0
sign_builder_transaction 0 true

测试网网页钱包地址 https://staging.bitshares.org/



查看 temp-account 账号历史 https://staging.bitshares.org/#/account/temp-account

168
现在 BTS 市场是没有手续费的。

如果按成交额万分之二收手续费,交易者应该不会有太大感觉?

同时,因为BTS的资产所有人是 null-account,收到的手续费会归到 null-account 账号,而不是进资金池也不是理事会,不会再次流通,等于直接销毁了,也就是通缩。

如果日成交量1千万BTS,就会有2000BTS手续费销毁。

如何?

github 上 bsip 库里的讨论链接: https://github.com/bitshares/bsips/issues/262

169
中文 (Chinese) / 测试网版本 test-4.0.8
« on: June 05, 2020, 12:22:22 am »
代码地址 https://github.com/bitshares/bitshares-core/releases/tag/test-4.0.8

协议升级时间 北京时间 2020年6月5号21:00:00

功能清单 https://github.com/bitshares/bitshares-core/issues/2026

开发进度跟踪 https://github.com/bitshares/bitshares-core/milestone/17?closed=1

测试网网页钱包地址 https://test.xbts.io/



4.0 版本发布相关计划:

* 测试网版本发布: 2020年5月29号
* 测试网协议升级: 2020年6月5号
* 主网版本发布: 2020年6月30号
* 主网协议升级: 2020年7月30号

---

相关链接 https://hive.blog/bitshares/@abit/bitshares-testnet-release-test-4-0-6

170
General Discussion / Testnet Release `test-4.0.6`
« on: June 05, 2020, 12:14:32 am »


A major update for the public Testnet of [the BitShares blockchain](https://bitshares.org) has been tagged in last week (on May 29, 2020), with the version [test-4.0.6](https://github.com/bitshares/bitshares-core/releases/tag/test-4.0.6), and has been deployed by the community. The scheduled protocol upgrade time is `Friday, June 5, 2020 13:00:00 UTC`. The detailed list of new features and updates can be found in the [draft release notes](https://github.com/bitshares/bitshares-core/issues/2026) on the [BitShares-Core Github repository](https://github.com/bitshares/bitshares-core).

The public Testnet of the BitShares blockchain can be accessed at https://test.xbts.io/ by choosing a TESTNET (API) node in the hamburger menu.


After finished testing, the final `4.0` release for the Mainnet of [the BitShares blockchain](https://bitshares.org) will be created. According to the [info in the 4.0 milestone](https://github.com/bitshares/bitshares-core/milestone/17),  the target schedule is:

* Testnet release date: 29 MAY 2020
* Testnet protocol activation: 5 JUN 2020
* Mainnet release date: 30 JUN 2020
* Mainnet protocol activation: 30 JUL 2020

---

Originally posted at https://hive.blog/bitshares/@abit/bitshares-testnet-release-test-4-0-6



171
资产主需要频繁用这个操作来更新资产信息,包括 描述,CER ,市场白名单等参数。

之前费用太高,资产主倾向于该更新时不更新,导致资产信息过时或者不准确。

设置一个相对较低的费率有利于将资产信息保持最新。

相关讨论:

https://bitsharestalk.org/index.php?topic=32410
https://github.com/bitshares/committee-tools/pull/17

链上提案:
https://cryptofresh.com/p/1.10.59182

172
Asset owners rely on the `asset_update_operation` to keep the core exchange rate (CER) parameter and other parameters up-to-date.

The current fee is 96.52188 BTS which targets 2 USD, IMO it's too high and discourages asset owners from properly managing their assets.

I propose that we reduce it to 0.1 USD which would be 4.82609 BTS.

Pull request on Github: https://github.com/bitshares/committee-tools/pull/17

Please discuss.

173
General Discussion / Prediction Market: June 2020 BTS 0.30 CNY
« on: May 28, 2020, 02:35:58 pm »
Asset:
ABITS.JUN20BTS30
https://wallet.bitshares.org/#/asset/ABITS.JUN20BTS30/
https://bts.ai/asset/ABITS.JUN20BTS30

Main market:
ABITS.JUN20BTS30 / BTS
https://wallet.bitshares.org/#/market/ABITS.JUN20BTS30_BTS
https://bts.ai/market/ABITS.JUN20BTS30_BTS

Conditions:

* If median feed price of BTS reached 0.30 CNY per BTS or above at any time before the end of June 2020 (Beijing Time), the market will be globally settled at 1 as soon as possible, which means the borrowers lost;

* Otherwise, the market will be settled at 0 on 1st July, 2020, which means the borrowers won.

(Market fee 0.1%, referral reward percent 25%.)


To participate:

* borrow the asset and sell if to bet "BTS price won't reach 0.3 CNY or above before July"
* buy the asset if to bet  "BTS price will reach 0.3 CNY or above before July"

174
【预测市场】【有奖竞猜】6月内BTS能否拉过3毛一次

玩法:

网页钱包或者手机钱包搜索资产 ABITS.JUN20BTS30 ,选取 BTS 交易对

如果猜“能拉过3毛”,就直接用BTS买入 ABITS.JUN20BTS30 。
比如,如果按价格 0.1 买入成交,如果猜中,每个 ABITS.JUN20BTS30 可以换 1 BTS ,也就是 9 倍收益。

如果猜“不能拉过3毛”,就用 BTS  按 1:1 抵押借出 ABITS.JUN20BTS30 ,然后卖。
比如,如果按价格 0.5 卖出成交,等于抵押了 0.5 BTS ,最终如果猜中,抵押释放 1 BTS ,也就是抵押 0.5 BTS 赚 0.5 BTS,相当于 翻倍收益。

买到的 ABITS.JUN20BTS30 也可以反手卖,赚差价。

也可以在浏览器看市场挂单和成交 https://bts.ai/market/ABITS.JUN20BTS30_BTS

目前最新成交价0.1左右,相当于赔率 1:9 (猜“过”猜中了的话有9倍收益)

结算:
* 如果北京时间2020年7月1日零点前,内盘CNY喂价达到0.3元人民币每BTS或以上,此资产立即清算,清算价1BTS(抵押者负),抵押者无需操作,资产持有者强清获得全额1:1的抵押;
* 否则,此资产在7月1日清算,清算价0(抵押者胜),双方无需操作,抵押的BTS自动退回抵押者账户。

谁都可以参与,金额不限。

资产交易费千分之一。
终身会员交易费7.5折;引荐他人来交易的,引荐奖励为交易费的 25% 。

--------- 分割线 ----------

用甘少的“发任务-接任务”模式说,
发任务=(抵押BTS借出资产,任务大小等于抵押数量,希望接任务者付多少比例押金,就挂多少价卖出资产,比如发“压30接100”的任务,就挂0.3卖),
接任务=(用BTS买入资产,出价等于愿意付出的押金比例)。

175
愿意牺牲自己个人利益,为社区整体谋利益的,更值得尊重,值得获得更多话语权。
另一方面,投票者必须对自己的票负责。

如果为了话语权,持币者竞相销毁自己持有的BTS,则更有利于通缩预期,有利于币价上涨。

注:
1. 销毁者必须保留等量BTS才有投票权。也就是说,币价上涨仍然对销毁者自身有利,而不是完全无关。
2. 保留的BTS最好锁仓一段时间(比如一年)。
3. 销毁带来的额外投票权,存在有效期(比如一年),过期失效。这样可以刺激持续销毁,而不是一波流。


参数设想如下:

锁仓半年,获得2倍投票权
锁仓一年,获得4倍投票权
锁仓两年,获得8倍投票权
销毁X个币,剩余的币(最大值X)获得4倍投票权,有效期一年,和锁仓获得的投票权叠加生效。


这个机制,我称之为 DPoBS (Delegated (Proof of Burn + Proof of Stake) )

176
由于筹划规则调整事宜,大赛将于本周日(2020年5月10号)后暂停发奖。也就是说,周日的挂单会在周一发奖,之后的挂单不再发奖。
新规则以及何时重启大赛将另行通知。

英文通知帖: https://bitsharestalk.org/index.php?topic=32353.0

177
In order to adjust rules, the MM contest will be paused after this Sunday (2020-05-10). Rewards distribution for 2020-05-10 will still be proposed, but no more rewards after.
The details about the new rules and the date to resume the contest will be announced in another post.

178
中文 (Chinese) / 交易所投票问题,及投票规则改进方案
« on: March 03, 2020, 08:01:22 am »
昨天,在 Steem 链上发生一件事,在币圈闹得沸沸扬扬:

币安、火币用属于用户的币锁仓投票,投上去了 20 个新的见证人,取代了社区选出的见证人,接管了 Steem 链的出块。
参见 Vitalik 的推特: https://twitter.com/VitalikButerin/status/1234537996868653056

背景:
0. 2016年, Steemit 公司低调启动 Steem 链,初始代币分配为 PoW 挖矿模式。虽然没有“预挖”, 但 Steemit 公司在宣布挖矿开始后,在信息不对称的情况下,投入大量设备参与了初期挖矿,控制了 80% 以上的 STEEM 代币。同时, Steem 初期的通胀机制,可保证初期挖矿者份额基本不被稀释。 初始分配完成后, Steem 链转为 DPoS 投票治理模式。Steemit 公司宣称,这 80% 以上的代币,绝大部分会(出售)用于支持开发和生态建设,不参与社区治理投票(有宣发资料和视频为据)。到 2020 年初, Steemit 公开账户里的剩余 STEEM 代币占总供应量的 20% 左右。

1. 2020年,波场基金(孙宇辰所属)收购了 Steemit 公司,详细交易条款未公开,但可以确定的是,波场获得了该 20% 左右代币的控制权。

2. 孙宇辰在公开媒体(推特)宣称 Steem 是“私有链”,将启动换币计划,将 STEEM 代币转移到波场链上(后来该条推文被主动删除)。波场控制的 Poloniex 交易所第一时间宣布支持换币,截至本文撰写时,该换币公告仍在。

3. 插曲:就在上述事件后,在波场链上,波场基金使用自己控制的代币参与投票,推动了波场链的一次升级(注:据传,波场基金曾经承诺不参与投票,但我没有查证)。

4. 鉴于波场链投票事件, Steem 社区担心波场违反 Steemit 公司当初的承诺、参与社区投票治理,发起了一个软分叉,暂时限制了 Steemit 公司的代币转账和投票操作,寻求与 Steemit 公司对话以解决争议。绝大多数见证人支持了该软分叉。该软分叉没有限制交易所操作,交易所也不需升级。如果这些见证人一直负责出块,在软分叉生效期间, Steemit 公司的代币处于冻结状态。

5. 几天后,币安、火币用属于用户的币锁仓投票,在很短的时间内投上去了 20 个新的见证人,取代了社区选出的见证人,接管了 Steem 链的出块。新的见证人没有执行软分叉。随即, Steemit 公司控制的代币参与了投票,未锁定的代币转入了币安、火币交易所。


后续:
6. 几小时后,币安宣布参与投票是“错误”,取消了投票。火币没有新动作。截至本文撰写时, Steem 链的出块仍由20个新的见证人控制。
7. 孙宇辰发推文称之前社区主导的软分叉为“黑客行为”。

事件仍在发酵中。

---------------- 分割线 ------------------

个人认为,交易所投票是社区自治的巨大威胁。即使像 Steem 链这样,有锁仓投票机制,交易所仍然会冒着不能给客户提币的风险,锁仓投票,影响社区自治。

另一方面,短期持币者的利益诉求,与长期持币者,时有冲突。个人认为决策权应该向长期持币者倾斜。

诚然,出现意外事件时,社区可以选择硬分叉。但这种硬分叉成本相当高,费时费力。

为了避免不必要的硬分叉,我理想中的社区自治模型,应该包含几个方面:
1 长期锁仓者有更高的投票权
2 投票权延期生效,而不是一开始投票就有完全权重
3 曾经参与投票、但长时间不再参与的,投票权降低

在以上几点的基础上,为应对交易所投票,可能可以采取的更严厉措施有
4 理事会有权剥夺特定账户投票权(需要理事会内高票同意才能通过)

为防止理事会滥用权力
5 选举理事会时,一票只能一投

万一出现理事会滥用权力的情况,社区最后的应对手段仍然是硬分叉,届时需要继续改进完善机制。

179
General Discussion / [Committee] Fee schedule overhaul
« on: February 19, 2020, 04:16:21 pm »
IMHO, an important direction for the BitShares chain in year 2020 is to try to gain more income, while trying to make use of existing features and keep a reasonable size of user base.

There are two things to do in parallel.
1. the committee adjusts the fee schedule,
2. the core developer team develops tools that can be used by the committee to fine tune the fee schedule.

This thread is mainly for the committee part.

Recently a big part of volume in the DEX comes from the trading activities in the BTS/CNY market related to force settlements. Regardless of whether the activities are abnormal, IMHO the chain should earn from the activities.

There are two committee proposals currently in voting:
* 1.10.57202 - to increase the force-settlement fee from 2.4 BTS to 1000 BTS (400x)
* 1.10.57236 - to increase the force-settlement fee from 2.4 BTS to 9.6 BTS (4x), and increase the call update fee from 0.048 BTS to 0.48 BTS (10x) and adjust the collateral bid fee from 0.048 BTS to 0.48 BTS to be consistent with the call update fee.

This is the first step towards a fee schedule overhaul.

Please discuss and vote.

I'm currently voting for the second proposal since I think it's effective but not too aggressive.

180
中文 (Chinese) / 法务及发言人工作提案(worker)竞争
« on: February 08, 2020, 01:45:36 pm »
法务工作涉及到交易所上架相关的事项。如果没有法务资金预算,可能导致 BTS 被若干交易所下架。

目前有三方竞争这个工作:

1. BBF https://bitsharestalk.org/index.php?topic=25143.msg340026#msg340026

2. Rudex 的创始人 Xanoxt https://bitsharestalk.org/index.php?topic=32061.0

3. Move基金会 https://bitsharestalk.org/index.php?topic=32086.0

请关注。

Pages: 1 ... 5 6 7 8 9 10 11 [12] 13 14 15 16 17 18 19 ... 26