BitShares Forum

Main => General Discussion => Topic started by: abit on November 14, 2019, 01:12:55 pm

Title: Market making contest (main thread)
Post by: abit on November 14, 2019, 01:12:55 pm
LATEST UPDATE (2020-05-08): https://bitsharestalk.org/index.php?topic=32353.0
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.
---------------
Please check the end of this post (OP) for earlier updates.

## Brief
The DEX needs liquidity.
Market makers who leave orders on the market provide liquidity.
The contest is to incentivize market makers, consequentially attract traders and bring volume to the DEX.

## Rewards
Up to 60,000 BTS every day. Funding by the committee.

## Start Date
2019-10-25 0:00:00 UTC
End date not yet decided.

## Markets (base asset / quote asset)

### Starting from 2020-01-12
BTS / [gateways].BTC
BTS / [gateways].USDT
BTS / [gateways].ETH
BTS / [gateways].EOS
(daily reward 7,500 BTS each market group since 2020-01-27, 10,000 BTS till 2020-01-26)

[gateways].BTC / bitAssets
[gateways].ETH / bitAssets
[gateways].EOS / bitAssets
[gateways].USDT / bitAssets
(daily reward 7,500 BTS each market group since 2020-01-27, 5,000 BTS till 2020-01-26)

### 2019-12-17 ~ 2020-01-11
BTS / [gateways].BTC
BTS / [gateways].USDT
BTS / [gateways].ETH
BTS / [gateways].EOS
(daily reward 15,000 BTS each market group)

### 2019-10-25 ~ 2019-12-16
BTS / [gateways].BTC
BTS / [gateways].USDT
(daily reward 30,000 BTS each market group)

## BitAssets
The chosen bitAssets are:
* bitCNY
* bitUSD
* bitEUR
* bitRUBLE

## Gateways
Gateways who have interest in participating in the contest please reply to this thread.
Every gateway needs to prove that its gateway assets are fully backed by real assets.

(The lists below will be updated from time to time as the contest progresses)

### qualified gateway asset(s) and corresponding audit page(s):
RUDEX.BTC https://audit.rudex.org/
GDEX.BTC https://www.gdex.io/noticeAssets
XBTSX.BTC https://xbts.io/audit (Added on 2019-12-06)

GDEX.USDT https://www.gdex.io/noticeAssets
RUDEX.USDT https://audit.rudex.org/ (Added on 2019-12-06)
XBTSX.USDT https://xbts.io/audit (Added on 2019-12-15)

RUDEX.ETH https://audit.rudex.org/ (Added on 2019-12-17)
GDEX.ETH https://www.gdex.io/noticeAssets (Added on 2019-12-17)
XBTSX.ETH https://xbts.io/audit (Added on 2019-12-17)

RUDEX.EOS https://audit.rudex.org/ (Added on 2019-12-17)
GDEX.EOS https://www.gdex.io/noticeAssets (Added on 2020-01-04)

### gateway assets that are replied in this thread but not yet qualified:
(none)

### gateway assets that were in the contest but got removed later:
SPARKDEX.BTC https://audit.bitspark.io/ (Added on 2019-10-25) (Removed on 2020-02-04)
SPARKDEX.ETH https://audit.bitspark.io/ (Added on 2019-12-17) (Removed on 2020-02-04)

## Rules

### Brief
Market makers place orders onto the order book.
The bigger the orders and
the closer the orders to the opposite side of the order book and
the longer the orders lasting on the order book,
the more rewards the owner of the orders will earn.

### Details

After each block is produced, a snapshot of the order book will be captured. Every order on the markets will be scored.

The orders whose size is smaller than "minimum valid order size" will be ignored when calculating.

Get the lowest ask price (LAP) and highest bid price (HBP) of the remaining order book.
For bids (orders buying base asset), order_distance = (LAP - order_price) / LAP
For asks (orders selling base asset), order_distance = (order_price - HBP) / order_price

Group 1: orders whose order_distance is within [0%, 1%] will share up to 53% of total reward;
Group 2: orders whose order_distance is within (1%, 2%] will share up to 25% of total reward;
Group 3: orders whose order_distance is within (2%, 3%] will share up to 12% of total reward;
Group 4: orders whose order_distance is within (3%, 5%] will share up to 6% of total reward;
Group 5: orders whose order_distance is within (5%, 7%] will share up to 3% of total reward;
Group 6: orders whose order_distance is within (7%, 10%] will share up to 1% of total reward.

For each order group, group_score = group_reward_percent * min(1, total_order_size / group_target_depth).

For each order within an order group,
order_weight = order_size * ( 1 + (group_upper_bound - order_distance) / (group_upper_bound - group_lower_bound) )
order_score = group_score * order_weight / sum(order_weight)

For each day,
for each market group,
daily_bids_reward = max_reward_this_market * bids_reward_percent * sum(bids_group_score) / total_blocks_produced_in_that_day
daily_asks_reward = max_reward_this_market * asks_reward_percent * sum(asks_group_score) / total_blocks_produced_in_that_day

For traders,
account_bids_reward = daily_bids_reward * sum(bids_order_score) / sum(bids_group_score)
account_asks_reward = daily_asks_reward * sum(asks_order_score) / sum(asks_group_score)
account_daily_reward = account_bids_reward + account_asks_reward

### Parameters

* BTS markets
BTS / [gateways].BTC
BTS / [gateways].USDT
BTS / [gateways].ETH (starting from 2019-12-17)
BTS / [gateways].EOS (starting from 2019-12-17)

  - daily reward
    Initially up to 30,000 BTS for each market group.
    Starting from 2019-12-17, up to 15,000 BTS for each market group.
    Starting from 2020-01-12, up to 10,000 BTS for each market group.
    Starting from 2020-01-27, up to 7,500 BTS for each market group.

  - buyer:seller reward ratio
    Initially, for each market group, 98% of total reward will go to BTS buyers and the rest will go to BTS sellers.
    Starting from 2019-11-17, buyer:seller reward ratio adjusted from 98:2 to 90:10.
    Starting from 2019-11-30, buyer:seller reward ratio adjusted from 90:10 to 70:30.

  - target depth of each order group 1,000,000 BTS,
  - minimum valid order size 100 BTS.

* [gateways].BTC / bitAssets (starting from 2020-01-12)
  - daily reward
    initially 5,000 BTS,
    starting from 2020-01-27, adjusted to 7,500 BTS
  - buyer:seller reward ratio 50:50,
  - target depth of each order group
    initially 4 BTC,
    starting from 2020-01-27, adjusted to 2 BTC
  - minimum valid order size 0.001 BTC

* [gateways].ETH / bitAssets (starting from 2020-01-12)
  - daily reward
    initially 5,000 BTS,
    starting from 2020-01-27, adjusted to 7,500 BTS
  - buyer:seller reward ratio 50:50,
  - target depth of each order group
    initially 200 ETH,
    starting from 2020-01-27, adjusted to 100 ETH
  - minimum valid order size 0.05 ETH

* [gateways].EOS / bitAssets (starting from 2020-01-12)
  - daily reward
    initially 5,000 BTS,
    starting from 2020-01-27, adjusted to 7,500 BTS
  - buyer:seller reward ratio 50:50,
  - target depth of each order group
    initially 10,000 EOS,
    starting from 2020-01-27, adjusted to 5,000 EOS
  - minimum valid order size 2 EOS

* [gateways].USDT / bitAssets (starting from 2020-01-12)
  - daily reward
    initially 5,000 BTS,
    starting from 2020-01-27, adjusted to 7,500 BTS
  - buyer:seller reward ratio 50:50,
  - target depth of each order group
    initially 50,000 USDT,
    starting from 2020-01-27, adjusted to 25,000 USDT
  - minimum valid order size 10 USDT

## Reward Data

Will be posted in this thread.

Can also check blockchain explorers or web wallets:
https://bts.ai/details/account/committee-trade
https://cryptofresh.com/u/committee-trade
https://wallet.bitshares.org/#/account/committee-trade

### How to verify the reward data

1. run a patched (https://github.com/abitmore/bitshares-core/tree/ugly-3.0 ) delayed node (https://github.com/bitshares/bitshares-core/wiki/Delayed-Node) to generate snapshots (update "config.ini" as follows)
Code: [Select]
# Ugly snapshot start block number
ugly-snapshot-start-block = 42000000

# Ugly snapshot markets
# Since 2020-01-11
ugly-snapshot-markets = [ ["1.3.0","1.3.2241"], ["1.3.0","1.3.3926"], ["1.3.0","1.3.4157"], ["1.3.0","1.3.4198"], ["1.3.0","1.3.5286"], ["1.3.0","1.3.5542"], ["1.3.0","1.3.5589"], ["1.3.0","1.3.2598"], ["1.3.0","1.3.3715"], ["1.3.0","1.3.4199"], ["1.3.0","1.3.4760"], ["1.3.0","1.3.2635"], ["1.3.0","1.3.4106"],                       ["1.3.113","1.3.2241"], ["1.3.113","1.3.3926"], ["1.3.113","1.3.4157"], ["1.3.113","1.3.4198"], ["1.3.113","1.3.5286"], ["1.3.113","1.3.5542"], ["1.3.113","1.3.5589"], ["1.3.113","1.3.2598"], ["1.3.113","1.3.3715"], ["1.3.113","1.3.4199"], ["1.3.113","1.3.4760"], ["1.3.113","1.3.2635"], ["1.3.113","1.3.4106"],                       ["1.3.121","1.3.2241"], ["1.3.121","1.3.3926"], ["1.3.121","1.3.4157"], ["1.3.121","1.3.4198"], ["1.3.121","1.3.5286"], ["1.3.121","1.3.5542"], ["1.3.121","1.3.5589"], ["1.3.121","1.3.2598"], ["1.3.121","1.3.3715"], ["1.3.121","1.3.4199"], ["1.3.121","1.3.4760"], ["1.3.121","1.3.2635"], ["1.3.121","1.3.4106"],                       ["1.3.120","1.3.2241"], ["1.3.120","1.3.3926"], ["1.3.120","1.3.4157"], ["1.3.120","1.3.4198"], ["1.3.120","1.3.5286"], ["1.3.120","1.3.5542"], ["1.3.120","1.3.5589"], ["1.3.120","1.3.2598"], ["1.3.120","1.3.3715"], ["1.3.120","1.3.4199"], ["1.3.120","1.3.4760"], ["1.3.120","1.3.2635"], ["1.3.120","1.3.4106"],                       ["1.3.1325","1.3.2241"], ["1.3.1325","1.3.3926"], ["1.3.1325","1.3.4157"], ["1.3.1325","1.3.4198"], ["1.3.1325","1.3.5286"], ["1.3.1325","1.3.5542"], ["1.3.1325","1.3.5589"], ["1.3.1325","1.3.2598"], ["1.3.1325","1.3.3715"], ["1.3.1325","1.3.4199"], ["1.3.1325","1.3.4760"], ["1.3.1325","1.3.2635"], ["1.3.1325","1.3.4106"] ]

# 2019-12-14 ~ 2020-01-10
#ugly-snapshot-markets = [ ["1.3.0","1.3.861"], ["1.3.0","1.3.2241"], ["1.3.0","1.3.3926"], ["1.3.0","1.3.4157"], ["1.3.0","1.3.4198"], ["1.3.0","1.3.1042"], ["1.3.0","1.3.5286"], ["1.3.0","1.3.5542"], ["1.3.0","1.3.5589"], ["1.3.0","1.3.850"], ["1.3.0","1.3.2598"], ["1.3.0","1.3.3715"], ["1.3.0","1.3.4199"], ["1.3.0","1.3.4760"], ["1.3.0","1.3.1999"], ["1.3.0","1.3.2635"], ["1.3.0","1.3.4106"] ]

# 2019-12-04 ~ 2019-12-13
#ugly-snapshot-markets = [ ["1.3.0","1.3.861"], ["1.3.0","1.3.2241"], ["1.3.0","1.3.3926"], ["1.3.0","1.3.4157"], ["1.3.0","1.3.4198"], ["1.3.0","1.3.1042"], ["1.3.0","1.3.5286"], ["1.3.0","1.3.5542"] ]

# 2019-10-25 ~ 2019-12-03
#ugly-snapshot-markets = [ ["1.3.0","1.3.861"], ["1.3.0","1.3.1570"], ["1.3.0","1.3.2241"], ["1.3.0","1.3.3926"], ["1.3.0","1.3.4157"], ["1.3.0","1.3.4198"], ["1.3.0","1.3.1042"], ["1.3.0","1.3.5144"], ["1.3.0","1.3.5286"] ]

#  "id": "1.3.2241", "symbol": "GDEX.BTC", "precision": 8,
#  "id": "1.3.3926", "symbol": "RUDEX.BTC", "precision": 8,
#  "id": "1.3.4157", "symbol": "XBTSX.BTC", "precision": 8,
#  "id": "1.3.4198", "symbol": "SPARKDEX.BTC", "precision": 7,
#
#  "id": "1.3.5286", "symbol": "GDEX.USDT", "precision": 7,
#  "id": "1.3.5542", "symbol": "RUDEX.USDT", "precision": 6,
#  "id": "1.3.5589", "symbol": "XBTSX.USDT", "precision": 6,
#
#  "id": "1.3.2598", "symbol": "GDEX.ETH", "precision": 6,
#  "id": "1.3.3715", "symbol": "RUDEX.ETH", "precision": 7,
#  "id": "1.3.4199", "symbol": "SPARKDEX.ETH", "precision": 6,
#  "id": "1.3.4760", "symbol": "XBTSX.ETH", "precision": 7,
#
#  "id": "1.3.2635", "symbol": "GDEX.EOS", "precision": 6,
#  "id": "1.3.4106", "symbol": "RUDEX.EOS", "precision": 4,

#  "id": "1.3.113", "symbol": "CNY", "precision": 4,
#  "id": "1.3.121", "symbol": "USD", "precision": 4,
#  "id": "1.3.120", "symbol": "EUR", "precision": 4,
#  "id": "1.3.1325", "symbol": "RUBLE", "precision": 5,

p2p-endpoint = 127.0.0.1:0
seed-nodes = []
trusted-node = 127.0.0.1:8090

#...
plugins = delayed_node

2. Run the Ruby script (https://github.com/abitmore/bts-mmcontest-scripts) to calculate rewards from the snapshot files

## Links
BitShares News: https://news.bitshares.org/bitshares-trading-contest/
Steemit: https://steemit.com/bitshares/@abit/bitshares-dex-mm-trading-contest-start-on-25th-oct-bitshares-dex-10-25
Twitter: https://twitter.com/BitSharesOrg/status/1187654212630351872
Telegram: https://t.me/BTSMarketMakers
Wechat: please add GDEXxiaozhushou and send message "BTS" to join the group
Chinese post: https://bitsharestalk.org/index.php?topic=29665.0
Chinese post: https://dpos.club/t/topic/14

## Misc
The committee has the right to update the rules as the contest progresses. Updates will be announced in advance.

## Updates

LATEST UPDATE (2020-05-08): https://bitsharestalk.org/index.php?topic=32353.0
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.
---------------
UPDATE (2020-02-03): https://bitsharestalk.org/index.php?topic=32059.0
Starting from Tuesday 4th February, SPARKDEX.BTC and SPARKDEX.ETH will be removed from the contest due to [the announced closing of Bitspark] (https://www.bitspark.io/blog-posts/dear-bitspark-community).
---------------
UPDATE (2020-01-25): https://bitsharestalk.org/index.php?topic=32041.0
Starting from Monday 27th January,
* daily reward of all market groups in the contest will be changed to 7,500 BTS each,
* target depths of bitasset markets will be halved.
---------------
UPDATE (2020-01-10): https://bitsharestalk.org/index.php?topic=32007.0
Starting from Sunday 12th January, some bitAsset market pairs will be added to the contest.
Starting from the same date, reward for BTS markets will be reduced to up to 10,000 BTS each market each day.
---------------
UPDATE (2020-01-03): https://bitsharestalk.org/index.php?topic=31979.0
Starting from Saturday 4th January, GDEX.EOS will be added to the contest.
---------------
UPDATE (2019-12-15): https://bitsharestalk.org/index.php?topic=31863.0
Starting from Tuesday 17th December, BTS/ETH and BTS/EOS markets will be added to the contest.
Starting from the same date, reward for BTS/BTC and BTS/USDT will be reduced to up to 15,000 BTS each market each day.
---------------
UPDATE (2019-12-13): https://bitsharestalk.org/index.php?topic=31884.0
Starting from Sunday 15th December, XBTSX.USDT will be added to the contest.
---------------
UPDATE (2019-12-05): https://bitsharestalk.org/index.php?topic=31821.0
Starting from Friday 6th December, RUDEX.USDT and XBTSX.BTC will be added to the contest.
---------------
UPDATE (2019-11-27): https://bitsharestalk.org/index.php?topic=31768.0
Starting from Saturday 30th November, the buyer:seller reward ratio will be changed from 90:10 to 70:30.
---------------
UPDATE (2019-11-15): https://bitsharestalk.org/index.php?topic=31615.0
Starting from Sunday 17th November, buyer:seller reward ratio will be adjusted from 98:2 to 90:10.
---------------
(2019-11-14) The original post was accidentally deleted. This is a re-post after slightly modified.
Title: Re: Repost: Market making contest, stage one
Post by: abit on November 14, 2019, 07:17:21 pm
Revived from google cache.

Page one.

Offline abit
Committee member
Hero Member
*

Posts: 3889
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Planning a market making contest
« Reply #1 on: October 13, 2019, 09:44:20 pm »
Chinese version:
https://bitsharestalk.org/index.php?topic=29665.0
« Last Edit: October 13, 2019, 10:23:22 pm by abit »
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Offline pc
Hero Member
*****
Posts: 1522
View Profile Bitcoin - Perspektive oder Risiko?
BitShares: cyrano

Re: Planning a market making contest
« Reply #2 on: October 13, 2019, 10:21:21 pm »
IIRC the "liquidity reward" that existed in the early days of STEEM was scrapped because the system was essentially gamed by a certain user, without providing any real benefit. How do you intend to prevent this here?

Quote
Up to 60,000 BTS every day. Funding by the committee.

Also, since when does the committee decide on funds with such volume without asking for shareholder approval first?

There are currently several important workers not voted in who are asking for less than 60k/day *in total*:

#11    201903-bitshares.org-exotic-infrastructure 4,360 BTS
#12    201904-hackthedex 1,707 BTS
#13    201907-steemfest 3,756 BTS
#15    201902-bitshares-ui 45,157 BTS
#16    201902-infrastructure 5,880 BTS
 Logged
Bitcoin - Perspektive oder Risiko? ISBN 978-3-8442-6568-2 http://bitcoin.quisquis.de
Offline abit
Committee member
Hero Member
*

Posts: 3889
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Planning a market making contest
« Reply #3 on: October 13, 2019, 10:28:39 pm »
Quote from: pc on October 13, 2019, 10:21:21 pm
IIRC the "liquidity reward" that existed in the early days of STEEM was scrapped because the system was essentially gamed by a certain user, without providing any real benefit. How do you intend to prevent this here?
I was the main person who tried and gamed the STEEM liquidity reward. I know where the problems were, so in this proposal I try to avoid the problems.

To be fair, the STEEM liquidity reward did provide benefit, the liquidity was amazing during that period. But the costs were too high IMHO.

Quote
Quote
Up to 60,000 BTS every day. Funding by the committee.

Also, since when does the committee decide on funds with such volume without asking for shareholder approval first?

There are currently several important workers not voted in who are asking for less than 60k/day *in total*:

#11    201903-bitshares.org-exotic-infrastructure 4,360 BTS
#12    201904-hackthedex 1,707 BTS
#13    201907-steemfest 3,756 BTS
#15    201902-bitshares-ui 45,157 BTS
#16    201902-infrastructure 5,880 BTS
This proposal is created by me personally (but not the committee), for discussion. It still needs approvals from the community.
« Last Edit: October 13, 2019, 10:31:30 pm by abit »
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Offline bench
Sr. Member
****

Posts: 270
View Profile bitshares-vision
GitHub: froooze

Re: Planning a market making contest
« Reply #4 on: October 13, 2019, 10:31:45 pm »
Quote from: abit

## Rewards
Up to 60,000 BTS every day. Funding by the committee.
Why do we need any committee funds here? Which committee member supports this?

Committee funds should be used to increase reserve pool or worker funding and not for fun.
 Logged
Be part of the change and vote for the bitshares-vision proxy!
Offline abit
Committee member
Hero Member
*

Posts: 3889
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Planning a market making contest
« Reply #5 on: October 13, 2019, 10:33:42 pm »
Quote from: bench on October 13, 2019, 10:31:45 pm
Quote from: abit

## Rewards
Up to 60,000 BTS every day. Funding by the committee.
Why do we need any committee funds here? Which committee member supports this?

Committee funds should be used to increase reserve pool or worker funding and not for fun.
You prefer funding it via worker?
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Offline bench
Sr. Member
****

Posts: 270
View Profile bitshares-vision
GitHub: froooze

Re: Planning a market making contest
« Reply #6 on: October 13, 2019, 11:42:21 pm »
Quote from: abit on October 13, 2019, 10:33:42 pm
You prefer funding it via worker?
The funding looks very high and price pool should not be the main motivation to take part in the contest.
 Logged
Be part of the change and vote for the bitshares-vision proxy!
Offline sschiessl
Hero Member
*****

Posts: 582
View Profile
BitShares: sschiessl

Re: Planning a market making contest
« Reply #7 on: October 14, 2019, 06:34:11 am »
Quote from: abit on October 13, 2019, 09:43:22 pm
## Gateways
Gateways who have interest in participating in the contest please reply to this thread.
Every gateway needs to prove that its gateway assets are fully backed by real assets, like https://audit.bitspark.io/

Agreed, gateways should voice their support and willingness to be used as one of the turning points for this contest. Since it's basically free advertisement, they might consider reducing or reimbursing market fees?

What do you think with having a flexible bounty per day, that the committee adjusts? I could imagine that would lead to a better distribution, starting low and increasing it, more people will take notice after it has started and might jump in.
 Logged
Online clockwork
Committee member
Sr. Member
*
Posts: 370
View Profile
BitShares: clockwork

Re: Planning a market making contest
« Reply #8 on: October 14, 2019, 07:01:41 am »
As I'm not really a trader, I can't really comment on the specifics of the contest and whether it can be gamed or not. Nor whether it can have the desired effect.

 I hope others, more knowledgeable will add their input (@Alt? @thule)

I do however want to say that we've been debating what to do with committee funds for ages. Burning it back to reserve is the obvious one but I've always believed they can be put to better use.

Using them to fund workers is out of the question as there will be too many conflicts of interests and sets a bad precedent imho.

I'd rather see it go to off-chain activities (press releases, marketing, pre-sales activities etc.) but if people believe this will have a positive effect on DEX usage and liquidity then it's fine to me.

Furthermore, I've always maintained the position that the committee should be more proactive and should NOT have to request stakeholder approval for fund usage.

Essentially stakeholders have already given a vote of confidence to the committee members by voting them in (and can always unvote them immediately if they see them really overstepping that mandate prior to proposal expiry). So no, IMHO committee should NOT need to ask further approval before taking action. And I say this regardless of current voting weight situation (which everyone knows I'm not thrilled with)

 Logged
Offline abit
Committee member
Hero Member
*

Posts: 3889
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Planning a market making contest
« Reply #9 on: October 14, 2019, 07:19:05 am »
Quote from: clockwork on October 14, 2019, 07:01:41 am
As I'm not really a trader, I can't really comment on the specifics of the contest and whether it can be gamed or not. Nor whether it can have the desired effect.


Whether it can have the desired effect is what I care the most right now.

Quote from: sschiessl on October 14, 2019, 06:34:11 am
What do you think with having a flexible bounty per day, that the committee adjusts? I could imagine that would lead to a better distribution, starting low and increasing it, more people will take notice after it has started and might jump in.

The flexible bounty is already in the rules. The committee would be able to adjust rules as the contest progressing.

Quote from: bench on October 13, 2019, 11:42:21 pm
The funding looks very high and price pool should not be the main motivation to take part in the contest.

It **looks** very high, yes. It's the part that attracts eye balls.
If you understand the rules you should realize that great efforts would be needed to get the rewards, and, the efforts would improve liquidity a lot, which would justify the reward IMHO.
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Offline George_Bitspark
Full Member
***
Posts: 67
Co-Founder and CEO of Bitspark
View Profile Bitspark

Re: Planning a market making contest
« Reply #10 on: October 14, 2019, 07:32:56 am »
Thanks for taking the initiative on this Abit. How long would this go on for, didnt see it mentioned in the post? The formula here seems fine as it appears to reward just posting of collateral on the DEX for liquidity rather than something like volume which can be easily gamed. Where would the snapshots be hosted so everyone can see openly the calcs? We at Bitspark (dex.bitspark.io) would be happy to join in this initiative with the sparkdex.BTC / BTS market and any other markets the community may see value in. We can perhaps have some promotional low/no fee period for the duration of this too and assist with marketing this through our channels.
 Logged
Bitspark- Cash to Cryptocurrency
Offline xeroc
Board Moderator
Hero Member
*****

Posts: 12897
ChainSquad GmbH
View Profile ChainSquad GmbH
BitShares: xeroc
GitHub: xeroc

Re: Planning a market making contest
« Reply #11 on: October 14, 2019, 07:58:45 am »
Cool idea.
Given that abit made good expertiese with Bytemaster's liquidity proopsal on STEEM (which was canceled later on), i suppose he can figure out a way that this is not exploitable.

Looking forward to see how this works out.

My only concern is that it subsidizes 3rd party gateway with their market fees - but I suppose we should live with that.
 Logged
Give BitShares a try! Use the http://testnet.bitshares.eu provided by http://bitshares.eu powered by ChainSquad GmbH
Offline FractalNode
Full Member
***
Posts: 84
View Profile

Re: Planning a market making contest
« Reply #12 on: October 14, 2019, 08:02:25 am »
I don't think BTC and USDT markets are so important or attractive. In my opinion, EOS and ETH are a much better choice as a way of entering DEX. I propose adding these 2 markets, I am aware that this will lower the prize for participants.
 Logged
Offline George_Bitspark
Full Member
***
Posts: 67
Co-Founder and CEO of Bitspark
View Profile Bitspark

Re: Planning a market making contest
« Reply #13 on: October 14, 2019, 08:13:24 am »
BTC is the largest traded currency across all CEX's and DEX's for BTS and the highest liquidity so this should absolutely be one of the markets. If there is more liquidity on DEX for that it makes arbitrage from CEX/DEX more viable- would be a good time for DEXbot to showcase DEX/CEX arb but thats been coming for months not sure on update on that yet. If there are other currencies too that'd depend on community, right now USDT is not a star performer in liquidity or volume on DEX, ETH seems to do better.
 Logged
Bitspark- Cash to Cryptocurrency
Offline bitcrab
Committee member
Hero Member
*

Posts: 1650
View Profile
BitShares: bitcrab
GitHub: bitcrab

Re: Planning a market making contest
« Reply #14 on: October 14, 2019, 08:23:38 am »
GDEX greatly support this contest.
we will provide the asset proves of GDEX.BTC and GDEX.USDT in recent future.
 Logged
Email:bitcrab@qq.com
PRINT
Pages: [1] 2 3 4 5 6 7 8 9   Go Up
Title: Re: Repost: Market making contest, stage one
Post by: abit on November 14, 2019, 07:19:09 pm
Online Thul3
Sr. Member
****
Posts: 360
View Profile

Re: Planning a market making contest
« Reply #15 on: October 14, 2019, 09:30:51 am »
Quote
So no, IMHO committee should NOT need to ask further approval before taking action

Agree on that,but maybe a one time voting would be needed to clarify if community agrees.

Quote
I don't think BTC and USDT markets are so important or attractive. In my opinion, EOS and ETH are a much better choice as a way of entering DEX. I propose adding these 2 markets, I am aware that this will lower the prize for participants.

BTC and USDT are the 2 main coins being used on CEX'es and are also the main pairs against which BTS trades on CEX'es .
There is also an agenda behind these two coins because a liquid market on DEX with these two coins will open direct arbitrage possabilities with CEX'es for BTS which will make it longterm more difficult to manipulate BTS price on CEX as more liquid these market gets on DEX.
Also having a liquid market on DEX means that our internal positive BTS price (very often higher than on CEX) can also push price on CEX via arbitrage.


Quote
If there is more liquidity on DEX for that it makes arbitrage from CEX/DEX more viable- would be a good time for DEXbot to showcase DEX/CEX arb but thats been coming for months not sure on update on that yet.
Yes that was the main idea.
Dexbot CEX/DEX arbitrage beta comes out end of this month.

I personly would like to buy ad space on bitcointalk for 4 of 10 banner slots to promote 1/4 Dexbot to get new users for it as there is high demand on bitcointalk for tradingbots who would bring hopefully their major assets to DEX, 1/4 to promote the refferal program of bitshares to spread the word about the high reward we are giving on bitshares and 2/4 to promote DEX directly.

Cost would be very low and the reach would be big as each banner slot gets on average arround 3.3 million times displayed on bitcointalk.



The contest rules looks very good to me

« Last Edit: October 14, 2019, 09:41:31 am by Thul3 »
 Logged
Offline abit
Committee member
Hero Member
*

Posts: 3869
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Planning a market making contest
« Reply #16 on: October 14, 2019, 01:11:52 pm »
Someone reminded me that before launching the contest on the mainnet, we can simulate a contest first on the testnet. I will update when have more info.
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Offline bitcrab
Committee member
Hero Member
*

Posts: 1645
View Profile
BitShares: bitcrab
GitHub: bitcrab

Re: Planning a market making contest
« Reply #17 on: October 14, 2019, 03:13:25 pm »
Quote from: abit on October 13, 2019, 10:33:42 pm
Quote from: bench on October 13, 2019, 10:31:45 pm
Quote from: abit

## Rewards
Up to 60,000 BTS every day. Funding by the committee.
Why do we need any committee funds here? Which committee member supports this?

Committee funds should be used to increase reserve pool or worker funding and not for fun.
You prefer funding it via worker?

I prefer that this contest be funded by a worker, rather than the funds in committee-account, I'd like to try my best to lobby big proxies to support the worker.
 Logged
Email:bitcrab@qq.com
Offline BTSMoon
Full Member
***
Posts: 82
View Profile

Re: Planning a market making contest
« Reply #18 on: October 14, 2019, 04:09:42 pm »
Quote from: bitcrab on October 14, 2019, 03:13:25 pm
Quote from: abit on October 13, 2019, 10:33:42 pm
Quote from: bench on October 13, 2019, 10:31:45 pm
Quote from: abit

## Rewards
Up to 60,000 BTS every day. Funding by the committee.
Why do we need any committee funds here? Which committee member supports this?

Committee funds should be used to increase reserve pool or worker funding and not for fun.
You prefer funding it via worker?

I prefer that this contest be funded by a worker, rather than the funds in committee-account, I'd like to try my best to lobby big proxies to support the worker.

申请资金池?对外公布比赛后然后半途没钱了,这就是营销?这就是推广?这是让人看笑话吧
 Logged
Offline Crypto Kong
Full Member
***
Posts: 94
View Profile

Re: Planning a market making contest
« Reply #19 on: October 14, 2019, 07:26:00 pm »
Great initiative abit.

I think if we are going to be paying to help increase gateway trade revenues we should expect them to meet a few requirements and minimum standards. Bitsparks audit page is a good start and I think we should expect the same from any gateway wishing to be involved in this so that we can see the assets we are holding are actually backed by something. Also perhaps a reduction in withdrawel fees that would help to encourage arbitrage traders. I understand that lowering fees for those not actually involved in this doesnt make sense so perhaps users might have to register with gateways to receive the reduction in fees, paid back later perhaps?
 Logged
Offline blockchained
Full Member
***

Posts: 166
View Profile RuDEX
BitShares: blckchnd
GitHub: blckchnd

Re: Planning a market making contest
« Reply #20 on: October 14, 2019, 08:07:05 pm »
Good initiative, count us in!
 Logged
Offline abit
Committee member
Hero Member
*

Posts: 3869
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Planning a market making contest
« Reply #21 on: October 14, 2019, 08:10:02 pm »
Quote from: blockchained on October 14, 2019, 08:07:05 pm
Good initiative, count us in!
Please list your assets, and provide proofs that all your assets are fully backed.
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Offline blockchained
Full Member
***

Posts: 166
View Profile RuDEX
BitShares: blckchnd
GitHub: blckchnd

Re: Planning a market making contest
« Reply #22 on: October 14, 2019, 08:17:49 pm »
Quote from: abit on October 14, 2019, 08:10:02 pm
Quote from: blockchained on October 14, 2019, 08:07:05 pm
Good initiative, count us in!
Please list your assets, and provide proofs that all your assets are fully backed.
we already working on that page
 Logged
Offline tbone
Hero Member
*****
Posts: 636
View Profile
BitShares: tbone2

Re: Planning a market making contest
« Reply #23 on: October 14, 2019, 08:50:58 pm »
Quote from: abit on October 13, 2019, 09:43:22 pm
The DEX needs liquidity.
Market makers who leave orders on the market provide liquidity.
The contest is to incentivize market makers, consequentially attract traders and bring volume to the DEX.

## Rewards
Up to 60,000 BTS every day. Funding by the committee.

## Begin/End Date
To be decided.

## Markets
BTS / [gateways].BTC
BTS / [gateways].USDT
(30,000 BTS each)

## Gateways
Gateways who have interest in participating in the contest please reply to this thread.
Every gateway needs to prove that its gateway assets are fully backed by real assets, like https://audit.bitspark.io/

(The lists below will be updated from time to time as the contest progresses)

### qualified gateway asset(s):
SPARKDEX.BTC

### not yet qualified gateway assets:
GDEX.BTC
GDEX.USDT
blockchained.X

## Rules

### Brief
Market makers place orders onto the order book.
The bigger the orders and
the closer the orders to the opposite side of the order book and
the longer the orders lasting on the order book,
the more rewards the owner of the orders will earn.

### Details

For each market, 80% of total reward will go to BTS buyers and 20% of total reward will go to BTS sellers.

After each block is produced, a snapshot of the order book will be captured. Every order on the markets will be scored.

The orders whose size is smaller than 100 BTS will be ignored when calculating.
Get the lowest ask price (LAP) and highest bid price (HBP) of the remaining order book.
For bids (orders buying BTS), order_distance = (LAP - order_price) / LAP
For asks (orders selling BTS), order_distance = (order_price - HBP) / order_price

Group 1: orders whose order_distance is within [0%, 1%] will share up to 53% of total reward;
Group 2: orders whose order_distance is within (1%, 2%] will share up to 25% of total reward;
Group 3: orders whose order_distance is within (2%, 3%] will share up to 12% of total reward;
Group 4: orders whose order_distance is within (3%, 5%] will share up to 6% of total reward;
Group 5: orders whose order_distance is within (5%, 7%] will share up to 3% of total reward;
Group 6: orders whose order_distance is within (7%, 10%] will share up to 1% of total reward.

For each group, group_score = group_reward_percent * min(1, total_order_size / 1,000,000 BTS).

For each order within a group,
order_weight = order_size * ( 1 + (group_upper_bound - order_distance) / (group_upper_bound - group_lower_bound) )
order_score = group_score * order_weight / sum(order_weight)

For each day,
for each market group, specifically, BTS / [gateways].BTC or BTS / [gateways].USDT,
daily_bids_reward = 24,000 BTS * sum(bids_group_score) / total_blocks_produced_in_that_day
daily_asks_reward = 6,000 BTS * sum(asks_group_score) / total_blocks_produced_in_that_day

For traders,
account_bids_reward = daily_bids_reward * sum(bids_order_score) / sum(bids_group_score)
account_asks_reward = daily_asks_reward * sum(asks_order_score) / sum(asks_group_score)
account_daily_reward = account_bids_reward + account_asks_reward


## Testnet Simulation

A simulation of the contest on the public testnet (https://testnet.bitshares.eu/) will be launched soon. Details will follow.

Looks good. It makes a lot of sense to reward orders on the books (as close as possible to the action) as opposed to simply rewarding trading volume (which doesn't necessarily provide any value, i.e. it can be gamed). Also, I like that you propose to weight the rewards 4:1 toward the bid side instead of 1:1, especially since we are still not in a bull market.

The only criticism I have right now is that the distance factor can possibly be somewhat gamed.

For illustration purposes, let's say the market currently has a wide spread. And now the MM rewards program starts. Then a MM places a sizable sell order just below the best ask, and then also places a very small order on the bid side within 1% of his large order on the ask. Should he get full credit for the large order on the ask within 1% of the best bid? Personally, i think the order should have to be within 1% of equivalent liquidity on the opposite side. Or maybe not equivalent...but perhaps based on the 4:1 ratio. So an order on the ask would be compared (distance-wise) to 4x liquidity on the bid (some of it may be within 1%, some within 2%, etc). Likewise, orders on the bid would be compared distance-wise to 0.25x liquidity on the ask. See what i mean?
« Last Edit: October 14, 2019, 09:00:20 pm by tbone »
 Logged
Online EuropaSH
Full Member
***

Posts: 149
IT innovations
View Profile https://xbts.io
BitShares: euro888

Re: Planning a market making contest
« Reply #24 on: October 14, 2019, 08:54:53 pm »
Quote from: abit on October 13, 2019, 09:43:22 pm
The DEX needs liquidity.
Market makers who leave orders on the market provide liquidity.
The contest is to incentivize market makers, consequentially attract traders and bring volume to the DEX.

## Rewards
Up to 60,000 BTS every day. Funding by the committee.

## Begin/End Date
To be decided.


Thanks for this work Abit. We at XBTS would be happy to join in this contest. We will inform our community about the competition. We will do a promo for coin communities that are added to the XBTS.
We will prepare the required data.
 Logged
XBTS DEX EXCHANGE FOR TRADERS AND GAMERS https://xbts.io
Online Thul3
Sr. Member
****
Posts: 360
View Profile

Re: Planning a market making contest
« Reply #25 on: October 14, 2019, 09:06:57 pm »
Quote from: tbone on October 14, 2019, 08:50:58 pm
Quote from: abit on October 13, 2019, 09:43:22 pm
The DEX needs liquidity.
Market makers who leave orders on the market provide liquidity.
The contest is to incentivize market makers, consequentially attract traders and bring volume to the DEX.

## Rewards
Up to 60,000 BTS every day. Funding by the committee.

## Begin/End Date
To be decided.

## Markets
BTS / [gateways].BTC
BTS / [gateways].USDT
(30,000 BTS each)

## Gateways
Gateways who have interest in participating in the contest please reply to this thread.
Every gateway needs to prove that its gateway assets are fully backed by real assets, like https://audit.bitspark.io/

(The lists below will be updated from time to time as the contest progresses)

### qualified gateway asset(s):
SPARKDEX.BTC

### not yet qualified gateway assets:
GDEX.BTC
GDEX.USDT
blockchained.X

## Rules

### Brief
Market makers place orders onto the order book.
The bigger the orders and
the closer the orders to the opposite side of the order book and
the longer the orders lasting on the order book,
the more rewards the owner of the orders will earn.

### Details

For each market, 80% of total reward will go to BTS buyers and 20% of total reward will go to BTS sellers.

After each block is produced, a snapshot of the order book will be captured. Every order on the markets will be scored.

The orders whose size is smaller than 100 BTS will be ignored when calculating.
Get the lowest ask price (LAP) and highest bid price (HBP) of the remaining order book.
For bids (orders buying BTS), order_distance = (LAP - order_price) / LAP
For asks (orders selling BTS), order_distance = (order_price - HBP) / order_price

Group 1: orders whose order_distance is within [0%, 1%] will share up to 53% of total reward;
Group 2: orders whose order_distance is within (1%, 2%] will share up to 25% of total reward;
Group 3: orders whose order_distance is within (2%, 3%] will share up to 12% of total reward;
Group 4: orders whose order_distance is within (3%, 5%] will share up to 6% of total reward;
Group 5: orders whose order_distance is within (5%, 7%] will share up to 3% of total reward;
Group 6: orders whose order_distance is within (7%, 10%] will share up to 1% of total reward.

For each group, group_score = group_reward_percent * min(1, total_order_size / 1,000,000 BTS).

For each order within a group,
order_weight = order_size * ( 1 + (group_upper_bound - order_distance) / (group_upper_bound - group_lower_bound) )
order_score = group_score * order_weight / sum(order_weight)

For each day,
for each market group, specifically, BTS / [gateways].BTC or BTS / [gateways].USDT,
daily_bids_reward = 24,000 BTS * sum(bids_group_score) / total_blocks_produced_in_that_day
daily_asks_reward = 6,000 BTS * sum(asks_group_score) / total_blocks_produced_in_that_day

For traders,
account_bids_reward = daily_bids_reward * sum(bids_order_score) / sum(bids_group_score)
account_asks_reward = daily_asks_reward * sum(asks_order_score) / sum(asks_group_score)
account_daily_reward = account_bids_reward + account_asks_reward


## Testnet Simulation

A simulation of the contest on the public testnet (https://testnet.bitshares.eu/) will be launched soon. Details will follow.

Looks good. It makes a lot of sense to reward orders on the books (as close as possible to the action) as opposed to simply rewarding trading volume (which doesn't necessarily provide any value, i.e. it can be gamed). Also, I like that you propose to weight the rewards 4:1 toward the bid side instead of 1:1, especially since we are still not in a bull market.

The only criticism I have right now is that the distance factor can possibly be somewhat gamed.

For illustration purposes, let's say the market currently has a wide spread. And now the MM rewards program starts. Then a MM places a sizable sell order just below the best ask, and then also places a very small order on the bid side within 1% of his large order on the ask. Should he get full credit for the large order on the ask within 1% of the best bid? Personally, i think the order should have to be within 1% of equivalent liquidity on the opposite side. Or maybe not equivalent...but perhaps based on the 4:1 ratio. So an order on the ask would be compared (distance-wise) to 4x liquidity on the bid (some of it may be within 1%, some within 2%, etc). Likewise, orders on the bid would be compared distance-wise to 0.25x liquidity on the ask. See what i mean?

The small buy order would get quickly eaten as there will be many participants and only a few trading pairs.
 Logged
Offline tbone
Hero Member
*****
Posts: 636
View Profile
BitShares: tbone2

Re: Planning a market making contest
« Reply #26 on: October 14, 2019, 10:17:43 pm »
Quote from: Thul3 on October 14, 2019, 09:06:57 pm
Quote from: tbone on October 14, 2019, 08:50:58 pm
Quote from: abit on October 13, 2019, 09:43:22 pm
The DEX needs liquidity.
Market makers who leave orders on the market provide liquidity.
The contest is to incentivize market makers, consequentially attract traders and bring volume to the DEX.

## Rewards
Up to 60,000 BTS every day. Funding by the committee.

## Begin/End Date
To be decided.

## Markets
BTS / [gateways].BTC
BTS / [gateways].USDT
(30,000 BTS each)

## Gateways
Gateways who have interest in participating in the contest please reply to this thread.
Every gateway needs to prove that its gateway assets are fully backed by real assets, like https://audit.bitspark.io/

(The lists below will be updated from time to time as the contest progresses)

### qualified gateway asset(s):
SPARKDEX.BTC

### not yet qualified gateway assets:
GDEX.BTC
GDEX.USDT
blockchained.X

## Rules

### Brief
Market makers place orders onto the order book.
The bigger the orders and
the closer the orders to the opposite side of the order book and
the longer the orders lasting on the order book,
the more rewards the owner of the orders will earn.

### Details

For each market, 80% of total reward will go to BTS buyers and 20% of total reward will go to BTS sellers.

After each block is produced, a snapshot of the order book will be captured. Every order on the markets will be scored.

The orders whose size is smaller than 100 BTS will be ignored when calculating.
Get the lowest ask price (LAP) and highest bid price (HBP) of the remaining order book.
For bids (orders buying BTS), order_distance = (LAP - order_price) / LAP
For asks (orders selling BTS), order_distance = (order_price - HBP) / order_price

Group 1: orders whose order_distance is within [0%, 1%] will share up to 53% of total reward;
Group 2: orders whose order_distance is within (1%, 2%] will share up to 25% of total reward;
Group 3: orders whose order_distance is within (2%, 3%] will share up to 12% of total reward;
Group 4: orders whose order_distance is within (3%, 5%] will share up to 6% of total reward;
Group 5: orders whose order_distance is within (5%, 7%] will share up to 3% of total reward;
Group 6: orders whose order_distance is within (7%, 10%] will share up to 1% of total reward.

For each group, group_score = group_reward_percent * min(1, total_order_size / 1,000,000 BTS).

For each order within a group,
order_weight = order_size * ( 1 + (group_upper_bound - order_distance) / (group_upper_bound - group_lower_bound) )
order_score = group_score * order_weight / sum(order_weight)

For each day,
for each market group, specifically, BTS / [gateways].BTC or BTS / [gateways].USDT,
daily_bids_reward = 24,000 BTS * sum(bids_group_score) / total_blocks_produced_in_that_day
daily_asks_reward = 6,000 BTS * sum(asks_group_score) / total_blocks_produced_in_that_day

For traders,
account_bids_reward = daily_bids_reward * sum(bids_order_score) / sum(bids_group_score)
account_asks_reward = daily_asks_reward * sum(asks_order_score) / sum(asks_group_score)
account_daily_reward = account_bids_reward + account_asks_reward


## Testnet Simulation

A simulation of the contest on the public testnet (https://testnet.bitshares.eu/) will be launched soon. Details will follow.

Looks good. It makes a lot of sense to reward orders on the books (as close as possible to the action) as opposed to simply rewarding trading volume (which doesn't necessarily provide any value, i.e. it can be gamed). Also, I like that you propose to weight the rewards 4:1 toward the bid side instead of 1:1, especially since we are still not in a bull market.

The only criticism I have right now is that the distance factor can possibly be somewhat gamed.

For illustration purposes, let's say the market currently has a wide spread. And now the MM rewards program starts. Then a MM places a sizable sell order just below the best ask, and then also places a very small order on the bid side within 1% of his large order on the ask. Should he get full credit for the large order on the ask within 1% of the best bid? Personally, i think the order should have to be within 1% of equivalent liquidity on the opposite side. Or maybe not equivalent...but perhaps based on the 4:1 ratio. So an order on the ask would be compared (distance-wise) to 4x liquidity on the bid (some of it may be within 1%, some within 2%, etc). Likewise, orders on the bid would be compared distance-wise to 0.25x liquidity on the ask. See what i mean?

The small buy order would get quickly eaten as there will be many participants and only a few trading pairs.

Yes, ideally it would get eaten. But you really have no idea if it will or not. And even if it does, maybe then they will put up another small order. I'm just saying... under the current proposal, one could earn rewards by adding liquidity almost entirely to the sell side, for example. Yes, 4:1 ratio provides more incentive to add liquidity to the buy side (which I like), but that may not be enough to overcome bear market forces. So I'm proposing a way to ensure a little more balance. AT LEAST require there to be SOMEONE to be providing opposing liquidity, even if it's not the same MM. If I remember correctly, there were similar liquidity programs on traditional exchanges (equities, etc) that required EACH market maker to be on BOTH sides in order to qualify for rewards.
 Logged
Offline abit
Committee member
Hero Member
*

Posts: 3869
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Planning a market making contest
« Reply #27 on: October 14, 2019, 10:19:11 pm »
UPDATE(2019-10-25): I'm no longer supporting the testnet simulation (reward distribution and etc) due to the lack of community participation and the launching of the mainnet contest.

## Testnet Simulation

A simulation of the contest on the public testnet is available now.

* visit https://develop.bitshares.org/ , select a testnet API node, or
* visit https://testnet.bitshares.eu/ which has an old GUI and somewhat unstable API nodes.

Three market pairs:

TEST/CONTEST.BTC
TEST/CONTEST.USD1
TEST/CONTEST.USD2

Participants will be rewarded with CONTEST.REWARD token (after I got the code ready).

A few CONTEST.* tokens have been placed on the markets for sale.
Please help each other to obtain sufficient tokens for testing, and help bootstrap the markets.
If need more tokens, please leave a message in this thread.
« Last Edit: October 25, 2019, 03:49:27 pm by abit »
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Offline abit
Committee member
Hero Member
*

Posts: 3869
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Planning a market making contest
« Reply #28 on: October 14, 2019, 10:45:53 pm »
Quote from: tbone on October 14, 2019, 10:17:43 pm
Quote from: Thul3 on October 14, 2019, 09:06:57 pm
Quote from: tbone on October 14, 2019, 08:50:58 pm
For illustration purposes, let's say the market currently has a wide spread. And now the MM rewards program starts. Then a MM places a sizable sell order just below the best ask, and then also places a very small order on the bid side within 1% of his large order on the ask. Should he get full credit for the large order on the ask within 1% of the best bid? Personally, i think the order should have to be within 1% of equivalent liquidity on the opposite side. Or maybe not equivalent...but perhaps based on the 4:1 ratio. So an order on the ask would be compared (distance-wise) to 4x liquidity on the bid (some of it may be within 1%, some within 2%, etc). Likewise, orders on the bid would be compared distance-wise to 0.25x liquidity on the ask. See what i mean?

The small buy order would get quickly eaten as there will be many participants and only a few trading pairs.

Yes, ideally it would get eaten. But you really have no idea if it will or not. And even if it does, maybe then they will put up another small order. I'm just saying... under the current proposal, one could earn rewards by adding liquidity almost entirely to the sell side, for example. Yes, 4:1 ratio provides more incentive to add liquidity to the buy side (which I like), but that may not be enough to overcome bear market forces. So I'm proposing a way to ensure a little more balance. AT LEAST require there to be SOMEONE to be providing opposing liquidity, even if it's not the same MM. If I remember correctly, there were similar liquidity programs on traditional exchanges (equities, etc) that required EACH market maker to be on BOTH sides in order to qualify for rewards.
As long as all the gateways are operational, I think the arbitrage bots will balance the markets.

How to measure the performance of gateways is a bit hard though.
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Offline George_Bitspark
Full Member
***
Posts: 67
Co-Founder and CEO of Bitspark
View Profile Bitspark

Re: Planning a market making contest
« Reply #29 on: October 15, 2019, 02:33:14 am »
USDT from existing gateways on the DEX has no volume or market depth, not sure why this would be a focus rather than ETH. Depth on OPEN.USDT is 40 USDT on ask and 11085 BTS on the Bid. Depth on GDEX.USDT is 35 USDT on the ask and 6100 BTS on the Bid.

Meanwhile:

BTS/ETH markets right now:

Sparkdex.ETH
118000 BTS on bid 2.78 ETH on the ask.
GDEX.ETH
13601 BTS on bid 0.029 eth on Ask
OPEN.ETH
150000 BTS on bid 25.27 ETH on Ask
RUDEX.ETH
41654 BTS on Bid 0.7 ETH on Ask.

However all of this is meaningless without an audit page. I think gateways implementing Audit pages for reserves is a great leap forward and something needed in this space and if this is the inspiration thats good for end users. Regardless it seems ETH is more liquid even just with the sparkdex market than all of the USDT markets combined by a factor of 10x+.   

If the reason is "USDT is supported on many exchanges and we want to promote BTS trading against USDT which is the biggest stablecoin" then maybe there is merit in that but still, its not where the market is at currently. Probably USDT would be traded more actively if it were an included asset in this proposal however.
 Logged
Bitspark- Cash to Cryptocurrency
PRINT
Pages: 1 [2] 3 4 5 6 7  All   Go Up
Title: Re: Repost: Market making contest, stage one
Post by: abit on November 14, 2019, 07:20:03 pm

Online abit
Committee member
Hero Member
*

Posts: 3888
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Planning a market making contest
« Reply #30 on: October 15, 2019, 09:26:13 am »
Quote from: George_Bitspark on October 15, 2019, 02:33:14 am
USDT from existing gateways on the DEX has no volume or market depth, not sure why this would be a focus rather than ETH. Depth on OPEN.USDT is 40 USDT on ask and 11085 BTS on the Bid. Depth on GDEX.USDT is 35 USDT on the ask and 6100 BTS on the Bid.

If the reason is "USDT is supported on many exchanges and we want to promote BTS trading against USDT which is the biggest stablecoin" then maybe there is merit in that but still, its not where the market is at currently. Probably USDT would be traded more actively if it were an included asset in this proposal however.
The goal is to make the market, and attract traders to the DEX, so we don't only put efforts on the markets where there is already SOME liquidity in the DEX. The real reason for me is that BTS/ETH pairs on CEX's have too little liquidity right now. I do agree that ETH is a better asset for trading since it requires less trust on one 3rd party. I think we can add ETH to the contest or a new contest at an appropriate time.
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Online abit
Committee member
Hero Member
*

Posts: 3888
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Planning a market making contest
« Reply #31 on: October 15, 2019, 09:38:37 am »
Quote from: abit on October 14, 2019, 10:45:53 pm
Quote from: tbone on October 14, 2019, 10:17:43 pm
Quote from: Thul3 on October 14, 2019, 09:06:57 pm
Quote from: tbone on October 14, 2019, 08:50:58 pm
For illustration purposes, let's say the market currently has a wide spread. And now the MM rewards program starts. Then a MM places a sizable sell order just below the best ask, and then also places a very small order on the bid side within 1% of his large order on the ask. Should he get full credit for the large order on the ask within 1% of the best bid? Personally, i think the order should have to be within 1% of equivalent liquidity on the opposite side. Or maybe not equivalent...but perhaps based on the 4:1 ratio. So an order on the ask would be compared (distance-wise) to 4x liquidity on the bid (some of it may be within 1%, some within 2%, etc). Likewise, orders on the bid would be compared distance-wise to 0.25x liquidity on the ask. See what i mean?

The small buy order would get quickly eaten as there will be many participants and only a few trading pairs.

Yes, ideally it would get eaten. But you really have no idea if it will or not. And even if it does, maybe then they will put up another small order. I'm just saying... under the current proposal, one could earn rewards by adding liquidity almost entirely to the sell side, for example. Yes, 4:1 ratio provides more incentive to add liquidity to the buy side (which I like), but that may not be enough to overcome bear market forces. So I'm proposing a way to ensure a little more balance. AT LEAST require there to be SOMEONE to be providing opposing liquidity, even if it's not the same MM. If I remember correctly, there were similar liquidity programs on traditional exchanges (equities, etc) that required EACH market maker to be on BOTH sides in order to qualify for rewards.
As long as all the gateways are operational, I think the arbitrage bots will balance the markets.

How to measure the performance of gateways is a bit hard though.
I got where the issue is.

BTS whales like alt can easily put huge sell walls on the market that nobody has that much money to buy and ruin the contest even the market, worse they would even get rewarded by doing so, that's something we don't want to see. This is not just an imagination but has happened in the past, in the beginning of this downtrend, alt has left a huge margin call wall on the BTS/bitUSD market which effectively helped the downtrend.

On the other hand, sell-side liquidity does have some value as it makes it easier for strong hands to buy in big trunks.

I think one solution is to make the sell-side reward as small as possible, currently the ratio is 1:4, so perhaps we need to change it to 1:9 or even 1:99.

Another solution is to do the sell-side reward only when "we are ready", that said, reward buy-side liquidity from the beginning, but only start rewarding sell-side liquidity after we have gain some buy-side liquidity, even postpone it forever.

Thoughts?
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Offline chigbolu
Newbie
*
Posts: 19
View Profile
BitShares: vnc-7

Re: Planning a market making contest
« Reply #32 on: October 15, 2019, 12:52:26 pm »
Quote from: abit on October 15, 2019, 09:26:13 am
Quote from: George_Bitspark on October 15, 2019, 02:33:14 am
USDT from existing gateways on the DEX has no volume or market depth, not sure why this would be a focus rather than ETH. Depth on OPEN.USDT is 40 USDT on ask and 11085 BTS on the Bid. Depth on GDEX.USDT is 35 USDT on the ask and 6100 BTS on the Bid.

If the reason is "USDT is supported on many exchanges and we want to promote BTS trading against USDT which is the biggest stablecoin" then maybe there is merit in that but still, its not where the market is at currently. Probably USDT would be traded more actively if it were an included asset in this proposal however.
The goal is to make the market, and attract traders to the DEX, so we don't only put efforts on the markets where there is already SOME liquidity in the DEX. The real reason for me is that BTS/ETH pairs on CEX's have too little liquidity right now. I do agree that ETH is a better asset for trading since it requires less trust on one 3rd party. I think we can add ETH to the contest or a new contest at an appropriate time.
ETH pairs should be there why USDT it should be ETH however this just my opinion... The contest is good for the Dex
 Logged
Offline Crypto Kong
Full Member
***
Posts: 98
View Profile

Re: Planning a market making contest
« Reply #33 on: October 15, 2019, 03:39:46 pm »
Quote from: abit on October 15, 2019, 09:38:37 am
Quote from: abit on October 14, 2019, 10:45:53 pm
Quote from: tbone on October 14, 2019, 10:17:43 pm
Quote from: Thul3 on October 14, 2019, 09:06:57 pm
Quote from: tbone on October 14, 2019, 08:50:58 pm
For illustration purposes, let's say the market currently has a wide spread. And now the MM rewards program starts. Then a MM places a sizable sell order just below the best ask, and then also places a very small order on the bid side within 1% of his large order on the ask. Should he get full credit for the large order on the ask within 1% of the best bid? Personally, i think the order should have to be within 1% of equivalent liquidity on the opposite side. Or maybe not equivalent...but perhaps based on the 4:1 ratio. So an order on the ask would be compared (distance-wise) to 4x liquidity on the bid (some of it may be within 1%, some within 2%, etc). Likewise, orders on the bid would be compared distance-wise to 0.25x liquidity on the ask. See what i mean?

The small buy order would get quickly eaten as there will be many participants and only a few trading pairs.

Yes, ideally it would get eaten. But you really have no idea if it will or not. And even if it does, maybe then they will put up another small order. I'm just saying... under the current proposal, one could earn rewards by adding liquidity almost entirely to the sell side, for example. Yes, 4:1 ratio provides more incentive to add liquidity to the buy side (which I like), but that may not be enough to overcome bear market forces. So I'm proposing a way to ensure a little more balance. AT LEAST require there to be SOMEONE to be providing opposing liquidity, even if it's not the same MM. If I remember correctly, there were similar liquidity programs on traditional exchanges (equities, etc) that required EACH market maker to be on BOTH sides in order to qualify for rewards.
As long as all the gateways are operational, I think the arbitrage bots will balance the markets.

How to measure the performance of gateways is a bit hard though.
I got where the issue is.

BTS whales like alt can easily put huge sell walls on the market that nobody has that much money to buy and ruin the contest even the market, worse they would even get rewarded by doing so, that's something we don't want to see. This is not just an imagination but has happened in the past, in the beginning of this downtrend, alt has left a huge margin call wall on the BTS/bitUSD market which effectively helped the downtrend.

On the other hand, sell-side liquidity does have some value as it makes it easier for strong hands to buy in big trunks.

I think one solution is to make the sell-side reward as small as possible, currently the ratio is 1:4, so perhaps we need to change it to 1:9 or even 1:99.

Another solution is to do the sell-side reward only when "we are ready", that said, reward buy-side liquidity from the beginning, but only start rewarding sell-side liquidity after we have gain some buy-side liquidity, even postpone it forever.

Thoughts?

I would be in favour of only rewarding buy orders that support BTS price, we should not create a situation where we are rewarding BTS holders for putting their BTS up for sale. Those who want to earn the most from this will place buy orders in the 1% bracket, some of those orders will get filled and they will instantly put BTS back up for sale at a price close to what they just paid so they can earn the reward again, this back and forth will create sell side liquidity. There is no need to reward sell orders.
 Logged
Offline tbone
Hero Member
*****
Posts: 636
View Profile
BitShares: tbone2

Re: Planning a market making contest
« Reply #34 on: October 15, 2019, 06:58:45 pm »
Quote from: abit on October 15, 2019, 09:38:37 am
Quote from: abit on October 14, 2019, 10:45:53 pm
Quote from: tbone on October 14, 2019, 10:17:43 pm
Quote from: Thul3 on October 14, 2019, 09:06:57 pm
Quote from: tbone on October 14, 2019, 08:50:58 pm
For illustration purposes, let's say the market currently has a wide spread. And now the MM rewards program starts. Then a MM places a sizable sell order just below the best ask, and then also places a very small order on the bid side within 1% of his large order on the ask. Should he get full credit for the large order on the ask within 1% of the best bid? Personally, i think the order should have to be within 1% of equivalent liquidity on the opposite side. Or maybe not equivalent...but perhaps based on the 4:1 ratio. So an order on the ask would be compared (distance-wise) to 4x liquidity on the bid (some of it may be within 1%, some within 2%, etc). Likewise, orders on the bid would be compared distance-wise to 0.25x liquidity on the ask. See what i mean?

The small buy order would get quickly eaten as there will be many participants and only a few trading pairs.

Yes, ideally it would get eaten. But you really have no idea if it will or not. And even if it does, maybe then they will put up another small order. I'm just saying... under the current proposal, one could earn rewards by adding liquidity almost entirely to the sell side, for example. Yes, 4:1 ratio provides more incentive to add liquidity to the buy side (which I like), but that may not be enough to overcome bear market forces. So I'm proposing a way to ensure a little more balance. AT LEAST require there to be SOMEONE to be providing opposing liquidity, even if it's not the same MM. If I remember correctly, there were similar liquidity programs on traditional exchanges (equities, etc) that required EACH market maker to be on BOTH sides in order to qualify for rewards.
As long as all the gateways are operational, I think the arbitrage bots will balance the markets.

How to measure the performance of gateways is a bit hard though.
I got where the issue is.

BTS whales like alt can easily put huge sell walls on the market that nobody has that much money to buy and ruin the contest even the market, worse they would even get rewarded by doing so, that's something we don't want to see. This is not just an imagination but has happened in the past, in the beginning of this downtrend, alt has left a huge margin call wall on the BTS/bitUSD market which effectively helped the downtrend.

On the other hand, sell-side liquidity does have some value as it makes it easier for strong hands to buy in big trunks.

I think one solution is to make the sell-side reward as small as possible, currently the ratio is 1:4, so perhaps we need to change it to 1:9 or even 1:99.

Another solution is to do the sell-side reward only when "we are ready", that said, reward buy-side liquidity from the beginning, but only start rewarding sell-side liquidity after we have gain some buy-side liquidity, even postpone it forever.

Thoughts?

Yes, I think you're right that this should be skewed MUCH further toward rewarding buy-side liquidity, and not so much sell-side. I like the idea of going with 99:1. This way it's coded to reward both sides (ofc starting with very skewed ratio), and later the rewards can easily be shifted IF/when necessary by simply adjusting a ratio parameter. Also, in terms of public perception, it doesn't sound right to only pay for buyers, so I think it's better to at least have symbolic rewards on sell-side.

By the way, I think it's best not to call this a "contest". That sounds too retail and short-lived (although do I think retail trader contests should also be conducted as a complementary effort). But I believe the type of market maker incentive/reward program we are discussing here should be viewed as something much more serious than periodic retail trader contests, and we should also probably expect something like this to be more ongoing, AT LEAST until markets become more mature.

For those that are not sold on the idea of this effort, they must understand a) this is an exchange, b) without liquidity, retail traders will NOT use this exchange (and in that case we might as well just give up), c) liquidity does not spontaneously appear and must be incentivized. These are the realities.

 Logged
Offline tbone
Hero Member
*****
Posts: 636
View Profile
BitShares: tbone2

Re: Planning a market making contest
« Reply #35 on: October 15, 2019, 07:12:57 pm »
By the way @abit, I'm not sure how you planned to implement the ratio to begin with i.e. did you plan to use the ratio as a multiplying factor (e.g. 0.01x for sell side and 0.99x for buy side) in calculating % share of a single reward pool? Or did you plan to simply have 2 separate reward pools, one for buy side and one for sell side (sized according to the ratio)?  It occurred to me that the latter would probably be more preferable, that way there's no chance of sell-side orders earning much more than expected.
 Logged
Online abit
Committee member
Hero Member
*

Posts: 3888
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Planning a market making contest
« Reply #36 on: October 15, 2019, 07:55:57 pm »
Quote from: tbone on October 15, 2019, 07:12:57 pm
By the way @abit, I'm not sure how you planned to implement the ratio to begin with i.e. did you plan to use the ratio as a multiplying factor (e.g. 0.01x for sell side and 0.99x for buy side) in calculating % share of a single reward pool? Or did you plan to simply have 2 separate reward pools, one for buy side and one for sell side (sized according to the ratio)?  It occurred to me that the latter would probably be more preferable, that way there's no chance of sell-side orders earning much more than expected.
Yes, separate reward pools.
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Offline Permie22
Jr. Member
**
Posts: 22
View Profile
BitShares: Permie

Re: Planning a market making contest
« Reply #37 on: October 15, 2019, 08:55:14 pm »
Quote from: abit on October 15, 2019, 09:38:37 am
Quote from: abit on October 14, 2019, 10:45:53 pm
Quote from: tbone on October 14, 2019, 10:17:43 pm
Quote from: Thul3 on October 14, 2019, 09:06:57 pm
Quote from: tbone on October 14, 2019, 08:50:58 pm
For illustration purposes, let's say the market currently has a wide spread. And now the MM rewards program starts. Then a MM places a sizable sell order just below the best ask, and then also places a very small order on the bid side within 1% of his large order on the ask. Should he get full credit for the large order on the ask within 1% of the best bid? Personally, i think the order should have to be within 1% of equivalent liquidity on the opposite side. Or maybe not equivalent...but perhaps based on the 4:1 ratio. So an order on the ask would be compared (distance-wise) to 4x liquidity on the bid (some of it may be within 1%, some within 2%, etc). Likewise, orders on the bid would be compared distance-wise to 0.25x liquidity on the ask. See what i mean?

The small buy order would get quickly eaten as there will be many participants and only a few trading pairs.

Yes, ideally it would get eaten. But you really have no idea if it will or not. And even if it does, maybe then they will put up another small order. I'm just saying... under the current proposal, one could earn rewards by adding liquidity almost entirely to the sell side, for example. Yes, 4:1 ratio provides more incentive to add liquidity to the buy side (which I like), but that may not be enough to overcome bear market forces. So I'm proposing a way to ensure a little more balance. AT LEAST require there to be SOMEONE to be providing opposing liquidity, even if it's not the same MM. If I remember correctly, there were similar liquidity programs on traditional exchanges (equities, etc) that required EACH market maker to be on BOTH sides in order to qualify for rewards.
As long as all the gateways are operational, I think the arbitrage bots will balance the markets.

How to measure the performance of gateways is a bit hard though.
I got where the issue is.

BTS whales like alt can easily put huge sell walls on the market that nobody has that much money to buy and ruin the contest even the market, worse they would even get rewarded by doing so, that's something we don't want to see. This is not just an imagination but has happened in the past, in the beginning of this downtrend, alt has left a huge margin call wall on the BTS/bitUSD market which effectively helped the downtrend.

On the other hand, sell-side liquidity does have some value as it makes it easier for strong hands to buy in big trunks.

I think one solution is to make the sell-side reward as small as possible, currently the ratio is 1:4, so perhaps we need to change it to 1:9 or even 1:99.

Another solution is to do the sell-side reward only when "we are ready", that said, reward buy-side liquidity from the beginning, but only start rewarding sell-side liquidity after we have gain some buy-side liquidity, even postpone it forever.

Thoughts?

This Market Making contest/reward is a great plan. Thanks abit.

DEXBot's CEX-DEX feature for cli (hopefilly GUI in time too) will have a beta release this month, being able to mirror (copy and paste) CEX orderbooks onto the DEX. This will be basic, and allow user testing and unit testing before more advanced refinement to enable full arbitrage afterwards.

This mirroring CEX orderbooks will add liquidity to the DEX for BTS/BTC and will help participants in this competition keep their orders with a low spread to target the maximum reward.


The CEX orderbook will be normalised so that DEXBot users with any amount of funds will be able to mirror the CEX orderbook depth onto the DEX. Adding a % offset so that orders placed on the DEX at a % higher/lower price than the CEX will come soon after the first beta release. So that when DEX limit-orders are taken DEXBot will be able to close the trade with a CEX market-order by taking an offer from the CEX for a % gain. In effect moving liquidity from the CEX onto the DEX.
Standard arbitrage that takes on the DEX and on the CEX will come afterwards.

CEX orderbook mirroring to add liquidity in the beta release this month.
%-offset for mirrored arbitrage soon after.
Standard arbitrage soon after that.

CEX orderbook mirroring is coming first because it's adds the most liquidity quickly, and because the code required to do so is important to for the more advanced parameters. Testing of this code needs to be done first else there will be problems in future.
 Logged
Offline George_Bitspark
Full Member
***
Posts: 67
Co-Founder and CEO of Bitspark
View Profile Bitspark

Re: Planning a market making contest
« Reply #38 on: October 16, 2019, 01:57:13 am »
The weighting towards buyside is interesting, yes that should probably be something higher than 1:4, perhaps 1:10.
 Logged
Bitspark- Cash to Cryptocurrency
Offline matle85
Full Member
***
Posts: 134
View Profile

Re: Planning a market making contest
« Reply #39 on: October 17, 2019, 08:49:23 am »
Good initiative - I agree the ratio should be very heavily skewed in favour of the buyers.. Kong's suggestion that sellers arent rewarded isnt a bad one, I don't think that would discourage market makers but it would (hopefully?) discourage massive/obstructive sell walls.
 Logged
Offline blockchained
Full Member
***

Posts: 166
View Profile RuDEX
BitShares: blckchnd
GitHub: blckchnd

Re: Planning a market making contest
« Reply #40 on: October 19, 2019, 02:43:42 pm »
Quote from: abit on October 14, 2019, 08:10:02 pm
Quote from: blockchained on October 14, 2019, 08:07:05 pm
Good initiative, count us in!
Please list your assets, and provide proofs that all your assets are fully backed.

https://audit.rudex.org
 Logged
Online abit
Committee member
Hero Member
*

Posts: 3888
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Planning a market making contest
« Reply #41 on: October 20, 2019, 10:29:25 am »
Quote from: blockchained on October 19, 2019, 02:43:42 pm
Quote from: abit on October 14, 2019, 08:10:02 pm
Quote from: blockchained on October 14, 2019, 08:07:05 pm
Good initiative, count us in!
Please list your assets, and provide proofs that all your assets are fully backed.

https://audit.rudex.org
Thanks a lot. Updated RUDEX.BTC to OP. Didn't see USDT in your list.
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Offline bench
Sr. Member
****

Posts: 268
View Profile bitshares-vision
GitHub: froooze

Re: Planning a market making contest
« Reply #42 on: October 20, 2019, 11:30:29 am »
Quote from: blockchained on October 19, 2019, 02:43:42 pm
https://audit.rudex.org

How can I withdraw and deposit BTC and ETH on rudex? The UI has no entries here?
 Logged
Be part of the change and vote for the bitshares-vision proxy!
Online abit
Committee member
Hero Member
*

Posts: 3888
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Planning a market making contest
« Reply #43 on: October 20, 2019, 11:39:11 pm »
Quote from: George_Bitspark on October 14, 2019, 07:32:56 am
Where would the snapshots be hosted so everyone can see openly the calcs?
Just got some data.

At block number 42002257, there are 4020 open orders in 9 markets: BTS/[OPEN, BRIDGE, RUDEX, GDEX, SPARKDEX, XBTSX].[BTC, USDT].

A snapshot file containing all orders in those markets at that block in JSON format is 1,116,597 bytes, around 1Mbyte.

This means we'll need around 30GB of disk space for the snapshots every day.

I can provide the program to generate the snapshots. Who would like to host the data?

To save disk space, perhaps better remove some unneeded data from the snapshot. Still tweaking the code.

UPDATE:
compacted snapshot files are around 60K each, which means around 2GB per day. Could be even smaller after compressed.

UPDATE:
Final size is about 10% after compressed.
« Last Edit: October 21, 2019, 04:10:54 pm by abit »
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Online abit
Committee member
Hero Member
*

Posts: 3888
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Planning a market making contest
« Reply #44 on: October 21, 2019, 01:44:30 am »
Sample reward statistics for 2019-10-20 (last 2794 blocks):
Reward ratio for sellers:buyers = 1:99

BTS/BTC pair, BTS sellers
group 1(depth 0%-1%), total reward 1.42619 BTS
group 2(depth 1%-2%), total reward 9.02762 BTS
group 3(depth 2%-3%), total reward 0.69030 BTS
group 4(depth 3%-5%), total reward 0.61074 BTS
group 5(depth 5%-7%), total reward 0.10692 BTS
group 6(depth 7%-10%), total reward 0.40895 BTS

BTS/BTC pair, BTS buyers
group 1(depth 0%-1%), total reward 30.93281 BTS
group 2(depth 1%-2%), total reward 134.15809 BTS
group 3(depth 2%-3%), total reward 162.62307 BTS
group 4(depth 3%-5%), total reward 271.09139 BTS
group 5(depth 5%-7%), total reward 86.63264 BTS
group 6(depth 7%-10%), total reward 114.14085 BTS

No reward for BTS/USDT pairs due to too poor liquidity.

Data source (snapshots): https://github.com/abitmore/bitshares-core/releases/download/2.0.170531-win/1020.tgz

Code: https://github.com/abitmore/bitshares-core/tree/ugly-3.0

Quote
{:BTC=>{:sells=>{1=>{:score=>(66341889478591/5000000000000), :reward=>142619}, 2=>{:score=>(33594790312037/400000000000), :reward=>902762}, 3=>{:score=>(8027693808477/1250000000000), :reward=>69030}, 4=>{:score=>(28409653240827/5000000000000), :reward=>61074}, 5=>{:score=>(9947639320371/10000000000000), :reward=>10692}, 6=>{:score=>(38046111205481/10000000000000), :reward=>40895}}, :buys=>{1=>{:score=>(2906851748571/1000000000000), :reward=>3093281}, 2=>{:score=>(2521449468611/200000000000), :reward=>13415809}, 3=>{:score=>(38205472718589/2500000000000), :reward=>16262307}, 4=>{:score=>(318441112347/12500000000), :reward=>27109139}, 5=>{:score=>(40705676444139/5000000000000), :reward=>8663264}, 6=>{:score=>(13407707343421/1250000000000), :reward=>11414085}}}, :USDT=>{:sells=>{}, :buys=>{}}}
« Last Edit: October 21, 2019, 03:31:54 am by abit »
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
PRINT
Pages: 1 2 [3] 4 5 6 7 8 9   Go Up
Title: Re: Repost: Market making contest, stage one
Post by: abit on November 14, 2019, 07:24:10 pm
Offline Digital Lucifer
Global Moderator
Sr. Member
*****

Posts: 327
13 years of being Slackware abUser
View Profile BitShares 3.0
BitShares: dls.cipher
GitHub: dls-cipher

Re: Planning a market making contest
« Reply #45 on: October 21, 2019, 07:08:45 am »
Quote from: abit on October 20, 2019, 11:39:11 pm
Quote from: George_Bitspark on October 14, 2019, 07:32:56 am
Where would the snapshots be hosted so everyone can see openly the calcs?
Just got some data.

At block number 42002257, there are 4020 open orders in 9 markets: BTS/[OPEN, BRIDGE, RUDEX, GDEX, SPARKDEX, XBTSX].[BTC, USDT].

A snapshot file containing all orders in those markets at that block in JSON format is 1,116,597 bytes, around 1Mbyte.

This means we'll need around 30GB of disk space for the snapshots every day.

I can provide the program to generate the snapshots. Who would like to host the data?

To save disk space, perhaps better remove some unneeded data from the snapshot. Still tweaking the code.

UPDATE:
compacted snapshot files are around 60K each, which means around 2GB per day. Could be even smaller after compressed.

UPDATE:
Final size if about 10% after compressed.

I can setup ~1TB of SFTP access for uploads. If you're interested, will setup nginx for public access.

Chee®s
 Logged
Milos (DL) Preocanin
Owner and manager of bitshares.org through Consensus
Move Institute - RN: 2098555000
Murska Sobota, Slovenia, SI.
Offline Digital Lucifer
Global Moderator
Sr. Member
*****

Posts: 327
13 years of being Slackware abUser
View Profile BitShares 3.0
BitShares: dls.cipher
GitHub: dls-cipher

Re: Planning a market making contest
« Reply #46 on: October 21, 2019, 07:15:03 am »
Replies in general and info that is missing:

1) I agree with sentiment that ETH be in play instead of USDT. First of all, BTS has pair with ETH on Binance (for arbitrage), while USDT don't have + order books are super slim on DEX as many have mentioned already.

*If we rely on wash trading cexes that are listing BTS/USDT and that as a connection for arbitrage, it's not good.

2) Will gateways reduce market fee (where needed) ?

3) What happens to market fee sharing (cashback) from the gateways ?

Chee®s
 Logged
Milos (DL) Preocanin
Owner and manager of bitshares.org through Consensus
Move Institute - RN: 2098555000
Murska Sobota, Slovenia, SI.
Offline ljk424
Sr. Member
****
Posts: 332
View Profile
BitShares: ljk424

Re: Planning a market making contest
« Reply #47 on: October 21, 2019, 09:05:35 am »
Start it as fast as possible, I believe that abit will definitely activate the DEX market and make bitshares great again!
 Logged
Online abit
Committee member
Hero Member
*

Posts: 3894
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Planning a market making contest
« Reply #48 on: October 21, 2019, 04:22:45 pm »
Quote from: Digital Lucifer on October 21, 2019, 07:15:03 am
Replies in general and info that is missing:

1) I agree with sentiment that ETH be in play instead of USDT. First of all, BTS has pair with ETH on Binance (for arbitrage), while USDT don't have + order books are super slim on DEX as many have mentioned already.

*If we rely on wash trading cexes that are listing BTS/USDT and that as a connection for arbitrage, it's not good.
Check where BTS is being traded:
* Poloniex has the best on-book depth; (today's data shows that depth on HitBTC is even better)
* Binance has the most natural trading volume;
* Huobi has the best USDT market both in depth and volume.
(Many other exchanges have lower liquidity or are fake)
* Volume of ETH pairs is low.

Quote
2) Will gateways reduce market fee (where needed) ?

3) What happens to market fee sharing (cashback) from the gateways ?

Chee®s
It depends on the gateways.
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Online abit
Committee member
Hero Member
*

Posts: 3894
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Planning a market making contest
« Reply #49 on: October 22, 2019, 12:10:49 am »
Sample reward details for 2019-10-20 (last 2 hours):

Code: [Select]
==seller====================reward=
demo.btsbots                3.11130
rudex-market                2.68315
exchange.btsbots            2.53334
trans.bot                   0.98635
thinkingstriker69           0.59880
primal                      0.57090
sabertooth                  0.41747
sparkdex-mmbot2             0.35396
zdbz                        0.19975
bridgecoiner                0.14614
saul777                     0.13198
netprofit55                 0.08858
every021                    0.07363
gargantua7                  0.06510
eliserio0                   0.04984
bitbot2                     0.03401
draakjuh175                 0.03314
rainshrine-1                0.02683
dana-ashbrook               0.02497
edtech                      0.02116
re8926n2                    0.01980
r1mus                       0.01905
dgeksea1972                 0.01521
gdex-huobi                  0.01062
lksndr                      0.00913
coldbit8                    0.00829
moar007                     0.00696
finteh-escrow               0.00690
gtsfx                       0.00464
bco-otstoi2                 0.00464
bot-10                      0.00409
bbot4                       0.00404
yarolog83                   0.00349
prima2                      0.00195
travlocal7                  0.00135
Code: [Select]
==buyer=====================reward=
zsys1                     222.61470
exchange.btsbots           97.39470
wzm1                       96.51956
rudex-market               93.19530
trans.bot                  78.36005
sparkdex-mmbot2            46.06429
bridgecoiner               30.37064
neshtest-1                 20.61914
zdbz                       17.96069
a277                       16.06297
ai-bot                     15.94074
draakjuh175                 8.58575
yoshimizu-sano              7.77473
rainshrine-1                6.35211
bco-otstoi2                 6.04248
bhv5ti3yjphlaxk8vtfk        4.14490
re8926n2                    3.36220
brian-jones                 3.18497
every021                    2.68170
johdepifd23v                2.42286
sabertooth                  2.05399
buysia9                     1.82638
ciphery256                  1.55589
dana-ashbrook               1.40591
core-user                   1.30445
bot-10                      1.29647
prima2                      1.23943
ltm-worker-6                1.20787
opt1mus                     1.00036
miske89                     0.95083
eliserio0                   0.93919
bbot4                       0.88292
jsh-wlbrn                   0.87852
yos4i                       0.67815
chitta2017                  0.59496
nordragota1987              0.44907
just147                     0.44652
yarolog83                   0.26001
kotbykot9                   0.19765
p05863                      0.16406
elkiki1                     0.14751
xbtsx-post                  0.14279
zero-z                      0.12882
gtsfx                       0.11867
growth-fund-one             0.05313
wh1wsqyhhjfe                0.00063
« Last Edit: October 22, 2019, 01:44:19 am by abit »
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Online abit
Committee member
Hero Member
*

Posts: 3894
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Planning a market making contest
« Reply #50 on: October 22, 2019, 01:44:05 am »
Sample reward data for 2019-10-21 (data of a whole day):

BTS/BTC sellers
Code: [Select]
--seller--------------------reward-
rudex-market                1.83410
exchange.btsbots            1.36694
demo.btsbots                1.11213
kosmc1                      1.07921
trans.bot                   0.86654
primal                      0.86052
neshtest-1                  0.58577
kingdan2                    0.47693
thinkingstriker69           0.36091
sparkdex-mmbot2             0.28997
zdbz                        0.21866
sabertooth                  0.14772
bridgecoiner                0.14408
netprofit55                 0.08523
ai-bot                      0.06562
saul777                     0.06488
draakjuh175                 0.05368
eliserio0                   0.04884
busy-bot                    0.04313
lksndr                      0.03761
bitbot2                     0.02963
rainshrine-1                0.02246
re8926n2                    0.01958
dgeksea1972                 0.01064
bco-otstoi2                 0.01042
gdex-huobi                  0.00821
dana-ashbrook               0.00779
coldbit8                    0.00605
every021                    0.00543
bbot4                       0.00519
moar007                     0.00475
prima2                      0.00473
bot-10                      0.00437
gtsfx                       0.00351
yarolog83                   0.00324
edtech                      0.00274
r1mus                       0.00243
finteh-escrow               0.00200
travlocal7                  0.00113
gargantua7                  0.00075
dark-man418                 0.00019

BTS/BTC buyers
Code: [Select]
zsys1                     437.71443
exchange.btsbots          193.60412
rudex-market              112.44585
wzm1                       99.18920
trans.bot                  87.63867
moyashisoft-bitshares       68.79623
sparkdex-mmbot2            43.28449
mckosmc1                   37.67341
ai-bot                     25.94827
neshtest-1                 22.60487
yoshimizu-sano              9.29206
magnum-212                  8.50399
busy-bot                    7.43579
zdbz                        7.36516
rainshrine-1                6.83030
gosha44                     5.32867
draakjuh175                 5.10260
volt-1                      5.03669
a277                        4.64496
every021                    3.73396
brian-jones                 3.61137
cvcmjd                      3.10776
re8926n2                    3.05665
sabertooth                  2.90324
zeta177                     2.66826
johdepifd23v                2.42978
ex-bot                      2.38595
zero-new                    2.35457
ciphery256                  2.13022
buysia9                     1.97812
core-user                   1.76042
prima2                      1.43017
ltm-worker-6                1.29956
jsh-wlbrn                   0.94948
miske89                     0.91664
ask.sba2                    0.87823
eliserio0                   0.83417
bot-10                      0.71493
yos4i                       0.65235
chitta2017                  0.64739
dana-ashbrook               0.61655
bridgecoiner                0.39651
nordragota1987              0.34637
bhv5ti3yjphlaxk8vtfk        0.29796
yarolog83                   0.25134
mata-hari                   0.23525
wh1wsqyhhjfe                0.20566
kotbykot9                   0.19718
xbtsx-post                  0.17265
p05863                      0.15099
elkiki1                     0.13475
zero-z                      0.13309
gtsfx                       0.12352
bbot4                       0.11760
just147                     0.08382
opt1mus                     0.07170
growth-fund-one             0.06029
masternodekings419          0.04496
bitofcrypto-info            0.00011
staking-hardelin-consulting        0.00011

BTS/USDT market depth is too low, no reward.
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Offline George_Bitspark
Full Member
***
Posts: 67
Co-Founder and CEO of Bitspark
View Profile Bitspark

Re: Planning a market making contest
« Reply #51 on: October 22, 2019, 03:56:04 am »
Sparkdex would be interested to reduce fees during the MM period, lets see if this will spur more interest in DEX markets.
 Logged
Bitspark- Cash to Cryptocurrency
Offline sschiessl
Hero Member
*****

Posts: 587
View Profile
BitShares: sschiessl

Re: Planning a market making contest
« Reply #52 on: October 22, 2019, 05:45:10 am »
Quote from: abit on October 22, 2019, 01:44:05 am
Sample reward data for 2019-10-21 (data of a whole day):

BTS/BTC sellers
Code: [Select]
--seller--------------------reward-
rudex-market                1.83410
exchange.btsbots            1.36694
demo.btsbots                1.11213
kosmc1                      1.07921
trans.bot                   0.86654
primal                      0.86052
neshtest-1                  0.58577
kingdan2                    0.47693
thinkingstriker69           0.36091
sparkdex-mmbot2             0.28997
zdbz                        0.21866
sabertooth                  0.14772
bridgecoiner                0.14408
netprofit55                 0.08523
ai-bot                      0.06562
saul777                     0.06488
draakjuh175                 0.05368
eliserio0                   0.04884
busy-bot                    0.04313
lksndr                      0.03761
bitbot2                     0.02963
rainshrine-1                0.02246
re8926n2                    0.01958
dgeksea1972                 0.01064
bco-otstoi2                 0.01042
gdex-huobi                  0.00821
dana-ashbrook               0.00779
coldbit8                    0.00605
every021                    0.00543
bbot4                       0.00519
moar007                     0.00475
prima2                      0.00473
bot-10                      0.00437
gtsfx                       0.00351
yarolog83                   0.00324
edtech                      0.00274
r1mus                       0.00243
finteh-escrow               0.00200
travlocal7                  0.00113
gargantua7                  0.00075
dark-man418                 0.00019

BTS/BTC buyers
Code: [Select]
zsys1                     437.71443
exchange.btsbots          193.60412
rudex-market              112.44585
wzm1                       99.18920
trans.bot                  87.63867
moyashisoft-bitshares       68.79623
sparkdex-mmbot2            43.28449
mckosmc1                   37.67341
ai-bot                     25.94827
neshtest-1                 22.60487
yoshimizu-sano              9.29206
magnum-212                  8.50399
busy-bot                    7.43579
zdbz                        7.36516
rainshrine-1                6.83030
gosha44                     5.32867
draakjuh175                 5.10260
volt-1                      5.03669
a277                        4.64496
every021                    3.73396
brian-jones                 3.61137
cvcmjd                      3.10776
re8926n2                    3.05665
sabertooth                  2.90324
zeta177                     2.66826
johdepifd23v                2.42978
ex-bot                      2.38595
zero-new                    2.35457
ciphery256                  2.13022
buysia9                     1.97812
core-user                   1.76042
prima2                      1.43017
ltm-worker-6                1.29956
jsh-wlbrn                   0.94948
miske89                     0.91664
ask.sba2                    0.87823
eliserio0                   0.83417
bot-10                      0.71493
yos4i                       0.65235
chitta2017                  0.64739
dana-ashbrook               0.61655
bridgecoiner                0.39651
nordragota1987              0.34637
bhv5ti3yjphlaxk8vtfk        0.29796
yarolog83                   0.25134
mata-hari                   0.23525
wh1wsqyhhjfe                0.20566
kotbykot9                   0.19718
xbtsx-post                  0.17265
p05863                      0.15099
elkiki1                     0.13475
zero-z                      0.13309
gtsfx                       0.12352
bbot4                       0.11760
just147                     0.08382
opt1mus                     0.07170
growth-fund-one             0.06029
masternodekings419          0.04496
bitofcrypto-info            0.00011
staking-hardelin-consulting        0.00011

BTS/USDT market depth is too low, no reward.

What do the numbers tell me?
 Logged
Offline George_Bitspark
Full Member
***
Posts: 67
Co-Founder and CEO of Bitspark
View Profile Bitspark

Re: Planning a market making contest
« Reply #53 on: October 22, 2019, 06:29:41 am »
With a weighting of 1:99 correct?

Still think we should get some more opinions on this, I'd be more for something like 1:10.


Quote from: abit on October 22, 2019, 01:44:05 am
Sample reward data for 2019-10-21 (data of a whole day):

BTS/BTC sellers
Code: [Select]
--seller--------------------reward-
rudex-market                1.83410
exchange.btsbots            1.36694
demo.btsbots                1.11213
kosmc1                      1.07921
trans.bot                   0.86654
primal                      0.86052
neshtest-1                  0.58577
kingdan2                    0.47693
thinkingstriker69           0.36091
sparkdex-mmbot2             0.28997
zdbz                        0.21866
sabertooth                  0.14772
bridgecoiner                0.14408
netprofit55                 0.08523
ai-bot                      0.06562
saul777                     0.06488
draakjuh175                 0.05368
eliserio0                   0.04884
busy-bot                    0.04313
lksndr                      0.03761
bitbot2                     0.02963
rainshrine-1                0.02246
re8926n2                    0.01958
dgeksea1972                 0.01064
bco-otstoi2                 0.01042
gdex-huobi                  0.00821
dana-ashbrook               0.00779
coldbit8                    0.00605
every021                    0.00543
bbot4                       0.00519
moar007                     0.00475
prima2                      0.00473
bot-10                      0.00437
gtsfx                       0.00351
yarolog83                   0.00324
edtech                      0.00274
r1mus                       0.00243
finteh-escrow               0.00200
travlocal7                  0.00113
gargantua7                  0.00075
dark-man418                 0.00019

BTS/BTC buyers
Code: [Select]
zsys1                     437.71443
exchange.btsbots          193.60412
rudex-market              112.44585
wzm1                       99.18920
trans.bot                  87.63867
moyashisoft-bitshares       68.79623
sparkdex-mmbot2            43.28449
mckosmc1                   37.67341
ai-bot                     25.94827
neshtest-1                 22.60487
yoshimizu-sano              9.29206
magnum-212                  8.50399
busy-bot                    7.43579
zdbz                        7.36516
rainshrine-1                6.83030
gosha44                     5.32867
draakjuh175                 5.10260
volt-1                      5.03669
a277                        4.64496
every021                    3.73396
brian-jones                 3.61137
cvcmjd                      3.10776
re8926n2                    3.05665
sabertooth                  2.90324
zeta177                     2.66826
johdepifd23v                2.42978
ex-bot                      2.38595
zero-new                    2.35457
ciphery256                  2.13022
buysia9                     1.97812
core-user                   1.76042
prima2                      1.43017
ltm-worker-6                1.29956
jsh-wlbrn                   0.94948
miske89                     0.91664
ask.sba2                    0.87823
eliserio0                   0.83417
bot-10                      0.71493
yos4i                       0.65235
chitta2017                  0.64739
dana-ashbrook               0.61655
bridgecoiner                0.39651
nordragota1987              0.34637
bhv5ti3yjphlaxk8vtfk        0.29796
yarolog83                   0.25134
mata-hari                   0.23525
wh1wsqyhhjfe                0.20566
kotbykot9                   0.19718
xbtsx-post                  0.17265
p05863                      0.15099
elkiki1                     0.13475
zero-z                      0.13309
gtsfx                       0.12352
bbot4                       0.11760
just147                     0.08382
opt1mus                     0.07170
growth-fund-one             0.06029
masternodekings419          0.04496
bitofcrypto-info            0.00011
staking-hardelin-consulting        0.00011

BTS/USDT market depth is too low, no reward.
 Logged
Bitspark- Cash to Cryptocurrency
Offline bitcrab
Committee member
Hero Member
*

Posts: 1651
View Profile
BitShares: bitcrab
GitHub: bitcrab

Re: Planning a market making contest
« Reply #54 on: October 22, 2019, 07:09:07 am »
I don't think 1:99 is a problem.

it's necessary to avoid whales to place big BTS sell orders to get reward.
 Logged
Email:bitcrab@qq.com
Offline Bhuz
Committee member
Sr. Member
*

Posts: 453
View Profile
BitShares: bhuz

Re: Planning a market making contest
« Reply #55 on: October 22, 2019, 09:10:58 am »
Quote from: sschiessl on October 22, 2019, 05:45:10 am
What do the numbers tell me?

Rewards in BTS
 Logged
Offline Digital Lucifer
Global Moderator
Sr. Member
*****

Posts: 327
13 years of being Slackware abUser
View Profile BitShares 3.0
BitShares: dls.cipher
GitHub: dls-cipher

Re: Planning a market making contest
« Reply #56 on: October 22, 2019, 11:01:37 am »
Quote from: George_Bitspark on October 22, 2019, 03:56:04 am
Sparkdex would be interested to reduce fees during the MM period, lets see if this will spur more interest in DEX markets.

TOP!  8) 8) 8)
 Logged
Milos (DL) Preocanin
Owner and manager of bitshares.org through Consensus
Move Institute - RN: 2098555000
Murska Sobota, Slovenia, SI.
Offline Crypto Kong
Full Member
***
Posts: 99
View Profile

Re: Planning a market making contest
« Reply #57 on: October 22, 2019, 04:04:24 pm »
Quote from: bitcrab on October 22, 2019, 07:09:07 am
I don't think 1:99 is a problem.

it's necessary to avoid whales to place big BTS sell orders to get reward.

I agree
 Logged
Online abit
Committee member
Hero Member
*

Posts: 3894
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Planning a market making contest
« Reply #58 on: October 23, 2019, 10:53:06 am »
Data of 2019-10-22 on mainnet:

BTC
Code: [Select]
--seller------------------------------reward-
rudex-market                          1.85658
primal                                1.84143
trans.bot                             1.10187
exchange.btsbots                      1.07851
demo.btsbots                          0.97473
kingdan2                              0.73960
kosmc1                                0.59136
neshtest-1                            0.47903
moyashisoft-bitshares                 0.35225
sparkdex-mmbot2                       0.34885
zdbz                                  0.27410
thinkingstriker69                     0.21605
ai-bot                                0.16627
bridgecoiner                          0.14855
sabertooth                            0.13793
eliserio0                             0.09845
imm-ortal                             0.09348
mckosmc1                              0.08991
netprofit55                           0.08978
saul777                               0.06410
doyoubit-1                            0.06078
lksndr                                0.04527
draakjuh175                           0.03642
bitbot2                               0.03050
busy-bot                              0.02096
every021                              0.01918
rainshrine-1                          0.01845
re8926n2                              0.01292
bco-otstoi2                           0.01281
ljk424                                0.01248
sov3                                  0.01241
gpsfx                                 0.01182
bbot4                                 0.00859
gdex-huobi                            0.00756
ex-bot                                0.00733
prima2                                0.00646
bitcoin-wizards                       0.00586
moar007                               0.00504
coldbit8                              0.00456
bot-10                                0.00434
dark-man418                           0.00431
dm-trader                             0.00385
dgeksea1972                           0.00347
opt1mus                               0.00308
gtsfx                                 0.00265
virtualnetwork1                       0.00234
finteh-escrow                         0.00207
yarolog83                             0.00196
r1mus                                 0.00164
djhslm                                0.00137
travlocal7                            0.00091
gargantua7                            0.00029
static-checker                        0.00008
edtech                                0.00000
ltm-worker-6                          0.00000
od1ssey                               0.00000
alfa146ti                             0.00000
Code: [Select]
--buyer-------------------------------reward-
zsys1                               564.42564
exchange.btsbots                    262.02556
rudex-market                        165.23648
trans.bot                           120.90236
moyashisoft-bitshares               116.96195
wzm1                                 84.25604
sparkdex-mmbot2                      52.42332
mckosmc1                             39.33533
ai-bot                               31.35568
neshtest-1                           11.77395
kosmc1                               10.30818
neoreel-1                             9.54438
gpsfx                                 9.43079
rainshrine-1                          9.41179
busy-bot                              8.20142
ex-bot                                7.53247
draakjuh175                           7.11363
yoshimizu-sano                        6.10381
brian-jones                           5.06348
sabertooth                            4.87001
tiny-dragon                           4.43674
every021                              4.21914
zero-new                              4.04597
zdbz                                  3.86855
gosha44                               3.83148
johdepifd23v                          2.46552
re8926n2                              2.44777
prima2                                2.42062
a277                                  2.22851
ltm-worker-6                          2.11342
cvcmjd                                2.00520
sov1                                  1.62507
ciphery256                            1.55922
core-user                             1.46030
jsh-wlbrn                             1.28516
buysia9                               1.20122
miske89                               0.99302
chitta2017                            0.87639
yos4i                                 0.83251
bot-10                                0.78994
mata-hari                             0.51391
nordragota1987                        0.36578
yarolog83                             0.34930
wh1wsqyhhjfe                          0.32863
alfa146ti                             0.25620
xbtsx-post                            0.22265
kotbykot9                             0.21768
gtsfx                                 0.16720
elkiki1                               0.15996
zero-z                                0.15365
p05863                                0.12307
virtualnetwork1                       0.10490
eliserio0                             0.09857
growth-fund-one                       0.08451
thinkingstriker69                     0.06159
staking-hardelin-consulting           0.01672
gstest-06                             0.01643

USDT
Code: [Select]
--seller------------------------------reward-
trans.bot                             0.24306
yy-bot                                0.00131
gdex-huobi                            0.00042
--buyer-------------------------------reward-
trans.bot                            24.46031
yy-bot                                1.47567
gdex-huobi                            0.01499
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Offline bitcrab
Committee member
Hero Member
*

Posts: 1651
View Profile
BitShares: bitcrab
GitHub: bitcrab

Re: Planning a market making contest
« Reply #59 on: October 23, 2019, 11:12:53 am »
GDEX asset proof:
https://www.gdex.io/noticeAssets
 Logged
Email:bitcrab@qq.com
PRINT
Pages: 1 2 3 [4] 5 6 7 8 9   Go Up
Title: Re: Repost: Market making contest, stage one
Post by: abit on November 14, 2019, 07:25:16 pm
Offline abit
Committee member
Hero Member
*

Posts: 3891
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Planning a market making contest
« Reply #60 on: October 23, 2019, 11:30:56 am »
Quote from: bitcrab on October 23, 2019, 11:12:53 am
GDEX asset proof:
https://www.gdex.io/noticeAssets
Thanks. Updated to OP.
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Offline abit
Committee member
Hero Member
*

Posts: 3891
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Planning a market making contest
« Reply #61 on: October 23, 2019, 11:32:40 am »
Now we have SPARKDEX, RUDEX and GDEX ready for the contest,
XBTSX is in preparation,
no response from CryptoBridge,
pending confirmation from OpenLedger, Deex and another gateway.

I think we're ready to start the contest now. How about starting from this Friday?

the next question is, how to reach people that would have intrerst in the contest?
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Offline bitcrab
Committee member
Hero Member
*

Posts: 1650
View Profile
BitShares: bitcrab
GitHub: bitcrab

Re: Planning a market making contest
« Reply #62 on: October 23, 2019, 02:38:02 pm »
it's OK to start from Friday.

GDEX will try to attract the traders who are interested on this to come.
 Logged
Email:bitcrab@qq.com
Offline pc
Hero Member
*****
Posts: 1523
View Profile Bitcoin - Perspektive oder Risiko?
BitShares: cyrano

Re: Planning a market making contest
« Reply #63 on: October 23, 2019, 02:45:14 pm »
Quote from: abit on October 23, 2019, 11:32:40 am
I think we're ready to start the contest now. How about starting from this Friday?

Thanks for your work. I think it would be a good idea if the committee members could voice their support here. After all, they are the ones who'll have to confirm the payouts.
 Logged
Bitcoin - Perspektive oder Risiko? ISBN 978-3-8442-6568-2 http://bitcoin.quisquis.de
Offline abit
Committee member
Hero Member
*

Posts: 3891
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Planning a market making contest
« Reply #64 on: October 23, 2019, 03:19:21 pm »
Quote from: pc on October 23, 2019, 02:45:14 pm
Quote from: abit on October 23, 2019, 11:32:40 am
I think we're ready to start the contest now. How about starting from this Friday?

Thanks for your work. I think it would be a good idea if the committee members could voice their support here. After all, they are the ones who'll have to confirm the payouts.
Not only the committee members but also other community members / BTS holders should voice, after all, BTS holders voted for the committee members.
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Online Bhuz
Committee member
Sr. Member
*

Posts: 452
View Profile
BitShares: bhuz

Re: Planning a market making contest
« Reply #65 on: October 23, 2019, 10:11:19 pm »
I support this contest and would like to take the opportunity to thanks abit for all his efforts!
 Logged
Online sschiessl
Hero Member
*****

Posts: 583
View Profile
BitShares: sschiessl

Re: Market making contest
« Reply #66 on: October 25, 2019, 12:06:48 pm »
Is the pseudo-code stated in the OP accurate?
 Logged
Offline abit
Committee member
Hero Member
*

Posts: 3891
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Market making contest
« Reply #67 on: October 25, 2019, 12:46:58 pm »
Quote from: sschiessl on October 25, 2019, 12:06:48 pm
Is the pseudo-code stated in the OP accurate?
Yes.
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Offline abit
Committee member
Hero Member
*

Posts: 3891
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Market making contest
« Reply #68 on: October 25, 2019, 12:52:48 pm »
Sample rewarding data for 2019-10-24 with the latest parameters
(buyers:sellers = 98:2, trading assets are SPARKDEX.BTC, RUDEX.BTC, GDEX.BTC, GDEX.USDT):

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
neffos14                              7.47241
trans.bot                             2.56695
demo.btsbots                          1.77146
exchange.btsbots                      1.56208
primal                                0.85098
ymbot02                               0.70032
sparkdex-mmbot2                       0.59665
ex-bot                                0.39597
rudex-market                          0.36723
lyh-2012                              0.34134
sabertooth                            0.24745
saul777                               0.05371
bco-otstoi2                           0.04391
confia-shares                         0.04335
zdbz                                  0.04106
r1mus                                 0.03270
dgeksea1972                           0.03040
gdex-huobi                            0.02233
mrugakshee-palwe                      0.01495
moar007                               0.01304
ymbot03                               0.01164
dm-trader                             0.00982
bot-10                                0.00720
finteh-escrow                         0.00681
gargantua7                            0.00264
edtech                                0.00249
fedor-12                              0.00124
abc686                                0.00077
ltm-worker-6                          0.00017
Code: [Select]
--buyer--------------------------reward(BTS)-
wzm1                                395.45741
trans.bot                            97.43250
rsa1024                              49.49524
rudex-market                         47.31145
sparkdex-mmbot2                      45.67627
gugu-sherman                         16.01561
gargantua7                            8.88407
ymbot03                               6.75823
zdbz                                  2.85289
brian-jones                           2.32675
ltm-worker-6                          0.79998
bco-otstoi2                           0.35513
virtualnetwork1                       0.14535
bot-10                                0.11054
growth-fund-one                       0.03881
USDT
Code: [Select]
--seller-------------------------reward(BTS)-
yy-bot                                0.04218
gdex-huobi                            0.02390
Code: [Select]
--buyer--------------------------reward(BTS)-
yy-bot                                8.84108
trans.bot                             2.30558
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Offline George_Bitspark
Full Member
***
Posts: 67
Co-Founder and CEO of Bitspark
View Profile Bitspark

Re: Market making contest
« Reply #69 on: October 25, 2019, 01:32:20 pm »
This proposal should not go ahead until the following issues are fixed:

1. There is no end date.
2. The calculations for the rewards aswell as historical data for the calculation vs what was distributed is not publicly available nor open source. This means whoever does the calculations for rewards can easily manipulate the distributions.
3. The community has expressed clear opinion in Telegram 75% in favour for open sourcing the information in point 2 and while not a definitive statistic it is indicative of the sentiment in the community on this.

Perhaps there is option for a fee to be charged by whoever the committee vote for to be the one who's open source price feed script and historical data collection is used. However the standard to meet is clear in that it should be transparent and open for people to verify the legitimacy of the calculations.
« Last Edit: October 25, 2019, 01:34:04 pm by George_Bitspark »
 Logged
Bitspark- Cash to Cryptocurrency
Offline Thul3
Sr. Member
****
Posts: 361
View Profile

Re: Market making contest
« Reply #70 on: October 25, 2019, 01:46:07 pm »
Quote
3. The community has expressed clear opinion in Telegram 75% in favour for open sourcing the information in point 2 and while not a definitive statistic it is indicative of the sentiment in the community on this.


12 people have expressed their opinion in total.I wouldn't call it the community
 Logged
Offline Digital Lucifer
Global Moderator
Sr. Member
*****

Posts: 327
13 years of being Slackware abUser
View Profile BitShares 3.0
BitShares: dls.cipher
GitHub: dls-cipher

Re: Market making contest
« Reply #71 on: October 25, 2019, 02:41:54 pm »
Quote from: George_Bitspark on October 25, 2019, 01:32:20 pm
This proposal should not go ahead until the following issues are fixed:

1. There is no end date.
2. The calculations for the rewards aswell as historical data for the calculation vs what was distributed is not publicly available nor open source. This means whoever does the calculations for rewards can easily manipulate the distributions.
3. The community has expressed clear opinion in Telegram 75% in favour for open sourcing the information in point 2 and while not a definitive statistic it is indicative of the sentiment in the community on this.

Perhaps there is option for a fee to be charged by whoever the committee vote for to be the one who's open source price feed script and historical data collection is used. However the standard to meet is clear in that it should be transparent and open for people to verify the legitimacy of the calculations.

1. Agree to it - but i believe its gonna last for a while with current markets on the DEX.
2. Script is written by Abit, under his own hours and his own free will. As a developer he is not willing (nor any other would be) to open-source his own knowledge that was not paid for or planned to be open-source (as author he has that rights). In light of security, script and entire snapshot process will be hosted on one of my servers where ill personally will have access to script diligence.
3. Community can't demand private development to become public. There is no worker or offer to it, so vote is meaningless.

P.S. All data from snapshot can manually be checked and rewards calculated by data from the blockchain/markets/trades - whoever has concerns.

Chee®s
 Logged
Milos (DL) Preocanin
Owner and manager of bitshares.org through Consensus
Move Institute - RN: 2098555000
Murska Sobota, Slovenia, SI.
Offline Fox
Sr. Member
****

Posts: 330
View Profile
BitShares: fox
GitHub: ryanRfox

Re: Market making contest
« Reply #72 on: October 25, 2019, 03:06:07 pm »
The BitShares project (Committee, Worker Proposals, Escrow Agents) has never remitted BTS to an entity without the code being open source and MIT licensed. The proposed closed source competition is a divergence from the ethos of BitShares as decentralized and open.
 Logged
Witness: fox
Offline abit
Committee member
Hero Member
*

Posts: 3891
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Market making contest
« Reply #73 on: October 25, 2019, 05:36:41 pm »
Quote from: Fox on October 25, 2019, 03:06:07 pm
The BitShares project (Committee, Worker Proposals, Escrow Agents) has never remitted BTS to an entity without the code being open source and MIT licensed. The proposed closed source competition is a divergence from the ethos of BitShares as decentralized and open.
There is a difference between selling code and selling services. For example, the core team develops software for others to use so it's selling code, BBF as an escrow is selling services so they don't need to open source the code behind the services. I consider my contribution for the contest as a service, although I did open source some of my code in this thread.
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Offline Peryn
Newbie
*
Posts: 10
View Profile

Re: Market making contest
« Reply #74 on: October 25, 2019, 07:23:47 pm »
I think if this does not help. the next steps will have to disable Setl. :)
 Logged
PRINT
Pages: 1 2 3 4 [5] 6 7 8 9   Go Up
Title: Re: Repost: Market making contest, stage one
Post by: abit on November 14, 2019, 07:27:23 pm
Offline abit
Committee member
Hero Member
*

Posts: 3885
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Market making contest
« Reply #75 on: October 26, 2019, 07:20:36 am »
Reward data of 2019-10-25 for review:

(data generated with Ruby 2.2.2p95 (2015-04-13 revision 50295))

Total 4045.87671 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
neffos14                              7.39967
demo.btsbots                          4.97002
exchange.btsbots                      4.52972
trans.bot                             2.39420
ex-bot                                0.67341
sparkdex-mmbot2                       0.64739
ymbot02                               0.64302
rudex-market                          0.39537
zzh2017                               0.35532
sabertooth                            0.25231
mrugakshee-palwe                      0.23437
confia-shares                         0.19745
abc686                                0.09894
ymbot03                               0.06767
eliserio0                             0.06748
zdbz                                  0.05785
autonio-core                          0.02841
dgeksea1972                           0.02791
neshtest-1                            0.02557
r1mus                                 0.02288
ljk424                                0.02211
gdex-huobi                            0.02135
moar007                               0.01265
gargantua7                            0.01191
keep-moving                           0.00811
finteh-escrow                         0.00739
bco-otstoi2                           0.00733
bot-10                                0.00574
caifuziyou666                         0.00295
bitcoin-wizards                       0.00040
edtech                                0.00004
Code: [Select]
--buyer--------------------------reward(BTS)-
wzm1                               3107.98214
keep-moving                         115.90848
trans.bot                           102.25353
rsa1024                              51.79554
gugu-sherman                         51.01712
sparkdex-mmbot2                      44.49834
rudex-market                         30.58038
neshtest-1                           20.30547
gargantua7                           11.91986
ymbot03                              11.33117
caifuziyou666                         2.79927
pan63359905                           2.75753
sabertooth                            2.66598
brian-jones                           2.21892
bco-otstoi2                           1.78437
eliserio0                             1.70364
bot5                                  1.49781
zdbz                                  1.39415
ltm-worker-6                          0.99254
bot-10                                0.14480
growth-fund-one                       0.03701
gstest-06                             0.01146
dao-street                            0.00673
USDT
Code: [Select]
--seller-------------------------reward(BTS)-
lebin.steem.bot3                      1.43257
lebin.gdex.bot1                       1.37032
ymbot02                               1.32638
yy-bot                                0.14727
trans.bot                             0.10463
jiucai1994                            0.06979
pegmade-cn                            0.04983
acnologia                             0.03931
gdex-huobi                            0.03245
autonio-core                          0.01155
ljk424                                0.00709
Code: [Select]
--buyer--------------------------reward(BTS)-
jiucai1994                          258.34872
lebin.steem.bot3                     92.84110
trans.bot                            45.38562
lebin.gdex.bot1                      28.74169
yy-bot                               13.13964
wls-prizes                            5.37324
gdex-huobi                            2.87798
acnologia                             2.48075
ymbot02                               2.24096
ljk424                                1.06064
« Last Edit: October 28, 2019, 01:00:21 pm by abit »
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Online bitcrab
Committee member
Hero Member
*

Posts: 1650
View Profile
BitShares: bitcrab
GitHub: bitcrab

Re: Market making contest
« Reply #76 on: October 26, 2019, 07:52:41 am »
Quote from: Digital Lucifer on October 25, 2019, 02:41:54 pm
2. Script is written by Abit, under his own hours and his own free will. As a developer he is not willing (nor any other would be) to open-source his own knowledge that was not paid for or planned to be open-source (as author he has that rights). In light of security, script and entire snapshot process will be hosted on one of my servers where ill personally will have access to script diligence.
3. Community can't demand private development to become public. There is no worker or offer to it, so vote is meaningless.

P.S. All data from snapshot can manually be checked and rewards calculated by data from the blockchain/markets/trades - whoever has concerns.

Chee®s

I feel the point here is community want the reward be fair and transparent.

yes, the rule is there, the snapshots is there, anyone can calculate and check whether the result is correct. however, it will still cost much work to code. it will be great if abit can open source the calculation codes.

other choice is that someone else code another scripts and open source. the community need this.
 Logged
Email:bitcrab@qq.com
Offline abit
Committee member
Hero Member
*

Posts: 3885
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Market making contest
« Reply #77 on: October 26, 2019, 08:11:16 am »
Quote from: bitcrab on October 26, 2019, 07:52:41 am
Quote from: Digital Lucifer on October 25, 2019, 02:41:54 pm
2. Script is written by Abit, under his own hours and his own free will. As a developer he is not willing (nor any other would be) to open-source his own knowledge that was not paid for or planned to be open-source (as author he has that rights). In light of security, script and entire snapshot process will be hosted on one of my servers where ill personally will have access to script diligence.
3. Community can't demand private development to become public. There is no worker or offer to it, so vote is meaningless.

P.S. All data from snapshot can manually be checked and rewards calculated by data from the blockchain/markets/trades - whoever has concerns.

Chee®s

I feel the point here is community want the reward be fair and transparent.

yes, the rule is there, the snapshots is there, anyone can calculate and check whether the result is correct. however, it will still cost much work to code. it will be great if abit can open source the calculation codes.

other choice is that someone else code another scripts and open source. the community need this.
OK, I'll consider open-sourcing the code.
« Last Edit: October 26, 2019, 03:27:30 pm by abit »
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Offline abit
Committee member
Hero Member
*

Posts: 3885
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Market making contest
« Reply #78 on: October 26, 2019, 01:31:33 pm »
Snapshots of 2019-10-25 uploaded: https://mmcontest.bitshares.org/snapshots20191025.tgz

Code: [Select]
$ tar xzf snapshots20191025.tgz
$ find 2019-10-25 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
388bbb5211a6163241b55ff7767a6aa9eb5245730dd3724a6034ec728e6f46e0  -
« Last Edit: October 26, 2019, 06:53:10 pm by abit »
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Offline abit
Committee member
Hero Member
*

Posts: 3885
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Market making contest
« Reply #79 on: October 26, 2019, 03:05:44 pm »
Code for calculating rewards uploaded: https://github.com/abitmore/bts-mmcontest-scripts

Code for generating snapshots for above scripts: https://github.com/abitmore/bitshares-core/tree/ugly-3.0
« Last Edit: October 26, 2019, 03:15:09 pm by abit »
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Offline abit
Committee member
Hero Member
*

Posts: 3885
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Market making contest
« Reply #80 on: October 26, 2019, 03:27:07 pm »
Proposal for sending out rewards of 2019-10-25 created:

https://cryptofresh.com/tx/fbf79b367ec0936e255d00b09c17f39043f8bda8
https://cryptofresh.com/b/42164480

https://cryptofresh.com/p/1.10.50995
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
« Last Edit: October 26, 2019, 08:59:45 pm by abit »
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Offline abit
Committee member
Hero Member
*

Posts: 3885
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Market making contest
« Reply #81 on: October 27, 2019, 06:11:55 pm »
Reward data for 2019-10-26

(data generated with Ruby 2.2.2p95 (2015-04-13 revision 50295), script revision c318951)

Total 2794.34162 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             2.84830
1.2.33015                             2.27064
1.2.114363                            2.22634
1.2.1094392                           0.92570
1.2.1602008                           0.58814
1.2.1597332                           0.31105
1.2.1560396                           0.29915
1.2.1619104                           0.24821
1.2.799404                            0.19830
1.2.1687203                           0.14516
1.2.885181                            0.08350
1.2.619853                            0.04967
1.2.1018164                           0.04306
1.2.885179                            0.04003
1.2.944809                            0.02804
1.2.1565108                           0.01702
1.2.1691739                           0.01628
1.2.429182                            0.01513
1.2.881146                            0.01147
1.2.1643343                           0.01122
1.2.126225                            0.00716
1.2.641671                            0.00547
1.2.973616                            0.00345
1.2.1686641                           0.00191
1.2.877590                            0.00171
1.2.710542                            0.00108
1.2.1616179                           0.00093
1.2.823489                            0.00084
1.2.1039433                           0.00030
1.2.1582316                           0.00019
1.2.1527702                           0.00003
1.2.1587504                           0.00002
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.168607                         1571.59155
1.2.36449                           301.80406
1.2.33015                           210.01699
1.2.1695                            146.14016
1.2.114363                          125.09621
1.2.1094392                          57.89775
1.2.1213071                          44.16473
1.2.944809                           36.58436
1.2.1691739                          36.55987
1.2.1597332                          23.35418
1.2.1619104                          22.57208
1.2.1560396                          18.94265
1.2.881146                            9.79719
1.2.354252                            3.94510
1.2.558451                            2.48675
1.2.619853                            1.86371
1.2.544768                            1.86209
1.2.429182                            0.96618
1.2.710542                            0.81604
1.2.1565108                           0.78624
1.2.885181                            0.61444
1.2.799404                            0.49590
1.2.1527702                           0.49246
1.2.447722                            0.36263
1.2.388492                            0.36241
1.2.955081                            0.26715
1.2.908221                            0.18244
1.2.152326                            0.16551
1.2.973616                            0.10355
1.2.1039433                           0.00313
1.2.573323                            0.00270

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1674829                           1.26283
1.2.33015                             0.62283
1.2.36449                             0.49673
1.2.1691467                           0.46885
1.2.1667487                           0.24860
1.2.114363                            0.09232
1.2.1616179                           0.08935
1.2.1108195                           0.05387
1.2.1328017                           0.04804
1.2.877590                            0.00685
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1674829                          96.50473
1.2.1108195                          18.67294
1.2.1667487                          12.83916
1.2.1691467                          12.16645
1.2.114363                           10.16854
1.2.439534                            4.58668
1.2.1616179                           2.69435
1.2.1328017                           1.39292
1.2.1089665                           1.07176
1.2.885179                            0.15411

Snapshots: https://mmcontest.bitshares.org/snapshots20191026.tgz

Code: [Select]
$ tar xzf snapshots20191026.tgz
$ find 2019-10-26 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
57c8cd47d4626ef317d31b8d276b7c68343747f92acd755705c4cab20b412ea9  -

Proposal for sending out rewards of 2019-10-26:

https://cryptofresh.com/tx/37208b6835f5398fd9a10bb0102005f39c881d1e
https://cryptofresh.com/b/42199413

https://cryptofresh.com/p/1.10.51070
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
« Last Edit: October 28, 2019, 01:01:56 pm by abit »
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Online Bhuz
Committee member
Sr. Member
*

Posts: 449
View Profile
BitShares: bhuz

Re: Market making contest
« Reply #82 on: October 27, 2019, 08:07:05 pm »
Quote from: abit on October 27, 2019, 06:11:55 pm
Reward data for 2019-10-26
[...]

Snapshots: https://mmcontest.bitshares.org/snapshots20191026.tgz

Code: [Select]
$ tar xzf snapshots20191026.tgz
$ find 2019-10-26 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
57c8cd47d4626ef317d31b8d276b7c68343747f92acd755705c4cab20b412ea9  -

Proposal for sending out rewards of 2019-10-26:

https://cryptofresh.com/tx/37208b6835f5398fd9a10bb0102005f39c881d1e
https://cryptofresh.com/b/42199413

https://cryptofresh.com/p/1.10.51070
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab

For Community Interest:

I have set-up my own delayed_node. It is running abit's ugly-3.0 open-source code.

Code: [Select]
$ find 2019-10-26 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
57c8cd47d4626ef317d31b8d276b7c68343747f92acd755705c4cab20b412ea9  -
I, therefore, confirm the snapshots to not be modified/counterfeit.

This is a "show-only-difference" diff between abit's rewards and mine, computed with abit's open-source script.
Code: [Select]
1: Total          2794.34162 BTS               1: Total          2794.34066 BTS
-------------------------------------------------------------------------------
5: 1.2.36449         2.84830 BTS               5: 1.2.36449         2.84779 BTS
6: 1.2.33015         2.27064 BTS               6: 1.2.33015         2.27061 BTS
7: 1.2.114363        2.22634 BTS               7: 1.2.114363        2.22633 BTS
8: 1.2.1094392       0.92570 BTS               8: 1.2.1094392       0.92568 BTS
13: 1.2.799404       0.19830 BTS               13: 1.2.799404       0.19828 BTS
14: 1.2.1687203      0.14516 BTS               14: 1.2.1687203      0.14515 BTS
43: 1.2.1094392     57.89775 BTS               43: 1.2.1094392     57.89759 BTS
46: 1.2.1691739     36.55987 BTS               46: 1.2.1691739     36.55974 BTS
73: 1.2.33015        0.62283 BTS               73: 1.2.33015        0.62277 BTS
76: 1.2.1667487      0.24860 BTS               76: 1.2.1667487      0.24859 BTS
Discrepancies are minimal and probably due to 1.some rounding, 2.some changes I had to make to be able to run the script (running with a different Ruby's version than abit).

I, therefore, confirm the rewards to not be modified/counterfeit.

I will then approve the proposal (1.10.51070).
 Logged
Offline abit
Committee member
Hero Member
*

Posts: 3885
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Market making contest
« Reply #83 on: October 28, 2019, 01:26:52 pm »
Reward data for 2019-10-27

(data generated with Ruby 2.2.2p95 (2015-04-13 revision 50295), script revision c318951)

Total 1877.56046 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1695                              5.08416
1.2.114363                            2.27832
1.2.944809                            1.74365
1.2.36449                             1.31085
1.2.33015                             1.23256
1.2.1619104                           0.96242
1.2.1094392                           0.81848
1.2.1560396                           0.45852
1.2.1602008                           0.35468
1.2.1213071                           0.25229
1.2.913315                            0.23247
1.2.799404                            0.21948
1.2.885181                            0.19091
1.2.1687203                           0.13000
1.2.881146                            0.08346
1.2.1597332                           0.08311
1.2.1691739                           0.07877
1.2.885179                            0.04080
1.2.1682766                           0.01331
1.2.1643343                           0.01194
1.2.126225                            0.00957
1.2.710542                            0.00818
1.2.403666                            0.00777
1.2.1565108                           0.00247
1.2.973616                            0.00209
1.2.1686641                           0.00204
1.2.877590                            0.00157
1.2.1616179                           0.00117
1.2.823489                            0.00087
1.2.979913                            0.00085
1.2.1527702                           0.00075
1.2.573323                            0.00071
1.2.1039433                           0.00035
1.2.422515                            0.00003
1.2.750207                            0.00001
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.168607                         1067.69444
1.2.114363                          157.05114
1.2.125824                          117.70823
1.2.1691739                          90.86274
1.2.1213071                          70.27450
1.2.1094392                          44.12398
1.2.1619104                          40.52097
1.2.1616179                          28.51050
1.2.1560396                          27.26944
1.2.881146                           17.48768
1.2.799404                            3.73812
1.2.447722                            2.76002
1.2.885181                            2.44206
1.2.1597332                           1.78662
1.2.126225                            1.75299
1.2.944809                            1.36532
1.2.710542                            0.95492
1.2.1527702                           0.48626
1.2.955081                            0.22473
1.2.1565108                           0.16229
1.2.1682766                           0.00241

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1674829                           2.94320
1.2.1691467                           0.64917
1.2.33015                             0.62783
1.2.36449                             0.51637
1.2.1667487                           0.41225
1.2.1108195                           0.19036
1.2.1616179                           0.10441
1.2.114363                            0.09222
1.2.1328017                           0.04669
1.2.877590                            0.00350
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1674829                          97.03705
1.2.114363                           37.98900
1.2.1108195                          13.09212
1.2.1667487                           9.36397
1.2.1616179                           7.95883
1.2.1089665                           6.56553
1.2.439534                            5.46407
1.2.1328017                           1.70592

Snapshots: https://mmcontest.bitshares.org/snapshots20191027.tgz

Code: [Select]
$ tar xzf snapshots20191027.tgz
$ find 2019-10-27 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
2f38825f26a65de160c63f310e69bf8c81d9b15ab6a9d4a37f79789c74c10a09  -

Proposal for sending out rewards of 2019-10-27:

https://cryptofresh.com/tx/fe3deb93b6463bb9deaf387e938577511315c396
https://cryptofresh.com/b/42222150

https://cryptofresh.com/p/1.10.51118
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
« Last Edit: October 28, 2019, 02:55:02 pm by abit »
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Online Bhuz
Committee member
Sr. Member
*

Posts: 449
View Profile
BitShares: bhuz

Re: Market making contest
« Reply #84 on: October 28, 2019, 05:24:19 pm »
Quote from: abit on October 28, 2019, 01:26:52 pm
Reward data for 2019-10-27

(data generated with Ruby 2.2.2p95 (2015-04-13 revision 50295), script revision c318951)

[...]

Snapshots: https://mmcontest.bitshares.org/snapshots20191027.tgz

Code: [Select]
$ tar xzf snapshots20191027.tgz
$ find 2019-10-27 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
2f38825f26a65de160c63f310e69bf8c81d9b15ab6a9d4a37f79789c74c10a09  -

Checksum confirmed.
Code: [Select]
$ find 2019-10-27 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
2f38825f26a65de160c63f310e69bf8c81d9b15ab6a9d4a37f79789c74c10a09  -

Rewards data generated with: Ruby 2.6.5p114 (2019-10-01 revision 67812).
Used script revision: both c318951 and c407de0
No difference found between abit's and mine.

Quote from: abit on October 28, 2019, 01:26:52 pm
Proposal for sending out rewards of 2019-10-27:

https://cryptofresh.com/tx/fe3deb93b6463bb9deaf387e938577511315c396
https://cryptofresh.com/b/42222150

https://open-explorer.io/#/objects/1.10.51118
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
I will then approve the above proposal.
 Logged
Title: Re: Repost: Market making contest, stage one
Post by: abit on November 14, 2019, 07:28:16 pm
Offline abit
Committee member
Hero Member
*

Posts: 3885
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Market making contest
« Reply #85 on: October 29, 2019, 12:08:15 pm »
Reward data for 2019-10-28

(data generated with Ruby 2.2.2p95 (2015-04-13 revision 50295), script revision c318951)

Total 914.37943 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1602008                           5.61637
1.2.1591806                           3.49789
1.2.114363                            2.61650
1.2.36449                             1.83507
1.2.33015                             1.42863
1.2.1560396                           0.63395
1.2.881146                            0.40310
1.2.1687203                           0.35844
1.2.799404                            0.31677
1.2.1643343                           0.19799
1.2.1691739                           0.16930
1.2.885181                            0.16719
1.2.1094392                           0.14347
1.2.885179                            0.07346
1.2.1621128                           0.07277
1.2.1686641                           0.03708
1.2.1616179                           0.03244
1.2.979913                            0.02206
1.2.1527702                           0.02113
1.2.913315                            0.01351
1.2.973616                            0.01202
1.2.877590                            0.01197
1.2.114226                            0.01076
1.2.823489                            0.01046
1.2.1597332                           0.00932
1.2.944809                            0.00635
1.2.1565108                           0.00551
1.2.1039433                           0.00513
1.2.126225                            0.00251
1.2.1587504                           0.00200
1.2.403666                            0.00098
1.2.1308625                           0.00080
1.2.573323                            0.00041
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1616179                         181.52628
1.2.114363                          156.63222
1.2.168607                          142.30038
1.2.1213071                          79.77505
1.2.1560396                          37.93284
1.2.944809                           16.20754
1.2.885181                           10.15852
1.2.1094392                           9.44125
1.2.1687203                           9.00312
1.2.1691739                           8.10990
1.2.1619104                           5.98886
1.2.447722                            2.95206
1.2.973616                            2.34018
1.2.799404                            1.57369
1.2.126225                            1.46030
1.2.881146                            1.31647
1.2.1597332                           1.11958
1.2.125824                            0.97490
1.2.1565108                           0.33869
1.2.979913                            0.08845
1.2.501058                            0.06219
1.2.955081                            0.01910
1.2.1527702                           0.01735

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1674829                           3.18365
1.2.33015                             0.37093
1.2.1667487                           0.36392
1.2.36449                             0.32261
1.2.1108195                           0.26427
1.2.1616179                           0.01656
1.2.877590                            0.00629
1.2.1328017                           0.00115
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1674829                          82.18072
1.2.1691467                          78.01526
1.2.114363                           31.29698
1.2.1667487                          14.83763
1.2.1108195                          10.17897
1.2.1616179                           4.46844
1.2.1328017                           1.16717
1.2.877590                            0.63062

Snapshots: https://mmcontest.bitshares.org/snapshots20191028.tgz

Code: [Select]
$ tar xzf snapshots20191028.tgz
$ find 2019-10-28 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
ed50f5f1c0f43a81b64d648e8b3677b7389ff40477c12f16e3dc1e75ea809b09  -

Proposal for sending out rewards of 2019-10-28:

https://cryptofresh.com/tx/2875c660c03a08bcaa7391de04f130ec529e189d
https://cryptofresh.com/b/42249360

https://cryptofresh.com/p/1.10.51234
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Online Bhuz
Committee member
Sr. Member
*

Posts: 449
View Profile
BitShares: bhuz

Re: Market making contest
« Reply #86 on: October 29, 2019, 03:25:37 pm »
Quote from: abit on October 29, 2019, 12:08:15 pm
Reward data for 2019-10-28

(data generated with Ruby 2.2.2p95 (2015-04-13 revision 50295), script revision c318951)

Total 914.37943 BTS

[...]

Snapshots: https://mmcontest.bitshares.org/snapshots20191028.tgz

Code: [Select]
$ tar xzf snapshots20191028.tgz
$ find 2019-10-28 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
ed50f5f1c0f43a81b64d648e8b3677b7389ff40477c12f16e3dc1e75ea809b09  -

Checksum confirmed
Code: [Select]
$ if [[ $(find 2019-10-28 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum ) == "ed50f5f1c0f43a81b64d648e8b3677b7389ff40477c12f16e3dc1e75ea809b09  -" ]]; then echo "OK"; else echo "NOT OK"; fi
OK

Quote from: abit on October 29, 2019, 12:08:15 pm
Proposal for sending out rewards of 2019-10-28:

https://cryptofresh.com/tx/2875c660c03a08bcaa7391de04f130ec529e189d
https://cryptofresh.com/b/42249360

https://cryptofresh.com/p/1.10.51234
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab

I have modified the rewards calculation script to include a comparison (a diff) between the actual proposal on the blockchain (1.10.51234) and the one that would have been by my own rewards calculations.
The script found no differences.
I will then approve the above proposal.
 Logged
Offline abit
Committee member
Hero Member
*

Posts: 3885
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Market making contest
« Reply #87 on: October 30, 2019, 10:01:24 am »
Reward data for 2019-10-29

(data generated with Ruby 2.2.2p95 (2015-04-13 revision 50295), script revision c318951)

Total 1589.97450 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1591806                           8.97256
1.2.1602008                           3.66654
1.2.114363                            2.47253
1.2.298                               2.09068
1.2.36449                             2.03574
1.2.33015                             1.65034
1.2.1560396                           0.73284
1.2.799404                            0.46276
1.2.1094392                           0.24694
1.2.885181                            0.18100
1.2.1616179                           0.16808
1.2.1687203                           0.10901
1.2.1643343                           0.09653
1.2.395549                            0.08848
1.2.1619104                           0.06842
1.2.1691739                           0.06645
1.2.1686641                           0.02038
1.2.126225                            0.01860
1.2.1527702                           0.01376
1.2.1213071                           0.01259
1.2.823489                            0.00687
1.2.877590                            0.00514
1.2.979913                            0.00412
1.2.1039433                           0.00318
1.2.114226                            0.00281
1.2.447722                            0.00082
1.2.1587504                           0.00071
1.2.973616                            0.00026
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.168607                          600.11398
1.2.1616179                         226.80941
1.2.114363                          185.36340
1.2.1213071                          90.09600
1.2.1619104                          46.68388
1.2.944809                           44.55533
1.2.1560396                          29.68381
1.2.1597332                          28.70195
1.2.881146                           17.26880
1.2.1687203                          14.28737
1.2.885181                           13.98807
1.2.1691739                          12.55861
1.2.1094392                           8.40232
1.2.973616                            3.71536
1.2.395549                            3.39273
1.2.126225                            3.31311
1.2.447722                            3.24124
1.2.457302                            3.18519
1.2.799404                            2.34319
1.2.710542                            0.97777
1.2.979913                            0.57245
1.2.1527702                           0.05323
1.2.471010                            0.04696
1.2.955081                            0.03044
1.2.573323                            0.00311

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1674829                           2.34800
1.2.33015                             0.65190
1.2.1667487                           0.58717
1.2.36449                             0.47165
1.2.1656561                           0.18593
1.2.1691467                           0.18334
1.2.1108195                           0.11052
1.2.114363                            0.10609
1.2.1616179                           0.04150
1.2.395549                            0.03132
1.2.877590                            0.00733
1.2.424868                            0.00146
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1674829                          87.37586
1.2.1691467                          66.54136
1.2.114363                           16.04594
1.2.1108195                          14.74404
1.2.1656561                          11.45406
1.2.1667487                           9.20223
1.2.424868                            8.41770
1.2.1616179                           5.36549
1.2.395549                            1.58843
1.2.1328017                           1.30970
1.2.877590                            0.47945
1.2.710542                            0.13818

Snapshots: https://mmcontest.bitshares.org/snapshots20191029.tgz

Code: [Select]
$ tar xzf snapshots20191029.tgz
$ find 2019-10-29 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
1e8460fa5ea659b7af10541a69fef3bfb92af35271de224a43df8d21ac15f246  -

Proposal for sending out rewards of 2019-10-29:

https://cryptofresh.com/tx/b109b41d41001fb9fcf8fd9a2f328dc7294ae471
https://cryptofresh.com/b/42275527

https://cryptofresh.com/p/1.10.51355
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Online Bhuz
Committee member
Sr. Member
*

Posts: 449
View Profile
BitShares: bhuz

Re: Market making contest
« Reply #88 on: October 30, 2019, 05:50:36 pm »
Quote from: abit on October 30, 2019, 10:01:24 am
Reward data for 2019-10-29

(data generated with Ruby 2.2.2p95 (2015-04-13 revision 50295), script revision c318951)

Total 1589.97450 BTS
 [...]

Snapshots: https://mmcontest.bitshares.org/snapshots20191029.tgz

Code: [Select]
$ tar xzf snapshots20191029.tgz
$ find 2019-10-29 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
1e8460fa5ea659b7af10541a69fef3bfb92af35271de224a43df8d21ac15f246  -

Proposal for sending out rewards of 2019-10-29:

https://cryptofresh.com/tx/b109b41d41001fb9fcf8fd9a2f328dc7294ae471
https://cryptofresh.com/b/42275527

https://cryptofresh.com/p/1.10.51355
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab

Code: [Select]
$ ruby mm_rewards.rb 2019-10-29 1.10.51355

Date: 2019-10-29

Computing snapshots chucksum...
  1e8460fa5ea659b7af10541a69fef3bfb92af35271de224a43df8d21ac15f246

Analyzing snapshots data and computing rewards...
  Total Rewards: 1589.97451 BTS

Let's verify the current proposal
  Getting proposal '1.10.51355' from the blockchain...
  Loading computed rewards data and mimic a proposal...
  Comparing proposals...
    Found 1 difference(s)!

    1st difference in position 42 (43rd operation):
      found        {'amount': {'amount': 339273}}
      instead of   {'amount': {'amount': 339274}}

I will approve the proposal.
 Logged
Offline abit
Committee member
Hero Member
*

Posts: 3885
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Market making contest
« Reply #89 on: October 31, 2019, 12:10:48 pm »
Reward data for 2019-10-30

(data generated with Ruby 2.2.2p95 (2015-04-13 revision 50295), script revision c318951)

Total 2241.00161 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.125824                            3.92866
1.2.36449                             2.05590
1.2.33015                             1.78223
1.2.114363                            1.62786
1.2.1602008                           1.23940
1.2.298                               0.94250
1.2.1560396                           0.61462
1.2.881146                            0.39150
1.2.885181                            0.27693
1.2.424868                            0.25803
1.2.395549                            0.24186
1.2.1591806                           0.21833
1.2.1691739                           0.21104
1.2.799404                            0.17908
1.2.1616179                           0.17110
1.2.1621642                           0.12461
1.2.1094392                           0.06086
1.2.1619104                           0.05773
1.2.126225                            0.05725
1.2.1687203                           0.03792
1.2.1643343                           0.03358
1.2.1597332                           0.02745
1.2.1686641                           0.00573
1.2.979913                            0.00433
1.2.1527702                           0.00322
1.2.823489                            0.00255
1.2.973616                            0.00247
1.2.877590                            0.00186
1.2.1039433                           0.00050
1.2.355810                            0.00020
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.168607                          992.57618
1.2.1619104                         121.97812
1.2.1213071                         110.38922
1.2.944809                           95.24434
1.2.1691739                          91.60123
1.2.114363                           59.58417
1.2.424868                           47.48945
1.2.1560396                          29.84978
1.2.881146                           15.75596
1.2.395549                           14.66727
1.2.33015                            14.08378
1.2.799404                           10.70150
1.2.885181                            7.74276
1.2.1597332                           5.15456
1.2.1094392                           5.01071
1.2.1687203                           3.65049
1.2.447722                            3.10221
1.2.973616                            2.36167
1.2.1616179                           1.98119
1.2.126225                            0.92498
1.2.457302                            0.55935
1.2.710542                            0.25387
1.2.1682766                           0.19386
1.2.1527702                           0.18022
1.2.955081                            0.09230
1.2.573323                            0.00569

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691467                           1.89383
1.2.1674829                           1.28256
1.2.33015                             0.78498
1.2.36449                             0.57649
1.2.1667487                           0.32553
1.2.1108195                           0.31731
1.2.395549                            0.25399
1.2.1656561                           0.23416
1.2.424868                            0.13338
1.2.1616179                           0.11967
1.2.114363                            0.06912
1.2.877590                            0.03855
1.2.355810                            0.00256
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.424868                          173.70245
1.2.888089                          167.53901
1.2.1674829                          84.14873
1.2.1656561                          49.02479
1.2.1691467                          35.05420
1.2.1108195                          29.15853
1.2.1667487                          21.04641
1.2.395549                           13.78242
1.2.1616179                           9.19030
1.2.1328017                           0.86766
1.2.1636320                           0.83904
1.2.439534                            0.53842
1.2.877590                            0.38336

Snapshots: https://mmcontest.bitshares.org/snapshots20191030.tgz

Code: [Select]
$ tar xzf snapshots20191030.tgz
$ find 2019-10-30 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
483a7ecf9eb88f3851311ccf696a67347aed7e5369b7ac04eb0afea37db7c70c  -

Proposal for sending out rewards of 2019-10-30:

https://cryptofresh.com/tx/af75f8d5d087610230d8dc040257f2470bd76f82
https://cryptofresh.com/b/42306838

https://cryptofresh.com/p/1.10.51408
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
PRINT
Pages: 1 2 3 4 5 [6] 7 8   Go Up
Title: Re: Repost: Market making contest, stage one
Post by: abit on November 14, 2019, 07:30:10 pm
Online Bhuz
Committee member
Sr. Member
*

Posts: 449
View Profile
BitShares: bhuz

Re: Market making contest
« Reply #90 on: October 31, 2019, 06:51:26 pm »
Quote from: abit on October 31, 2019, 12:10:48 pm
Reward data for 2019-10-30

(data generated with Ruby 2.2.2p95 (2015-04-13 revision 50295), script revision c318951)

Total 2241.00161 BTS

[...]

Snapshots: https://mmcontest.bitshares.org/snapshots20191030.tgz

Code: [Select]
$ tar xzf snapshots20191030.tgz
$ find 2019-10-30 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
483a7ecf9eb88f3851311ccf696a67347aed7e5369b7ac04eb0afea37db7c70c  -

Proposal for sending out rewards of 2019-10-30:

https://cryptofresh.com/tx/af75f8d5d087610230d8dc040257f2470bd76f82
https://cryptofresh.com/b/42306838

https://cryptofresh.com/p/1.10.51408
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab

@ruby 2.6.5p114 (2019-10-01 revision 67812)
Code: [Select]
$ ruby mm_rewards.rb 2019-10-30 1.10.51408

Date: 2019-10-30

Computing snapshots chucksum...
  483a7ecf9eb88f3851311ccf696a67347aed7e5369b7ac04eb0afea37db7c70c

Analyzing snapshots data and computing rewards...
  Total Rewards: 2241.00352 BTS

Let's verify the current proposal
  Getting proposal '1.10.51408' from the blockchain...
  Loading computed rewards data and mimic a proposal...
  Comparing proposals...
    Found 1 difference(s)!

    1st difference in position 0 (1st operation):
      found        {'amount': {'amount': 392866}}
      instead of   {'amount': {'amount': 393057}}

I will approve the proposal.
 Logged
Offline abit
Committee member
Hero Member
*

Posts: 3885
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Market making contest
« Reply #91 on: October 31, 2019, 10:06:32 pm »
Quote from: Bhuz on October 31, 2019, 06:51:26 pm
Quote from: abit on October 31, 2019, 12:10:48 pm
Reward data for 2019-10-30

(data generated with Ruby 2.2.2p95 (2015-04-13 revision 50295), script revision c318951)

Total 2241.00161 BTS

[...]

@ruby 2.6.5p114 (2019-10-01 revision 67812)

[...]

Analyzing snapshots data and computing rewards...
  Total Rewards: 2241.00352 BTS

    1st difference in position 0 (1st operation):
      found        {'amount': {'amount': 392866}}
      instead of   {'amount': {'amount': 393057}}

Found a bug in the "BigDecimal" module of Ruby 2.2.2 which caused the difference.

The difference is insignificant (<0.02 BTS) so I'm not going to compensate this time.

I will switch to Ruby 2.6.5 to generate reward data in the future.
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Offline abit
Committee member
Hero Member
*

Posts: 3885
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Market making contest
« Reply #92 on: November 01, 2019, 01:35:28 am »
Reward data for 2019-10-31

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 2864.16983 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.125824                           13.70619
1.2.168607                            8.34797
1.2.424868                            3.66592
1.2.1602008                           2.20003
1.2.1691739                           2.11999
1.2.36449                             1.76431
1.2.1619104                           1.64759
1.2.33015                             1.32982
1.2.298                               1.20881
1.2.1591806                           1.08867
1.2.1621642                           0.63016
1.2.944809                            0.62269
1.2.1560396                           0.53905
1.2.885181                            0.27429
1.2.395549                            0.25598
1.2.799404                            0.15063
1.2.881146                            0.07171
1.2.126225                            0.06440
1.2.1687203                           0.05766
1.2.1643343                           0.05106
1.2.1616179                           0.04243
1.2.1094392                           0.03698
1.2.1565363                           0.02934
1.2.447722                            0.01041
1.2.1686641                           0.00872
1.2.973616                            0.00802
1.2.138771                            0.00798
1.2.1527702                           0.00696
1.2.1213071                           0.00637
1.2.1622544                           0.00539
1.2.823489                            0.00306
1.2.877590                            0.00271
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.168607                          767.22558
1.2.1691739                         302.64652
1.2.1213071                         195.62507
1.2.424868                          135.59409
1.2.944809                           42.60857
1.2.125824                           41.11643
1.2.1560396                          28.09349
1.2.395549                           12.28327
1.2.799404                            9.98221
1.2.885181                            8.51550
1.2.1619104                           8.33275
1.2.881146                            6.52165
1.2.1094392                           5.75092
1.2.33015                             5.46182
1.2.1616179                           5.03475
1.2.1687203                           4.08671
1.2.447722                            1.81856
1.2.710542                            0.62402
1.2.126225                            0.53709
1.2.979913                            0.41976
1.2.138771                            0.17469
1.2.1527702                           0.08796
1.2.955081                            0.08341
1.2.916316                            0.02490

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691467                           2.18049
1.2.1674829                           1.27671
1.2.1692978                           1.18299
1.2.1656561                           0.98791
1.2.424868                            0.73299
1.2.33015                             0.68287
1.2.36449                             0.52489
1.2.1667487                           0.43751
1.2.395549                            0.25693
1.2.1616179                           0.11837
1.2.1108195                           0.10570
1.2.1596351                           0.09276
1.2.114363                            0.09187
1.2.877590                            0.04434
1.2.1328017                           0.01798
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.424868                          399.85553
1.2.1692978                         387.51786
1.2.888089                          244.30075
1.2.1674829                          87.87207
1.2.1108195                          69.44280
1.2.1656561                          12.20586
1.2.1667487                          11.05984
1.2.395549                           10.85308
1.2.1616179                           7.75194
1.2.1328017                           0.78709
1.2.1636320                           0.76326
1.2.877590                            0.41042

Snapshots: https://mmcontest.bitshares.org/snapshots20191031.tgz

Code: [Select]
$ tar xzf snapshots20191031.tgz
$ find 2019-10-31 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
4aab161df283ac8bef9632a2570c0b7d26ca97edd92e91f29d034443b505bca2  -

Proposal for sending out rewards of 2019-10-31:

https://cryptofresh.com/tx/fe3b6aad61429dd4a6410129bad5e9d11d548e2a
https://cryptofresh.com/b/42322913

https://cryptofresh.com/p/1.10.51467
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Offline mike.wang
Newbie
*
Posts: 11
View Profile

Re: Market making contest
« Reply #93 on: November 01, 2019, 02:32:31 am »
The daily rewards in these days are ~2500BTS, too low ...
How about double it by change the following?
Code: [Select]
group_score = group_reward_percent * min(1, total_order_size / 1,000,000 BTS)
to
Code: [Select]
group_score = group_reward_percent * min(1, total_order_size / 500,000 BTS)
 Logged
Offline abit
Committee member
Hero Member
*

Posts: 3885
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Market making contest
« Reply #94 on: November 01, 2019, 10:11:28 am »
Quote from: mike.wang on November 01, 2019, 02:32:31 am
The daily rewards in these days are ~2500BTS, too low ...
How about double it by change the following?
Code: [Select]
group_score = group_reward_percent * min(1, total_order_size / 1,000,000 BTS)
to
Code: [Select]
group_score = group_reward_percent * min(1, total_order_size / 500,000 BTS)
IMHO what we need is better/more promotion. We need more participants. Changing parameters only is not that effective.
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Online Bhuz
Committee member
Sr. Member
*

Posts: 449
View Profile
BitShares: bhuz

Re: Market making contest
« Reply #95 on: November 01, 2019, 11:27:37 am »
Quote from: abit on November 01, 2019, 01:35:28 am
Reward data for 2019-10-31

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 2864.16983 BTS

[...]

Snapshots: https://mmcontest.bitshares.org/snapshots20191031.tgz

Code: [Select]
$ tar xzf snapshots20191031.tgz
$ find 2019-10-31 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
4aab161df283ac8bef9632a2570c0b7d26ca97edd92e91f29d034443b505bca2  -

Proposal for sending out rewards of 2019-10-31:

https://cryptofresh.com/tx/fe3b6aad61429dd4a6410129bad5e9d11d548e2a
https://cryptofresh.com/b/42322913

https://cryptofresh.com/p/1.10.51467
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab

@ruby 2.6.5p114 (2019-10-01 revision 67812)
Code: [Select]
$ ruby mm_rewards.rb 2019-10-31 1.10.51467

Date: 2019-10-31

Computing snapshots chucksum...
  4aab161df283ac8bef9632a2570c0b7d26ca97edd92e91f29d034443b505bca2

Analyzing snapshots data and computing rewards...
  Total Rewards: 2864.16983 BTS

Let's verify the current proposal
  Getting proposal '1.10.51467' from the blockchain...
  Loading computed rewards data and mimic a proposal...
  Comparing proposals...
    No difference found!

I will approve the proposal.
 Logged
Offline ikram101
Newbie
*
Posts: 1
View Profile
BitShares: superikram1

Re: Market making contest
« Reply #96 on: November 02, 2019, 07:47:51 am »
Hi Everyone, we would like to introduce our market maker to the bitshares community. Autonio has released their Bitshares Market Maker that can be utilized to participate in the on-going BTS market making competetion.
Chinese version of the app will be released especially for the Chinese community.

For more info on Autonio BTS-MarketMaker, check out our latest medium post: https://link.medium.com/OmkcrZyqe1

Feel free to ping me for any relevant question.
 Logged
Offline sschiessl
Hero Member
*****

Posts: 581
View Profile
BitShares: sschiessl

Re: Market making contest
« Reply #97 on: November 02, 2019, 07:58:38 am »
Quote from: abit on November 01, 2019, 10:11:28 am
Quote from: mike.wang on November 01, 2019, 02:32:31 am
The daily rewards in these days are ~2500BTS, too low ...
How about double it by change the following?
Code: [Select]
group_score = group_reward_percent * min(1, total_order_size / 1,000,000 BTS)
to
Code: [Select]
group_score = group_reward_percent * min(1, total_order_size / 500,000 BTS)
IMHO what we need is better/more promotion. We need more participants. Changing parameters only is not that effective.

Do you have something specific in mind for marketing this?
 Logged
Offline mike.wang
Newbie
*
Posts: 11
View Profile

Re: Market making contest
« Reply #98 on: November 02, 2019, 08:11:15 am »
Quote from: abit on November 01, 2019, 10:11:28 am
Quote from: mike.wang on November 01, 2019, 02:32:31 am
The daily rewards in these days are ~2500BTS, too low ...
How about double it by change the following?
Code: [Select]
group_score = group_reward_percent * min(1, total_order_size / 1,000,000 BTS)
to
Code: [Select]
group_score = group_reward_percent * min(1, total_order_size / 500,000 BTS)
IMHO what we need is better/more promotion. We need more participants. Changing parameters only is not that effective.

I believe higher reward is one of the way to attract market maker at this stage. worth a try.
 Logged
Offline Crypto Kong
Full Member
***
Posts: 98
View Profile

Re: Market making contest
« Reply #99 on: November 02, 2019, 09:24:46 am »
Quote from: abit on November 01, 2019, 10:11:28 am
Quote from: mike.wang on November 01, 2019, 02:32:31 am
The daily rewards in these days are ~2500BTS, too low ...
How about double it by change the following?
Code: [Select]
group_score = group_reward_percent * min(1, total_order_size / 1,000,000 BTS)
to
Code: [Select]
group_score = group_reward_percent * min(1, total_order_size / 500,000 BTS)
IMHO what we need is better/more promotion. We need more participants. Changing parameters only is not that effective.

I think a bit of both is needed, I have been trialing the contest and for the time being have decided my BTC is better put to use elsewhere as the payout isn't high enough, that being said there is no point increasing payout without people even knowing the contest exists. I think we also need to get cryptobridge and openledger on board with this.

Rewarding markets like gdex.btc-sparkdex.btc and gdex.btc-rudex.btc could also be beneficial as at the moment we are rewarding liquidity in isolated markets where often the majority of trades are filled by arb bots. If we can lower the spreads in these markets we effectively join the markets and they become less isolated. At the moment we are rewarding liquidity that doesn't really benefit us as orders are rarely filled. I would like to see spreads in these joining markets for exchanges taking part be less than 1%, this would increase arb bot activity and mean that prices across these markets would stay closer together and their liquidity more available. I would reward buy orders >0.995 and sell orders <1.005 in these markets.

It is also worth mentioning that as far as I can see on Twitter, GDEX is the only exchange to announce the MM contest. It would be good if participating exchanges agreed to tweet at least once a week about the contest.
« Last Edit: November 02, 2019, 09:49:57 am by Crypto Kong »
 Logged
Offline mike.wang
Newbie
*
Posts: 11
View Profile

Re: Market making contest
« Reply #100 on: November 02, 2019, 11:58:27 am »
Quote from: Crypto Kong on November 02, 2019, 09:24:46 am
Quote from: abit on November 01, 2019, 10:11:28 am
Quote from: mike.wang on November 01, 2019, 02:32:31 am
The daily rewards in these days are ~2500BTS, too low ...
How about double it by change the following?
Code: [Select]
group_score = group_reward_percent * min(1, total_order_size / 1,000,000 BTS)
to
Code: [Select]
group_score = group_reward_percent * min(1, total_order_size / 500,000 BTS)
IMHO what we need is better/more promotion. We need more participants. Changing parameters only is not that effective.

I think a bit of both is needed, I have been trialing the contest and for the time being have decided my BTC is better put to use elsewhere as the payout isn't high enough, that being said there is no point increasing payout without people even knowing the contest exists. I think we also need to get cryptobridge and openledger on board with this.

Rewarding markets like gdex.btc-sparkdex.btc and gdex.btc-rudex.btc could also be beneficial as at the moment we are rewarding liquidity in isolated markets where often the majority of trades are filled by arb bots. If we can lower the spreads in these markets we effectively join the markets and they become less isolated. At the moment we are rewarding liquidity that doesn't really benefit us as orders are rarely filled. I would like to see spreads in these joining markets for exchanges taking part be less than 1%, this would increase arb bot activity and mean that prices across these markets would stay closer together and their liquidity more available. I would reward buy orders >0.995 and sell orders <1.005 in these markets.

It is also worth mentioning that as far as I can see on Twitter, GDEX is the only exchange to announce the MM contest. It would be good if participating exchanges agreed to tweet at least once a week about the contest.

I agree most of what you say.

But, IMHO, a.btc-b.btc is kind of arb not MM, should not earn reward.
Liquidity increases when limit orders are placed on the BTS:BTC/USDT market. a.btc-b.btc encourage arb, limit orders are settled because of this, thus reduce liquidity.
« Last Edit: November 02, 2019, 12:01:03 pm by mike.wang »
 Logged
Offline abit
Committee member
Hero Member
*

Posts: 3885
View Profile Steemit Blog
BitShares: abit
GitHub: abitmore

Re: Market making contest
« Reply #101 on: November 02, 2019, 12:09:31 pm »
Reward data for 2019-11-01

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 8029.04303 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.125824                           13.36142
1.2.168607                           11.81508
1.2.1691739                           4.54264
1.2.424868                            2.92999
1.2.298                               2.17770
1.2.36449                             1.83928
1.2.33015                             1.47417
1.2.1619104                           1.00001
1.2.1693506                           0.65625
1.2.395549                            0.54823
1.2.1560396                           0.53617
1.2.799404                            0.25843
1.2.885181                            0.24562
1.2.881146                            0.09511
1.2.126225                            0.08874
1.2.403666                            0.08336
1.2.1687203                           0.06814
1.2.1616179                           0.06136
1.2.1643343                           0.06034
1.2.1094392                           0.04070
1.2.1213071                           0.02628
1.2.1686641                           0.01097
1.2.1527702                           0.00987
1.2.823489                            0.00528
1.2.1622544                           0.00464
1.2.877590                            0.00151
1.2.973616                            0.00117
1.2.979913                            0.00023
1.2.114226                            0.00007
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1693506                        1581.98043
1.2.168607                          649.25761
1.2.1691739                         611.10984
1.2.424868                          205.33753
1.2.1213071                         156.46514
1.2.125824                          111.46267
1.2.944809                           78.99546
1.2.1560396                          29.12803
1.2.395549                           25.82953
1.2.881146                           14.01670
1.2.885181                           11.57981
1.2.799404                            6.20868
1.2.1094392                           5.31321
1.2.1616179                           5.15973
1.2.1687203                           3.89009
1.2.403666                            2.42169
1.2.1619104                           1.06116
1.2.126225                            0.89848
1.2.710542                            0.80249
1.2.501058                            0.43690
1.2.979913                            0.29269
1.2.1527702                           0.06912
1.2.955081                            0.05851

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.424868                            5.47039
1.2.888089                            3.56102
1.2.1692978                           3.26828
1.2.1674829                           1.15460
1.2.1693506                           0.98567
1.2.1108195                           0.80872
1.2.33015                             0.77116
1.2.1656561                           0.58989
1.2.36449                             0.49407
1.2.395549                            0.44813
1.2.1596351                           0.36302
1.2.1667487                           0.27337
1.2.114363                            0.13663
1.2.1616179                           0.09614
1.2.877590                            0.03013
1.2.670147                            0.02323
1.2.1328017                           0.00775
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1693415                        2735.99085
1.2.1692978                         642.55356
1.2.424868                          242.46064
1.2.670147                          237.77044
1.2.888089                          153.81977
1.2.114363                          145.08775
1.2.1693506                         106.22008
1.2.1674829                          95.45314
1.2.1108195                          33.14502
1.2.395549                           29.48322
1.2.1656561                          17.95451
1.2.1616179                          12.50170
1.2.1667487                          12.02347
1.2.1328017                           0.99111
1.2.1636320                           0.72360
1.2.533402                            0.36796
1.2.877590                            0.29575

Snapshots: https://mmcontest.bitshares.org/snapshots20191101.tgz

Code: [Select]
$ tar xzf snapshots20191101.tgz
$ find 2019-11-01 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
feebc04f8389d49e522330ae6fd47b0597717219c0257bb598d6167bccfe80bb  -

Proposal for sending out rewards of 2019-11-01:

https://cryptofresh.com/tx/f5d019c4d12b100b2408de79eec0a1087a9f9174
https://cryptofresh.com/b/42364197

https://cryptofresh.com/p/1.10.51523
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
 Logged
BTS account: abit
BTS committee member: abit
BTS witness: in.abit
Online Bhuz
Committee member
Sr. Member
*

Posts: 449
View Profile
BitShares: bhuz

Re: Market making contest
« Reply #102 on: November 02, 2019, 12:25:21 pm »
Quote from: abit on November 02, 2019, 12:09:31 pm
Reward data for 2019-11-01

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 8029.04303 BTS

[...]

Snapshots: https://mmcontest.bitshares.org/snapshots20191101.tgz

Code: [Select]
$ tar xzf snapshots20191101.tgz
$ find 2019-11-01 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
feebc04f8389d49e522330ae6fd47b0597717219c0257bb598d6167bccfe80bb  -

Proposal for sending out rewards of 2019-11-01:

https://cryptofresh.com/tx/f5d019c4d12b100b2408de79eec0a1087a9f9174
https://cryptofresh.com/b/42364197

https://cryptofresh.com/p/1.10.51523
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab

@ruby 2.6.5p114 (2019-10-01 revision 67812)
Code: [Select]
$ ruby mm_rewards.rb 2019-11-01 1.10.51523

Date: 2019-11-01

Computing snapshots chucksum...
  feebc04f8389d49e522330ae6fd47b0597717219c0257bb598d6167bccfe80bb

Analyzing snapshots data and computing rewards...
  Total Rewards: 8029.04303 BTS

Let's verify the current proposal
  Getting proposal '1.10.51523' from the blockchain...
  Loading computed rewards data and mimic a proposal...
  Comparing proposals...
    No difference found!

I will approve the proposal.
 Logged
Offline Crypto Kong
Full Member
***
Posts: 98
View Profile

Re: Market making contest
« Reply #103 on: November 02, 2019, 12:28:09 pm »
Quote from: mike.wang on November 02, 2019, 11:58:27 am
Quote from: Crypto Kong on November 02, 2019, 09:24:46 am
Quote from: abit on November 01, 2019, 10:11:28 am
Quote from: mike.wang on November 01, 2019, 02:32:31 am
The daily rewards in these days are ~2500BTS, too low ...
How about double it by change the following?
Code: [Select]
group_score = group_reward_percent * min(1, total_order_size / 1,000,000 BTS)
to
Code: [Select]
group_score = group_reward_percent * min(1, total_order_size / 500,000 BTS)
IMHO what we need is better/more promotion. We need more participants. Changing parameters only is not that effective.

I think a bit of both is needed, I have been trialing the contest and for the time being have decided my BTC is better put to use elsewhere as the payout isn't high enough, that being said there is no point increasing payout without people even knowing the contest exists. I think we also need to get cryptobridge and openledger on board with this.

Rewarding markets like gdex.btc-sparkdex.btc and gdex.btc-rudex.btc could also be beneficial as at the moment we are rewarding liquidity in isolated markets where often the majority of trades are filled by arb bots. If we can lower the spreads in these markets we effectively join the markets and they become less isolated. At the moment we are rewarding liquidity that doesn't really benefit us as orders are rarely filled. I would like to see spreads in these joining markets for exchanges taking part be less than 1%, this would increase arb bot activity and mean that prices across these markets would stay closer together and their liquidity more available. I would reward buy orders >0.995 and sell orders <1.005 in these markets.

It is also worth mentioning that as far as I can see on Twitter, GDEX is the only exchange to announce the MM contest. It would be good if participating exchanges agreed to tweet at least once a week about the contest.

I agree most of what you say.

But, IMHO, a.btc-b.btc is kind of arb not MM, should not earn reward.
Liquidity increases when limit orders are placed on the BTS:BTC/USDT market. a.btc-b.btc encourage arb, limit orders are settled because of this, thus reduce liquidity.

Yes, i do agree but my point is that we are paying for liquidity on exchanges such as rudex and sparkdex which are somewhat isolated. Without a.btc-b.btc market having tight spread the liquidity on these exchanges doesnt contribute as much as there are less profitable arb paths to their liquidity. So I think rewarding people for placing orders in a.btc-b.btc could help to make these exchanges less isolated.

The point of rewarding buy orders is to absorb dumps so that price doesnt crash easily, If we have orders placed in markets where there are no profitable arb paths then they dont contribute much to absorbing dumps as their orders wont get filled.
« Last Edit: November 02, 2019, 12:34:42 pm by Crypto Kong »
 Logged
Online bitcrab
Committee member
Hero Member
*

Posts: 1650
View Profile
BitShares: bitcrab
GitHub: bitcrab

Re: Market making contest
« Reply #104 on: November 03, 2019, 04:14:08 am »
welcome to trade using GDEX.BTC and GDEX.USDT, the market fee is as low as 0.1% and 20% sharing.
 Logged
Email:bitcrab@qq.com
PRINT
Pages: 1 2 3 4 5 6 [7] 8   Go Up
Title: Re: Repost: Market making contest, stage one
Post by: abit on November 14, 2019, 07:31:02 pm
2019-11-02 Total 8832.07191 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.168607                            9.63125
1.2.1693506                           7.81381
1.2.298                               6.11102
1.2.1691739                           6.00374
1.2.36449                             2.43578
1.2.33015                             2.19416
1.2.424868                            1.89325
1.2.395549                            0.97789
1.2.1560396                           0.53182
1.2.1094392                           0.46147
1.2.799404                            0.23771
1.2.885181                            0.22350
1.2.126225                            0.06214
1.2.881146                            0.06013
1.2.1616179                           0.05709
1.2.1687203                           0.05502
1.2.1619104                           0.05477
1.2.1643343                           0.04872
1.2.1527702                           0.00902
1.2.1686641                           0.00832
1.2.823489                            0.00629
1.2.986139                            0.00597
1.2.973616                            0.00137
1.2.1587504                           0.00060
1.2.1039433                           0.00002
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1693506                        1369.51231
1.2.1691739                         687.16997
1.2.168607                          664.70929
1.2.125824                          289.74091
1.2.1213071                         119.93964
1.2.424868                           88.14639
1.2.944809                           50.55346
1.2.1094392                          31.61636
1.2.1560396                          28.83081
1.2.395549                           28.47045
1.2.885181                           12.91239
1.2.403666                            9.41463
1.2.799404                            6.55067
1.2.710542                            4.43999
1.2.1687203                           3.88667
1.2.1616179                           2.98284
1.2.881146                            2.18830
1.2.126225                            0.88827
1.2.837518                            0.73228
1.2.979913                            0.27022
1.2.1527702                           0.06263
1.2.955081                            0.05412

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.424868                           12.51020
1.2.1693506                           2.10368
1.2.33015                             1.14730
1.2.1674829                           1.03110
1.2.1656561                           0.63820
1.2.36449                             0.61152
1.2.1596351                           0.60612
1.2.395549                            0.58169
1.2.831392                            0.48216
1.2.888089                            0.25226
1.2.114363                            0.23574
1.2.1692978                           0.19603
1.2.1667487                           0.14059
1.2.1616179                           0.10195
1.2.1691739                           0.00421
1.2.877590                            0.00280
1.2.1693415                           0.00063
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1693415                        3295.96121
1.2.1692978                         692.41662
1.2.888089                          460.47921
1.2.399755                          367.09561
1.2.1674829                         120.07047
1.2.1693506                          75.91247
1.2.114363                           73.91908
1.2.1108195                          67.10038
1.2.424868                           59.27720
1.2.670147                           50.80625
1.2.1667487                          44.20764
1.2.395549                           29.63354
1.2.1656561                          17.21948
1.2.1616179                          14.46878
1.2.1328017                           0.47664
1.2.1636320                           0.34388
1.2.877590                            0.07981

Snapshots: https://mmcontest.bitshares.org/snapshots20191102.tbz

Code: [Select]
$ tar xjf snapshots20191102.tbz
$ find 2019-11-02 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
9a906eac5cdbba53391cb13233c50029e217b3ecb1602ed06ad06ee283319fa2  -

Proposal for sending out rewards of 2019-11-02:

https://cryptofresh.com/tx/57d6cfb2d41d061f43fc0e09fff6b398f23f3cf4
https://cryptofresh.com/b/42392818

https://cryptofresh.com/p/1.10.51585
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab

--------------

2019-11-03 Total 13238.50489 BTS

=============================================
BTC
--seller-------------------------reward(BTS)-
1.2.1693506                          14.67744
1.2.1691739                           9.94278
1.2.298                               8.53510
1.2.168607                            6.39211
1.2.36449                             2.50680
1.2.33015                             2.02193
1.2.424868                            1.96862
1.2.395549                            1.12746
1.2.1094392                           0.63226
1.2.1091387                           0.54618
1.2.1560396                           0.52035
1.2.1619104                           0.50900
1.2.885181                            0.20890
1.2.423306                            0.11772
1.2.126225                            0.08235
1.2.986139                            0.08191
1.2.1687203                           0.04333
1.2.973616                            0.04023
1.2.1643343                           0.03837
1.2.1616179                           0.02827
1.2.799404                            0.01097
1.2.110360                            0.01091
1.2.1686641                           0.00550
1.2.1527702                           0.00417
1.2.823489                            0.00292
1.2.344916                            0.00226
1.2.1213071                           0.00038
1.2.1587504                           0.00012
1.2.1039433                           0.00002
--buyer--------------------------reward(BTS)-
1.2.1693506                        1087.33924
1.2.1691739                        1021.65640
1.2.125824                          996.50529
1.2.168607                          814.41690
1.2.1213071                         126.78459
1.2.944809                          102.67667
1.2.1619104                          67.87477
1.2.424868                           62.85296
1.2.1094392                          39.90837
1.2.1560396                          25.73022
1.2.403666                           20.21885
1.2.799404                           15.69186
1.2.885181                           14.14394
1.2.1687203                           5.84408
1.2.1616179                           1.96278
1.2.344916                            0.58465
1.2.979913                            0.33475
1.2.1527702                           0.11860
1.2.955081                            0.08341
1.2.110360                            0.00465
1.2.1039433                           0.00004
=============================================
USDT
--seller-------------------------reward(BTS)-
1.2.1692978                           9.17934
1.2.424868                            4.11878
1.2.831392                            3.40667
1.2.114363                            2.08767
1.2.33015                             1.01739
1.2.1674829                           0.99574
1.2.399755                            0.90425
1.2.1693506                           0.69816
1.2.36449                             0.57498
1.2.395549                            0.53345
1.2.1667487                           0.52145
1.2.1656561                           0.30116
1.2.1596351                           0.27935
1.2.1616179                           0.22665
1.2.1108195                           0.22228
1.2.877590                            0.01472
1.2.888089                            0.00004
--buyer--------------------------reward(BTS)-
1.2.1693415                        4098.81313
1.2.424868                         1691.20760
1.2.399755                         1026.95961
1.2.1692978                         851.89820
1.2.888089                          550.34268
1.2.114363                          206.31636
1.2.1674829                         102.95373
1.2.1693506                          68.06217
1.2.1108195                          64.75777
1.2.1656561                          38.65621
1.2.395549                           34.32350
1.2.1616179                          11.30831
1.2.1667487                          10.77545
1.2.1328017                           0.93146
1.2.1636320                           0.72282
1.2.710542                            0.51458
1.2.877590                            0.08785

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

2019-11-04 Total 16657.10258 BTS

=============================================
BTC
--seller-------------------------reward(BTS)-
1.2.1693506                          13.91037
1.2.1691739                          13.50114
1.2.4810                              8.29779
1.2.168607                            6.77774
1.2.298                               4.60149
1.2.36449                             2.33449
1.2.424868                            1.94449
1.2.33015                             1.77334
1.2.1619104                           0.79358
1.2.395549                            0.65199
1.2.1094392                           0.62646
1.2.1560396                           0.55304
1.2.423306                            0.35530
1.2.885181                            0.27489
1.2.403666                            0.10880
1.2.126225                            0.08470
1.2.799404                            0.07058
1.2.973616                            0.05778
1.2.1687203                           0.04785
1.2.1643343                           0.04237
1.2.1213071                           0.02859
1.2.1616179                           0.02739
1.2.986139                            0.02465
1.2.1091387                           0.00917
1.2.1527702                           0.00506
1.2.823489                            0.00292
1.2.344916                            0.00167
1.2.1039433                           0.00009
--buyer--------------------------reward(BTS)-
1.2.1693506                        2388.37262
1.2.1691739                        1209.04448
1.2.125824                         1010.83446
1.2.168607                          859.14532
1.2.1213071                         210.01709
1.2.1616179                         151.41339
1.2.944809                          115.74430
1.2.424868                          106.09073
1.2.1619104                          35.09058
1.2.1094392                          31.25249
1.2.1560396                          27.06870
1.2.799404                           14.34983
1.2.885181                           12.81172
1.2.403666                            8.16924
1.2.395549                            5.32205
1.2.750207                            5.01297
1.2.881146                            3.13101
1.2.1591759                           3.12970
1.2.1091387                           1.89863
1.2.344916                            1.10610
1.2.979913                            0.42880
1.2.110360                            0.38800
1.2.126225                            0.11862
1.2.1527702                           0.10952
1.2.955081                            0.08339
1.2.366568                            0.03121
=============================================
USDT
--seller-------------------------reward(BTS)-
1.2.1692978                          10.09073
1.2.424868                            7.52492
1.2.1674829                           2.71349
1.2.888089                            1.70064
1.2.1693506                           1.25406
1.2.114363                            1.14176
1.2.33015                             0.98031
1.2.36449                             0.59968
1.2.1656561                           0.59312
1.2.1667487                           0.59091
1.2.1108195                           0.36066
1.2.1596351                           0.35633
1.2.1143893                           0.29439
1.2.399755                            0.25562
1.2.1616179                           0.14983
1.2.395549                            0.13379
1.2.877590                            0.01310
1.2.344916                            0.00025
1.2.138771                            0.00005
--buyer--------------------------reward(BTS)-
1.2.1693415                        4271.90287
1.2.424868                         3393.01117
1.2.399755                          712.26994
1.2.1692978                         697.79671
1.2.888089                          608.57914
1.2.114363                          155.30295
1.2.1616179                         135.10786
1.2.1693506                         133.49197
1.2.1674829                         110.36495
1.2.1108195                         103.30705
1.2.1656561                          20.84254
1.2.395549                           17.88138
1.2.1667487                           8.78603
1.2.1328017                           0.79580
1.2.1636320                           0.69229
1.2.344916                            0.51577
1.2.138771                            0.31464
1.2.877590                            0.31320

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

2019-11-05 Total 20657.77530 BTS

=============================================
BTC
--seller-------------------------reward(BTS)-
1.2.1693506                          16.69348
1.2.1691739                          13.93356
1.2.168607                           12.17533
1.2.298                               9.54532
1.2.33015                             3.18078
1.2.424868                            2.95765
1.2.36449                             2.31116
1.2.1619104                           1.94062
1.2.1094392                           1.07161
1.2.395549                            0.55563
1.2.1560396                           0.55512
1.2.885181                            0.28505
1.2.423306                            0.20276
1.2.4810                              0.18733
1.2.799404                            0.11657
1.2.835444                            0.06169
1.2.1687203                           0.06141
1.2.126225                            0.05948
1.2.1643343                           0.05438
1.2.986139                            0.05030
1.2.403666                            0.03274
1.2.1616179                           0.02955
1.2.1213071                           0.01758
1.2.1039433                           0.00765
1.2.1527702                           0.00742
1.2.823489                            0.00324
1.2.973616                            0.00074
--buyer--------------------------reward(BTS)-
1.2.1693506                        2282.54203
1.2.1691739                        1254.62031
1.2.1616179                         800.48035
1.2.168607                          787.08430
1.2.125824                          781.69058
1.2.1213071                         211.38805
1.2.424868                          117.99701
1.2.1214396                          88.25246
1.2.944809                           83.91859
1.2.1094392                          45.57682
1.2.1560396                          36.71797
1.2.1619104                          24.06372
1.2.403666                           16.20523
1.2.395549                           13.44933
1.2.799404                           13.32490
1.2.885181                           12.52343
1.2.1591759                           7.07571
1.2.838942                            6.73248
1.2.881146                            5.67008
1.2.1091387                           2.62667
1.2.344916                            1.16509
1.2.126225                            0.41434
1.2.979913                            0.33902
1.2.1039433                           0.19701
1.2.366568                            0.17468
1.2.1527702                           0.11927
1.2.955081                            0.08372
1.2.110360                            0.06834
1.2.1682766                           0.00143
=============================================
USDT
--seller-------------------------reward(BTS)-
1.2.424868                           12.55756
1.2.1674829                           4.23143
1.2.33015                             3.22724
1.2.1693506                           3.13439
1.2.36449                             2.35480
1.2.399755                            0.84567
1.2.1656561                           0.82733
1.2.1596351                           0.75874
1.2.1692978                           0.60633
1.2.114363                            0.31578
1.2.395549                            0.27340
1.2.1667487                           0.17926
1.2.1597332                           0.11154
1.2.888089                            0.08001
1.2.1616179                           0.05303
1.2.877590                            0.02731
1.2.1693415                           0.00841
1.2.138771                            0.00608
--buyer--------------------------reward(BTS)-
1.2.1693415                        7334.25331
1.2.424868                         3523.53095
1.2.888089                         1005.29611
1.2.1692978                         909.16220
1.2.399755                          477.78708
1.2.1616179                         171.36936
1.2.1693506                         135.30769
1.2.1108195                         122.40805
1.2.1674829                          71.38031
1.2.470047                           66.18884
1.2.114363                           58.46948
1.2.1597332                          35.52079
1.2.1667487                          18.74116
1.2.395549                           18.42963
1.2.1656561                          14.43786
1.2.138771                            2.70648
1.2.877590                            0.99937
1.2.344916                            0.60299
1.2.1328017                           0.43257
1.2.1636320                           0.33524
1.2.1601869                           0.21645

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

2019-11-06 Total 26517.92382 BTS

=============================================
BTC
--seller-------------------------reward(BTS)-
1.2.168607                           16.32947
1.2.1693506                          15.95404
1.2.424868                           13.59303
1.2.1691739                           8.83976
1.2.298                               6.15225
1.2.33015                             3.34469
1.2.1619104                           2.30871
1.2.36449                             2.19028
1.2.1094392                           1.07633
1.2.1560396                           0.55612
1.2.799404                            0.29988
1.2.885181                            0.26636
1.2.395549                            0.25414
1.2.403666                            0.12144
1.2.986139                            0.08085
1.2.1687203                           0.07603
1.2.1643343                           0.06732
1.2.126225                            0.06181
1.2.1214396                           0.05706
1.2.1616179                           0.04943
1.2.1039433                           0.02255
1.2.1527702                           0.01367
1.2.823489                            0.00774
1.2.1213071                           0.00636
1.2.1123614                           0.00531
1.2.973616                            0.00018
--buyer--------------------------reward(BTS)-
1.2.1693506                        3417.36248
1.2.424868                         2281.69350
1.2.1691739                        1285.63328
1.2.125824                          911.60058
1.2.1616179                         743.01665
1.2.168607                          517.05001
1.2.1214396                         207.44000
1.2.1213071                         178.94651
1.2.944809                           82.68360
1.2.1094392                          40.17589
1.2.1560396                          38.11184
1.2.395549                           14.08758
1.2.885181                           13.27695
1.2.403666                            9.69981
1.2.1123614                           9.56960
1.2.881146                            7.01969
1.2.1591759                           5.97543
1.2.126225                            1.67521
1.2.750207                            1.41580
1.2.1091387                           0.98680
1.2.344916                            0.62427
1.2.799404                            0.30246
1.2.979913                            0.27261
1.2.1039433                           0.20496
1.2.366568                            0.09231
1.2.1527702                           0.06346
1.2.955081                            0.04230
=============================================
USDT
--seller-------------------------reward(BTS)-
1.2.424868                            7.34331
1.2.33015                             2.75298
1.2.1693506                           2.12406
1.2.36449                             2.05362
1.2.1694252                           1.80511
1.2.1596351                           1.33699
1.2.1656561                           1.00415
1.2.399755                            0.51739
1.2.114363                            0.26397
1.2.1692978                           0.24456
1.2.1667487                           0.23388
1.2.888089                            0.16562
1.2.395549                            0.15742
1.2.1674829                           0.11905
1.2.1616179                           0.06794
1.2.1693415                           0.01315
1.2.877590                            0.00730
1.2.1108195                           0.00480
1.2.1018164                           0.00157
--buyer--------------------------reward(BTS)-
1.2.1693415                        7764.67437
1.2.424868                         4116.95002
1.2.1692978                        1308.94174
1.2.1694252                        1031.13584
1.2.888089                          856.84558
1.2.1674829                         278.35661
1.2.1616179                         276.06195
1.2.470047                          226.28599
1.2.399755                          209.63427
1.2.1693506                         199.39905
1.2.1108195                         127.75326
1.2.831392                           58.62021
1.2.1601869                          55.91035
1.2.1597332                          50.64411
1.2.114363                           44.91514
1.2.1667487                          19.34669
1.2.395549                           16.43096
1.2.1656561                          10.62336
1.2.138771                            3.20357
1.2.344916                            0.39090
1.2.1328017                           0.30916
1.2.1636320                           0.28427
1.2.877590                            0.23116

=============================================
Title: Re: Repost: Market making contest, stage one
Post by: abit on November 14, 2019, 07:32:05 pm

2019-11-07 Total 25542.59214 BTS

=============================================
BTC
--seller-------------------------reward(BTS)-
1.2.424868                           21.49043
1.2.168607                           10.51893
1.2.1691739                           5.96639
1.2.145050                            4.60358
1.2.33015                             2.43296
1.2.36449                             1.65672
1.2.1693506                           0.98258
1.2.1094392                           0.86485
1.2.1619104                           0.60323
1.2.1560396                           0.49378
1.2.298                               0.43123
1.2.395549                            0.25118
1.2.799404                            0.24026
1.2.885181                            0.19369
1.2.881146                            0.18204
1.2.986139                            0.10355
1.2.126225                            0.07887
1.2.1687203                           0.07053
1.2.1643343                           0.06246
1.2.1616179                           0.04471
1.2.1213071                           0.03386
1.2.1214396                           0.03332
1.2.1039433                           0.02291
1.2.1527702                           0.01292
1.2.823489                            0.00801
1.2.1308625                           0.00333
1.2.973616                            0.00008
1.2.542503                            0.00006
--buyer--------------------------reward(BTS)-
1.2.1693506                        3231.35996
1.2.424868                         1649.62143
1.2.1691739                        1419.99299
1.2.1616179                         810.67309
1.2.125824                          742.53632
1.2.168607                          495.84796
1.2.1695235                         311.72646
1.2.1214396                         293.69133
1.2.1213071                         128.07954
1.2.944809                          121.54137
1.2.1123614                          54.50197
1.2.403666                           42.99921
1.2.1560396                          28.07284
1.2.1094392                          26.25157
1.2.395549                           12.67866
1.2.885181                           12.38848
1.2.1619104                          10.23597
1.2.1591759                           2.50345
1.2.750207                            2.03584
1.2.799404                            1.97004
1.2.126225                            0.50195
1.2.344916                            0.43671
1.2.1091387                           0.39576
1.2.979913                            0.24078
1.2.1039433                           0.10483
1.2.366568                            0.06029
1.2.955081                            0.03098
1.2.1527702                           0.02051
=============================================
USDT
--seller-------------------------reward(BTS)-
1.2.33015                             3.13299
1.2.1692978                           2.52538
1.2.1694252                           2.41165
1.2.36449                             2.16753
1.2.424868                            2.09594
1.2.1693506                           0.91541
1.2.1596351                           0.91140
1.2.1656561                           0.54693
1.2.1108195                           0.39607
1.2.395549                            0.24479
1.2.1667487                           0.18625
1.2.1616179                           0.14832
1.2.888089                            0.07107
1.2.114363                            0.03172
1.2.399755                            0.00747
1.2.489839                            0.00174
1.2.1693415                           0.00159
--buyer--------------------------reward(BTS)-
1.2.1693415                        6015.95991
1.2.424868                         2921.04504
1.2.1694252                        2323.04955
1.2.1692978                        1608.45304
1.2.888089                          675.56025
1.2.1616179                         631.93215
1.2.114363                          373.78509
1.2.489839                          322.55380
1.2.1695236                         211.41847
1.2.470047                          204.94306
1.2.831392                          198.90081
1.2.1674829                         167.76529
1.2.1693506                         160.14540
1.2.399755                          100.09457
1.2.1108195                          84.90595
1.2.1667487                          22.38968
1.2.395549                           20.79778
1.2.1656561                          15.84320
1.2.1601869                           9.80337
1.2.138771                            3.68555
1.2.1688594                           0.65932
1.2.344916                            0.54766
1.2.1328017                           0.35781
1.2.1636320                           0.31239

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

2019-11-08 Total 25774.30787 BTS

=============================================
BTC
--seller-------------------------reward(BTS)-
1.2.424868                           17.52522
1.2.168607                            7.94458
1.2.1691739                           7.73506
1.2.145050                            6.98660
1.2.33015                             3.16803
1.2.36449                             1.97530
1.2.1693506                           0.84547
1.2.1560396                           0.55796
1.2.1094392                           0.54195
1.2.395549                            0.33881
1.2.498000                            0.23477
1.2.885181                            0.18146
1.2.799404                            0.09023
1.2.1687203                           0.06225
1.2.986139                            0.05634
1.2.1643343                           0.05513
1.2.126225                            0.04810
1.2.881146                            0.04021
1.2.1616179                           0.03446
1.2.1039433                           0.01843
1.2.1214396                           0.01071
1.2.1527702                           0.00973
1.2.823489                            0.00656
1.2.1308625                           0.00603
1.2.1598564                           0.00575
1.2.1213071                           0.00069
1.2.973616                            0.00033
--buyer--------------------------reward(BTS)-
1.2.1693506                        2724.25521
1.2.1695235                        1514.50672
1.2.424868                         1274.99057
1.2.1691739                        1020.91759
1.2.1616179                         851.32831
1.2.125824                          772.82100
1.2.168607                          561.03127
1.2.1619104                         328.30012
1.2.1214396                         298.07265
1.2.944809                          127.59672
1.2.1213071                         105.13527
1.2.1123614                          31.43361
1.2.1560396                          27.58844
1.2.403666                           25.62748
1.2.1094392                          23.77041
1.2.395549                           14.71351
1.2.885181                           12.86037
1.2.799404                           10.40104
1.2.881146                            7.83081
1.2.1591759                           2.62441
1.2.126225                            1.78741
1.2.973616                            1.77302
1.2.344916                            0.44494
1.2.979913                            0.26603
1.2.1039433                           0.21527
1.2.366568                            0.06388
1.2.1527702                           0.05126
1.2.955081                            0.04897
1.2.1598564                           0.04360
=============================================
USDT
--seller-------------------------reward(BTS)-
1.2.1693415                           7.90165
1.2.1692978                           7.56361
1.2.1616179                           5.29954
1.2.33015                             3.97504
1.2.36449                             3.08555
1.2.831392                            2.06344
1.2.1674829                           1.92651
1.2.424868                            1.67131
1.2.1694252                           0.80411
1.2.1597332                           0.60277
1.2.1693506                           0.45973
1.2.888089                            0.42313
1.2.1667487                           0.38192
1.2.395549                            0.37451
1.2.1108195                           0.34249
1.2.1596351                           0.31335
1.2.1656561                           0.26384
1.2.1695236                           0.11050
1.2.354252                            0.03813
1.2.114363                            0.01002
--buyer--------------------------reward(BTS)-
1.2.1693415                        7112.56071
1.2.424868                         3530.27746
1.2.1694252                        1245.92680
1.2.1692978                        1206.70050
1.2.1695236                         590.33979
1.2.1616179                         572.17342
1.2.888089                          475.20979
1.2.114363                          378.64364
1.2.489839                          326.94603
1.2.1693506                         183.23258
1.2.1108195                         130.78035
1.2.1674829                         102.13145
1.2.1656561                          36.11057
1.2.1667487                          18.84300
1.2.395549                           18.29130
1.2.354252                           12.41796
1.2.439534                            3.45294
1.2.138771                            1.89952
1.2.1328017                           1.23698
1.2.344916                            0.27622
1.2.1636320                           0.26566

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

2019-11-09 Total 29688.07241 BTS

=============================================
BTC
--seller-------------------------reward(BTS)-
1.2.424868                           21.85000
1.2.1691739                          12.19617
1.2.168607                           11.90645
1.2.145050                           10.65253
1.2.33015                             2.13649
1.2.36449                             1.48529
1.2.1214396                           1.04774
1.2.1693506                           0.99364
1.2.1560396                           0.47793
1.2.498000                            0.39381
1.2.395549                            0.35757
1.2.1094392                           0.35638
1.2.885181                            0.22200
1.2.1687203                           0.08583
1.2.799404                            0.08254
1.2.1643343                           0.07601
1.2.1598564                           0.06463
1.2.1616179                           0.04011
1.2.1039433                           0.02233
1.2.1527702                           0.01702
1.2.126225                            0.01592
1.2.986139                            0.01484
1.2.979913                            0.01000
1.2.823489                            0.00830
1.2.1308625                           0.00652
1.2.1213071                           0.00300
--buyer--------------------------reward(BTS)-
1.2.1693506                        4067.04223
1.2.1695235                        2049.57874
1.2.1691739                        1263.26996
1.2.424868                         1072.05790
1.2.125824                          697.26991
1.2.1619104                         675.37026
1.2.1616179                         542.04304
1.2.168607                          487.15084
1.2.1214396                         446.08195
1.2.1695688                         332.90926
1.2.1213071                         153.79453
1.2.944809                           89.63850
1.2.403666                           50.49190
1.2.395549                           31.32969
1.2.1123614                          21.92641
1.2.1560396                          21.51111
1.2.1094392                          17.93899
1.2.885181                           11.76588
1.2.799404                           10.09361
1.2.126225                            4.41146
1.2.973616                            3.38084
1.2.881146                            2.32795
1.2.1591759                           1.99040
1.2.344916                            0.46862
1.2.979913                            0.23172
1.2.1598564                           0.22380
1.2.366568                            0.05946
1.2.955081                            0.04438
1.2.1039433                           0.01734
1.2.1527702                           0.00045
=============================================
USDT
--seller-------------------------reward(BTS)-
1.2.424868                           25.68565
1.2.1692978                          18.20605
1.2.1108195                           4.66143
1.2.1674829                           3.26002
1.2.1616179                           2.64334
1.2.33015                             2.57745
1.2.36449                             2.07820
1.2.1667487                           1.20650
1.2.831392                            0.85155
1.2.1694252                           0.60287
1.2.395549                            0.55959
1.2.1695236                           0.46577
1.2.1656561                           0.34359
1.2.489839                            0.27505
1.2.1693415                           0.24427
1.2.1693506                           0.18039
1.2.354252                            0.12987
1.2.1596351                           0.12168
1.2.138771                            0.07824
1.2.417653                            0.04155
1.2.888089                            0.02201
1.2.344916                            0.01959
--buyer--------------------------reward(BTS)-
1.2.1693415                        8887.69804
1.2.424868                         3846.42461
1.2.1694252                        1604.66843
1.2.1695236                        1031.10775
1.2.1692978                         793.52736
1.2.489839                          496.35483
1.2.1616179                         386.71429
1.2.1693506                         308.95132
1.2.1674829                          49.56762
1.2.1656561                          28.00780
1.2.395549                           27.91729
1.2.138771                            9.71328
1.2.888089                            9.32980
1.2.439534                            9.09256
1.2.1667487                           6.74743
1.2.417653                            6.42676
1.2.1328017                           1.82872
1.2.344916                            0.61265
1.2.1597332                           0.18303

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

2019-11-10 Total 28990.88862 BTS

=============================================
BTC
--seller-------------------------reward(BTS)-
1.2.424868                           18.88579
1.2.1691739                           9.14407
1.2.168607                            8.85030
1.2.145050                            7.83986
1.2.33015                             3.12048
1.2.1693506                           2.01673
1.2.36449                             1.91262
1.2.1214396                           1.27940
1.2.1560396                           0.44074
1.2.395549                            0.42985
1.2.1094392                           0.23558
1.2.885181                            0.17836
1.2.1695235                           0.12172
1.2.1687203                           0.06208
1.2.1598564                           0.05737
1.2.1643343                           0.05497
1.2.126225                            0.03949
1.2.1616179                           0.03229
1.2.979913                            0.01137
1.2.799404                            0.01133
1.2.1527702                           0.01027
1.2.1213071                           0.00764
1.2.1039433                           0.00619
1.2.1308625                           0.00603
1.2.823489                            0.00603
1.2.973616                            0.00048
--buyer--------------------------reward(BTS)-
1.2.1693506                        3003.88199
1.2.1695235                        1461.64175
1.2.424868                         1389.15179
1.2.1619104                        1282.71171
1.2.125824                          987.24963
1.2.1691739                         954.98985
1.2.168607                          681.38959
1.2.1616179                         618.14421
1.2.1695688                         580.72306
1.2.1214396                         436.21304
1.2.944809                          130.54786
1.2.1213071                         123.52132
1.2.403666                           58.21928
1.2.1560396                          21.90987
1.2.1123614                          21.04787
1.2.395549                           19.57908
1.2.885181                           16.53541
1.2.1094392                          14.43258
1.2.799404                           12.64076
1.2.126225                            1.75518
1.2.1591759                           1.62808
1.2.344916                            0.61828
1.2.1598564                           0.29520
1.2.979913                            0.27236
1.2.1039433                           0.11753
1.2.881146                            0.11566
1.2.366568                            0.07714
1.2.955081                            0.04841
1.2.973616                            0.04388
1.2.1527702                           0.02391
1.2.1682766                           0.00168
=============================================
USDT
--seller-------------------------reward(BTS)-
1.2.1692978                          22.64948
1.2.424868                           15.88651
1.2.1108195                           3.81226
1.2.831392                            2.80201
1.2.1616179                           2.38408
1.2.33015                             2.22224
1.2.36449                             1.68338
1.2.1674829                           1.39858
1.2.1694252                           1.28634
1.2.1667487                           0.84492
1.2.1695236                           0.63728
1.2.395549                            0.48428
1.2.1656561                           0.32628
1.2.1693415                           0.27591
1.2.1693506                           0.21841
1.2.489839                            0.12892
1.2.354252                            0.12034
1.2.1596351                           0.10801
1.2.138771                            0.07513
1.2.417653                            0.05827
1.2.888089                            0.04194
1.2.344916                            0.02409
1.2.648934                            0.01358
--buyer--------------------------reward(BTS)-
1.2.1693415                        7675.43869
1.2.424868                         3832.10475
1.2.1694252                        3129.90698
1.2.1695236                         566.32916
1.2.1692978                         553.05908
1.2.489839                          493.24641
1.2.1616179                         446.33575
1.2.1693506                         235.37373
1.2.1656561                          30.44532
1.2.1674829                          25.46193
1.2.395549                           18.87729
1.2.888089                           17.22389
1.2.1108195                          11.66855
1.2.439534                            7.62178
1.2.1667487                           6.42193
1.2.831392                            5.37465
1.2.1328017                           1.77454
1.2.138771                            1.39134
1.2.417653                            1.06161

=============================================
Title: Re: Repost: Market making contest, stage one
Post by: abit on November 14, 2019, 07:33:03 pm
2019-11-11 Total 24100.22365 BTS

=============================================
BTC
--seller-------------------------reward(BTS)-
1.2.125824                            9.41393
1.2.424868                            9.26946
1.2.168607                            4.80438
1.2.145050                            3.78214
1.2.1691739                           3.58907
1.2.33015                             3.55136
1.2.36449                             2.62845
1.2.1693506                           0.96881
1.2.1560396                           0.50509
1.2.395549                            0.31777
1.2.1094392                           0.28499
1.2.885181                            0.21162
1.2.126225                            0.06708
1.2.1687203                           0.06485
1.2.1643343                           0.03206
1.2.1598564                           0.03051
1.2.1591759                           0.02598
1.2.979913                            0.00695
1.2.1039433                           0.00539
1.2.799404                            0.00456
1.2.1527702                           0.00424
1.2.1616179                           0.00404
1.2.1308625                           0.00356
1.2.823489                            0.00291
1.2.1214396                           0.00089
1.2.1587504                           0.00014
1.2.973616                            0.00003
--buyer--------------------------reward(BTS)-
1.2.1693506                        1860.33257
1.2.1209227                        1623.67438
1.2.1619104                         992.90976
1.2.424868                          974.80563
1.2.168607                          879.81620
1.2.1695235                         651.69547
1.2.1695688                         518.09688
1.2.1691739                         442.28697
1.2.1214396                         335.96837
1.2.1616179                         261.85243
1.2.33015                           107.71605
1.2.125824                           97.13658
1.2.944809                           87.89266
1.2.1213071                          84.82369
1.2.403666                           23.34734
1.2.1560396                          21.67894
1.2.1123614                          17.27439
1.2.1094392                          16.21151
1.2.395549                           16.02467
1.2.885181                           11.91855
1.2.799404                           11.91725
1.2.423992                            5.80402
1.2.881146                            2.62871
1.2.1591759                           1.75589
1.2.1598564                           0.61897
1.2.126225                            0.53153
1.2.979913                            0.37537
1.2.344916                            0.36920
1.2.1039433                           0.31794
1.2.1601869                           0.24796
1.2.366568                            0.16024
1.2.1527702                           0.12183
1.2.955081                            0.06760
=============================================
USDT
--seller-------------------------reward(BTS)-
1.2.1692978                          10.73609
1.2.1674829                           3.23523
1.2.1694252                           3.08113
1.2.36449                             2.32429
1.2.33015                             2.25213
1.2.831392                            1.53222
1.2.1108195                           1.02325
1.2.1616179                           0.53207
1.2.395549                            0.39709
1.2.1693506                           0.33399
1.2.1656561                           0.29844
1.2.1667487                           0.16933
1.2.424868                            0.16308
1.2.489839                            0.14737
1.2.1693415                           0.05838
1.2.354252                            0.04990
1.2.1596351                           0.04792
1.2.417653                            0.04289
1.2.114363                            0.03745
1.2.138771                            0.03126
1.2.344916                            0.02283
1.2.1695236                           0.00138
--buyer--------------------------reward(BTS)-
1.2.1693415                        7443.03168
1.2.424868                         3238.40701
1.2.1694252                        2619.86959
1.2.1692978                         354.90967
1.2.1616179                         352.81243
1.2.1695236                         268.79219
1.2.1693506                         244.96893
1.2.489839                          176.10604
1.2.888089                           79.75590
1.2.1108195                          78.73095
1.2.1656561                          29.53847
1.2.1667487                          26.20239
1.2.1674829                          25.11187
1.2.439534                           16.51942
1.2.831392                           11.05971
1.2.395549                            6.27132
1.2.114363                            5.99269
1.2.1328017                           1.79052
1.2.417653                            0.93574
1.2.1623590                           0.76122
1.2.1601869                           0.73593
1.2.1688594                           0.66526
1.2.138771                            0.48175
1.2.344916                            0.29544

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

2019-11-12 Total 31442.64119 BTS

=============================================
BTC
--seller-------------------------reward(BTS)-
1.2.424868                           13.00619
1.2.1209227                           7.47018
1.2.125824                            3.86837
1.2.36449                             3.21246
1.2.168607                            2.72296
1.2.33015                             2.50815
1.2.145050                            1.92761
1.2.944809                            1.57626
1.2.1691739                           1.53158
1.2.1560396                           0.61248
1.2.1693506                           0.48659
1.2.395549                            0.45185
1.2.885181                            0.25947
1.2.1610085                           0.21699
1.2.1616179                           0.18250
1.2.1094392                           0.17770
1.2.1619104                           0.06488
1.2.1687203                           0.04492
1.2.126225                            0.03331
1.2.1591759                           0.02823
1.2.1598564                           0.01899
1.2.1643343                           0.01807
1.2.403666                            0.01048
1.2.114363                            0.00939
1.2.979913                            0.00801
1.2.1039433                           0.00431
1.2.1064751                           0.00394
1.2.973616                            0.00251
1.2.1527702                           0.00220
1.2.1308625                           0.00210
1.2.823489                            0.00188
1.2.1214396                           0.00028
--buyer--------------------------reward(BTS)-
1.2.1693506                        3635.58723
1.2.1209227                        2131.83146
1.2.168607                         1974.82650
1.2.1619104                        1686.02709
1.2.1691739                        1294.07516
1.2.1610085                        1016.74108
1.2.424868                          872.99931
1.2.1695688                         515.53394
1.2.1214396                         504.02602
1.2.1695235                         458.55948
1.2.1616179                         375.97104
1.2.33015                           352.84077
1.2.114363                          333.68886
1.2.1213071                         138.74157
1.2.1123614                          47.09503
1.2.944809                           37.40655
1.2.395549                           27.13642
1.2.1560396                          18.94986
1.2.1094392                          13.68721
1.2.799404                           12.84195
1.2.885181                           11.72725
1.2.423992                            8.05598
1.2.403666                            7.80155
1.2.881146                            5.45832
1.2.126225                            2.79706
1.2.1601830                           1.09919
1.2.1591759                           0.98598
1.2.1601869                           0.80856
1.2.1039433                           0.75954
1.2.1598564                           0.72709
1.2.902962                            0.53827
1.2.1527702                           0.31502
1.2.979913                            0.21023
1.2.955081                            0.20770
1.2.986139                            0.18860
1.2.366568                            0.18293
1.2.573323                            0.02105
=============================================
USDT
--seller-------------------------reward(BTS)-
1.2.1692978                           3.41647
1.2.1694252                           1.87884
1.2.33015                             1.77690
1.2.36449                             1.47129
1.2.1674829                           0.90670
1.2.395549                            0.48465
1.2.1667487                           0.34163
1.2.1656561                           0.28056
1.2.1693506                           0.25034
1.2.1616179                           0.07259
1.2.114363                            0.07218
1.2.831392                            0.06923
1.2.188287                            0.03836
1.2.417653                            0.02914
1.2.648934                            0.02340
1.2.1695236                           0.02061
1.2.424868                            0.01761
1.2.344916                            0.01545
1.2.138771                            0.01232
1.2.354252                            0.01079
1.2.1693415                           0.00436
1.2.774015                            0.00313
1.2.1610085                           0.00165
--buyer--------------------------reward(BTS)-
1.2.1693415                        6103.36077
1.2.424868                         4197.74070
1.2.1694252                        3722.52957
1.2.1692978                         491.10562
1.2.1693506                         379.83733
1.2.1616179                         252.69371
1.2.1695236                         218.24599
1.2.888089                          168.79945
1.2.1108195                         121.23059
1.2.1610085                          91.83511
1.2.427623                           43.47490
1.2.1656561                          31.76486
1.2.439534                           31.30279
1.2.114363                           28.87779
1.2.1667487                          13.18858
1.2.1601869                           1.86474
1.2.1623590                           1.25317
1.2.1328017                           1.23362
1.2.831392                            0.15213
1.2.188287                            0.03588

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

2019-11-13 Total 34622.17388 BTS

=============================================
BTC
--seller-------------------------reward(BTS)-
1.2.424868                           18.59651
1.2.168607                            4.52531
1.2.1691739                           3.95581
1.2.1693506                           3.41177
1.2.125824                            3.38959
1.2.36449                             3.00853
1.2.33015                             2.48440
1.2.944809                            2.24511
1.2.145050                            1.84956
1.2.1209227                           0.97756
1.2.1123614                           0.90649
1.2.1094392                           0.72227
1.2.1560396                           0.62638
1.2.395549                            0.39849
1.2.885181                            0.24494
1.2.10687                             0.14640
1.2.126225                            0.08321
1.2.1616179                           0.06554
1.2.1687203                           0.04151
1.2.1695235                           0.03997
1.2.1695688                           0.03672
1.2.1591759                           0.02984
1.2.1064751                           0.01858
1.2.1598564                           0.01690
1.2.1643343                           0.01608
1.2.979913                            0.00895
1.2.799404                            0.00787
1.2.1619104                           0.00598
1.2.1039433                           0.00415
1.2.1610085                           0.00211
1.2.1527702                           0.00199
1.2.1308625                           0.00188
1.2.823489                            0.00145
1.2.1214396                           0.00107
1.2.1213071                           0.00041
--buyer--------------------------reward(BTS)-
1.2.1693506                        3852.04599
1.2.1695688                        2102.71021
1.2.1695235                        1951.01145
1.2.1691739                        1748.70349
1.2.168607                         1649.66918
1.2.1610085                        1303.98447
1.2.1619104                        1256.63004
1.2.1209227                        1005.36758
1.2.1616179                         644.99652
1.2.1214396                         394.85025
1.2.33015                           185.67476
1.2.1213071                         117.33532
1.2.125824                           80.35865
1.2.1094392                          40.78634
1.2.424868                           33.78809
1.2.395549                           24.21286
1.2.1560396                          23.60273
1.2.1123614                          10.32422
1.2.885181                            8.95857
1.2.799404                            8.03101
1.2.986139                            2.60821
1.2.1601830                           2.27259
1.2.1591759                           1.60512
1.2.881146                            1.06822
1.2.1598564                           1.03492
1.2.1601869                           0.99771
1.2.902962                            0.80728
1.2.1039433                           0.65093
1.2.366568                            0.32088
1.2.1527702                           0.27582
1.2.126225                            0.27453
1.2.955081                            0.17537
1.2.573323                            0.01994
=============================================
USDT
--seller-------------------------reward(BTS)-
1.2.1694252                          38.11083
1.2.1692978                           3.43597
1.2.1696206                           3.22081
1.2.33015                             2.32508
1.2.36449                             2.09234
1.2.1693415                           1.52332
1.2.1674829                           1.01031
1.2.1693506                           0.86325
1.2.1667487                           0.71072
1.2.424868                            0.52204
1.2.1610085                           0.48364
1.2.395549                            0.44999
1.2.1656561                           0.36573
1.2.774015                            0.33590
1.2.1616179                           0.07517
1.2.188287                            0.03971
1.2.417653                            0.03247
1.2.114363                            0.02604
1.2.344916                            0.01721
1.2.138771                            0.01329
1.2.1108195                           0.01149
1.2.354252                            0.01108
1.2.1695236                           0.00170
1.2.888089                            0.00081
1.2.1065185                           0.00058
--buyer--------------------------reward(BTS)-
1.2.1693415                        7561.29090
1.2.424868                         3017.18135
1.2.1694252                        2170.21081
1.2.1692978                        1622.62746
1.2.1610085                         893.61310
1.2.1695236                         632.96404
1.2.1693506                         601.32689
1.2.885179                          418.16305
1.2.1696206                         356.89273
1.2.888089                          215.65842
1.2.1616179                         208.35985
1.2.1108195                         169.10008
1.2.427623                          105.03251
1.2.439534                           31.24524
1.2.1656561                          26.56403
1.2.395549                           13.26057
1.2.1667487                           7.54501
1.2.774015                            4.41346
1.2.1214372                           3.88551
1.2.1601869                           2.88460
1.2.188287                            0.63054
1.2.1328017                           0.61767

=============================================
Title: Re: Repost: Market making contest, stage one
Post by: abit on November 14, 2019, 07:33:48 pm
Place holder.
Title: Re: Repost: Market making contest, stage one
Post by: abit on November 14, 2019, 07:34:23 pm
Place holder.
Title: Re: Repost: Market making contest, stage one
Post by: abit on November 14, 2019, 07:35:03 pm
Place holder
Title: Re: Repost: Market making contest, stage one
Post by: abit on November 14, 2019, 07:35:34 pm
Reward data for 2019-11-14

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 41764.38346 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1693506                          24.54072
1.2.424868                           15.74834
1.2.168607                           12.27230
1.2.125824                            6.86519
1.2.33015                             3.47717
1.2.36449                             3.39541
1.2.1691739                           1.74764
1.2.145050                            1.62844
1.2.944809                            1.53716
1.2.1094392                           1.23481
1.2.10687                             0.83066
1.2.1123614                           0.79425
1.2.1560396                           0.52586
1.2.395549                            0.49372
1.2.885181                            0.26310
1.2.126225                            0.10456
1.2.441438                            0.07237
1.2.1616179                           0.04526
1.2.1696479                           0.02930
1.2.1687203                           0.02835
1.2.1619104                           0.02799
1.2.1591759                           0.02573
1.2.799404                            0.02505
1.2.1064751                           0.01536
1.2.1214396                           0.01342
1.2.1643343                           0.01167
1.2.1598564                           0.01060
1.2.1039433                           0.00942
1.2.979913                            0.00645
1.2.1213071                           0.00399
1.2.881146                            0.00367
1.2.1610085                           0.00134
1.2.1527702                           0.00132
1.2.1308625                           0.00109
1.2.973616                            0.00008
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                        3992.49713
1.2.1610085                        3603.35980
1.2.1693506                        3275.40965
1.2.1695235                        3009.71572
1.2.1619104                        2508.91109
1.2.1691739                        1771.47058
1.2.168607                         1082.01198
1.2.1209227                         968.29335
1.2.1214396                         427.85405
1.2.1616179                         422.00318
1.2.944809                          155.53221
1.2.1213071                         146.87585
1.2.1094392                          70.22219
1.2.125824                           66.11027
1.2.1560396                          24.46570
1.2.445498                           20.36567
1.2.799404                           12.32920
1.2.395549                           10.87616
1.2.885181                           10.11496
1.2.424868                            8.45555
1.2.33015                             8.15444
1.2.986139                            6.84196
1.2.881146                            3.33638
1.2.1591759                           3.27431
1.2.1039433                           0.82916
1.2.1601830                           0.74599
1.2.1527702                           0.40608
1.2.366568                            0.39347
1.2.1077123                           0.23618
1.2.955081                            0.22976
1.2.1601869                           0.16886
1.2.710542                            0.07661
1.2.573323                            0.02907

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1694252                          34.36795
1.2.1665104                          17.27274
1.2.424868                            3.42877
1.2.33015                             3.40567
1.2.1692978                           3.22569
1.2.36449                             2.94559
1.2.354252                            2.61777
1.2.1693506                           0.92865
1.2.648934                            0.92463
1.2.477169                            0.73766
1.2.1674829                           0.64427
1.2.395549                            0.46185
1.2.1696206                           0.45475
1.2.1693415                           0.32627
1.2.1667487                           0.29167
1.2.774015                            0.27620
1.2.1610085                           0.23707
1.2.1656561                           0.19958
1.2.1616179                           0.06556
1.2.188287                            0.02583
1.2.417653                            0.01757
1.2.114363                            0.01347
1.2.1108195                           0.01036
1.2.1065185                           0.00938
1.2.344916                            0.00931
1.2.138771                            0.00778
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1693415                        6451.50575
1.2.1665104                        3440.20025
1.2.424868                         3165.77603
1.2.1610085                        2524.11414
1.2.1692978                        1142.46804
1.2.1696500                         919.23013
1.2.1695236                         622.84792
1.2.1693506                         399.27421
1.2.1696206                         353.30941
1.2.1616179                         236.43233
1.2.888089                          152.06651
1.2.885179                          144.65637
1.2.1108195                         135.06735
1.2.1694252                         124.18037
1.2.439534                           63.14269
1.2.354252                           51.60256
1.2.1656561                          32.77437
1.2.427623                           20.85411
1.2.1667487                          15.91414
1.2.395549                            6.89483
1.2.1328017                           1.32506
1.2.1601869                           0.30629
1.2.188287                            0.14621

Snapshots: https://mmcontest.bitshares.org/snapshots20191114.tbz

Code: [Select]
$ tar xjf snapshots20191114.tbz
$ find 2019-11-14 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
da6c23fa9ecf624f18d18079c4718fcabfd0e051d124e18bdb521714d7871151  -

Proposal for sending out rewards of 2019-11-14:

https://cryptofresh.com/tx/029d62e7dbe09c2b8eb8e36c633af7755a022a49
https://cryptofresh.com/b/42723325

https://cryptofresh.com/p/1.10.52343
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: abit on November 15, 2019, 10:26:51 pm
Starting from Sunday 17th November, buyer:seller reward ratio will be changed from 98:2 to 90:10.
Title: Re: Repost: Market making contest, stage one
Post by: abit on November 16, 2019, 12:49:49 am
Reward data for 2019-11-15

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 39978.11954 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1693506                          75.53000
1.2.168607                           19.98916
1.2.91161                            16.96338
1.2.229556                           16.06075
1.2.1691739                          15.98047
1.2.424868                            9.45204
1.2.1610085                           6.04358
1.2.125824                            4.73391
1.2.441438                            4.15917
1.2.36449                             3.31045
1.2.33015                             3.13375
1.2.944809                            1.68004
1.2.145050                            1.52866
1.2.1094392                           0.86715
1.2.1123614                           0.81971
1.2.10687                             0.79353
1.2.1560396                           0.51344
1.2.395549                            0.40334
1.2.885181                            0.27523
1.2.799404                            0.25616
1.2.126225                            0.10112
1.2.1214396                           0.07002
1.2.1616179                           0.04498
1.2.1687203                           0.02500
1.2.1591759                           0.02271
1.2.1687464                           0.01655
1.2.1619104                           0.01573
1.2.1064751                           0.01560
1.2.1643343                           0.01290
1.2.1598564                           0.01285
1.2.1039433                           0.01218
1.2.1695688                           0.00998
1.2.979913                            0.00680
1.2.1213071                           0.00577
1.2.1695235                           0.00463
1.2.1527702                           0.00152
1.2.1308625                           0.00134
1.2.973616                            0.00086
1.2.823489                            0.00039
1.2.183653                            0.00001
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                        4126.94463
1.2.1695235                        3854.02759
1.2.1691739                        2230.99173
1.2.1610085                        2222.46041
1.2.1619104                        1618.06261
1.2.1209227                        1111.10057
1.2.168607                          991.88288
1.2.1214396                         609.71480
1.2.1693506                         324.06294
1.2.1616179                         221.65903
1.2.944809                          185.93767
1.2.1213071                         133.88422
1.2.1123614                         115.82537
1.2.125824                          104.28812
1.2.229556                           92.10950
1.2.1094392                          44.20818
1.2.445498                           41.45575
1.2.1560396                          30.56902
1.2.885181                           12.29347
1.2.1601830                           5.94736
1.2.799404                            5.84146
1.2.33015                             3.40532
1.2.1591759                           2.73213
1.2.424868                            2.35570
1.2.710542                            0.98780
1.2.1039433                           0.86909
1.2.126225                            0.50755
1.2.366568                            0.46416
1.2.1527702                           0.42178
1.2.1687464                           0.36033
1.2.955081                            0.24556
1.2.573323                            0.02681

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1694252                          17.88352
1.2.1696206                           9.28357
1.2.1692978                           6.70562
1.2.33015                             4.30657
1.2.354252                            3.95403
1.2.424868                            3.00697
1.2.36449                             2.98082
1.2.888089                            2.04362
1.2.1665104                           1.94723
1.2.1693506                           1.86561
1.2.1610085                           1.26097
1.2.477169                            1.12280
1.2.1693415                           0.59768
1.2.1674829                           0.42207
1.2.486857                            0.33332
1.2.831392                            0.32867
1.2.395549                            0.21807
1.2.774015                            0.18186
1.2.1656561                           0.17496
1.2.1667487                           0.14975
1.2.1108195                           0.10045
1.2.648934                            0.06058
1.2.1616179                           0.03924
1.2.188287                            0.02950
1.2.417653                            0.01171
1.2.114363                            0.00898
1.2.1065185                           0.00657
1.2.344916                            0.00621
1.2.138771                            0.00382
1.2.1696500                           0.00351
1.2.1695236                           0.00261
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1693415                        6624.09286
1.2.1665104                        3328.25913
1.2.1610085                        2775.13940
1.2.354252                         2592.49432
1.2.424868                         2109.40606
1.2.1696500                        1357.32186
1.2.1692978                         878.38212
1.2.1695236                         506.43506
1.2.885179                          332.58684
1.2.1693506                         250.26696
1.2.1616179                         209.87593
1.2.648934                          155.24849
1.2.439534                           96.00153
1.2.888089                           89.24746
1.2.1108195                          88.13676
1.2.1696206                          80.95495
1.2.831392                           49.47031
1.2.1694252                          44.10499
1.2.1656561                          25.13853
1.2.486857                           22.68080
1.2.1667487                          21.08173
1.2.477169                            1.29709
1.2.1328017                           1.26556
1.2.501058                            0.93884
1.2.774015                            0.73267

Snapshots: https://mmcontest.bitshares.org/snapshots20191115.tbz

Code: [Select]
$ tar xjf snapshots20191115.tbz
$ find 2019-11-15 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
414296cc145d023e0f000226bf084bb8f655685cb67d3988a1e22f8395b1ce63  -

Proposal for sending out rewards of 2019-11-15:

https://cryptofresh.com/tx/cc82b14bba9d514a9e2db8dfa437d6985d45122a
https://cryptofresh.com/b/42751586

https://cryptofresh.com/p/1.10.52423
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: Bhuz on November 16, 2019, 10:39:01 am
Code: [Select]
$ ruby mm_rewards.rb 2019-11-15 1.10.52423

Date: 2019-11-15

Computing snapshots chucksum...
  414296cc145d023e0f000226bf084bb8f655685cb67d3988a1e22f8395b1ce63

Analyzing snapshots data and computing rewards...
  Total Rewards: 39978.11954 BTS

Let's verify the current proposal
  Getting proposal '1.10.52423' from the blockchain...
  Loading computed rewards data and mimic a proposal...
  Comparing proposals...
    No difference found!

I will approve the proposal.
Title: Re: Repost: Market making contest, stage one
Post by: abit on November 17, 2019, 12:57:18 am
Reward data for 2019-11-16

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 42647.95328 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1693506                          63.71766
1.2.168607                           48.28266
1.2.441438                            3.99990
1.2.125824                            3.30625
1.2.33015                             3.23593
1.2.36449                             3.20855
1.2.944809                            3.19926
1.2.145050                            1.84316
1.2.1691739                           1.80250
1.2.1123614                           0.87695
1.2.1094392                           0.57125
1.2.1560396                           0.44910
1.2.885181                            0.35201
1.2.10687                             0.35032
1.2.799404                            0.34738
1.2.424868                            0.22560
1.2.1616179                           0.04537
1.2.1064751                           0.04189
1.2.126225                            0.04095
1.2.1687464                           0.03792
1.2.445498                            0.03480
1.2.1687203                           0.02993
1.2.1643343                           0.02651
1.2.395549                            0.02640
1.2.1214396                           0.02626
1.2.1598564                           0.02572
1.2.1610085                           0.02346
1.2.1695688                           0.01962
1.2.1039433                           0.01807
1.2.1591759                           0.01704
1.2.979913                            0.01265
1.2.1527702                           0.00337
1.2.1308625                           0.00297
1.2.823489                            0.00278
1.2.1213071                           0.00146
1.2.423992                            0.00121
1.2.1619104                           0.00109
1.2.973616                            0.00019
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                        3135.89167
1.2.1695235                        3132.04967
1.2.1619104                        2842.08874
1.2.1691739                        2599.62946
1.2.1610085                        2306.55581
1.2.1693506                        1909.84010
1.2.229556                          669.46209
1.2.1209227                         643.37313
1.2.168607                          600.53136
1.2.1214396                         594.44278
1.2.944809                          291.54452
1.2.445498                          201.38805
1.2.424868                          187.86874
1.2.1213071                         115.77703
1.2.125824                           78.97795
1.2.1616179                          78.18259
1.2.441438                           73.02049
1.2.1123614                          66.08982
1.2.1094392                          38.36351
1.2.423992                           34.46698
1.2.1560396                          27.62848
1.2.885181                            7.39741
1.2.1687464                           3.39059
1.2.1591759                           2.60205
1.2.1039433                           0.45550
1.2.710542                            0.32345
1.2.366568                            0.30042
1.2.1527702                           0.19899
1.2.955081                            0.13212
1.2.126225                            0.09252
1.2.837518                            0.02541
1.2.573323                            0.01051

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.831392                           47.61745
1.2.1665104                          22.78023
1.2.1694252                          21.47646
1.2.1692978                          16.97181
1.2.1696206                           7.97879
1.2.424868                            4.32845
1.2.33015                             3.21513
1.2.1610085                           2.62862
1.2.36449                             2.52444
1.2.1693506                           2.03993
1.2.477169                            1.87679
1.2.1674829                           0.45425
1.2.1693415                           0.38565
1.2.1656561                           0.34861
1.2.486857                            0.30463
1.2.395549                            0.25811
1.2.1696860                           0.16584
1.2.1667487                           0.16146
1.2.888089                            0.05129
1.2.1616179                           0.04401
1.2.417653                            0.01260
1.2.114363                            0.00966
1.2.774015                            0.00800
1.2.1065185                           0.00705
1.2.344916                            0.00668
1.2.138771                            0.00464
1.2.354252                            0.00380
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                        4735.53517
1.2.424868                         3960.36310
1.2.1693415                        3562.20125
1.2.354252                         3404.52521
1.2.1610085                        3317.71001
1.2.1696500                        1592.31782
1.2.1692978                         750.44889
1.2.1695236                         313.15882
1.2.885179                          227.66749
1.2.1616179                         205.99383
1.2.1693506                         185.83131
1.2.1696411                          97.81595
1.2.888089                           92.98260
1.2.439534                           85.36179
1.2.1696206                          70.82258
1.2.1108195                          60.89767
1.2.1667487                          20.87081
1.2.486857                           20.20198
1.2.1656561                          17.28218
1.2.1694252                           6.54901
1.2.477169                            5.17070
1.2.1328017                           0.27065

Snapshots: https://mmcontest.bitshares.org/snapshots20191116.tbz

Code: [Select]
$ tar xjf snapshots20191116.tbz
$ find 2019-11-16 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
bfa94159eb5ff0c0cb1426dd10a282df9622c6a7e49ec26a1a37714f98449214  -

Proposal for sending out rewards of 2019-11-16:

https://cryptofresh.com/tx/d80fd68b8a1ff0ae2b0bda8de249f111243e31a2
https://cryptofresh.com/b/42780479

https://cryptofresh.com/p/1.10.52458
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: Bhuz on November 17, 2019, 10:42:56 am
Reward data for 2019-11-16

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 42647.95328 BTS

[...]

Snapshots: https://mmcontest.bitshares.org/snapshots20191116.tbz

Code: [Select]
$ tar xjf snapshots20191116.tbz
$ find 2019-11-16 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
bfa94159eb5ff0c0cb1426dd10a282df9622c6a7e49ec26a1a37714f98449214  -

Proposal for sending out rewards of 2019-11-16:

https://cryptofresh.com/tx/d80fd68b8a1ff0ae2b0bda8de249f111243e31a2
https://cryptofresh.com/b/42780479

https://cryptofresh.com/p/1.10.52458
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab

@ruby 2.6.5p114 (2019-10-01 revision 67812)
Code: [Select]
$ ruby mm_rewards.rb 2019-11-16 1.10.52458

Date: 2019-11-16

Computing snapshots chucksum...
  bfa94159eb5ff0c0cb1426dd10a282df9622c6a7e49ec26a1a37714f98449214

Analyzing snapshots data and computing rewards...
  Total Rewards: 42647.95328 BTS

Let's verify the current proposal
  Getting proposal '1.10.52458' from the blockchain...
  Loading computed rewards data and mimic a proposal...
  Comparing proposals...
    No difference found!

I will approve the proposal.
Title: Re: Repost: Market making contest, stage one
Post by: Crypto Kong on November 17, 2019, 07:53:37 pm
Please share:

https://dexbot.info/contest/
Title: Re: Repost: Market making contest, stage one
Post by: abit on November 18, 2019, 01:10:10 am
Reward data for 2019-11-17

(note: buyer:seller reward ratio has been updated from 98:2 to 90:10)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 41104.45192 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.168607                          263.09958
1.2.125824                           34.10746
1.2.445498                           29.26148
1.2.36449                            18.21757
1.2.33015                            16.75584
1.2.145050                           10.10549
1.2.1214396                           9.17777
1.2.1622575                           4.81294
1.2.1693506                           3.72653
1.2.1691739                           3.10616
1.2.1094392                           2.82167
1.2.944809                            2.80152
1.2.1560396                           2.34645
1.2.1667406                           1.83185
1.2.799404                            1.77575
1.2.885181                            1.33374
1.2.424868                            0.90910
1.2.395549                            0.77119
1.2.935613                            0.54988
1.2.423992                            0.34293
1.2.1064751                           0.24236
1.2.1687203                           0.21227
1.2.1643343                           0.16342
1.2.126225                            0.13345
1.2.1598564                           0.13322
1.2.1672514                           0.12768
1.2.1039433                           0.09848
1.2.1591759                           0.09138
1.2.979913                            0.06852
1.2.1213071                           0.04375
1.2.1527702                           0.02201
1.2.1308625                           0.01610
1.2.823489                            0.01463
1.2.1619104                           0.00568
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1693506                        4571.59988
1.2.1695688                        2563.32170
1.2.1695235                        2462.50405
1.2.1619104                        2331.97567
1.2.1610085                        1378.65803
1.2.1691739                        1176.08430
1.2.445498                          692.11994
1.2.1214396                         629.35312
1.2.944809                          602.59971
1.2.424868                          508.34423
1.2.1209227                         377.25468
1.2.168607                          355.10738
1.2.229556                          308.29027
1.2.1672514                         215.84888
1.2.125824                          157.63157
1.2.1213071                         120.51418
1.2.1616179                          59.77282
1.2.441438                           46.74254
1.2.1123614                          38.37532
1.2.423992                           31.76133
1.2.1094392                          27.93227
1.2.1560396                          23.14752
1.2.395549                           17.19583
1.2.885181                           15.75487
1.2.446658                            2.95513
1.2.1598564                           2.49122
1.2.1591759                           1.73822
1.2.1039433                           0.27778
1.2.366568                            0.17913
1.2.1527702                           0.11147
1.2.955081                            0.06590

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.831392                          246.83742
1.2.1694252                         193.59408
1.2.1665104                          99.12155
1.2.1692978                          90.71892
1.2.424868                           29.18924
1.2.33015                            20.30117
1.2.477169                           18.75926
1.2.36449                            14.77203
1.2.1696860                          13.51296
1.2.1693506                           6.56118
1.2.1597332                           5.06913
1.2.1656561                           4.75181
1.2.1674829                           3.31519
1.2.395549                            2.56718
1.2.1667487                           1.45293
1.2.1610085                           1.22158
1.2.1616179                           0.37190
1.2.1696206                           0.24937
1.2.1695236                           0.23646
1.2.417653                            0.09345
1.2.1108195                           0.08440
1.2.114363                            0.07167
1.2.1065185                           0.05094
1.2.344916                            0.04955
1.2.354252                            0.04102
1.2.138771                            0.03923
1.2.888089                            0.02502
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                        5396.05426
1.2.424868                         3690.93942
1.2.1610085                        2590.14486
1.2.354252                         2540.50607
1.2.1693415                        2267.89398
1.2.1696500                        1470.76548
1.2.1692978                         910.95403
1.2.1152872                         395.42798
1.2.888089                          345.10269
1.2.1695236                         331.35006
1.2.885179                          265.27897
1.2.1690991                         237.16770
1.2.1696206                         205.18707
1.2.1616179                         180.18395
1.2.1696411                          92.91900
1.2.831392                           83.77372
1.2.439534                           67.73422
1.2.1108195                          61.24501
1.2.1693506                          26.33593
1.2.486857                           19.39726
1.2.1667487                          15.24763
1.2.1656561                          13.25305
1.2.1694252                           7.51076
1.2.477169                            5.40745
1.2.1696860                           2.47681
1.2.1328017                           0.19913

Snapshots: https://mmcontest.bitshares.org/snapshots20191117.tbz

Code: [Select]
$ tar xjf snapshots20191117.tbz
$ find 2019-11-17 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
e046225409202e71e965a61aab24a4c14fd77cdde8b2b311874b45cb598b120f  -

Proposal for sending out rewards of 2019-11-17:

https://cryptofresh.com/tx/1516a43720c39d26e26026ab950fd55680723dcc
https://cryptofresh.com/b/42809459

https://cryptofresh.com/p/1.10.52519
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: Bhuz on November 18, 2019, 11:35:27 am
Reward data for 2019-11-17

(note: buyer:seller reward ratio has been updated from 98:2 to 90:10)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 41104.45192 BTS

[...]

Snapshots: https://mmcontest.bitshares.org/snapshots20191117.tbz

Code: [Select]
$ tar xjf snapshots20191117.tbz
$ find 2019-11-17 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
e046225409202e71e965a61aab24a4c14fd77cdde8b2b311874b45cb598b120f  -

Proposal for sending out rewards of 2019-11-17:

https://cryptofresh.com/tx/1516a43720c39d26e26026ab950fd55680723dcc
https://cryptofresh.com/b/42809459

https://cryptofresh.com/p/1.10.52519
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab

@ruby 2.6.5p114 (2019-10-01 revision 67812)
Code: [Select]
$ ruby mm_rewards.rb 2019-11-17 1.10.52519

Date: 2019-11-17

Computing snapshots chucksum...
  e046225409202e71e965a61aab24a4c14fd77cdde8b2b311874b45cb598b120f

Analyzing snapshots data and computing rewards...
  Total Rewards: 41104.45192 BTS

Let's verify the current proposal
  Getting proposal '1.10.52519' from the blockchain...
  Loading computed rewards data and mimic a proposal...
  Comparing proposals...
    No difference found!

I will approve the proposal.
Title: Re: Repost: Market making contest, stage one
Post by: abit on November 19, 2019, 12:29:33 am
Reward data for 2019-11-18

(note: buyer:seller reward ratio has been updated from 98:2 to 90:10)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 36022.19482 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.354252                          205.29879
1.2.168607                          157.90352
1.2.424868                           43.98969
1.2.33015                            20.73150
1.2.36449                            19.01771
1.2.125824                           16.24097
1.2.445498                           10.65024
1.2.145050                            9.97180
1.2.1616179                           7.75127
1.2.944809                            5.40456
1.2.1094392                           3.79294
1.2.1667406                           3.20961
1.2.1693506                           3.13030
1.2.1560396                           2.89301
1.2.1691739                           2.73667
1.2.1214396                           2.55379
1.2.395549                            2.42891
1.2.799404                            1.79371
1.2.885181                            1.11619
1.2.423992                            0.62676
1.2.935613                            0.51631
1.2.1610085                           0.37982
1.2.881146                            0.36330
1.2.126225                            0.30679
1.2.1687203                           0.25851
1.2.1064751                           0.17860
1.2.1598564                           0.12882
1.2.498000                            0.12494
1.2.1643343                           0.12435
1.2.1039433                           0.08550
1.2.1619104                           0.06659
1.2.1591759                           0.06454
1.2.979913                            0.06202
1.2.1527702                           0.01618
1.2.1308625                           0.01557
1.2.823489                            0.01347
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1693506                        2011.07860
1.2.1619104                        1657.85322
1.2.1695235                        1607.16442
1.2.1610085                        1543.60326
1.2.1695688                        1353.71020
1.2.1691739                         991.48411
1.2.424868                          901.68882
1.2.1672514                         721.45768
1.2.445498                          718.98854
1.2.1209227                         603.85188
1.2.168607                          506.45415
1.2.1616179                         483.07617
1.2.229556                          465.25442
1.2.1214396                         418.18237
1.2.944809                          275.99362
1.2.441438                          206.50483
1.2.125824                          135.04242
1.2.1213071                          80.09881
1.2.1123614                          55.38316
1.2.1094392                          39.31335
1.2.395549                           20.26162
1.2.1560396                          19.56864
1.2.885181                           18.94744
1.2.446658                            5.08402
1.2.1598564                           3.78189
1.2.1591759                           1.47755
1.2.799404                            0.85344
1.2.750207                            0.79203
1.2.1039433                           0.53424
1.2.366568                            0.26786
1.2.1527702                           0.24224
1.2.955081                            0.09838
1.2.881146                            0.07052
1.2.573323                            0.01122

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1693415                         111.23536
1.2.831392                           99.34385
1.2.1610085                          97.30393
1.2.1694252                          86.19882
1.2.1152872                          75.75110
1.2.1143893                          64.97868
1.2.1692978                          26.46869
1.2.1665104                          25.50964
1.2.1693506                          24.12411
1.2.1696860                          21.57429
1.2.33015                            18.78125
1.2.36449                            16.15811
1.2.424868                           12.06324
1.2.354252                           10.56422
1.2.477169                            7.57566
1.2.885179                            6.35039
1.2.1597332                           6.03813
1.2.1656561                           2.09411
1.2.1674829                           1.83327
1.2.395549                            1.02748
1.2.1667487                           0.65894
1.2.1616179                           0.45584
1.2.1696411                           0.35169
1.2.417653                            0.34075
1.2.1696206                           0.13091
1.2.888089                            0.09235
1.2.486857                            0.07623
1.2.1696500                           0.04519
1.2.114363                            0.03992
1.2.1065185                           0.02799
1.2.138771                            0.01959
1.2.344916                            0.01619
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                        7693.17034
1.2.1693415                        2455.88374
1.2.354252                         2204.64360
1.2.1696500                        2104.70742
1.2.1692978                        1471.23946
1.2.1610085                        1183.09242
1.2.888089                          617.11998
1.2.1695236                         556.60395
1.2.1616179                         288.61216
1.2.1690991                         230.52026
1.2.1696206                         228.74597
1.2.1152872                         135.87563
1.2.424868                          129.15977
1.2.1108195                         121.31573
1.2.885179                          106.57316
1.2.439534                           84.32012
1.2.1693506                          67.05919
1.2.1696411                          50.58110
1.2.1696860                          48.95295
1.2.831392                           46.28775
1.2.1694252                          23.71810
1.2.1656561                          23.16638
1.2.1667487                          22.24111
1.2.486857                           20.98637
1.2.1213118                          10.56793
1.2.477169                            3.84752
1.2.1597332                           3.47920
1.2.1328017                           0.37122

Snapshots: https://mmcontest.bitshares.org/snapshots20191118.tbz

Code: [Select]
$ tar xjf snapshots20191118.tbz
$ find 2019-11-18 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
5377c0ec8f1081dd0e919c1a8fcd21ed3fe216440c3f9fe3bcaf8269e4fc9070  -

Proposal for sending out rewards of 2019-11-18:

https://cryptofresh.com/tx/f80575fae371126e3d94e44fcf1e96e3e76bf346
https://cryptofresh.com/b/42837381

https://cryptofresh.com/p/1.10.52563
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: Bhuz on November 19, 2019, 02:39:25 pm
Verified. I will approve the proposal.
Title: Re: Repost: Market making contest, stage one
Post by: abit on November 20, 2019, 01:57:18 am
Reward data for 2019-11-19

(note: buyer:seller reward ratio has been updated from 98:2 to 90:10)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 36123.72759 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.168607                           96.18357
1.2.445498                           80.30089
1.2.424868                           79.38516
1.2.33015                            34.00545
1.2.36449                            28.56979
1.2.1696860                          27.81751
1.2.1616179                           7.91762
1.2.1610085                           6.28946
1.2.1094392                           4.72872
1.2.1214396                           4.61002
1.2.145050                            4.42799
1.2.125824                            4.13588
1.2.1560396                           2.66249
1.2.1693506                           1.95802
1.2.395549                            1.80254
1.2.799404                            1.24657
1.2.1042549                           1.21905
1.2.885181                            1.04528
1.2.1691739                           0.98328
1.2.1667406                           0.81834
1.2.881146                            0.66413
1.2.1123614                           0.65232
1.2.126225                            0.26220
1.2.944809                            0.18090
1.2.423992                            0.15829
1.2.935613                            0.10114
1.2.1687203                           0.04909
1.2.1064751                           0.04457
1.2.1598564                           0.03057
1.2.1039433                           0.02750
1.2.1643343                           0.02003
1.2.979913                            0.01935
1.2.1619104                           0.00423
1.2.1308625                           0.00346
1.2.1527702                           0.00152
1.2.823489                            0.00146
1.2.973616                            0.00020
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1209227                        2757.14650
1.2.1695688                        2432.89211
1.2.1610085                        2010.74630
1.2.1695235                        1858.22841
1.2.1619104                        1200.68797
1.2.1693506                        1190.85364
1.2.168607                         1092.66791
1.2.1691739                        1001.21368
1.2.1672514                         482.13786
1.2.1214396                         352.87502
1.2.445498                          323.87491
1.2.229556                          208.46443
1.2.1696860                         158.03433
1.2.1213071                         118.26844
1.2.1616179                          60.26649
1.2.1123614                          42.97570
1.2.1094392                          40.78927
1.2.33015                            34.00407
1.2.1560396                          22.65521
1.2.944809                           13.39782
1.2.395549                            4.17655
1.2.885181                            3.77381
1.2.1591759                           1.83333
1.2.1697006                           1.55201
1.2.1598564                           1.39437
1.2.799404                            1.15982
1.2.1527702                           0.99533
1.2.1621254                           0.88038
1.2.881146                            0.81417
1.2.955081                            0.62962
1.2.1039433                           0.42717
1.2.366568                            0.25631
1.2.126225                            0.18253
1.2.573323                            0.06109

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1665104                         304.29904
1.2.831392                           22.39987
1.2.354252                           17.09619
1.2.33015                            16.92390
1.2.1610085                          16.11455
1.2.36449                            12.70032
1.2.1693506                          11.66664
1.2.1152872                           4.91225
1.2.1696206                           4.21961
1.2.1694252                           3.92551
1.2.885179                            2.34280
1.2.1667487                           1.93152
1.2.1692978                           0.92304
1.2.1696860                           0.55931
1.2.1656561                           0.46930
1.2.424868                            0.46019
1.2.1616179                           0.30088
1.2.477169                            0.27897
1.2.1597332                           0.25878
1.2.486857                            0.21343
1.2.395549                            0.03624
1.2.417653                            0.02201
1.2.1108195                           0.01874
1.2.501058                            0.01783
1.2.888089                            0.01013
1.2.1696500                           0.00819
1.2.114363                            0.00156
1.2.1065185                           0.00096
1.2.1674829                           0.00020
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                       11527.22377
1.2.1693415                        3547.92171
1.2.1696500                        1857.57347
1.2.1692978                        1283.53943
1.2.1695236                         573.37237
1.2.1696411                         398.19413
1.2.888089                          386.37280
1.2.1108195                         111.26861
1.2.1690991                          77.91350
1.2.1693506                          31.14420
1.2.885179                           21.02842
1.2.1694252                          20.12076
1.2.1667487                          19.97251
1.2.1616179                          12.09747
1.2.1656561                          10.49085
1.2.1597332                           8.77658
1.2.501058                            1.10334
1.2.445498                            0.85656

Snapshots: https://mmcontest.bitshares.org/snapshots20191119.tbz

Code: [Select]
$ tar xjf snapshots20191119.tbz
$ find 2019-11-19 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
d88075587a2e7c8a22bf0e01e25eeecb3353f505e47cb43aa99498d002101e28  -

Proposal for sending out rewards of 2019-11-19:

https://cryptofresh.com/tx/19eef76836171682fb3c9adfc12ff53411f32a79
https://cryptofresh.com/b/42867853

https://cryptofresh.com/p/1.10.52649
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: Bhuz on November 20, 2019, 10:06:45 am
Code: [Select]
$ ruby mm_rewards.rb 2019-11-19 1.10.52649

Date: 2019-11-19

Computing snapshots chucksum...
  d88075587a2e7c8a22bf0e01e25eeecb3353f505e47cb43aa99498d002101e28

Analyzing snapshots data and computing rewards...
  Total Rewards: 36123.72759 BTS

Let's verify the current proposal
  Getting proposal '1.10.52649' from the blockchain...
  Loading computed rewards data and mimic a proposal...
  Comparing proposals...
    No difference found!
Title: Re: Repost: Market making contest, stage one
Post by: abit on November 21, 2019, 12:43:34 am
Reward data for 2019-11-20

(note: buyer:seller reward ratio has been updated from 98:2 to 90:10)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 37342.48046 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.168607                          182.53987
1.2.1693506                          75.21283
1.2.1610085                          35.47360
1.2.424868                           34.56160
1.2.33015                            22.95858
1.2.36449                            21.73749
1.2.1123614                          11.79607
1.2.486857                           11.17040
1.2.1616179                           9.28974
1.2.1214396                           6.33617
1.2.1094392                           4.33352
1.2.1560396                           2.92152
1.2.395549                            2.57201
1.2.1042549                           2.18369
1.2.125824                            2.17520
1.2.145050                            1.87637
1.2.799404                            1.00855
1.2.885181                            0.86749
1.2.1691739                           0.45266
1.2.1667406                           0.43207
1.2.126225                            0.16394
1.2.423992                            0.08118
1.2.1672514                           0.07249
1.2.935613                            0.04444
1.2.1064751                           0.02212
1.2.1039433                           0.01993
1.2.1619104                           0.01872
1.2.1598564                           0.00820
1.2.979913                            0.00794
1.2.1308625                           0.00054
1.2.973616                            0.00034
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                        3209.36137
1.2.1695235                        2221.34307
1.2.1695688                        2126.39563
1.2.1209227                        2090.92228
1.2.1693506                        1456.92865
1.2.1691739                        1165.34261
1.2.1619104                        1091.52076
1.2.1672514                         696.02075
1.2.168607                          591.46201
1.2.445498                          516.97031
1.2.1214396                         394.24757
1.2.1213071                          99.90840
1.2.33015                            76.71814
1.2.486857                           73.88436
1.2.1094392                          32.78127
1.2.1560396                          21.26441
1.2.1616179                           6.25080
1.2.799404                            2.87522
1.2.1527702                           1.47038
1.2.1621254                           0.95835
1.2.1042549                           0.94174
1.2.955081                            0.57177
1.2.1039433                           0.24379
1.2.1697006                           0.13530
1.2.573323                            0.09702
1.2.881146                            0.00499
1.2.1682766                           0.00316

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1665104                         462.70641
1.2.831392                          174.37018
1.2.33015                            24.06587
1.2.36449                            17.96029
1.2.888089                           10.69479
1.2.1610085                          10.17542
1.2.1693506                           9.13715
1.2.1696860                           3.25330
1.2.1152872                           3.07359
1.2.1692978                           2.61154
1.2.1667487                           2.59090
1.2.1597332                           2.28487
1.2.1696206                           2.21470
1.2.1694252                           1.86555
1.2.1656561                           1.15487
1.2.486857                            0.76042
1.2.1616179                           0.39053
1.2.424868                            0.24839
1.2.477169                            0.15470
1.2.501058                            0.03244
1.2.877590                            0.02332
1.2.395549                            0.02105
1.2.417653                            0.01391
1.2.885179                            0.01170
1.2.1696500                           0.00925
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                       12330.27461
1.2.1693415                        3686.35126
1.2.1696500                        1613.01970
1.2.1692978                        1051.75190
1.2.445498                          650.60124
1.2.1695236                         492.18923
1.2.1696411                         226.36445
1.2.888089                          104.36662
1.2.1108195                          91.62743
1.2.1640534                          14.48137
1.2.1616179                          13.06646
1.2.1597332                          11.51500
1.2.1667487                           6.58367
1.2.403666                            4.15740
1.2.1693506                           2.85580
1.2.501058                            1.66573
1.2.1690991                           1.62078
1.2.1694252                           0.99907
1.2.877590                            0.20022

Snapshots: https://mmcontest.bitshares.org/snapshots20191120.tbz

Code: [Select]
$ tar xjf snapshots20191120.tbz
$ find 2019-11-20 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
d8cf6a0e3988aedcfad19240198cf331d0b60b73e9a7718ed18a88924eedd7be  -

Proposal for sending out rewards of 2019-11-20:

https://cryptofresh.com/tx/826ee1a284a6c99d4fe563ace4e1783ee974da1b
https://cryptofresh.com/b/42895090

https://cryptofresh.com/p/1.10.52687
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: bitcrab on November 21, 2019, 05:35:14 am
currently the reward ratio setting give much premium to USDT and BTC, which do not benefit the BTS holders and do not encourage buying BTS.

I feel we need to adjust the reward ratio for buy and sell orders, for example, we can set the ratio to 40:60 for buy and sell orders.
Title: Re: Repost: Market making contest, stage one
Post by: Bhuz on November 21, 2019, 10:50:59 am
Code: [Select]
$ ruby mm_rewards.rb 2019-11-20 1.10.52687

Date: 2019-11-20

Computing snapshots chucksum...
  d8cf6a0e3988aedcfad19240198cf331d0b60b73e9a7718ed18a88924eedd7be

Analyzing snapshots data and computing rewards...
  Total Rewards: 37342.48046 BTS

Let's verify the current proposal
  Getting proposal '1.10.52687' from the blockchain...
  Loading computed rewards data and mimic a proposal...
  Comparing proposals...
    No difference found!
Title: Re: Repost: Market making contest, stage one
Post by: abit on November 21, 2019, 06:12:44 pm
currently the reward ratio setting give much premium to USDT and BTC, which do not benefit the BTS holders and do not encourage buying BTS.

I feel we need to adjust the reward ratio for buy and sell orders, for example, we can set the ratio to 40:60 for buy and sell orders.
I think rewarding buy orders is encouraging people to show the willing to buy BTS. That's why we have a higher buyer reward ratio than the seller reward ratio. Rewarding more to sellers doesn't sound right to me, because having BTS on the order book is different than simple holding, it could have more serious consequences if we rushed to a higher seller reward ratio. By the way, if we want to reward holding, it seems staking is a good tool: https://bitsharestalk.org/index.php?topic=31715.0 (in Chinese).

We have decent market depth in the DEX now, theoretically the DEX should "decide" the market price. If the amount of BTS was dumped in the DEX today but not in the CEXs, I guess the price won't drop so much. Why the dumpers didn't dump in the DEX? Why the DEX didn't attract those traders even when there is liquidity? I think the answer is lack of marketing / promotion, which you hesitated doing right now due to legal concerns (I guess). One fact is GDEX isn't even listed on CoinMarketCap, our liquidity/volume has not been exposed to non-DEX traders. In other words, it's bad timing for us. As I mentioned in the Chinese post, to succeed, we need to do many things right, but not only adjusting the parameters.

Another question, why the big buy orders in the DEX move to lower price even when a small amount is dumped in CEXs? I know it's individual traders' trading strategies. We can try to make use of the strategies for our goals.
Title: Re: Repost: Market making contest, stage one
Post by: abit on November 22, 2019, 12:48:18 am
Reward data for 2019-11-21

(note: buyer:seller reward ratio has been updated from 98:2 to 90:10)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 38383.05228 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.168607                          133.20565
1.2.1610085                          75.92739
1.2.1693506                          56.48516
1.2.33015                            26.01405
1.2.424868                           25.87911
1.2.36449                            23.84373
1.2.1525669                          20.50834
1.2.486857                           18.96211
1.2.1123614                          11.49875
1.2.1672514                           5.88508
1.2.1042549                           3.65536
1.2.1560396                           2.77358
1.2.1616179                           2.33399
1.2.1094392                           2.22709
1.2.125824                            1.77311
1.2.145050                            1.63559
1.2.395549                            0.83914
1.2.799404                            0.73871
1.2.885181                            0.68878
1.2.1691739                           0.42116
1.2.1667406                           0.35192
1.2.445498                            0.20188
1.2.126225                            0.12906
1.2.1619104                           0.12807
1.2.1214396                           0.11804
1.2.423992                            0.06651
1.2.1039433                           0.04206
1.2.935613                            0.03751
1.2.881146                            0.03305
1.2.731991                            0.03295
1.2.1064751                           0.01274
1.2.447913                            0.01193
1.2.1213071                           0.00654
1.2.979913                            0.00494
1.2.1598564                           0.00044
1.2.1697111                           0.00022
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                        3190.66077
1.2.1209227                        2315.84996
1.2.1695688                        2192.67444
1.2.1619104                        2184.53329
1.2.1695235                        1632.15480
1.2.1693506                        1297.10385
1.2.168607                          971.46327
1.2.1691739                         921.49464
1.2.445498                          815.00388
1.2.1672514                         781.51228
1.2.1214396                         533.78417
1.2.498000                          369.67319
1.2.1616179                         163.58299
1.2.1213071                         132.71163
1.2.1123614                          90.60262
1.2.486857                           87.77045
1.2.33015                            55.52308
1.2.1560396                          27.25248
1.2.1094392                          23.04174
1.2.395549                           13.48772
1.2.799404                            8.31648
1.2.1042549                           7.52431
1.2.1527702                           2.26390
1.2.731991                            2.05343
1.2.1621254                           1.02811
1.2.955081                            0.99246
1.2.573514                            0.95037
1.2.1039433                           0.39966
1.2.881146                            0.34302
1.2.573323                            0.11797

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1665104                         203.44719
1.2.1692978                          82.79613
1.2.831392                           75.90333
1.2.1640534                          33.23581
1.2.33015                            16.02936
1.2.445498                           14.95119
1.2.36449                            12.94174
1.2.888089                            4.85862
1.2.1597332                           3.14613
1.2.1610085                           2.99114
1.2.354252                            2.26525
1.2.1667487                           1.81297
1.2.395549                            1.68945
1.2.1693506                           1.30727
1.2.1696500                           1.16353
1.2.1696206                           0.78194
1.2.1694252                           0.77964
1.2.1152872                           0.76708
1.2.1696860                           0.64347
1.2.1616179                           0.60254
1.2.1656561                           0.39104
1.2.486857                            0.36466
1.2.417653                            0.21522
1.2.1108195                           0.19593
1.2.1693415                           0.02972
1.2.885179                            0.00448
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                       11908.74038
1.2.1693415                        3868.10304
1.2.1696500                        1832.13273
1.2.1695236                         638.04365
1.2.1692978                         518.26933
1.2.445498                          366.17277
1.2.1640534                         203.32347
1.2.888089                          119.72361
1.2.1108195                         111.76536
1.2.1690991                          34.34644
1.2.354252                           27.86338
1.2.1667487                          14.26242
1.2.1597332                          12.33035
1.2.1616179                          12.13196
1.2.395549                            7.06161
1.2.1696860                           5.12225

Snapshots: https://mmcontest.bitshares.org/snapshots20191121.tbz

Code: [Select]
$ tar xjf snapshots20191121.tbz
$ find 2019-11-21 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
68ccf7526d5d32db6c46b061b0fd4c98b0be0b3f15eafafa2feaf4828f0136d0  -

Proposal for sending out rewards of 2019-11-21:

https://cryptofresh.com/tx/e2aec09c56be96b76cc57ef955caa772bf0de628
https://cryptofresh.com/b/42923837

https://cryptofresh.com/p/1.10.52735
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: Bhuz on November 22, 2019, 01:05:29 am
Code: [Select]
$ ruby mm_rewards.rb 2019-11-21 1.10.52735

Date: 2019-11-21

Computing snapshots chucksum...
  68ccf7526d5d32db6c46b061b0fd4c98b0be0b3f15eafafa2feaf4828f0136d0

Analyzing snapshots data and computing rewards...
  Total Rewards: 38383.05228 BTS

Let's verify the current proposal
  Getting proposal '1.10.52735' from the blockchain...
  Loading computed rewards data and mimic a proposal...
  Comparing proposals...
    No difference found!
Title: Re: Repost: Market making contest, stage one
Post by: abit on November 23, 2019, 12:32:59 am
Reward data for 2019-11-22

(note: buyer:seller reward ratio has been updated from 98:2 to 90:10)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 34939.43631 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                         204.37535
1.2.1693506                         153.44229
1.2.168607                          100.80079
1.2.1672514                          66.85993
1.2.1696860                          54.89358
1.2.1525669                          51.42122
1.2.33015                            26.22745
1.2.36449                            24.76377
1.2.424868                           23.07760
1.2.486857                           17.36082
1.2.125824                           11.69211
1.2.1123614                           7.31447
1.2.447913                            4.64223
1.2.1042549                           2.97315
1.2.1560396                           2.49032
1.2.1094392                           1.40614
1.2.395549                            1.24084
1.2.145050                            1.17547
1.2.944809                            1.03437
1.2.1214396                           0.99536
1.2.1621642                           0.88003
1.2.1620809                           0.71587
1.2.885181                            0.55720
1.2.4810                              0.47516
1.2.799404                            0.40404
1.2.1691739                           0.37572
1.2.1695235                           0.35241
1.2.1667406                           0.26747
1.2.973616                            0.18749
1.2.881146                            0.10410
1.2.126225                            0.10409
1.2.1619104                           0.08227
1.2.731991                            0.07774
1.2.423992                            0.05309
1.2.1616179                           0.04708
1.2.1039433                           0.03601
1.2.1041100                           0.03525
1.2.935613                            0.03001
1.2.1213071                           0.01940
1.2.1064751                           0.01883
1.2.979913                            0.00441
1.2.445498                            0.00428
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                        3355.26155
1.2.445498                         3078.15404
1.2.1695235                        2472.07458
1.2.1209227                        1724.33011
1.2.168607                         1333.42254
1.2.1691739                        1323.63383
1.2.1619104                        1171.50575
1.2.1610085                        1162.23364
1.2.1672514                         734.48592
1.2.1214396                         473.19277
1.2.498000                          258.18019
1.2.1696860                         140.47174
1.2.1616179                         119.89055
1.2.1213071                         104.49934
1.2.1693506                         101.39166
1.2.944809                           86.19966
1.2.486857                           76.69041
1.2.1116767                          67.41114
1.2.1123614                          50.06355
1.2.1560396                          44.80729
1.2.395549                           15.53397
1.2.1041100                          14.98471
1.2.573514                           14.47509
1.2.1094392                          10.61181
1.2.1042549                           9.15906
1.2.1527702                           3.12531
1.2.799404                            2.56892
1.2.731991                            0.97983
1.2.955081                            0.86416
1.2.881146                            0.64218
1.2.1039433                           0.52122
1.2.573323                            0.22507
1.2.125824                            0.12494
1.2.1591759                           0.06897
1.2.1682766                           0.00102

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1665104                         171.74790
1.2.831392                           20.48524
1.2.1143893                          20.15667
1.2.888089                           14.87705
1.2.33015                            13.12092
1.2.1108195                          10.98031
1.2.36449                             9.08035
1.2.1692978                           4.55814
1.2.395549                            2.03217
1.2.1696500                           1.87310
1.2.1640328                           1.33553
1.2.1597332                           0.94485
1.2.1667487                           0.90418
1.2.1616179                           0.45733
1.2.1693506                           0.09826
1.2.417653                            0.06525
1.2.1694252                           0.05140
1.2.1640356                           0.04053
1.2.877590                            0.03184
1.2.547445                            0.02157
1.2.1656561                           0.00470
1.2.1696206                           0.00192
1.2.1695236                           0.00037
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                       10479.45768
1.2.1693415                        2179.30884
1.2.1696500                        1706.09139
1.2.1692978                         596.48477
1.2.1695236                         571.82767
1.2.888089                          204.83536
1.2.831392                          101.00509
1.2.1108195                          84.88025
1.2.1667487                          10.19270
1.2.395549                            9.84467
1.2.1616179                           4.11096
1.2.1597332                           3.06103
1.2.417653                            0.36951
1.2.877590                            0.24438
1.2.445498                            0.04670

Snapshots: https://mmcontest.bitshares.org/snapshots20191122.tbz

Code: [Select]
$ tar xjf snapshots20191122.tbz
$ find 2019-11-22 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
53f441d83fcd5138da48e1f5b803604efe539bbbf6e5e389ccd9b902817c3cde  -

Proposal for sending out rewards of 2019-11-22:

https://cryptofresh.com/tx/f5f00af0db71fed215978a5fe8b8c0465d183563
https://cryptofresh.com/b/42952327

https://cryptofresh.com/p/1.10.52779
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: Bhuz on November 23, 2019, 01:19:45 pm
Code: [Select]
$ ruby mm_rewards.rb 2019-11-22 1.10.52779

Date: 2019-11-22

Computing snapshots chucksum...
  53f441d83fcd5138da48e1f5b803604efe539bbbf6e5e389ccd9b902817c3cde

Analyzing snapshots data and computing rewards...
  Total Rewards: 34939.43631 BTS

Let's verify the current proposal
  Getting proposal '1.10.52779' from the blockchain...
  Loading computed rewards data and mimic a proposal...
  Comparing proposals...
    No difference found!
Title: Re: Repost: Market making contest, stage one
Post by: abit on November 24, 2019, 12:39:15 am
Reward data for 2019-11-23

(note: buyer:seller reward ratio has been updated from 98:2 to 90:10)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 35555.02807 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                         499.43910
1.2.1672514                         111.82616
1.2.168607                           96.45217
1.2.1693506                          80.64958
1.2.36449                            24.17230
1.2.125824                           22.57037
1.2.33015                            21.69389
1.2.1525669                          20.97228
1.2.944809                           20.33286
1.2.424868                           18.97167
1.2.486857                           15.56310
1.2.1123614                          14.26144
1.2.447913                           10.41473
1.2.1621642                           4.40017
1.2.395549                            2.58247
1.2.1691739                           2.56767
1.2.1042549                           2.49398
1.2.1560396                           2.30015
1.2.1620809                           1.66265
1.2.1209227                           1.05227
1.2.1696860                           1.04365
1.2.1094392                           0.94883
1.2.1640356                           0.80890
1.2.1214396                           0.73595
1.2.145050                            0.65164
1.2.799404                            0.56810
1.2.885181                            0.45156
1.2.1667406                           0.23707
1.2.973616                            0.21493
1.2.1619104                           0.18192
1.2.126225                            0.08285
1.2.1695688                           0.07138
1.2.1064751                           0.06203
1.2.731991                            0.05761
1.2.1695235                           0.04545
1.2.423992                            0.04473
1.2.1039433                           0.03247
1.2.1213071                           0.03072
1.2.935613                            0.02738
1.2.445498                            0.01338
1.2.979913                            0.00354
1.2.1041100                           0.00215
1.2.1591759                           0.00045
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                        3783.82846
1.2.1695235                        3779.28057
1.2.445498                         2845.64944
1.2.1619104                        2156.28844
1.2.168607                         2151.59316
1.2.1691739                        1750.34051
1.2.1214396                         630.37252
1.2.1693506                         434.82161
1.2.1672514                         412.28768
1.2.486857                          159.49309
1.2.1213071                         136.63384
1.2.1610085                          91.47946
1.2.1560396                          54.27701
1.2.944809                           48.23946
1.2.1616179                          15.01602
1.2.395549                           11.44223
1.2.1042549                           7.36528
1.2.1094392                           3.22871
1.2.1527702                           2.52096
1.2.1041100                           1.82990
1.2.731991                            1.12142
1.2.881146                            0.64742
1.2.955081                            0.49957
1.2.573323                            0.25232
1.2.1039433                           0.18626
1.2.110360                            0.09865

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1143893                          40.70370
1.2.1696860                          28.91919
1.2.1665104                          21.28577
1.2.33015                            13.09224
1.2.36449                            11.44545
1.2.831392                           11.11030
1.2.1108195                           9.64522
1.2.1640328                           4.58001
1.2.1640356                           2.80232
1.2.888089                            1.91718
1.2.1667487                           1.28731
1.2.395549                            0.69564
1.2.1616179                           0.24906
1.2.1597332                           0.03120
1.2.477169                            0.03091
1.2.373786                            0.01368
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                       11706.89345
1.2.1693415                        1787.64978
1.2.1696500                        1122.55889
1.2.1692978                         377.64210
1.2.1695236                         361.33953
1.2.831392                          261.42226
1.2.888089                          255.39246
1.2.1108195                          53.95078
1.2.1597332                           8.41329
1.2.395549                            7.37272
1.2.1667487                           2.40288
1.2.1616179                           2.13188
1.2.168607                            0.55918

Snapshots: https://mmcontest.bitshares.org/snapshots20191123.tbz

Code: [Select]
$ tar xjf snapshots20191123.tbz
$ find 2019-11-23 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
603bee1b555bca706cf579f6d9fc3dad9e4fbcb41fa9ffff10b80e2f8254fe94  -

Proposal for sending out rewards of 2019-11-23:

https://cryptofresh.com/tx/9c9c9414a9aacf9853b23c50c551fcd07919a293
https://cryptofresh.com/b/42981191

https://cryptofresh.com/p/1.10.52816
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: Bhuz on November 24, 2019, 11:50:48 am
Code: [Select]
$ ruby mm_rewards.rb 2019-11-23 1.10.52816

Date: 2019-11-23

Computing snapshots chucksum...
  603bee1b555bca706cf579f6d9fc3dad9e4fbcb41fa9ffff10b80e2f8254fe94

Analyzing snapshots data and computing rewards...
  Total Rewards: 35555.02807 BTS

Let's verify the current proposal
  Getting proposal '1.10.52816' from the blockchain...
  Loading computed rewards data and mimic a proposal...
  Comparing proposals...
    No difference found!
Title: Re: Repost: Market making contest, stage one
Post by: abit on November 25, 2019, 06:42:49 am
Reward data for 2019-11-24

(note: buyer:seller reward ratio has been updated from 98:2 to 90:10)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 36577.29285 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                         410.58424
1.2.1672514                         115.65574
1.2.168607                           89.88306
1.2.1693506                          73.71803
1.2.33015                            27.91640
1.2.36449                            26.44289
1.2.125824                           20.70893
1.2.424868                           17.95238
1.2.447913                           16.76470
1.2.4810                             15.47953
1.2.486857                           14.47988
1.2.944809                            8.03100
1.2.1209227                           4.00847
1.2.1691739                           2.99528
1.2.395549                            2.45195
1.2.1042549                           2.40392
1.2.1560396                           2.14031
1.2.799404                            0.80387
1.2.1214396                           0.72338
1.2.145050                            0.55645
1.2.885181                            0.43229
1.2.1696860                           0.41118
1.2.445498                            0.32852
1.2.1667406                           0.22222
1.2.126225                            0.07764
1.2.1619104                           0.06959
1.2.1064751                           0.05707
1.2.731991                            0.05277
1.2.423992                            0.04411
1.2.1213071                           0.03123
1.2.501058                            0.02925
1.2.973616                            0.02762
1.2.1039433                           0.02602
1.2.935613                            0.02572
1.2.1094392                           0.00387
1.2.979913                            0.00302
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                        2865.45914
1.2.445498                         2783.19655
1.2.1695235                        2243.77837
1.2.168607                         1454.12269
1.2.1619104                        1335.20688
1.2.1691739                         968.80077
1.2.1610085                         574.68764
1.2.1214396                         570.71672
1.2.1693506                         473.37212
1.2.1672514                         442.05706
1.2.944809                          261.57518
1.2.424868                          135.10213
1.2.1213071                         119.01103
1.2.486857                          114.77766
1.2.1123614                          59.21466
1.2.1560396                          19.69103
1.2.395549                           18.56771
1.2.1616179                          11.93634
1.2.1042549                           9.06809
1.2.1527702                           1.51662
1.2.731991                            1.07609
1.2.799404                            0.79284
1.2.881146                            0.76442
1.2.955081                            0.50254
1.2.110360                            0.44112
1.2.1039433                           0.16120
1.2.573323                            0.14174
1.2.1621254                           0.00157

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1665104                         359.01335
1.2.1591806                          48.72013
1.2.1696860                          22.94994
1.2.1143893                          18.42693
1.2.33015                            14.13882
1.2.36449                            13.93192
1.2.831392                            8.39231
1.2.1640328                           2.72699
1.2.1640356                           1.90915
1.2.395549                            1.81055
1.2.888089                            0.95051
1.2.1696206                           0.51416
1.2.1616179                           0.33541
1.2.1667487                           0.18783
1.2.1693506                           0.17336
1.2.477169                            0.13112
1.2.1597332                           0.00288
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                       11793.34125
1.2.1693415                        2579.22898
1.2.1591806                        1746.02168
1.2.1696500                        1566.03270
1.2.354252                          616.72245
1.2.1692978                         507.65101
1.2.831392                          490.55396
1.2.1695236                         486.87838
1.2.888089                          430.84431
1.2.168607                          211.52402
1.2.1108195                         159.14226
1.2.1696860                         131.46987
1.2.395549                           13.78521
1.2.424868                           12.66424
1.2.1667487                           6.24049
1.2.1616179                           4.32094
1.2.1597332                           3.56944
1.2.1693506                           1.70386

Snapshots: https://mmcontest.bitshares.org/snapshots20191124.tbz

Code: [Select]
$ tar xjf snapshots20191124.tbz
$ find 2019-11-24 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
b2850f8b2f785333c8d530bb7a618d9b331b8c3bed1eb0e8ed76d58312b58e84  -

Proposal for sending out rewards of 2019-11-24:

https://cryptofresh.com/tx/3c2f0396b95bfe28c78608f576583019a6161eb9
https://cryptofresh.com/b/43017165

https://cryptofresh.com/p/1.10.52869
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: sschiessl on November 25, 2019, 03:46:45 pm
Could we reduce the max daily payout amount to have it run longer?
Title: Re: Repost: Market making contest, stage one
Post by: binggo on November 26, 2019, 12:56:45 am
Could we reduce the max daily payout amount to have it run longer?

Agreed.

I think we should add the trading pair of USDT/BITCNY or USDT/BITUSD.
Title: Re: Repost: Market making contest, stage one
Post by: abit on November 26, 2019, 01:33:43 am
Reward data for 2019-11-25

(note: buyer:seller reward ratio has been updated from 98:2 to 90:10)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 32323.05974 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1693506                          88.16391
1.2.1672514                          74.55274
1.2.1214396                          61.85365
1.2.168607                           35.57328
1.2.33015                            29.84667
1.2.36449                            27.97075
1.2.486857                           19.71087
1.2.1610085                          16.85140
1.2.944809                           12.00529
1.2.125824                           11.54882
1.2.447913                           11.15594
1.2.1123614                           7.65319
1.2.1094392                           6.07617
1.2.4810                              3.01813
1.2.395549                            2.38269
1.2.1209227                           2.03531
1.2.1042549                           1.97166
1.2.1691739                           1.88038
1.2.424868                            1.01815
1.2.1560396                           0.97247
1.2.799404                            0.53432
1.2.1695688                           0.46622
1.2.881146                            0.34010
1.2.445498                            0.26824
1.2.885181                            0.26449
1.2.145050                            0.23175
1.2.1667406                           0.14517
1.2.138771                            0.08605
1.2.1619104                           0.05807
1.2.973616                            0.04929
1.2.126225                            0.04844
1.2.1064751                           0.03512
1.2.731991                            0.03247
1.2.423992                            0.02700
1.2.1039433                           0.01728
1.2.1591759                           0.01674
1.2.935613                            0.01504
1.2.1616179                           0.00644
1.2.1213071                           0.00427
1.2.979913                            0.00106
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.424868                         2882.23380
1.2.1695688                        2719.98996
1.2.445498                         2180.10250
1.2.1695235                        2175.56154
1.2.1619104                        1415.81333
1.2.1691739                        1264.21872
1.2.168607                          446.12821
1.2.1214396                         314.74611
1.2.1693506                         199.68497
1.2.1213071                         112.24458
1.2.944809                           97.44112
1.2.1672514                          59.06969
1.2.486857                           39.56270
1.2.1610085                          26.69464
1.2.1094392                          18.18916
1.2.1560396                          10.06668
1.2.395549                            9.31813
1.2.1042549                           9.31015
1.2.1123614                           8.13022
1.2.973616                            7.34192
1.2.881146                            4.69729
1.2.110360                            2.93292
1.2.731991                            1.79314
1.2.1616179                           1.55651
1.2.955081                            0.81448
1.2.1527702                           0.79628
1.2.33015                             0.13760
1.2.1039433                           0.10905
1.2.573323                            0.02973

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1591806                           8.89849
1.2.1665104                           5.83015
1.2.36449                             4.26934
1.2.33015                             3.80756
1.2.1108195                           3.02144
1.2.395549                            1.83613
1.2.1640328                           1.45877
1.2.1696206                           1.24173
1.2.1667487                           0.76222
1.2.424868                            0.72236
1.2.888089                            0.42575
1.2.1696860                           0.42141
1.2.1616179                           0.27880
1.2.1693506                           0.15826
1.2.1693415                           0.10453
1.2.1143893                           0.09288
1.2.831392                            0.06600
1.2.477169                            0.05632
1.2.1695688                           0.00075
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                        9546.75700
1.2.354252                         3466.84126
1.2.1693415                        1695.65372
1.2.1696500                        1157.67072
1.2.888089                          573.66081
1.2.1692978                         440.88105
1.2.1698422                         394.74000
1.2.1695236                         357.53364
1.2.1108195                         163.13328
1.2.424868                           34.03399
1.2.1667487                          12.99667
1.2.395549                           10.70179
1.2.1616179                           4.82783
1.2.1693506                           2.49992
1.2.1695688                           0.07101

Snapshots: https://mmcontest.bitshares.org/snapshots20191125.tbz

Code: [Select]
$ tar xjf snapshots20191125.tbz
$ find 2019-11-25 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
471386caf4bf2b4c55092a51548d64efff664607b0c85cc65573274c750cead8  -

Proposal for sending out rewards of 2019-11-25:

https://cryptofresh.com/tx/405fb03dcca64460a57224439ecc9951160e4cc2
https://cryptofresh.com/b/43039744

https://cryptofresh.com/p/1.10.52943
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab

Update:
the previous proposal expired before having chance to get enough approvals. Here is a new proposal:

https://cryptofresh.com/tx/4a998ac27f0410149087cd28c7ff24662adeb8c1
https://cryptofresh.com/b/43052716

https://cryptofresh.com/p/1.10.52973
Title: Re: Repost: Market making contest, stage one
Post by: abit on November 27, 2019, 12:33:29 am
Reward data for 2019-11-26

(note: buyer:seller reward ratio is now 90:10)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 38459.09339 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1672514                         108.55117
1.2.1693506                          73.49021
1.2.33015                            27.86596
1.2.36449                            25.90580
1.2.125824                           18.38142
1.2.447913                           17.00891
1.2.486857                           14.02484
1.2.1094392                           5.13876
1.2.1691739                           2.94585
1.2.1042549                           2.17681
1.2.1123614                           2.02771
1.2.395549                            1.84669
1.2.1209227                           1.61692
1.2.1560396                           0.90147
1.2.944809                            0.76827
1.2.145050                            0.66195
1.2.445498                            0.58061
1.2.1616179                           0.51954
1.2.885181                            0.43083
1.2.138771                            0.40207
1.2.446780                            0.36664
1.2.799404                            0.32761
1.2.1214396                           0.21778
1.2.1667406                           0.19340
1.2.1619104                           0.10315
1.2.126225                            0.07436
1.2.1525552                           0.07327
1.2.731991                            0.05885
1.2.1064751                           0.05200
1.2.423992                            0.03894
1.2.979913                            0.03327
1.2.1591759                           0.02535
1.2.1039433                           0.02463
1.2.935613                            0.02424
1.2.973616                            0.00838
1.2.1527702                           0.00123
1.2.1213071                           0.00113
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.445498                         2787.52913
1.2.1619104                        2356.59222
1.2.1695688                        2266.02368
1.2.424868                         2235.08515
1.2.1695235                        2077.71323
1.2.1691739                        1329.14130
1.2.1214396                         649.37642
1.2.1672514                         591.27155
1.2.1693506                         351.94616
1.2.944809                          289.49322
1.2.1610085                         195.35312
1.2.1213071                         100.85382
1.2.1123614                          40.56717
1.2.1094392                          20.85987
1.2.395549                           15.53514
1.2.1560396                          13.04482
1.2.1042549                           8.96029
1.2.138771                            6.54953
1.2.881146                            5.63840
1.2.799404                            2.97743
1.2.1616179                           1.31500
1.2.1209227                           1.08112
1.2.731991                            1.07192
1.2.955081                            0.48904
1.2.1527702                           0.48137
1.2.1039433                           0.07227

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1693415                          62.64085
1.2.354252                           17.63386
1.2.33015                             7.63569
1.2.36449                             7.47638
1.2.1108195                           6.62957
1.2.1640328                           2.86903
1.2.1696206                           2.69408
1.2.395549                            2.25239
1.2.424868                            1.56093
1.2.1665104                           1.31919
1.2.1667487                           0.96783
1.2.888089                            0.87004
1.2.1693506                           0.33581
1.2.1597332                           0.20847
1.2.1616179                           0.18272
1.2.477169                            0.10668
1.2.1692978                           0.01045
1.2.1696500                           0.00909
1.2.1695236                           0.00236
1.2.1694252                           0.00020
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                       13166.66859
1.2.1693415                        4559.12221
1.2.354252                         1846.55369
1.2.1696500                         932.41575
1.2.1698422                         694.65500
1.2.888089                          378.68548
1.2.1692978                         327.36716
1.2.1695236                         264.22209
1.2.831392                          231.75848
1.2.1108195                         126.46316
1.2.33015                            46.83329
1.2.36449                            39.85613
1.2.1693506                          39.60544
1.2.395549                           14.56420
1.2.1616179                           6.85078
1.2.1667487                           4.82694
1.2.424868                            4.23077
1.2.1610085                           3.11622

Snapshots: https://mmcontest.bitshares.org/snapshots20191126.tbz

Code: [Select]
$ tar xjf snapshots20191126.tbz
$ find 2019-11-26 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
82c9de941f66a79bc57b146ca612be9d8199d90970de3f5f000f406f2ccfa12a  -

Proposal for sending out rewards of 2019-11-26:

https://cryptofresh.com/tx/fd4fbfd34cfcb106a5d1b1efe4de9984bb574cda
https://cryptofresh.com/b/43067268

https://cryptofresh.com/p/1.10.53009
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: abit on November 28, 2019, 12:28:46 am
Reward data for 2019-11-27

(note: buyer:seller reward ratio is now 90:10)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 35609.75023 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1672514                         108.67150
1.2.1693506                          42.75510
1.2.33015                            26.91665
1.2.36449                            24.82438
1.2.447913                           12.00177
1.2.125824                           11.33349
1.2.486857                            7.79961
1.2.1691739                           7.35639
1.2.944809                            6.99395
1.2.445498                            4.14383
1.2.1094392                           4.11215
1.2.461657                            2.15753
1.2.1560396                           2.04740
1.2.1042549                           1.53026
1.2.446780                            1.02785
1.2.395549                            0.69246
1.2.1123614                           0.53568
1.2.885181                            0.28184
1.2.1525552                           0.27820
1.2.145050                            0.26005
1.2.1667406                           0.14442
1.2.973616                            0.13690
1.2.1616179                           0.10791
1.2.799404                            0.10236
1.2.1619104                           0.06696
1.2.424868                            0.05657
1.2.126225                            0.05459
1.2.1064751                           0.03839
1.2.1214396                           0.03659
1.2.731991                            0.03486
1.2.423992                            0.02682
1.2.979913                            0.02486
1.2.1039433                           0.01660
1.2.935613                            0.01473
1.2.1591759                           0.01280
1.2.1684318                           0.00134
1.2.1610085                           0.00007
1.2.1527702                           0.00005
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.445498                         3230.67751
1.2.424868                         2351.81911
1.2.1695688                        1965.95687
1.2.1689077                        1955.18686
1.2.1619104                        1671.93474
1.2.1695235                        1317.09286
1.2.1691739                         875.38189
1.2.1610085                         850.91738
1.2.1214396                         546.41707
1.2.1672514                         307.39801
1.2.1693506                         299.54971
1.2.1123614                         123.21064
1.2.944809                          119.02048
1.2.1213071                          84.80444
1.2.486857                           78.30558
1.2.1094392                          24.27173
1.2.1560396                          17.60169
1.2.1042549                           7.74974
1.2.799404                            7.70503
1.2.881146                            2.20449
1.2.731991                            1.45426
1.2.1616179                           1.36372
1.2.33015                             1.32850
1.2.1527702                           1.30075
1.2.1121561                           1.21892
1.2.955081                            0.61402
1.2.973616                            0.51923
1.2.1039433                           0.25303
1.2.1086851                           0.09862
1.2.1026919                           0.07673
1.2.1525552                           0.04091

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.424868                           76.96557
1.2.1698422                          21.45805
1.2.1692978                          18.99644
1.2.831392                           14.52176
1.2.33015                            12.61134
1.2.36449                            11.29128
1.2.1640328                           7.95878
1.2.1591806                           7.88674
1.2.354252                            6.57770
1.2.1696206                           6.20100
1.2.888089                            2.32842
1.2.1696500                           2.28217
1.2.395549                            2.24917
1.2.1665104                           1.32498
1.2.1108195                           1.16625
1.2.457447                            0.90861
1.2.1667487                           0.53460
1.2.1616179                           0.21196
1.2.167550                            0.17346
1.2.477169                            0.12187
1.2.417653                            0.05633
1.2.1693506                           0.02201
1.2.138771                            0.01757
1.2.1693415                           0.00727
1.2.1610085                           0.00029
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                       11137.97468
1.2.457447                         1928.10801
1.2.1693415                        1608.90404
1.2.1696500                        1273.99444
1.2.354252                          954.10809
1.2.1698422                         595.69745
1.2.1692978                         493.95828
1.2.888089                          371.39982
1.2.1695236                         209.71995
1.2.33015                           160.11706
1.2.831392                          157.61851
1.2.36449                           120.23162
1.2.1108195                         118.26116
1.2.1693506                          59.67791
1.2.1591806                          52.07859
1.2.1610085                          33.19568
1.2.395549                           13.41823
1.2.1616179                           4.18289
1.2.1667487                           3.76961
1.2.138771                            1.92523
1.2.424868                            1.92084
1.2.1597332                           1.06585
1.2.417653                            0.28007
1.2.1328017                           0.19717

Snapshots: https://mmcontest.bitshares.org/snapshots20191127.tbz

Code: [Select]
$ tar xjf snapshots20191127.tbz
$ find 2019-11-27 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
3089627a39dc0a47948ad517832ff69476d2a197e03296cd75f97255806695f8  -

Proposal for sending out rewards of 2019-11-27:

https://cryptofresh.com/tx/05f08f153ac3fbe6781fb7e77fb4ee81f67894ae
https://cryptofresh.com/b/43095490

https://cryptofresh.com/p/1.10.53078
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: Bhuz on November 28, 2019, 12:33:07 pm
Code: [Select]
$ ruby mm_rewards.rb 2019-11-27 1.10.53078

Date: 2019-11-27

Computing snapshots chucksum...
  3089627a39dc0a47948ad517832ff69476d2a197e03296cd75f97255806695f8

Analyzing snapshots data and computing rewards...
  Total Rewards: 35609.75023 BTS

Let's verify the current proposal
  Getting proposal '1.10.53078' from the blockchain...
  Loading computed rewards data and mimic a proposal...
  Comparing proposals...
    No difference found!
Title: Re: Repost: Market making contest, stage one
Post by: abit on November 29, 2019, 12:42:54 am
Reward data for 2019-11-28

(note: buyer:seller reward ratio is now 90:10)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 41702.13784 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                          77.89904
1.2.796685                           72.89094
1.2.445498                           48.12965
1.2.1672514                          45.87537
1.2.1693506                          28.92444
1.2.36449                            21.92906
1.2.944809                           20.51534
1.2.33015                            17.36691
1.2.778373                           13.15994
1.2.1123614                           9.64626
1.2.447913                            9.04014
1.2.125824                            9.02443
1.2.1691739                           5.68373
1.2.486857                            5.64575
1.2.1094392                           3.40903
1.2.1560396                           2.50447
1.2.1042549                           1.56847
1.2.1214396                           1.33772
1.2.461657                            1.09369
1.2.446780                            1.01785
1.2.1616179                           0.44207
1.2.395549                            0.34723
1.2.799404                            0.21732
1.2.885181                            0.18201
1.2.1619104                           0.16237
1.2.1698915                           0.15954
1.2.1667406                           0.12318
1.2.424868                            0.11531
1.2.203202                            0.09974
1.2.973616                            0.05636
1.2.126225                            0.04360
1.2.1213071                           0.03010
1.2.1064751                           0.02881
1.2.423992                            0.02296
1.2.731991                            0.02064
1.2.1039433                           0.02024
1.2.979913                            0.01954
1.2.935613                            0.01267
1.2.1591759                           0.01115
1.2.1153283                           0.00038
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1698915                        6881.83043
1.2.1689077                        2603.84120
1.2.1695688                        2325.98523
1.2.1695235                        1591.99045
1.2.424868                         1512.12972
1.2.1619104                        1440.31791
1.2.445498                         1297.27658
1.2.1610085                        1106.20900
1.2.1691739                         815.84344
1.2.1214396                         334.92404
1.2.1693506                         285.57342
1.2.1591806                         258.23266
1.2.486857                          105.93078
1.2.1213071                          81.05622
1.2.1094392                          23.90540
1.2.1560396                          19.89558
1.2.799404                            8.76546
1.2.1042549                           6.75771
1.2.881146                            2.51090
1.2.731991                            2.02043
1.2.973616                            1.89976
1.2.33015                             1.43656
1.2.1527702                           1.17542
1.2.1026919                           1.10362
1.2.955081                            0.69949
1.2.1616179                           0.66450
1.2.1121561                           0.56847
1.2.1039433                           0.22256
1.2.1525552                           0.02899

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.424868                          141.47509
1.2.1591806                          97.32603
1.2.1696500                          47.51482
1.2.1692978                          14.49145
1.2.33015                            13.75190
1.2.36449                            11.74437
1.2.1696206                           8.53019
1.2.1143893                           5.76513
1.2.888089                            3.53278
1.2.1640328                           3.48615
1.2.395549                            1.74740
1.2.1665104                           1.21416
1.2.1667487                           0.64127
1.2.1616179                           0.38936
1.2.501058                            0.25149
1.2.477169                            0.14683
1.2.1108195                           0.01655
1.2.1693415                           0.00116
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                       10222.53148
1.2.457447                         3849.02450
1.2.1693415                        2155.13664
1.2.354252                         1053.84064
1.2.1696500                         707.90605
1.2.1692978                         535.13030
1.2.1698970                         403.54587
1.2.888089                          284.17809
1.2.1698422                         205.38747
1.2.1695236                         203.77082
1.2.1696860                         181.51236
1.2.1108195                         161.57469
1.2.831392                          120.92880
1.2.424868                           53.43898
1.2.1693506                          50.67094
1.2.1616179                          32.11685
1.2.395549                           10.36036
1.2.36449                             6.25072
1.2.1328017                           0.42661
1.2.501058                            0.30904
1.2.417653                            0.19437
1.2.138771                            0.15555
1.2.1610085                           0.13936
1.2.1667487                           0.00784

Snapshots: https://mmcontest.bitshares.org/snapshots20191128.tbz

Code: [Select]
$ tar xjf snapshots20191128.tbz
$ find 2019-11-28 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
62e905ea6581fec61e0a085141d6c7ca6f4fa65cc585ca9c5b8f6d08309f94c1  -

Proposal for sending out rewards of 2019-11-28:

https://cryptofresh.com/tx/e5c00810dff943734b846c294dc1727bae271cc5
https://cryptofresh.com/b/43124491

https://cryptofresh.com/p/1.10.53135
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: abit on November 30, 2019, 12:39:40 am
Reward data for 2019-11-29

(note: buyer:seller reward ratio is now 90:10)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 43341.38515 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.424868                          158.67140
1.2.445498                          115.70884
1.2.1610085                          96.50653
1.2.1693506                          72.29847
1.2.1689077                          64.43230
1.2.1672514                          35.64837
1.2.33015                            26.77969
1.2.36449                            23.33400
1.2.486857                           17.61566
1.2.944809                           17.23663
1.2.1123614                           9.89228
1.2.1616179                           9.74820
1.2.447913                            8.11170
1.2.125824                            7.63237
1.2.1560396                           5.77387
1.2.1691739                           4.41742
1.2.1094392                           2.90749
1.2.1042549                           1.20792
1.2.461657                            1.07531
1.2.446780                            0.98252
1.2.395549                            0.30110
1.2.203202                            0.24121
1.2.1698915                           0.15934
1.2.885181                            0.15397
1.2.1667406                           0.11753
1.2.1525552                           0.10455
1.2.799404                            0.09899
1.2.1619104                           0.06173
1.2.126225                            0.04059
1.2.973616                            0.02642
1.2.1064751                           0.02551
1.2.1214396                           0.02509
1.2.423992                            0.02198
1.2.731991                            0.02026
1.2.979913                            0.01895
1.2.1039433                           0.01841
1.2.935613                            0.01220
1.2.1591759                           0.01104
1.2.1527702                           0.00022
1.2.1665104                           0.00004
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1698915                        5563.63068
1.2.1610085                        3068.97379
1.2.1689077                        2810.73911
1.2.1695688                        1854.87949
1.2.424868                         1299.01330
1.2.1695235                        1223.99429
1.2.445498                         1173.33152
1.2.409341                         1025.65342
1.2.1619104                         991.01965
1.2.1691739                         643.30056
1.2.1591806                         398.67673
1.2.1214396                         293.18037
1.2.1693506                         268.24302
1.2.1213071                          79.51663
1.2.486857                           39.99357
1.2.1094392                          26.07526
1.2.1560396                          18.78210
1.2.799404                            6.08801
1.2.1042549                           5.85556
1.2.731991                            2.02319
1.2.1527702                           1.72105
1.2.881146                            1.41156
1.2.1026919                           1.27539
1.2.973616                            1.15938
1.2.33015                             1.07500
1.2.955081                            0.76869
1.2.203202                            0.75172
1.2.1525552                           0.47659
1.2.1039433                           0.30342
1.2.908221                            0.28476
1.2.358336                            0.01874
1.2.1682766                           0.01511
1.2.1616179                           0.01267

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1591806                         379.17968
1.2.1694252                         136.57275
1.2.354252                           76.15506
1.2.424868                           41.74323
1.2.1693506                          38.01499
1.2.1692978                          16.85083
1.2.1108195                          15.96881
1.2.1696860                          15.21367
1.2.33015                            12.85201
1.2.36449                            12.47817
1.2.1696206                           6.49924
1.2.888089                            4.90959
1.2.1610085                           1.91715
1.2.1143893                           1.15304
1.2.1665104                           1.02927
1.2.1667487                           0.92249
1.2.1616179                           0.51598
1.2.1693415                           0.35281
1.2.395549                            0.33077
1.2.606017                            0.23717
1.2.477169                            0.16806
1.2.1695236                           0.00013
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                        8504.85525
1.2.457447                         5173.63698
1.2.1693415                        2430.28852
1.2.354252                          945.88969
1.2.1696500                         771.49587
1.2.1698970                         717.95934
1.2.1692978                         519.89029
1.2.445498                          505.86738
1.2.1696860                         337.02860
1.2.1591806                         319.96581
1.2.888089                          264.43250
1.2.1695236                         258.97283
1.2.1610085                         212.14566
1.2.1108195                          58.89991
1.2.1693506                          47.48944
1.2.1616179                          13.22117
1.2.424868                            9.91878
1.2.606017                            2.08654
1.2.1328017                           0.39767
1.2.417653                            0.19350
1.2.1667487                           0.00009

Snapshots: https://mmcontest.bitshares.org/snapshots20191129.tbz

Code: [Select]
$ tar xjf snapshots20191129.tbz
$ find 2019-11-29 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
8b2cde0f3c70e3739a02423d77f7375e240e975015a918227a5e407378f71100  -

Proposal for sending out rewards of 2019-11-29:

https://cryptofresh.com/tx/81886a60999f33d004b108f860b9a4c811bc234d
https://cryptofresh.com/b/43153149

https://cryptofresh.com/p/1.10.53196
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: Bhuz on November 30, 2019, 11:38:51 am
Code: [Select]
$ ruby mm_rewards.rb 2019-11-29 1.10.53196

Date: 2019-11-29

Computing snapshots chucksum...
  8b2cde0f3c70e3739a02423d77f7375e240e975015a918227a5e407378f71100

Analyzing snapshots data and computing rewards...
  Total Rewards: 43341.38515 BTS

Let's verify the current proposal
  Getting proposal '1.10.53196' from the blockchain...
  Loading computed rewards data and mimic a proposal...
  Comparing proposals...
    No difference found!
Title: Re: Repost: Market making contest, stage one
Post by: Nesh on November 30, 2019, 04:47:22 pm
I want to say thanks for your work guys.

With today's payout share change the volume has also increased a lot (GDEX is currently at ~8.6M Bts volume on the two markets combined) while the liquidity is still very high on both sides. If it stays this way we are on a good path on becoming one of the top market(s) for bts.
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 01, 2019, 01:55:27 am
Reward data for 2019-11-30

(note: buyer:seller reward ratio is now 70:30)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 40062.67362 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1698915                        1768.65886
1.2.424868                          703.56343
1.2.1610085                         434.18679
1.2.1693506                         371.35120
1.2.1672514                          94.24766
1.2.33015                            80.83859
1.2.36449                            77.07376
1.2.944809                           63.50609
1.2.409341                           51.89689
1.2.486857                           50.96275
1.2.1619104                          46.31145
1.2.447913                           23.60723
1.2.125824                           21.91800
1.2.1691739                          11.66896
1.2.1123614                          11.57339
1.2.1214396                          11.17882
1.2.1560396                          10.42282
1.2.1094392                           8.74987
1.2.1527713                           5.50134
1.2.1042549                           4.11547
1.2.461657                            3.15060
1.2.446780                            2.20808
1.2.799404                            2.06193
1.2.881146                            1.09845
1.2.395549                            0.83754
1.2.885181                            0.45058
1.2.1667406                           0.31036
1.2.126225                            0.11054
1.2.1039433                           0.10651
1.2.203202                            0.10631
1.2.1616179                           0.08857
1.2.1064751                           0.07659
1.2.1525552                           0.07311
1.2.731991                            0.05930
1.2.423992                            0.05828
1.2.979913                            0.05438
1.2.1213071                           0.04698
1.2.935613                            0.03387
1.2.973616                            0.02595
1.2.1591759                           0.02483
1.2.1689077                           0.00006
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1698915                        3930.56613
1.2.1689077                        2627.38045
1.2.1610085                        1998.97612
1.2.1695688                        1653.13775
1.2.1695235                        1014.38616
1.2.445498                         1005.96232
1.2.409341                          982.47612
1.2.424868                          943.47413
1.2.1619104                         678.24157
1.2.1691739                         477.02119
1.2.1693506                         225.70353
1.2.1214396                         224.12525
1.2.1591806                          90.09547
1.2.1213071                          71.43053
1.2.498000                           31.71966
1.2.1094392                          17.20484
1.2.1560396                          16.91769
1.2.486857                            9.87899
1.2.1042549                           4.71377
1.2.799404                            4.53415
1.2.1527702                           1.60360
1.2.1525552                           1.57847
1.2.731991                            1.18733
1.2.881146                            0.67342
1.2.955081                            0.53448
1.2.33015                             0.41474
1.2.1039433                           0.36296
1.2.1616179                           0.31424
1.2.203202                            0.14458
1.2.1091387                           0.01860
1.2.1073112                           0.00052

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1591806                        1113.96551
1.2.1665104                         673.44280
1.2.1694252                         638.35488
1.2.1693506                         518.25584
1.2.424868                          430.66642
1.2.354252                          172.93493
1.2.1696860                          53.89445
1.2.33015                            52.77901
1.2.36449                            44.30117
1.2.1692978                          28.29724
1.2.1143893                          26.08592
1.2.888089                           15.71631
1.2.1696206                          14.89896
1.2.1108195                          13.58635
1.2.1667487                           5.14980
1.2.1123614                           3.63966
1.2.606017                            3.44975
1.2.445498                            1.73907
1.2.1616179                           1.32360
1.2.501058                            1.04778
1.2.138771                            0.74310
1.2.477169                            0.37734
1.2.1693415                           0.26714
1.2.457447                            0.16351
1.2.1696500                           0.00750
1.2.1698970                           0.00227
1.2.1695236                           0.00049
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                        6544.14808
1.2.457447                         3403.26566
1.2.1693415                        1594.19570
1.2.1591806                        1496.22208
1.2.1696500                         653.14629
1.2.354252                          553.63868
1.2.1698970                         530.27010
1.2.1692978                         412.90532
1.2.445498                          261.81746
1.2.424868                          226.30872
1.2.1695236                         210.07053
1.2.888089                          165.23573
1.2.1694252                         142.09352
1.2.1693506                          55.49251
1.2.1610085                          52.37463
1.2.1108195                          45.76681
1.2.1696860                          12.27671
1.2.1616179                           6.45048
1.2.606017                            3.39090
1.2.501058                            1.05225
1.2.1328017                           0.24023
1.2.417653                            0.12548

Snapshots: https://mmcontest.bitshares.org/snapshots20191130.tbz

Code: [Select]
$ tar xjf snapshots20191130.tbz
$ find 2019-11-30 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
cfe63ed1e04eed45bdfbcb37904d526c7a1c1e22feda049bc808d25044a6420f  -

Proposal for sending out rewards of 2019-11-30:

https://cryptofresh.com/tx/aaca0a4c5c44cb89711dd533d763c549803a400d
https://cryptofresh.com/b/43183398

https://cryptofresh.com/p/1.10.53258
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: bitcrab on December 01, 2019, 09:11:30 am
I want to say thanks for your work guys.

With today's payout share change the volume has also increased a lot (GDEX is currently at ~8.6M Bts volume on the two markets combined) while the liquidity is still very high on both sides. If it stays this way we are on a good path on becoming one of the top market(s) for bts.

Yes, thanks abit, bhuz and other guys who work for this.
Hope in recent future this contest can give obvious and positive impact on DEX economy and also BTS price.
Title: Re: Repost: Market making contest, stage one
Post by: Bhuz on December 01, 2019, 10:59:00 am
Code: [Select]
$ ruby mm_rewards.rb 2019-11-30 1.10.53258

Date: 2019-11-30

Computing snapshots chucksum...
  cfe63ed1e04eed45bdfbcb37904d526c7a1c1e22feda049bc808d25044a6420f

Analyzing snapshots data and computing rewards...
  Total Rewards: 40062.67362 BTS

Let's verify the current proposal
  Getting proposal '1.10.53258' from the blockchain...
  Loading computed rewards data and mimic a proposal...
  Comparing proposals...
    No difference found!
Title: Re: Repost: Market making contest, stage one
Post by: Dinko on December 01, 2019, 08:22:58 pm
am i the only one who sees those huge sell walls built after the start of this contest? price recovery is slightly possible now
Title: Re: Repost: Market making contest, stage one
Post by: Dinko on December 01, 2019, 09:10:25 pm
i want to specify that is not a bad idea but i hope there bull be enough buying pressure when the next run starts
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 02, 2019, 01:10:29 am
Reward data for 2019-12-01

(note: buyer:seller reward ratio is now 70:30)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 42163.03107 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1698915                        3260.85355
1.2.424868                         1161.61355
1.2.1693506                         615.44579
1.2.409341                          396.87223
1.2.33015                            78.52501
1.2.36449                            73.87621
1.2.1672514                          65.50146
1.2.486857                           53.76963
1.2.944809                           51.87155
1.2.447913                           18.47195
1.2.125824                           16.80565
1.2.1214396                          11.53272
1.2.1123614                           8.47561
1.2.1691739                           8.10051
1.2.1560396                           7.44635
1.2.1094392                           7.02087
1.2.1527713                           5.87609
1.2.1042549                           3.31841
1.2.461657                            2.90278
1.2.446780                            1.31026
1.2.1160364                           0.88318
1.2.163267                            0.83849
1.2.799404                            0.67683
1.2.395549                            0.61710
1.2.885181                            0.35712
1.2.731991                            0.28370
1.2.1039433                           0.16161
1.2.1591759                           0.11114
1.2.126225                            0.10453
1.2.203202                            0.10025
1.2.1667406                           0.05766
1.2.1064751                           0.05300
1.2.979913                            0.04938
1.2.445498                            0.04189
1.2.1081514                           0.03195
1.2.935613                            0.02376
1.2.973616                            0.01819
1.2.423992                            0.01413
1.2.1619104                           0.00147
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1698915                        4628.89784
1.2.1689077                        3845.78600
1.2.1695688                        1459.96898
1.2.409341                         1350.69735
1.2.445498                         1316.65339
1.2.1695235                         995.67134
1.2.424868                          847.59791
1.2.1619104                         700.60637
1.2.1691739                         621.47513
1.2.1214396                         467.23304
1.2.1610085                         382.84894
1.2.1693506                         244.45061
1.2.1213071                         114.48574
1.2.498000                           90.26328
1.2.1094392                          18.11343
1.2.1560396                          16.84039
1.2.799404                            5.88480
1.2.1042549                           4.99674
1.2.1527702                           0.93016
1.2.881146                            0.66468
1.2.1039433                           0.44550
1.2.955081                            0.44353
1.2.731991                            0.37770
1.2.1081514                           0.29202
1.2.1616179                           0.09411

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1665104                        1387.14465
1.2.424868                          626.46540
1.2.1693506                         284.79655
1.2.457447                          250.44403
1.2.1694252                         195.55783
1.2.1591806                         149.69819
1.2.445498                          125.62082
1.2.1696860                          71.79669
1.2.1143893                          48.43148
1.2.33015                            46.37813
1.2.36449                            39.02868
1.2.1692978                          26.03824
1.2.354252                            5.60715
1.2.1610085                           2.38143
1.2.888089                            2.07959
1.2.606017                            1.70675
1.2.1616179                           1.13859
1.2.1108195                           1.00512
1.2.1667487                           0.85643
1.2.1123614                           0.57537
1.2.1696206                           0.42288
1.2.1698915                           0.07622
1.2.1693415                           0.06895
1.2.138771                            0.01454
1.2.436929                            0.00044
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                        4982.40530
1.2.457447                         2389.54959
1.2.1591806                        1925.63310
1.2.1693415                        1678.92593
1.2.354252                         1200.60001
1.2.1696500                         830.72818
1.2.1698970                         568.11730
1.2.1692978                         483.50490
1.2.1610085                         378.50533
1.2.831392                          299.23251
1.2.1695236                         255.41635
1.2.1696860                         175.75824
1.2.445498                          157.98405
1.2.888089                          140.26767
1.2.1694252                         130.69725
1.2.1696206                         123.37495
1.2.424868                          121.54979
1.2.1108195                          63.21321
1.2.606017                           13.09362
1.2.1667487                           4.20429
1.2.1616179                           1.97945
1.2.417653                            0.69854
1.2.1328017                           0.52282

Snapshots: https://mmcontest.bitshares.org/snapshots20191201.tbz

Code: [Select]
$ tar xjf snapshots20191201.tbz
$ find 2019-12-01 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
166ad09a8d796e7cb081ceab27d620f5066e3b4369ad798478d951b7d2f86006  -

Proposal for sending out rewards of 2019-12-01:

https://cryptofresh.com/tx/3d24d8eb4e154b50ca3e79560518b1e1e25a5ecb
https://cryptofresh.com/b/43211216

https://cryptofresh.com/p/1.10.53289
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: Bhuz on December 02, 2019, 10:03:53 am
Code: [Select]
$ ruby mm_rewards.rb 2019-12-01 1.10.53289

Date: 2019-12-01

Computing snapshots chucksum...
  166ad09a8d796e7cb081ceab27d620f5066e3b4369ad798478d951b7d2f86006

Analyzing snapshots data and computing rewards...
  Total Rewards: 42163.03107 BTS

Let's verify the current proposal
  Getting proposal '1.10.53289' from the blockchain...
  Loading computed rewards data and mimic a proposal...
  Comparing proposals...
    No difference found!
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 03, 2019, 01:13:12 am
Reward data for 2019-12-02

(note: buyer:seller reward ratio is now 70:30)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 35710.54248 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1698915                        2270.67543
1.2.424868                          734.18303
1.2.409341                          516.64035
1.2.1693506                         509.81582
1.2.1689077                          98.22271
1.2.36449                            66.48858
1.2.33015                            57.61496
1.2.1672514                          51.13500
1.2.486857                           33.30415
1.2.944809                           29.87175
1.2.445498                           18.01893
1.2.1067206                          13.46735
1.2.125824                           10.75501
1.2.627053                           10.13854
1.2.447913                            9.48917
1.2.1619104                           9.38785
1.2.1042549                           8.67711
1.2.1123614                           7.99120
1.2.1094392                           7.68553
1.2.1691739                           7.18615
1.2.1560396                           4.99700
1.2.1213071                           4.14694
1.2.1527713                           3.41251
1.2.1081514                           1.77718
1.2.1565108                           1.53065
1.2.461657                            1.26554
1.2.446780                            0.96236
1.2.1160364                           0.92659
1.2.1101053                           0.90409
1.2.1616179                           0.64508
1.2.395549                            0.47798
1.2.1591759                           0.28594
1.2.731991                            0.21837
1.2.881146                            0.19928
1.2.885181                            0.17216
1.2.799404                            0.14833
1.2.1525552                           0.12729
1.2.869266                            0.11278
1.2.401930                            0.11069
1.2.203202                            0.08463
1.2.1039433                           0.08194
1.2.126225                            0.07038
1.2.1214396                           0.06278
1.2.973616                            0.02727
1.2.1064751                           0.02236
1.2.1021184                           0.01465
1.2.652488                            0.00907
1.2.979913                            0.00838
1.2.1079922                           0.00518
1.2.1097594                           0.00204
1.2.687221                            0.00192
1.2.1610085                           0.00037
1.2.1067005                           0.00022
1.2.1667406                           0.00010
1.2.935613                            0.00001
1.2.423992                            0.00001
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1698915                        2622.97697
1.2.1689077                        2097.56120
1.2.445498                         1469.26222
1.2.1610085                        1342.45843
1.2.1695688                        1027.42160
1.2.1695235                         869.21494
1.2.424868                          708.21704
1.2.1691739                         591.88743
1.2.1619104                         577.77515
1.2.409341                          560.69152
1.2.1214396                         349.74958
1.2.498000                          317.95586
1.2.1693506                         194.07292
1.2.1213071                         173.63939
1.2.1236660                          22.32963
1.2.1094392                          18.05554
1.2.1560396                          15.90191
1.2.1042549                          14.24216
1.2.799404                            5.91930
1.2.1565108                           2.94321
1.2.973616                            1.99182
1.2.1527702                           1.08022
1.2.881146                            0.93015
1.2.731991                            0.60487
1.2.1039433                           0.52535
1.2.955081                            0.40125
1.2.126225                            0.31740
1.2.1616179                           0.17645
1.2.1697773                           0.08567
1.2.627053                            0.08002
1.2.110360                            0.07995
1.2.1018164                           0.05768
1.2.495455                            0.00116

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1665104                        1231.14944
1.2.457447                          448.44509
1.2.1693506                         326.51252
1.2.1694252                         250.06592
1.2.424868                          244.62005
1.2.1591806                         199.88051
1.2.167550                          118.37315
1.2.33015                            69.50766
1.2.1692978                          63.40733
1.2.36449                            52.80926
1.2.1696860                          51.73235
1.2.1143893                          18.91209
1.2.1696500                           5.87152
1.2.354252                            3.70124
1.2.1696206                           3.65410
1.2.373786                            1.88645
1.2.606017                            1.55537
1.2.1667487                           1.36563
1.2.888089                            0.86153
1.2.1616179                           0.69553
1.2.906339                            0.11085
1.2.1123614                           0.07281
1.2.1698970                           0.03724
1.2.1695236                           0.01410
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                        4545.16950
1.2.1693415                        2110.66089
1.2.1591806                        2020.99446
1.2.1610085                        1463.86468
1.2.354252                         1304.07590
1.2.1696500                         694.98825
1.2.457447                          541.71690
1.2.1698970                         521.64766
1.2.831392                          469.12414
1.2.445498                          252.80458
1.2.1692978                         239.87546
1.2.1696206                         200.53370
1.2.1695236                         193.81122
1.2.888089                          142.23474
1.2.424868                          130.28366
1.2.1696860                         121.82182
1.2.1694252                          80.31165
1.2.1108195                          68.50588
1.2.606017                           11.59531
1.2.1667487                           7.74896
1.2.373786                            7.63182
1.2.1616179                           1.91682
1.2.417653                            1.05483
1.2.1328017                           0.58416
1.2.1693506                           0.17507

Snapshots: https://mmcontest.bitshares.org/snapshots20191202.tbz

Code: [Select]
$ tar xjf snapshots20191202.tbz
$ find 2019-12-02 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
63d8ca1c84c609264dd144e4f82a7ef3e819f8d7f906b4eb9f552490c7ee7407  -

Proposal for sending out rewards of 2019-12-02:

https://cryptofresh.com/tx/5a9a68d0f8b806e34a4841197250e5ff569d12ad
https://cryptofresh.com/b/43240008

https://cryptofresh.com/p/1.10.53396
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: EuropaSH on December 03, 2019, 10:37:13 am
The original post was accidentally deleted. This is a repost after slightly modified.
---------------


---------------
The DEX needs liquidity.
Market makers who leave orders on the market provide liquidity.
The contest is to incentivize market makers, consequentially attract traders and bring volume to the DEX.


## Markets
BTS / [gateways].BTC
BTS / [gateways].USDT
(30,000 BTS each)

## Gateways
Gateways who have interest in participating in the contest please reply to this thread.
Every gateway needs to prove that its gateway assets are fully backed by real assets.

(The lists below will be updated from time to time as the contest progresses)

### qualified gateway asset(s):
SPARKDEX.BTC
RUDEX.BTC
GDEX.BTC
GDEX.USDT

### gateway assets that are replied in this thread buy not yet qualified:
XBTSX.X

XBTS is ready to participate https://xbts.io/audit

Title: Re: Repost: Market making contest, stage one
Post by: abit on December 03, 2019, 01:57:18 pm
### qualified gateway asset(s):
SPARKDEX.BTC
RUDEX.BTC
GDEX.BTC
GDEX.USDT

### gateway assets that are replied in this thread buy not yet qualified:
XBTSX.X

XBTS is ready to participate https://xbts.io/audit
28.61693596 BTC shows on the page. But on the BitShares blockchain, current supply of XBTSX.BTC is 0.96041172. I think there might be something wrong. Please explain or fix?

Update:
looks good now. The page now shows "BTC 0.93273737", and current supply of XBTSX.BTC is 0.93011591.
Title: Re: Repost: Market making contest, stage one
Post by: blockchained on December 03, 2019, 04:19:46 pm
We started a rudex.usdt market

https://steemit.com/rudex/@rudex/tether-usdt-gateway-on-decentralized-trading-platform-bitshares-rudex-launched
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 03, 2019, 06:55:31 pm
We started a rudex.usdt market

https://steemit.com/rudex/@rudex/tether-usdt-gateway-on-decentralized-trading-platform-bitshares-rudex-launched
Looks good. Do you mean that you want RUDEX.USDT to be added to the contest?
Title: Re: Repost: Market making contest, stage one
Post by: blockchained on December 03, 2019, 06:58:13 pm
We started a rudex.usdt market

https://steemit.com/rudex/@rudex/tether-usdt-gateway-on-decentralized-trading-platform-bitshares-rudex-launched
Looks good. Do you mean that you want c?

Yes, we want RUDEX.USDT to be added to the contest
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 04, 2019, 12:23:05 am
Reward data for 2019-12-03

(note: buyer:seller reward ratio is now 70:30)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 44531.12258 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1698915                        3026.97447
1.2.1688430                        1217.95809
1.2.424868                          625.09489
1.2.409341                          429.46781
1.2.1693506                         325.03783
1.2.1689077                         166.16182
1.2.1610085                          70.05862
1.2.36449                            56.80173
1.2.33015                            44.62706
1.2.1672514                          32.69934
1.2.486857                           27.55425
1.2.1213071                          19.02746
1.2.944809                           16.94726
1.2.1042549                          16.75901
1.2.447913                           13.73257
1.2.1619104                           9.99988
1.2.445498                            9.12954
1.2.1123614                           7.87430
1.2.1560396                           7.04427
1.2.1094392                           6.40104
1.2.1691739                           4.86158
1.2.125824                            4.79450
1.2.627053                            3.19674
1.2.1565108                           2.66436
1.2.1527713                           1.99938
1.2.138771                            1.49240
1.2.869266                            1.14543
1.2.446780                            0.71250
1.2.1160364                           0.50686
1.2.1616179                           0.35252
1.2.395549                            0.30652
1.2.1591759                           0.25711
1.2.1018164                           0.21219
1.2.1665104                           0.20931
1.2.1021184                           0.14126
1.2.799404                            0.11607
1.2.731991                            0.06591
1.2.1214396                           0.04241
1.2.1039433                           0.03423
1.2.1623002                           0.01852
1.2.885181                            0.01243
1.2.126225                            0.00395
1.2.973616                            0.00302
1.2.203202                            0.00115
1.2.794067                            0.00114
1.2.573323                            0.00089
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1689077                        3754.84405
1.2.1698915                        2713.04712
1.2.1695235                        1245.85491
1.2.1695688                        1155.84292
1.2.424868                          905.91938
1.2.1665104                         899.94369
1.2.445498                          838.25422
1.2.1619104                         821.43400
1.2.1691739                         751.03685
1.2.1610085                         550.19067
1.2.1214396                         528.03802
1.2.1213071                         325.53044
1.2.1669186                         318.00557
1.2.1693506                         136.16909
1.2.498000                           39.33616
1.2.1042549                          25.14235
1.2.1094392                          18.17963
1.2.1560396                          15.72209
1.2.1565108                           7.98175
1.2.799404                            7.29175
1.2.973616                            3.82622
1.2.1527702                           1.73178
1.2.1039433                           0.87506
1.2.731991                            0.52159
1.2.955081                            0.52140
1.2.126225                            0.49306
1.2.881146                            0.09666
1.2.1616179                           0.08819
1.2.1682766                           0.00148
1.2.1037938                           0.00141

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1665104                        2824.28446
1.2.1591806                         618.85730
1.2.457447                          533.99964
1.2.424868                          340.11344
1.2.167550                          265.82204
1.2.544003                          198.56402
1.2.1693506                         170.60107
1.2.1694252                         164.38766
1.2.1696860                          79.26843
1.2.529261                           59.07763
1.2.1692978                          52.60739
1.2.33015                            48.78096
1.2.36449                            43.06779
1.2.831392                           11.84637
1.2.1696206                           4.39804
1.2.1667487                           4.34899
1.2.1610085                           4.05826
1.2.1696500                           3.66700
1.2.354252                            2.75666
1.2.1616179                           2.21405
1.2.606017                            1.79868
1.2.1143893                           1.02429
1.2.906339                            0.48280
1.2.888089                            0.08839
1.2.1108195                           0.00058
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                        7663.17548
1.2.457447                         2240.80447
1.2.354252                         1836.84907
1.2.1693415                        1724.86999
1.2.1610085                        1090.81830
1.2.1698970                         600.07700
1.2.1696500                         591.44195
1.2.445498                          455.68114
1.2.1696206                         297.57196
1.2.1696860                         290.55338
1.2.831392                          278.97625
1.2.1692978                         255.10899
1.2.1695236                         246.34301
1.2.888089                          155.64015
1.2.1694252                          68.64185
1.2.1108195                          53.89828
1.2.606017                           12.31769
1.2.1667487                           8.65851
1.2.1616179                           2.39142
1.2.417653                            1.49652
1.2.424868                            0.39509
1.2.1328017                           0.38126
1.2.373786                            0.28878
1.2.1693506                           0.20097

Snapshots: https://mmcontest.bitshares.org/snapshots20191203.tbz

Code: [Select]
$ tar xjf snapshots20191203.tbz
$ find 2019-12-03 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
4df3010e77a51cc5008770f03f877842c322904dd46170f70e11d26ab741626a  -

Proposal for sending out rewards of 2019-12-03:

https://cryptofresh.com/tx/dcef7b7557205d972b41008f32d9e87ac5bb8a6b
https://cryptofresh.com/b/43267639

https://cryptofresh.com/p/1.10.53467
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: Bhuz on December 04, 2019, 12:29:50 am
Code: [Select]
$ ruby mm_rewards.rb 2019-12-03 1.10.53467

Date: 2019-12-03

Computing snapshots chucksum...
  4df3010e77a51cc5008770f03f877842c322904dd46170f70e11d26ab741626a

Analyzing snapshots data and computing rewards...
  Total Rewards: 44531.12258 BTS

Let's verify the current proposal
  Getting proposal '1.10.53467' from the blockchain...
  Loading computed rewards data and mimic a proposal...
  Comparing proposals...
    No difference found!
Title: Re: Repost: Market making contest, stage one
Post by: bitcrab on December 04, 2019, 12:19:18 pm
For promoting the contest, I created 2 Telegram gorups:

English:  https://t.me/btsmmcontest
Chinese: https://t.me/BTSMarketMaker

Welcome for joining!
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 05, 2019, 01:47:47 am
Reward data for 2019-12-04

(note: buyer:seller reward ratio is now 70:30)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 43150.39020 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1698915                        1707.00030
1.2.1665104                        1199.47225
1.2.1688430                         954.85700
1.2.424868                          615.19732
1.2.1693506                         487.60967
1.2.409341                          455.09228
1.2.437438                          432.58446
1.2.445498                          183.28380
1.2.36449                            64.97083
1.2.33015                            60.27687
1.2.486857                           42.56026
1.2.1610085                          40.90545
1.2.1672514                          36.04814
1.2.1619104                          33.14434
1.2.1696860                          30.16160
1.2.1123614                          29.37216
1.2.447913                           27.98943
1.2.944809                           19.10620
1.2.1669186                          18.99050
1.2.1042549                          18.13925
1.2.1094392                          14.53442
1.2.1560396                           7.94364
1.2.125824                            6.22918
1.2.935613                            6.06960
1.2.1691739                           5.50043
1.2.395549                            4.53168
1.2.1565108                           3.01285
1.2.1018164                           1.98148
1.2.1616179                           1.87026
1.2.1527713                           1.47948
1.2.138771                            1.43552
1.2.976581                            1.11350
1.2.1695235                           1.11304
1.2.799404                            0.69966
1.2.1591759                           0.69932
1.2.446780                            0.68641
1.2.1160364                           0.59688
1.2.126225                            0.53767
1.2.461657                            0.38735
1.2.409973                            0.30838
1.2.1598564                           0.18756
1.2.1021184                           0.14409
1.2.203202                            0.09295
1.2.1039433                           0.07052
1.2.885181                            0.06196
1.2.160682                            0.03685
1.2.979913                            0.03670
1.2.973616                            0.01952
1.2.1214396                           0.01411
1.2.417653                            0.01155
1.2.1213071                           0.00922
1.2.1667406                           0.00557
1.2.1118126                           0.00244
1.2.1689077                           0.00237
1.2.596555                            0.00236
1.2.423992                            0.00107
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                        4178.58047
1.2.1689077                        3348.21197
1.2.1695688                        1398.15408
1.2.1695235                        1089.50688
1.2.445498                          763.99631
1.2.1619104                         666.23779
1.2.1691739                         585.80510
1.2.1214396                         501.21046
1.2.1610085                         476.92695
1.2.1213071                         311.60915
1.2.424868                          270.83968
1.2.1669186                         248.74520
1.2.1121438                         217.15927
1.2.1688430                         166.18468
1.2.409341                          113.10827
1.2.1693506                          79.44286
1.2.1094392                          63.35937
1.2.1042549                          27.77742
1.2.1560396                          16.92073
1.2.1565108                           7.17015
1.2.799404                            6.76247
1.2.976581                            6.01661
1.2.1123614                           4.99925
1.2.395549                            4.25702
1.2.138771                            2.66220
1.2.750207                            1.89597
1.2.1527702                           1.19716
1.2.409973                            0.99778
1.2.1018164                           0.90050
1.2.1039433                           0.67390
1.2.126225                            0.53886
1.2.955081                            0.40662
1.2.417653                            0.34916
1.2.1616179                           0.30903
1.2.881146                            0.24091
1.2.573323                            0.02699
1.2.33015                             0.00166
1.2.1637523                           0.00115

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1665104                        2571.80686
1.2.424868                          723.90158
1.2.167550                          461.05663
1.2.1591806                         446.82237
1.2.457447                          305.81578
1.2.1694252                         191.68900
1.2.437438                          133.08278
1.2.1693506                         110.33798
1.2.1696500                          87.33033
1.2.544003                           83.59706
1.2.33015                            61.65454
1.2.529261                           57.38085
1.2.831392                           53.95665
1.2.36449                            46.51525
1.2.1696860                          34.13869
1.2.1692978                          30.27510
1.2.395549                            5.35268
1.2.1696206                           2.39103
1.2.1610085                           2.04591
1.2.354252                            2.02519
1.2.1667487                           1.61145
1.2.1616179                           1.36024
1.2.606017                            0.86743
1.2.888089                            0.18633
1.2.1118126                           0.01253
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                        7332.22998
1.2.1693415                        2168.15385
1.2.354252                         1326.44485
1.2.457447                         1319.03842
1.2.1698970                         572.88716
1.2.1696500                         526.34978
1.2.1610085                         473.73137
1.2.1692978                         424.27097
1.2.1696206                         330.76428
1.2.1695236                         328.01025
1.2.888089                          302.47366
1.2.445498                          301.20902
1.2.1696860                         215.07006
1.2.529261                          196.65415
1.2.1693506                         194.41278
1.2.831392                          178.63062
1.2.424868                          176.10037
1.2.1108195                         144.53198
1.2.1694252                          49.21891
1.2.544003                           33.15174
1.2.606017                           25.09432
1.2.1667487                          19.87917
1.2.395549                            9.57224
1.2.1616179                           3.01052
1.2.167550                            1.96524
1.2.417653                            0.61434
1.2.1328017                           0.33020

Snapshots: https://mmcontest.bitshares.org/snapshots20191204.tbz

Code: [Select]
$ tar xjf snapshots20191204.tbz
$ find 2019-12-04 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
f87c57c259350fd077c6421170c57f5c87baf528461059060d5f8b5a3e5da05f  -

Proposal for sending out rewards of 2019-12-04:

https://cryptofresh.com/tx/4fc659814cb474376e105169a7002eebde58c020
https://cryptofresh.com/b/43298125

https://cryptofresh.com/p/1.10.53574
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: EuropaSH on December 05, 2019, 12:35:21 pm
TrustToken TrueUSD (TUSD) added on XBTS Dex Exchange
https://ex.xbts.io/#/asset/XBTSX.TUSD

Add XBTSX.TUSD to the contest
https://ex.xbts.io/#/market/XBTSX.TUSD_BTS

https://xbts.io/audit

(https://steemitimages.com/640x0/https://cdn.steemitimages.com/DQmckds4eZXaY5UrHjwuVujjeTdHtqoGhcraixxD51TUP8j/XBTS_trade_on_TUSD.png)

https://steemit.com/bitshares/@xbts/trueusd-usdtusd-is-live-on-xbts-dex-exchange
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 05, 2019, 08:35:39 pm
TrustToken TrueUSD (TUSD) added on XBTS Dex Exchange
https://ex.xbts.io/#/asset/XBTSX.TUSD

Add XBTSX.TUSD to the contest
https://ex.xbts.io/#/market/XBTSX.TUSD_BTS

https://xbts.io/audit

(https://steemitimages.com/640x0/https://cdn.steemitimages.com/DQmckds4eZXaY5UrHjwuVujjeTdHtqoGhcraixxD51TUP8j/XBTS_trade_on_TUSD.png)

https://steemit.com/bitshares/@xbts/trueusd-usdtusd-is-live-on-xbts-dex-exchange
Sorry, the one in the contest is USDT but not TUSD.
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 06, 2019, 12:22:01 am
Reward data for 2019-12-05

(note: buyer:seller reward ratio is now 70:30)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 47126.51257 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1665104                        3333.52866
1.2.437438                          938.05734
1.2.1688430                         655.08512
1.2.529261                          335.45034
1.2.445498                          284.94083
1.2.409341                          260.19656
1.2.1695688                         258.06857
1.2.424868                          236.41959
1.2.1693506                         209.35221
1.2.1610085                         196.82388
1.2.1695235                         158.40619
1.2.1696860                         133.94938
1.2.36449                            65.25375
1.2.33015                            41.54208
1.2.447913                           27.53167
1.2.1619104                          21.13976
1.2.486857                           20.30537
1.2.1094392                          19.53362
1.2.1672514                          19.05979
1.2.935613                           18.44790
1.2.1213071                          16.62111
1.2.1042549                          15.51496
1.2.1560396                          13.64019
1.2.1123614                          11.84071
1.2.1214396                          11.23409
1.2.944809                           10.81796
1.2.1565108                           8.32110
1.2.976581                            8.16613
1.2.395549                            7.66621
1.2.125824                            4.12955
1.2.1691739                           2.99575
1.2.1527713                           1.89269
1.2.544003                            1.45863
1.2.1073112                           1.11592
1.2.409973                            1.06682
1.2.799404                            0.88797
1.2.126225                            0.83767
1.2.1616179                           0.83616
1.2.446780                            0.48570
1.2.1018164                           0.41902
1.2.1598564                           0.34732
1.2.203202                            0.32565
1.2.1160364                           0.31695
1.2.464767                            0.12778
1.2.1039433                           0.11919
1.2.1591759                           0.10494
1.2.1021184                           0.09017
1.2.1063682                           0.05215
1.2.979913                            0.03569
1.2.442233                            0.03252
1.2.823594                            0.00300
1.2.885181                            0.00093
1.2.1111478                           0.00014
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                        6327.73832
1.2.1689077                        3729.30230
1.2.1695688                        1469.30422
1.2.1693506                        1430.63685
1.2.1695235                         818.73237
1.2.1610085                         797.80120
1.2.1214396                         591.17831
1.2.1619104                         495.41023
1.2.1213071                         494.87129
1.2.1691739                         378.21290
1.2.1669186                         140.22430
1.2.1121438                          86.81658
1.2.1094392                          82.14095
1.2.498000                           73.06893
1.2.19747                            51.92864
1.2.976581                           45.63585
1.2.354252                           43.44761
1.2.1042549                          28.10587
1.2.1560396                          16.42174
1.2.529261                           12.83156
1.2.409973                           12.75445
1.2.1565108                           6.64841
1.2.799404                            3.41618
1.2.750207                            2.58945
1.2.395549                            2.20878
1.2.1527702                           1.49480
1.2.138771                            0.87225
1.2.1525552                           0.79097
1.2.955081                            0.57322
1.2.1123614                           0.53171
1.2.1039433                           0.34424
1.2.1616179                           0.27586
1.2.573323                            0.17699
1.2.126225                            0.17477
1.2.464767                            0.08080
1.2.881146                            0.01575
1.2.623536                            0.00793
1.2.1638890                           0.00267

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1665104                        2519.25533
1.2.167550                         1387.05102
1.2.424868                          403.49414
1.2.1591806                         368.39365
1.2.445498                          164.31163
1.2.1694252                         164.27658
1.2.457447                          100.91029
1.2.1693506                          85.11405
1.2.831392                           81.14926
1.2.33015                            61.80470
1.2.139653                           53.27857
1.2.36449                            48.77187
1.2.399755                           45.69235
1.2.606017                           30.87044
1.2.1692978                          29.39650
1.2.1696860                          21.82461
1.2.544003                           21.20690
1.2.395549                            6.71684
1.2.1616179                           2.17284
1.2.354252                            1.16225
1.2.1667487                           0.42841
1.2.1696206                           0.42224
1.2.445535                            0.39401
1.2.1610085                           0.07690
1.2.888089                            0.04897
1.2.1108195                           0.04274
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                        6528.02225
1.2.424868                         2186.17625
1.2.354252                         2149.77981
1.2.1693415                        1965.40014
1.2.1610085                         968.31324
1.2.457447                          802.84575
1.2.1698970                         724.96510
1.2.1692978                         491.48379
1.2.1696206                         327.86173
1.2.1695236                         321.36948
1.2.1694252                         273.89515
1.2.1693506                          96.97459
1.2.1108195                          95.89299
1.2.888089                           44.90381
1.2.606017                           28.37334
1.2.1667487                           9.67787
1.2.395549                            8.42898
1.2.1616179                           2.30494
1.2.1328017                           0.16167
1.2.167550                            0.04797

Snapshots: https://mmcontest.bitshares.org/snapshots20191205.tbz

Code: [Select]
$ tar xjf snapshots20191205.tbz
$ find 2019-12-05 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
6ff21fbd52f96ea77fb9a8186acfeb24d4350bdcad8ef244d8e9d443ad56ecfe  -

Proposal for sending out rewards of 2019-12-05:

https://cryptofresh.com/tx/87351df69e6f0989c7ff5a491b8dae5a2a7cb16b
https://cryptofresh.com/b/43325158

https://cryptofresh.com/p/1.10.53629
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 07, 2019, 12:38:28 am
Reward data for 2019-12-06

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT and XBTSX.BTC have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 49366.32251 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1665104                        2717.75165
1.2.437438                         1160.13954
1.2.1688430                         862.88330
1.2.1610085                         646.56109
1.2.1672514                         568.13265
1.2.529261                          308.69860
1.2.1693506                         248.82404
1.2.409341                          233.95573
1.2.1689077                         223.75497
1.2.445498                          215.72015
1.2.1696860                         165.77319
1.2.544003                           70.63599
1.2.1213071                          60.97225
1.2.796685                           57.84212
1.2.36449                            49.18230
1.2.33015                            40.20825
1.2.1619104                          34.61940
1.2.447913                           26.38803
1.2.1094392                          22.18960
1.2.486857                           19.56193
1.2.1042549                          13.47712
1.2.944809                           10.83949
1.2.976581                            8.61080
1.2.1560396                           8.40004
1.2.935613                            7.50035
1.2.125824                            4.20431
1.2.1565108                           3.40308
1.2.1699975                           3.23028
1.2.1691739                           2.87131
1.2.1015080                           2.71402
1.2.395549                            2.53332
1.2.1527713                           1.47840
1.2.1015864                           1.44357
1.2.409973                            1.14911
1.2.1616179                           0.73469
1.2.203202                            0.38807
1.2.126225                            0.38676
1.2.1160364                           0.28653
1.2.1121438                           0.27747
1.2.1018164                           0.27368
1.2.666764                            0.23459
1.2.464767                            0.21952
1.2.799404                            0.19736
1.2.1006667                           0.17123
1.2.1623723                           0.07628
1.2.1039433                           0.06373
1.2.1598564                           0.04403
1.2.979913                            0.03502
1.2.1227237                           0.00851
1.2.973616                            0.00410
1.2.1637667                           0.00108
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                        5097.66767
1.2.1689077                        4418.19310
1.2.1695688                        1561.83305
1.2.1693506                        1503.66795
1.2.1695235                         722.82653
1.2.1214396                         708.62710
1.2.1619104                         676.30209
1.2.1691739                         638.65299
1.2.1213071                         515.20288
1.2.437438                          481.59773
1.2.1669186                         381.61904
1.2.110871                          198.33850
1.2.298                             188.48280
1.2.1121438                         131.82335
1.2.471141                           78.57011
1.2.1094392                          72.72858
1.2.529261                           71.97672
1.2.976581                           30.14100
1.2.1042549                          27.16347
1.2.1672514                          19.10725
1.2.1560396                          15.97812
1.2.1015080                          12.65924
1.2.1006667                           8.74379
1.2.799404                            5.29185
1.2.1565108                           4.91611
1.2.395549                            4.14462
1.2.1527702                           1.61245
1.2.1587789                           0.73195
1.2.955081                            0.67436
1.2.1623723                           0.54614
1.2.1610085                           0.54484
1.2.126225                            0.51258
1.2.1039433                           0.37696
1.2.573323                            0.16496
1.2.1616179                           0.02915
1.2.1015864                           0.02609
1.2.464767                            0.00236

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1665104                        2596.66186
1.2.167550                         1584.59507
1.2.457447                          611.29476
1.2.1694252                         392.06487
1.2.399755                          329.40754
1.2.445498                          170.89928
1.2.831392                          143.79091
1.2.1591806                         112.95070
1.2.544003                          103.65388
1.2.33015                            88.79407
1.2.36449                            71.54638
1.2.606017                           52.33751
1.2.1692978                          42.10722
1.2.1143893                          23.12824
1.2.1696860                          11.44174
1.2.1696206                          11.04820
1.2.354252                           10.50527
1.2.395549                            4.34622
1.2.1667487                           3.31509
1.2.1610085                           2.21144
1.2.1616179                           2.05688
1.2.424868                            0.53432
1.2.888089                            0.05950
1.2.453834                            0.00564
1.2.1247569                           0.00147
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                        6716.16239
1.2.1693415                        2412.64543
1.2.424868                         1818.01681
1.2.1610085                        1749.58349
1.2.354252                         1638.72585
1.2.457447                         1515.90002
1.2.1698970                         551.53644
1.2.1696206                         393.83731
1.2.1692978                         378.74245
1.2.1695236                         305.40571
1.2.1108195                          74.74353
1.2.606017                           38.45725
1.2.1667487                           5.18359
1.2.395549                            4.32496
1.2.1247569                           1.80810
1.2.1616179                           1.76320
1.2.167550                            0.19781

Snapshots: https://mmcontest.bitshares.org/snapshots20191206.tbz

Code: [Select]
$ tar xjf snapshots20191206.tbz
$ find 2019-12-06 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
99d3b939ceb1975cbd6179fafae0d958f9288a2907487c9660b3585faa946c8b  -

Proposal for sending out rewards of 2019-12-06:

https://cryptofresh.com/tx/4e965edcbc0120b6d2c9cde8e36a5d62395e28d0
https://cryptofresh.com/b/43354211

https://cryptofresh.com/p/1.10.53688
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 08, 2019, 01:20:06 am
Reward data for 2019-12-07

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT and XBTSX.BTC have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 51231.74982 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1665104                        2822.41219
1.2.1688430                         980.69790
1.2.1672514                         901.15541
1.2.1610085                         678.90032
1.2.437438                          647.36361
1.2.1689077                         475.35064
1.2.1693506                         414.72267
1.2.409341                          228.36337
1.2.445498                          207.96843
1.2.529261                          177.44733
1.2.544003                          139.87682
1.2.1696860                         110.73542
1.2.33015                            76.16558
1.2.1699975                          50.97909
1.2.36449                            34.96245
1.2.1094392                          19.32292
1.2.447913                           19.24352
1.2.486857                           17.66541
1.2.1042549                          12.21998
1.2.1621128                          11.46532
1.2.976581                            9.99887
1.2.944809                            9.84661
1.2.1015080                           8.94992
1.2.1560396                           7.65154
1.2.1565108                           5.09980
1.2.1700343                           4.75540
1.2.461657                            4.55247
1.2.125824                            3.36339
1.2.1213071                           2.82337
1.2.1691739                           2.09391
1.2.1527713                           1.43604
1.2.409973                            0.93751
1.2.1616179                           0.84006
1.2.799404                            0.73308
1.2.1015864                           0.49959
1.2.126225                            0.44376
1.2.464767                            0.41045
1.2.203202                            0.36913
1.2.1214396                           0.27445
1.2.1160364                           0.24752
1.2.1006667                           0.19604
1.2.1696220                           0.10670
1.2.1623723                           0.09557
1.2.1018164                           0.09551
1.2.1039433                           0.05575
1.2.979913                            0.03058
1.2.1619104                           0.02207
1.2.1700344                           0.01627
1.2.935613                            0.00937
1.2.1227237                           0.00831
1.2.110871                            0.00013
1.2.786698                            0.00008
1.2.446780                            0.00003
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                        6782.68329
1.2.1689077                        3183.64999
1.2.471141                         1662.88535
1.2.437438                         1115.29656
1.2.1695688                         912.49001
1.2.1695235                         789.36505
1.2.1669186                         707.18274
1.2.1213071                         518.05170
1.2.1693506                         492.58739
1.2.1214396                         438.32544
1.2.1691739                         420.50077
1.2.1619104                         368.66465
1.2.1121438                         243.99440
1.2.110871                          221.23892
1.2.498000                          163.39540
1.2.1672514                         135.63440
1.2.1094392                          75.10266
1.2.529261                           45.08812
1.2.1042549                          27.93464
1.2.1015080                          18.81254
1.2.976581                           17.91205
1.2.1560396                          16.26172
1.2.1565108                          16.09812
1.2.1696860                           9.23396
1.2.395549                            8.11393
1.2.1006667                           6.21889
1.2.799404                            2.03400
1.2.1527702                           1.68776
1.2.126225                            0.81475
1.2.955081                            0.67309
1.2.1039433                           0.59750
1.2.1587789                           0.59750
1.2.464767                            0.19745
1.2.1623723                           0.18628
1.2.573323                            0.14894
1.2.1700134                           0.12418
1.2.1640883                           0.09306
1.2.881146                            0.05805
1.2.1637523                           0.00003

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1665104                        2048.37766
1.2.167550                         1417.72077
1.2.1610085                        1410.49673
1.2.457447                          680.60036
1.2.1591806                         336.09163
1.2.399755                          309.16703
1.2.606017                          214.08687
1.2.1694252                         185.76606
1.2.831392                          174.39005
1.2.1692978                         144.47444
1.2.445498                          109.40630
1.2.544003                           78.98881
1.2.1143893                          51.67180
1.2.373786                           49.90107
1.2.33015                            46.02205
1.2.36449                            32.68327
1.2.1696206                          26.48043
1.2.1025474                          26.28933
1.2.1696860                          18.31588
1.2.1667487                           3.35948
1.2.354252                            1.65197
1.2.424868                            1.62337
1.2.1616179                           1.48821
1.2.1698970                           1.15546
1.2.888089                            0.09833
1.2.1108195                           0.01042
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                        9390.78559
1.2.1693415                        2185.18077
1.2.457447                         1732.72099
1.2.424868                         1541.98421
1.2.1698970                         705.67084
1.2.1610085                         437.91326
1.2.354252                          400.60647
1.2.1695236                         319.32746
1.2.1696206                         306.14591
1.2.1692978                         166.58971
1.2.1108195                         137.02624
1.2.606017                           22.83245
1.2.1667487                           8.83751
1.2.395549                            4.88733
1.2.1247569                           2.76496
1.2.1616179                           1.24140

Snapshots: https://mmcontest.bitshares.org/snapshots20191207.tbz

Code: [Select]
$ tar xjf snapshots20191207.tbz
$ find 2019-12-07 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
f8a270ffe18c1bc97d6e82b21924d7eda749eef4f86829f734f862a975241717  -

Proposal for sending out rewards of 2019-12-07:

https://cryptofresh.com/tx/91ad9fdcef49c5e28bfa5ed4f038ccab635077f9
https://cryptofresh.com/b/43383770

https://cryptofresh.com/p/1.10.53736
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: Bhuz on December 08, 2019, 10:09:47 am
Code: [Select]
$ ruby mm_rewards.rb 2019-12-07 1.10.53736

Date: 2019-12-07

Computing snapshots chucksum...
  f8a270ffe18c1bc97d6e82b21924d7eda749eef4f86829f734f862a975241717

Analyzing snapshots data and computing rewards...
  Total Rewards: 51231.74982 BTS

Let's verify the current proposal
  Getting proposal '1.10.53736' from the blockchain...
  Loading computed rewards data and mimic a proposal...
  Comparing proposals...
    No difference found!
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 09, 2019, 01:04:25 am
Reward data for 2019-12-08

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT and XBTSX.BTC have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 51176.22681 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1665104                        2310.49057
1.2.437438                         1247.99051
1.2.1688430                        1095.46011
1.2.1610085                         780.75803
1.2.1672514                         736.85800
1.2.1689077                         651.25173
1.2.1693506                         423.33712
1.2.409341                          233.58609
1.2.529261                          165.64990
1.2.1696860                         164.84386
1.2.544003                          147.37064
1.2.445498                           59.63765
1.2.1699975                          58.12089
1.2.36449                            40.58251
1.2.33015                            26.76601
1.2.1123614                          21.40645
1.2.1094392                          18.93633
1.2.486857                           16.73145
1.2.447913                           15.70457
1.2.1700406                          14.80945
1.2.1042549                          11.69394
1.2.1015080                           9.63738
1.2.461657                            9.42090
1.2.944809                            9.35526
1.2.976581                            8.89752
1.2.645304                            7.34097
1.2.1560396                           6.43034
1.2.1565108                           4.25875
1.2.1700343                           3.83707
1.2.125824                            3.21898
1.2.1619104                           2.97614
1.2.1691739                           1.70883
1.2.1527713                           1.62837
1.2.126225                            1.26621
1.2.1015864                           1.12205
1.2.409973                            0.89802
1.2.1214396                           0.86812
1.2.1006667                           0.67195
1.2.1213071                           0.61394
1.2.1616179                           0.54772
1.2.492080                            0.44793
1.2.203202                            0.44431
1.2.464767                            0.40378
1.2.1160364                           0.23236
1.2.1623723                           0.18571
1.2.799404                            0.11667
1.2.1018164                           0.09285
1.2.1039433                           0.05867
1.2.446780                            0.02880
1.2.979913                            0.02848
1.2.1093563                           0.00986
1.2.1021184                           0.00546
1.2.1227237                           0.00237
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1689077                        5146.80446
1.2.1665104                        3783.30443
1.2.471141                         3130.96651
1.2.1695688                        1334.06859
1.2.1214396                         680.43865
1.2.1695235                         675.45037
1.2.1669186                         653.66435
1.2.437438                          562.87935
1.2.1691739                         472.71361
1.2.1619104                         437.91056
1.2.1213071                         357.21977
1.2.110871                          246.77847
1.2.498000                          217.80559
1.2.1693506                         136.11679
1.2.1094392                          80.34938
1.2.1672514                          78.83873
1.2.1015080                          38.38837
1.2.1042549                          22.27036
1.2.976581                           18.51686
1.2.1560396                          17.68666
1.2.1565108                          13.73482
1.2.799404                            6.49340
1.2.881146                            3.90096
1.2.1006667                           2.19205
1.2.1687128                           1.68043
1.2.1015864                           1.46123
1.2.1527702                           0.90112
1.2.1616179                           0.82683
1.2.435569                            0.54670
1.2.955081                            0.46519
1.2.1700134                           0.42763
1.2.1039433                           0.37970
1.2.1587789                           0.26839
1.2.1623723                           0.21903
1.2.464767                            0.11959
1.2.126225                            0.05549

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1665104                        1996.84243
1.2.167550                         1487.00301
1.2.1610085                        1164.89459
1.2.1591806                         625.21401
1.2.457447                          564.44663
1.2.445498                          394.35068
1.2.399755                          258.16100
1.2.1694252                         140.52214
1.2.544003                          133.51655
1.2.1692978                         126.92170
1.2.606017                          120.33549
1.2.831392                          109.63198
1.2.1025474                          72.23525
1.2.33015                            53.44178
1.2.1143893                          49.34553
1.2.36449                            33.91181
1.2.1696206                          30.15247
1.2.1700383                          17.60993
1.2.1696860                          16.35936
1.2.1108195                           4.80162
1.2.1667487                           2.95183
1.2.424868                            2.82348
1.2.354252                            1.41467
1.2.1616179                           0.86153
1.2.1700428                           0.26135
1.2.888089                            0.06160
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                        8745.66234
1.2.1693415                        2816.84497
1.2.424868                         1639.81527
1.2.457447                         1477.61182
1.2.1698970                         891.79832
1.2.1692978                         434.16951
1.2.354252                          400.69948
1.2.1695236                         354.14434
1.2.1696206                         341.24982
1.2.1108195                         101.83245
1.2.1700383                          86.47678
1.2.606017                           12.15130
1.2.1667487                          11.14513
1.2.395549                            4.36365
1.2.1610085                           2.32293
1.2.1247569                           2.05171
1.2.1616179                           1.21904
1.2.1696220                           0.00953

Snapshots: https://mmcontest.bitshares.org/snapshots20191208.tbz

Code: [Select]
$ tar xjf snapshots20191208.tbz
$ find 2019-12-08 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
0ed5b33e71e17f221d6b7249d1bb8cbc7799d6d488ca91725915a460276f9637  -

Proposal for sending out rewards of 2019-12-08:

https://cryptofresh.com/tx/9c79c3c231d72a2089014a8d2daa22c4a73f9c93
https://cryptofresh.com/b/43412183

https://cryptofresh.com/p/1.10.53796
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: EuropaSH on December 09, 2019, 08:21:05 pm
Tether $USDT added on XBTS Dex Exchange
https://ex.xbts.io/#/asset/XBTSX.USDT

Add XBTSX.TUSD to the contest
https://ex.xbts.io/#/market/XBTSX.USDT_BTS

(https://b.radikal.ru/b37/1912/f7/c001c31ee564.png)
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 09, 2019, 10:31:47 pm
Tether $USDT added on XBTS Dex Exchange
https://ex.xbts.io/#/asset/XBTSX.USDT

Add XBTSX.TUSD to the contest
https://ex.xbts.io/#/market/XBTSX.USDT_BTS

Please add it to your audit page: https://xbts.io/audit . Thanks.
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 10, 2019, 01:01:43 am
Reward data for 2019-12-09

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT and XBTSX.BTC have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 49645.94529 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1688430                        1371.22654
1.2.437438                         1305.33079
1.2.1610085                         999.29952
1.2.1665104                         934.14947
1.2.1693506                         584.78389
1.2.1689077                         407.53651
1.2.457447                          378.54060
1.2.1672514                         300.00195
1.2.544003                          285.02456
1.2.529261                          280.55906
1.2.409341                          239.28761
1.2.1696860                         193.67130
1.2.1038609                         176.79381
1.2.36449                            66.95290
1.2.1699975                          56.30644
1.2.33015                            53.96802
1.2.125824                           51.15073
1.2.782669                           39.12338
1.2.645304                           23.48607
1.2.1094392                          21.67628
1.2.1123614                          19.38515
1.2.447913                           17.78648
1.2.486857                           17.58157
1.2.1042549                          11.69404
1.2.976581                            9.98897
1.2.461657                            9.86303
1.2.944809                            9.76098
1.2.1679316                           7.87958
1.2.1560396                           7.68775
1.2.1565108                           6.07205
1.2.1213071                           4.11849
1.2.465206                            3.26261
1.2.1236660                           3.03445
1.2.1700406                           2.77301
1.2.1015080                           1.97585
1.2.1691739                           1.93536
1.2.1527713                           1.80232
1.2.409973                            1.16351
1.2.1619104                           1.15556
1.2.799404                            0.69403
1.2.1616179                           0.60968
1.2.126225                            0.57692
1.2.203202                            0.40068
1.2.1214396                           0.35412
1.2.1079056                           0.31576
1.2.1093563                           0.26725
1.2.464767                            0.25848
1.2.1160364                           0.24270
1.2.1700497                           0.11213
1.2.1623723                           0.11124
1.2.442233                            0.06894
1.2.1039433                           0.05656
1.2.979913                            0.02791
1.2.1018164                           0.01774
1.2.1669186                           0.01671
1.2.1227237                           0.00522
1.2.1021184                           0.00081
1.2.823594                            0.00047
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1689077                        3493.50507
1.2.471141                         3226.38916
1.2.1665104                        3021.38091
1.2.457447                         1544.63548
1.2.1695688                        1392.36483
1.2.1695235                         849.36686
1.2.1669186                         615.95806
1.2.1691739                         533.61036
1.2.1214396                         477.65702
1.2.110871                          465.14511
1.2.437438                          448.94208
1.2.1213071                         358.86887
1.2.1619104                         218.73900
1.2.498000                          218.25215
1.2.1094392                          77.47415
1.2.1015080                          53.06670
1.2.1672514                          47.36358
1.2.976581                           45.50563
1.2.1042549                          23.54121
1.2.1560396                          18.80897
1.2.1565108                          13.42280
1.2.1236660                          10.43349
1.2.799404                            3.66312
1.2.881146                            3.18403
1.2.1527702                           1.24738
1.2.1693506                           0.63908
1.2.1039433                           0.61395
1.2.1616179                           0.56397
1.2.464767                            0.40998
1.2.955081                            0.36852
1.2.1623723                           0.33553
1.2.126225                            0.30092
1.2.1700134                           0.27437
1.2.1587789                           0.24345
1.2.1015864                           0.07360
1.2.900878                            0.03199
1.2.447705                            0.00719

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1665104                        2125.04211
1.2.167550                         1436.00506
1.2.457447                          712.79667
1.2.1610085                         637.93507
1.2.445498                          473.29822
1.2.1694252                         468.61152
1.2.831392                          280.84556
1.2.399755                          262.12033
1.2.1692978                         253.31675
1.2.606017                          235.38044
1.2.544003                          228.80528
1.2.1591806                         208.80220
1.2.1025474                          84.87750
1.2.1695236                          81.74161
1.2.33015                            76.59744
1.2.1143893                          69.34749
1.2.36449                            69.00978
1.2.1696860                          34.47489
1.2.1696206                          32.27862
1.2.1700383                          29.75595
1.2.782669                           13.38592
1.2.424868                            9.07308
1.2.1667487                           3.93009
1.2.1108195                           2.09862
1.2.354252                            1.60486
1.2.1616179                           1.12428
1.2.396806                            0.76966
1.2.1700428                           0.73573
1.2.1696220                           0.05289
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                        6035.37468
1.2.1693415                        2612.89476
1.2.457447                         2381.16592
1.2.424868                         1617.78496
1.2.1698970                        1432.91562
1.2.1591806                         495.56737
1.2.1696206                         432.41460
1.2.354252                          400.65082
1.2.1695236                         315.90601
1.2.1610085                         310.92754
1.2.445498                          176.97549
1.2.1700383                         159.54527
1.2.606017                          107.48896
1.2.1692978                         105.37251
1.2.1108195                          71.21897
1.2.1696860                          53.26575
1.2.1667487                           9.27800
1.2.167550                            5.31259
1.2.395549                            4.61525
1.2.1616179                           2.18604
1.2.1247569                           2.15562
1.2.501058                            0.77903
1.2.1696220                           0.01580

Snapshots: https://mmcontest.bitshares.org/snapshots20191209.tbz

Code: [Select]
$ tar xjf snapshots20191209.tbz
$ find 2019-12-09 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
0371a4fcfde71b3a9187e4f57f7506a9afd5e1bf6385eda922ec4ef16dfdeeca  -

Proposal for sending out rewards of 2019-12-09:

https://cryptofresh.com/tx/041b0df2598d8d25289a1aa30a6bc403c860e691
https://cryptofresh.com/b/43440858

https://cryptofresh.com/p/1.10.53851
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 11, 2019, 12:39:05 am
Reward data for 2019-12-10

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT and XBTSX.BTC have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 49813.00722 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1688430                        1355.46028
1.2.437438                         1074.25603
1.2.457447                          934.41275
1.2.1665104                         819.41744
1.2.1610085                         781.67102
1.2.1672514                         467.53947
1.2.1693506                         464.53608
1.2.529261                          258.11698
1.2.544003                          250.97791
1.2.1038609                         224.94631
1.2.409341                          205.42013
1.2.1640534                         188.67306
1.2.1691739                         182.35727
1.2.1700406                         127.88231
1.2.1696860                         106.59804
1.2.782669                           75.28652
1.2.125824                           53.20189
1.2.36449                            47.32879
1.2.1699975                          45.48372
1.2.33015                            43.03922
1.2.1609711                          33.44247
1.2.831392                           31.94599
1.2.1094392                          21.50507
1.2.645304                           19.96955
1.2.1123614                          16.32343
1.2.1679316                          15.96687
1.2.1619104                          13.37659
1.2.486857                           13.23975
1.2.447913                           13.02398
1.2.1042549                          10.47457
1.2.1560396                           9.21763
1.2.465206                            9.10355
1.2.976581                            8.40286
1.2.944809                            7.80253
1.2.461657                            7.70292
1.2.1565108                           5.41121
1.2.1236660                           4.61554
1.2.627053                            2.39727
1.2.395549                            2.32128
1.2.1015080                           2.15261
1.2.1527713                           1.54839
1.2.409973                            0.89492
1.2.126225                            0.60869
1.2.1616179                           0.54565
1.2.464767                            0.46256
1.2.203202                            0.45984
1.2.110871                            0.35909
1.2.799404                            0.28884
1.2.1160364                           0.17631
1.2.1700497                           0.11498
1.2.1623723                           0.10755
1.2.1039433                           0.05572
1.2.449023                            0.03960
1.2.1700630                           0.02358
1.2.979913                            0.02327
1.2.429182                            0.00403
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.457447                         4376.81020
1.2.1665104                        3829.88006
1.2.471141                         1947.91093
1.2.110871                         1283.14339
1.2.1695688                        1065.28909
1.2.1669186                         906.81933
1.2.1213071                         763.30389
1.2.1695235                         736.87228
1.2.1214396                         724.46645
1.2.437438                          506.69291
1.2.498000                          231.45449
1.2.529261                          231.04331
1.2.1691739                         218.80964
1.2.1619104                         141.46537
1.2.1672514                          87.45083
1.2.1094392                          86.97786
1.2.1015080                          54.74861
1.2.976581                           52.34094
1.2.1560396                          31.48607
1.2.1042549                          29.41404
1.2.1610085                          27.28657
1.2.1565108                          17.69432
1.2.1236660                          15.12382
1.2.799404                            5.33107
1.2.881146                            4.50940
1.2.395549                            4.41847
1.2.1525552                           2.70124
1.2.465206                            1.44260
1.2.1527702                           1.26704
1.2.955081                            0.93986
1.2.1039433                           0.61537
1.2.1616179                           0.61201
1.2.1623723                           0.45147
1.2.464767                            0.42142
1.2.1587789                           0.34283
1.2.447705                            0.03255
1.2.1006667                           0.00020

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1665104                        2827.14217
1.2.167550                         1631.43307
1.2.1610085                         431.18405
1.2.1591806                         370.45456
1.2.1700383                         352.79027
1.2.1694252                         241.38922
1.2.424868                          168.61001
1.2.606017                          156.22430
1.2.1700591                         150.90676
1.2.1692978                         128.70864
1.2.445498                          118.76532
1.2.1698970                         108.69422
1.2.831392                           89.90499
1.2.1696500                          83.33333
1.2.33015                            79.44261
1.2.36449                            71.21421
1.2.641198                           44.77278
1.2.1696860                          44.69018
1.2.399755                           41.79092
1.2.1143893                          27.00176
1.2.1695236                          25.40783
1.2.544003                           23.60209
1.2.782669                           21.52260
1.2.1696206                          18.78855
1.2.373786                            6.22329
1.2.395549                            5.05121
1.2.931518                            2.77917
1.2.1025474                           1.98212
1.2.1667487                           1.24769
1.2.107720                            1.05658
1.2.396806                            0.99665
1.2.1616179                           0.67658
1.2.354252                            0.63662
1.2.1696220                           0.04126
1.2.457447                            0.00416
1.2.1700428                           0.00379
1.2.601339                            0.00040
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                        7260.17172
1.2.1591806                        2469.35700
1.2.1693415                        2069.41068
1.2.457447                         1606.39829
1.2.354252                          726.63359
1.2.445498                          709.69597
1.2.1698970                         639.17747
1.2.424868                          518.28877
1.2.1696206                         358.79839
1.2.1695236                         298.95190
1.2.606017                          161.08452
1.2.1108195                         113.46543
1.2.1696500                          92.04523
1.2.1692978                          59.67024
1.2.1696860                          23.83768
1.2.1025474                          20.99168
1.2.1610085                          14.90893
1.2.1700591                          12.99705
1.2.395549                            8.52006
1.2.1667487                           6.86386
1.2.641198                            6.00688
1.2.1616179                           3.59545
1.2.1700383                           3.20860
1.2.167550                            0.13895
1.2.1700428                           0.02135
1.2.399755                            0.00973

Snapshots: https://mmcontest.bitshares.org/snapshots20191210.tbz

Code: [Select]
$ tar xjf snapshots20191210.tbz
$ find 2019-12-10 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
1179448ddac729d005b1e98878167f02eb548975b80b8a7bc30c89fcc3192be8  -

Proposal for sending out rewards of 2019-12-10:

https://cryptofresh.com/tx/0e294447516a50f468e933257fea82a0cbaa15c2
https://cryptofresh.com/b/43469131

https://cryptofresh.com/p/1.10.53902
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 12, 2019, 03:57:34 am
Reward data for 2019-12-11

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT and XBTSX.BTC have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 50825.66482 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1688430                        1575.08549
1.2.437438                         1437.58550
1.2.1610085                         705.61323
1.2.457447                          632.87240
1.2.1665104                         599.47949
1.2.529261                          436.82918
1.2.1672514                         415.50675
1.2.1640534                         298.14682
1.2.1691739                         274.96950
1.2.1038609                         252.58985
1.2.544003                          234.78833
1.2.831392                          198.77467
1.2.1700406                         187.50019
1.2.1696860                         169.10719
1.2.1693506                         157.91701
1.2.409341                          135.18290
1.2.782669                           87.72194
1.2.36449                            84.16127
1.2.1699975                          60.36623
1.2.33015                            53.37790
1.2.447913                           41.72041
1.2.125824                           36.51044
1.2.645304                           29.98286
1.2.1094392                          26.84949
1.2.1123614                          22.55108
1.2.1560396                          11.19098
1.2.1609711                          10.50822
1.2.110871                           10.18041
1.2.1042549                           9.44811
1.2.976581                            8.93722
1.2.1679316                           8.45845
1.2.486857                            7.18503
1.2.1565108                           7.00676
1.2.465206                            6.06339
1.2.1699706                           5.26009
1.2.944809                            4.14947
1.2.461657                            4.03426
1.2.627053                            2.95251
1.2.395549                            2.39280
1.2.1619104                           2.07800
1.2.799404                            1.93469
1.2.203202                            1.43165
1.2.1591759                           1.26859
1.2.1527713                           0.87717
1.2.409973                            0.61095
1.2.126225                            0.61064
1.2.1015080                           0.59497
1.2.464767                            0.46426
1.2.1616179                           0.29819
1.2.449023                            0.24433
1.2.979913                            0.22064
1.2.1214396                           0.20573
1.2.1213071                           0.15619
1.2.1039433                           0.14887
1.2.1623723                           0.12815
1.2.1700630                           0.12647
1.2.899275                            0.11603
1.2.1160364                           0.10556
1.2.1123882                           0.05675
1.2.1695235                           0.03033
1.2.1695688                           0.02585
1.2.1247488                           0.01309
1.2.1700680                           0.01062
1.2.1696220                           0.00397
1.2.1231849                           0.00263
1.2.1066083                           0.00238
1.2.1527702                           0.00003
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.457447                         5226.58199
1.2.1665104                        3788.84314
1.2.1695688                        1959.22787
1.2.1695235                        1234.16214
1.2.471141                          875.45877
1.2.1213071                         783.86839
1.2.1669186                         705.96604
1.2.1214396                         676.44673
1.2.1691739                         549.44502
1.2.1619104                         368.97163
1.2.1700278                         174.80608
1.2.1616179                         173.60436
1.2.110871                          146.29320
1.2.498000                          115.78982
1.2.1094392                          81.21068
1.2.1672514                          65.32976
1.2.976581                           57.81182
1.2.1560396                          50.71081
1.2.1693506                          36.93731
1.2.1042549                          27.07072
1.2.1565108                          24.03848
1.2.1015080                          23.90970
1.2.1699706                          14.38207
1.2.437438                           12.91591
1.2.1700690                          12.33257
1.2.465206                            4.73454
1.2.881146                            4.67163
1.2.395549                            3.31170
1.2.799404                            1.71062
1.2.1527702                           0.92387
1.2.1039433                           0.88925
1.2.955081                            0.63281
1.2.203202                            0.60338
1.2.1587789                           0.46888
1.2.1623723                           0.27828
1.2.126225                            0.22711
1.2.464767                            0.14176
1.2.1700545                           0.12404
1.2.447705                            0.03949
1.2.828941                            0.01809
1.2.1696220                           0.00575
1.2.1682766                           0.00374

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1665104                        2617.35147
1.2.167550                         1489.08121
1.2.457447                          740.40902
1.2.424868                          395.11894
1.2.1700383                         355.22489
1.2.1591806                         295.25972
1.2.1693506                         285.01845
1.2.1694252                         233.60099
1.2.1610085                         187.18410
1.2.606017                          158.43124
1.2.1700591                         156.13146
1.2.1696500                         105.96992
1.2.33015                            84.28811
1.2.36449                            75.05000
1.2.544003                           51.11097
1.2.1692978                          38.85086
1.2.641198                           36.11557
1.2.1696860                          27.01046
1.2.1143893                          23.93931
1.2.354252                           16.46321
1.2.782669                           15.84117
1.2.831392                           15.67534
1.2.1696206                          13.03161
1.2.395549                            4.54172
1.2.501058                            3.35934
1.2.931518                            1.80374
1.2.1667487                           1.68746
1.2.107720                            1.14323
1.2.465206                            0.86163
1.2.1616179                           0.63089
1.2.396806                            0.18576
1.2.1698970                           0.00781
1.2.1693415                           0.00681
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                        7763.51599
1.2.354252                         2462.35281
1.2.457447                         2453.93376
1.2.1693415                        1841.44391
1.2.445498                         1117.49020
1.2.1698970                         607.53112
1.2.1696206                         366.16700
1.2.1695236                         246.96535
1.2.1700686                         220.20538
1.2.1591806                         164.02846
1.2.606017                          159.94070
1.2.1616179                         148.87836
1.2.1108195                         137.16837
1.2.1696500                          99.65108
1.2.1692978                          53.98985
1.2.1693506                          34.63625
1.2.1610085                          23.76043
1.2.395549                           12.20823
1.2.1667487                           9.42779
1.2.501058                            2.27154
1.2.660681                            0.07097
1.2.167550                            0.01554
1.2.1696220                           0.00082

Snapshots: https://mmcontest.bitshares.org/snapshots20191211.tbz

Code: [Select]
$ tar xjf snapshots20191211.tbz
$ find 2019-12-11 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
88afadb5f98c894d133a682f4f605ef4c910ec81e6c7dfa57e4759dab4fae62b  -

Proposal for sending out rewards of 2019-12-11:

https://cryptofresh.com/tx/40556d6a84ce9694a62e12804c291ab059e371e4
https://cryptofresh.com/b/43501824

https://cryptofresh.com/p/1.10.53959
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: Bhuz on December 12, 2019, 10:44:16 am
Code: [Select]
$ ruby mm_rewards.rb 2019-12-11 1.10.53959

Date: 2019-12-11

Computing snapshots chucksum...
  88afadb5f98c894d133a682f4f605ef4c910ec81e6c7dfa57e4759dab4fae62b

Analyzing snapshots data and computing rewards...
  Total Rewards: 50825.66482 BTS

Let's verify the current proposal
  Getting proposal '1.10.53959' from the blockchain...
  Loading computed rewards data and mimic a proposal...
  Comparing proposals...
    No difference found!
Title: Re: Repost: Market making contest, stage one
Post by: Dinko on December 12, 2019, 06:29:23 pm
tanking down the price of BTS against BTC and get rewarded after this :)  Leaving no chance for the price to recover with that smart reward idea. I expressed my concerns about the visible damage  after this "contest" of gdex, now the selling wall only in gdex until 300 satoshis grew to 33 BTC. Do you really think new buyers will buy that much ?

Was a good time spent with BitShares, I am leaving this ecosystem. Good luck to all of you and wish you happy spending of your BTS rewards, thank you gdex team
Title: Re: Repost: Market making contest, stage one
Post by: Thul3 on December 12, 2019, 07:07:27 pm
tanking down the price of BTS against BTC and get rewarded after this :)  Leaving no chance for the price to recover with that smart reward idea. I expressed my concerns about the visible damage  after this "contest" of gdex, now the selling wall only in gdex until 300 satoshis grew to 33 BTC. Do you really think new buyers will buy that much ?

Was a good time spent with BitShares, I am leaving this ecosystem. Good luck to all of you and wish you happy spending of your BTS rewards, thank you gdex team

There is no 33 BTC needed.
Majority of orders are based on prices on CEX.
To support BTS price on CEX in an uptrend it needs a liquid bitfiat against BTC/USDT imo .

Downtrend is clearly working fine now.
Title: Re: Repost: Market making contest, stage one
Post by: binggo on December 12, 2019, 08:53:37 pm
This is not the problem of GDEX, somebody dump bts in sparkdex.btc/bts and XBSTS.BTC/BTS slowly with a low price in these days, he dumped about 3M BTS already.in these days, he also press the price in ETH pairs.

giantwhale

Why he not dump bts in GDEX.BTC/BTS or GDEX.USDT/BTS quickly?There have enough trading depth and more higher price,  but chose to dump bts slowly in these trading pairs and poison the market?
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 13, 2019, 05:41:50 am
Reward data for 2019-12-12

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT and XBTSX.BTC have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 52070.22478 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1688430                        1717.74010
1.2.457447                         1316.86478
1.2.437438                         1282.29003
1.2.1610085                         648.35877
1.2.1672514                         596.59271
1.2.1640534                         387.01992
1.2.544003                          251.08378
1.2.1143893                         195.52493
1.2.1038609                         176.83688
1.2.1700406                         155.38118
1.2.1665104                         127.85729
1.2.529261                          127.40686
1.2.409341                          122.92166
1.2.1696860                          96.39482
1.2.831392                           75.79285
1.2.782669                           63.55329
1.2.36449                            61.07168
1.2.125824                           46.13330
1.2.447913                           42.13252
1.2.1695688                          40.50779
1.2.33015                            37.05310
1.2.1691739                          25.36565
1.2.1094392                          24.77752
1.2.645304                           24.29383
1.2.1693506                          21.65729
1.2.1123614                          14.86372
1.2.1560396                          13.73662
1.2.1042549                           9.44148
1.2.110871                            8.70621
1.2.1679316                           8.16758
1.2.1565108                           7.83333
1.2.976581                            6.75210
1.2.486857                            6.17014
1.2.433244                            4.20674
1.2.461657                            3.41752
1.2.944809                            3.35806
1.2.861911                            2.98127
1.2.627053                            2.77797
1.2.1210400                           2.72543
1.2.1616179                           2.37363
1.2.799404                            1.69578
1.2.395549                            1.43230
1.2.1695235                           1.28423
1.2.203202                            0.84673
1.2.1591759                           0.80579
1.2.1527713                           0.71033
1.2.409973                            0.56610
1.2.1699975                           0.43931
1.2.126225                            0.39327
1.2.464767                            0.37884
1.2.981588                            0.25259
1.2.1213071                           0.24441
1.2.1214396                           0.23509
1.2.498000                            0.22476
1.2.449023                            0.22051
1.2.979913                            0.19229
1.2.1015080                           0.18774
1.2.1039433                           0.11754
1.2.1123882                           0.11450
1.2.1700630                           0.11004
1.2.1160364                           0.08906
1.2.1623723                           0.06247
1.2.748285                            0.03619
1.2.1619104                           0.01829
1.2.973616                            0.00103
1.2.1527702                           0.00002
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                        4572.03521
1.2.457447                         4275.55831
1.2.1695688                        1317.03909
1.2.471141                         1307.04236
1.2.1691739                        1166.38931
1.2.1695235                        1043.77281
1.2.1213071                         900.66109
1.2.1669186                         789.45389
1.2.110871                          550.60269
1.2.1214396                         502.42206
1.2.1616179                         466.67663
1.2.529261                          334.29788
1.2.1696411                         239.71556
1.2.1700278                         237.60271
1.2.1672514                         153.21368
1.2.437438                           88.91002
1.2.1094392                          81.56914
1.2.976581                           39.78555
1.2.1560396                          37.77645
1.2.1700690                          30.27947
1.2.1042549                          25.70423
1.2.1565108                          20.20798
1.2.1699706                          14.38702
1.2.395549                            6.88731
1.2.1015080                           4.94787
1.2.480631                            3.82838
1.2.881146                            3.17319
1.2.799404                            2.75136
1.2.203202                            1.91558
1.2.1527702                           1.03560
1.2.1039433                           0.84253
1.2.955081                            0.59878
1.2.126225                            0.35964
1.2.1587789                           0.30088
1.2.1623723                           0.24627
1.2.1700545                           0.21578
1.2.464767                            0.16257
1.2.433244                            0.06800
1.2.447705                            0.04642
1.2.748285                            0.00896

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1665104                        4060.64793
1.2.167550                         1230.97861
1.2.1694252                         494.88978
1.2.424868                          309.76816
1.2.1700383                         283.12082
1.2.1610085                         258.72049
1.2.1696500                         233.80806
1.2.445498                          201.82454
1.2.1693506                         190.01311
1.2.1692978                         168.75706
1.2.606017                          147.41545
1.2.457447                           90.94249
1.2.1700591                          87.16154
1.2.1696860                          78.91588
1.2.641198                           76.71345
1.2.33015                            68.88658
1.2.354252                           63.02710
1.2.36449                            52.80124
1.2.782669                           12.15499
1.2.1696206                          10.14312
1.2.465206                            7.62444
1.2.931518                            4.98687
1.2.395549                            3.78263
1.2.1667487                           2.50238
1.2.1698970                           2.00801
1.2.1143893                           1.44123
1.2.1695236                           1.29539
1.2.1616179                           0.54335
1.2.396806                            0.50748
1.2.477169                            0.33891
1.2.107720                            0.26954
1.2.373786                            0.05294
1.2.1693415                           0.04655
1.2.1108195                           0.00696
1.2.1247488                           0.00122
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                        4257.47373
1.2.1693415                        2669.47769
1.2.167550                         2512.17584
1.2.457447                         2322.16734
1.2.354252                         1264.47887
1.2.1693506                        1034.38946
1.2.1698970                         863.05548
1.2.445498                          813.70303
1.2.1696206                         360.04831
1.2.1695236                         358.11189
1.2.1700686                         339.57851
1.2.1616179                         312.46619
1.2.606017                          210.92106
1.2.1690991                         147.82945
1.2.1696500                         127.66218
1.2.1108195                          75.63335
1.2.1692978                          67.39332
1.2.33015                            64.27116
1.2.36449                            49.54838
1.2.1700591                          48.86730
1.2.1667487                          11.66341
1.2.373786                           10.89908
1.2.395549                            5.78949
1.2.477169                            1.24616

Snapshots: https://mmcontest.bitshares.org/snapshots20191212.tbz

Code: [Select]
$ tar xjf snapshots20191212.tbz
$ find 2019-12-12 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
0c126b4ba5b766ee5b53638ef7f84622057c1abc093dfc75ff40a74e9e35a5b4  -

Proposal for sending out rewards of 2019-12-12:

https://cryptofresh.com/tx/fb0bb1cd76235f7790d53851642567121bfd1e40
https://cryptofresh.com/b/43532631

https://cryptofresh.com/p/1.10.53996
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: Bhuz on December 13, 2019, 12:20:01 pm
Code: [Select]
$ ruby mm_rewards.rb 2019-12-12 1.10.53996

Date: 2019-12-12

Computing snapshots chucksum...
  0c126b4ba5b766ee5b53638ef7f84622057c1abc093dfc75ff40a74e9e35a5b4

Analyzing snapshots data and computing rewards...
  Total Rewards: 52070.22478 BTS

Let's verify the current proposal
  Getting proposal '1.10.53996' from the blockchain...
  Loading computed rewards data and mimic a proposal...
  Comparing proposals...
    No difference found!
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 13, 2019, 02:34:29 pm
This is not the problem of GDEX, somebody dump bts in sparkdex.btc/bts and XBSTS.BTC/BTS slowly with a low price in these days, he dumped about 3M BTS already.in these days, he also press the price in ETH pairs.

giantwhale

Why he not dump bts in GDEX.BTC/BTS or GDEX.USDT/BTS quickly?There have enough trading depth and more higher price,  but chose to dump bts slowly in these trading pairs and poison the market?
Because GDEX requires KYC (although conditionally).
Title: Re: Repost: Market making contest, stage one
Post by: binggo on December 13, 2019, 03:14:18 pm
This is not the problem of GDEX, somebody dump bts in sparkdex.btc/bts and XBSTS.BTC/BTS slowly with a low price in these days, he dumped about 3M BTS already.in these days, he also press the price in ETH pairs.

giantwhale

Why he not dump bts in GDEX.BTC/BTS or GDEX.USDT/BTS quickly?There have enough trading depth and more higher price,  but chose to dump bts slowly in these trading pairs and poison the market?
Because GDEX requires KYC (although conditionally).

This is not the reason, he only need transfer 17 times, this will not need KYC. every time just need to transfer less than 0.35, and now he only transfer less than 0.3 every time.
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 13, 2019, 03:23:06 pm
Tether $USDT added on XBTS Dex Exchange
https://ex.xbts.io/#/asset/XBTSX.USDT

Add XBTSX.TUSD to the contest
https://ex.xbts.io/#/market/XBTSX.USDT_BTS

Please add it to your audit page: https://xbts.io/audit . Thanks.
OK, since it's been added to the audit page, it will be added to the contest soon. We will announce it when we're ready.
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 14, 2019, 12:25:56 am
Reward data for 2019-12-13

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT and XBTSX.BTC have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 50927.45068 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1688430                        2288.62959
1.2.457447                         1861.18308
1.2.437438                          782.81520
1.2.1640534                         520.18782
1.2.1672514                         492.69448
1.2.529261                          426.30571
1.2.1610085                         330.23715
1.2.1143893                         323.62962
1.2.1616179                         194.53843
1.2.831392                          165.26211
1.2.1695688                         136.51495
1.2.1696860                         113.52465
1.2.1691739                          91.95591
1.2.1038609                          88.48365
1.2.1665104                          86.08417
1.2.1699975                          83.85609
1.2.544003                           76.44540
1.2.409341                           48.92691
1.2.36449                            33.07170
1.2.1213071                          31.90524
1.2.782669                           30.07405
1.2.33015                            27.64321
1.2.1669186                          27.27180
1.2.1094392                          26.60644
1.2.125824                           22.13108
1.2.447913                           19.00561
1.2.1560396                          14.89567
1.2.645304                           12.06827
1.2.1123614                          11.13754
1.2.1700406                          10.20044
1.2.1693506                          10.05278
1.2.1679316                           8.42785
1.2.1042549                           6.65425
1.2.1597332                           5.46751
1.2.1565108                           5.28789
1.2.976581                            5.22198
1.2.110871                            4.53976
1.2.1696411                           3.55730
1.2.486857                            3.41024
1.2.1015080                           2.56625
1.2.503813                            2.26516
1.2.471141                            2.11239
1.2.944809                            2.10726
1.2.861911                            1.96785
1.2.461657                            1.94246
1.2.627053                            1.93745
1.2.981588                            1.79207
1.2.203202                            1.42898
1.2.395549                            1.41138
1.2.1210400                           1.28856
1.2.799404                            1.20534
1.2.1695235                           1.15519
1.2.1591759                           0.53259
1.2.1214396                           0.42658
1.2.464767                            0.34607
1.2.1527713                           0.30342
1.2.126225                            0.25947
1.2.409973                            0.24590
1.2.449023                            0.08984
1.2.1623723                           0.06703
1.2.1039433                           0.05322
1.2.1700630                           0.04951
1.2.1123882                           0.04597
1.2.163267                            0.04543
1.2.1160364                           0.02828
1.2.979913                            0.02785
1.2.1696220                           0.02717
1.2.1006667                           0.01858
1.2.433244                            0.01333
1.2.910016                            0.00519
1.2.1619104                           0.00438
1.2.804948                            0.00011
1.2.1700859                           0.00007
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                        7166.19847
1.2.457447                         2695.89973
1.2.471141                         2464.57974
1.2.1669186                        1171.17161
1.2.1214396                        1075.22667
1.2.1695235                         841.47869
1.2.1695688                         836.39532
1.2.1691739                         742.55045
1.2.1213071                         418.44561
1.2.110871                          395.41488
1.2.1672514                         395.24099
1.2.1696411                         121.79112
1.2.1560396                          60.12846
1.2.1094392                          53.90634
1.2.976581                           42.00021
1.2.433244                           31.17318
1.2.1042549                          15.24193
1.2.1015080                          13.50288
1.2.1565108                          10.58493
1.2.881146                            8.13330
1.2.480631                            5.61772
1.2.799404                            4.60565
1.2.395549                            2.26213
1.2.503813                            2.02891
1.2.203202                            1.70672
1.2.1527702                           1.36916
1.2.1210400                           1.11711
1.2.1700545                           0.91587
1.2.1616179                           0.81936
1.2.490345                            0.50712
1.2.126225                            0.41200
1.2.1039433                           0.36848
1.2.1587789                           0.35882
1.2.955081                            0.29204
1.2.1696220                           0.28658
1.2.1623723                           0.15990
1.2.464767                            0.13429
1.2.1006667                           0.12971
1.2.447705                            0.08935

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.167550                         2167.41205
1.2.1692978                         486.07247
1.2.1698970                         477.51843
1.2.1693506                         387.95449
1.2.1696500                         344.29871
1.2.1694252                         303.38205
1.2.1665104                         282.07168
1.2.445498                          269.08337
1.2.424868                          224.78955
1.2.1700383                         224.73129
1.2.1610085                         133.46411
1.2.606017                          116.55489
1.2.544003                          110.67966
1.2.1700591                          88.33032
1.2.1695236                          76.10465
1.2.354252                           72.71470
1.2.1700630                          70.43118
1.2.33015                            66.40236
1.2.1696860                          55.64036
1.2.36449                            49.73209
1.2.641198                           48.33144
1.2.415292                           37.42661
1.2.1591806                          24.92424
1.2.1696206                           6.74330
1.2.465206                            6.38756
1.2.782669                            4.58031
1.2.395549                            4.09263
1.2.931518                            2.84668
1.2.477169                            2.69959
1.2.1597332                           2.39200
1.2.457447                            2.13611
1.2.1667487                           1.59255
1.2.396806                            1.17393
1.2.906339                            0.72880
1.2.1616179                           0.18131
1.2.1693415                           0.16587
1.2.1696220                           0.00076
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                       10971.97661
1.2.457447                         2930.88848
1.2.1693415                        1942.56950
1.2.1700686                         315.31916
1.2.1616179                         293.68464
1.2.354252                          277.18754
1.2.1696206                         269.50375
1.2.606017                          186.47538
1.2.1695236                         183.25964
1.2.1108195                         126.14850
1.2.33015                            79.80436
1.2.1690991                          66.36155
1.2.36449                            56.65603
1.2.501058                           20.14141
1.2.395549                            7.36966
1.2.1667487                           6.72088
1.2.167550                            1.34396
1.2.1696220                           0.34624

Snapshots: https://mmcontest.bitshares.org/snapshots20191213.tbz

Code: [Select]
$ tar xjf snapshots20191213.tbz
$ find 2019-12-13 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
a80c223a87eb59b3487d1a44dea07e54ed54ba646889282cd34ca2c084c1c258  -

Proposal for sending out rewards of 2019-12-13:

https://cryptofresh.com/tx/83edab0d122ff6b2d44271861e9b3697e47c43a2
https://cryptofresh.com/b/43555051

https://cryptofresh.com/p/1.10.54038
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: Bhuz on December 14, 2019, 12:35:29 am
Code: [Select]
$ ruby mm_rewards.rb 2019-12-13 1.10.54038

Date: 2019-12-13

Computing snapshots chucksum...
  a80c223a87eb59b3487d1a44dea07e54ed54ba646889282cd34ca2c084c1c258

Analyzing snapshots data and computing rewards...
  Total Rewards: 50927.45068 BTS

Let's verify the current proposal
  Getting proposal '1.10.54038' from the blockchain...
  Loading computed rewards data and mimic a proposal...
  Comparing proposals...
    No difference found!
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 15, 2019, 01:06:45 am
Reward data for 2019-12-14

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT and XBTSX.BTC have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 50483.23328 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1688430                        2120.98122
1.2.437438                         1334.56155
1.2.1143893                         927.16851
1.2.1640534                         708.67209
1.2.457447                          675.28763
1.2.1672514                         532.20751
1.2.529261                          397.39928
1.2.1610085                         346.11531
1.2.383547                          226.26419
1.2.831392                          171.77658
1.2.1696860                         114.34182
1.2.1038609                          91.61469
1.2.1616179                          88.36329
1.2.1691739                          87.82862
1.2.36449                            65.81591
1.2.1699975                          56.97888
1.2.1669186                          44.09403
1.2.409341                           42.42058
1.2.33015                            32.83590
1.2.782669                           30.62308
1.2.1094392                          26.78171
1.2.1693506                          22.69127
1.2.125824                           21.65221
1.2.1560396                          20.77631
1.2.1213071                          17.28974
1.2.447913                           16.13608
1.2.1679316                          15.61849
1.2.645304                           14.45429
1.2.1700406                          10.87032
1.2.1042549                           6.68832
1.2.1565108                           6.55674
1.2.981588                            5.96597
1.2.976581                            5.81925
1.2.698020                            5.35176
1.2.110871                            4.82294
1.2.503813                            4.55801
1.2.795755                            4.52884
1.2.1123614                           3.54403
1.2.360504                            3.38320
1.2.486857                            3.01918
1.2.627053                            2.60315
1.2.799404                            2.32819
1.2.471141                            2.28876
1.2.461657                            2.12548
1.2.944809                            2.08554
1.2.1665104                           1.93927
1.2.1015080                           1.82794
1.2.1214396                           1.44216
1.2.395549                            1.35613
1.2.916467                            0.68103
1.2.1591759                           0.64908
1.2.126225                            0.53799
1.2.1695235                           0.50265
1.2.464767                            0.48146
1.2.203202                            0.38767
1.2.1696220                           0.37078
1.2.1527713                           0.29856
1.2.1700404                           0.28676
1.2.910016                            0.24593
1.2.409973                            0.23772
1.2.1623723                           0.12493
1.2.449023                            0.08497
1.2.1039433                           0.07798
1.2.433244                            0.07575
1.2.738828                            0.06441
1.2.787832                            0.05367
1.2.1592640                           0.05131
1.2.1700630                           0.05073
1.2.1123882                           0.04832
1.2.1160364                           0.02756
1.2.1527702                           0.01973
1.2.1097254                           0.01566
1.2.995231                            0.00934
1.2.789017                            0.00622
1.2.973616                            0.00411
1.2.1247488                           0.00010
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                        5930.84690
1.2.471141                         3049.56673
1.2.457447                         2934.95325
1.2.1695235                        1415.40270
1.2.1695688                        1393.68345
1.2.1691739                         932.75303
1.2.1669186                         688.95821
1.2.1214396                         488.23526
1.2.110871                          451.50569
1.2.1213071                         341.88080
1.2.529261                          212.03847
1.2.1672514                         203.60892
1.2.1094392                          66.29683
1.2.1015080                          62.25780
1.2.433244                           42.66462
1.2.1560396                          41.70715
1.2.976581                           35.98185
1.2.1565108                          20.21502
1.2.1042549                          11.52044
1.2.480631                            9.67462
1.2.1143893                           7.21515
1.2.881146                            4.10062
1.2.395549                            3.81549
1.2.795755                            2.32782
1.2.799404                            2.08204
1.2.1527702                           1.37506
1.2.1696860                           1.24839
1.2.203202                            0.65552
1.2.955081                            0.47662
1.2.1640883                           0.45943
1.2.1700545                           0.40792
1.2.1616179                           0.40457
1.2.1587789                           0.38346
1.2.1039433                           0.36296
1.2.1696220                           0.34787
1.2.1006667                           0.33003
1.2.1623723                           0.30929
1.2.995231                            0.23400
1.2.916467                            0.14745
1.2.126225                            0.07669
1.2.447705                            0.07475
1.2.464767                            0.00636
1.2.1682766                           0.00243
1.2.1700256                           0.00081
1.2.1641000                           0.00040

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.167550                         2172.04265
1.2.457447                          805.60808
1.2.1665104                         537.48472
1.2.1693506                         469.22544
1.2.1692978                         326.96196
1.2.1694252                         325.12816
1.2.445498                          225.13942
1.2.1700383                         206.26875
1.2.1696500                         186.63372
1.2.1610085                         176.88806
1.2.415292                          163.66596
1.2.424868                          115.08069
1.2.33015                           103.77778
1.2.606017                           94.72281
1.2.544003                           85.37618
1.2.1700591                          77.10706
1.2.1690991                          74.88881
1.2.36449                            73.82032
1.2.354252                           68.73028
1.2.1695236                          67.27782
1.2.1696860                          39.92374
1.2.1700630                          38.39875
1.2.641198                           32.44655
1.2.1696206                           9.23789
1.2.395549                            6.99343
1.2.465206                            5.69506
1.2.1597332                           4.83528
1.2.782669                            3.99247
1.2.396806                            2.72289
1.2.906339                            2.36277
1.2.931518                            2.20783
1.2.1667487                           1.06915
1.2.1688430                           0.19693
1.2.477169                            0.18438
1.2.1108195                           0.13996
1.2.1616179                           0.13978
1.2.1235493                           0.04771
1.2.501058                            0.03742
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                        9214.83239
1.2.457447                         3161.05129
1.2.1693415                        1955.56324
1.2.1591806                         960.53334
1.2.1696206                         348.38220
1.2.1700686                         320.14308
1.2.1616179                         279.51875
1.2.1698970                         229.90187
1.2.1695236                         197.62210
1.2.606017                          164.47003
1.2.33015                            96.67306
1.2.1108195                          94.31956
1.2.36449                            68.50250
1.2.1610085                          66.19552
1.2.906339                           52.28536
1.2.1690991                          48.61476
1.2.395549                           11.00223
1.2.1667487                           6.48697
1.2.1597332                           0.43085
1.2.167550                            0.39600
1.2.1235493                           0.00028

Snapshots: https://mmcontest.bitshares.org/snapshots20191214.tbz

Code: [Select]
$ tar xjf snapshots20191214.tbz
$ find 2019-12-14 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
a6755eca96ef4c66c9ceac0b35a60b8bf8bc8371c224e3c17f78ccc2afa4e028  -

Proposal for sending out rewards of 2019-12-14:

https://cryptofresh.com/tx/2871956abe15ad4ae1a5913238dcbf1b4ff1968b
https://cryptofresh.com/b/43584590

https://cryptofresh.com/p/1.10.54084
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: Nesh on December 15, 2019, 02:04:47 pm
This is not the problem of GDEX, somebody dump bts in sparkdex.btc/bts and XBSTS.BTC/BTS slowly with a low price in these days, he dumped about 3M BTS already.in these days, he also press the price in ETH pairs.

giantwhale

Why he not dump bts in GDEX.BTC/BTS or GDEX.USDT/BTS quickly?There have enough trading depth and more higher price,  but chose to dump bts slowly in these trading pairs and poison the market?

Giantwhale (and his other accounts) exited CryptoBridge without doing KYC by selling all the BRIDGE assets to BTS (and some to xxx.BTC). I guess he wants to trade back into his original assets now, possibly avoiding GDEX due to their KYC for withdrawals > 0.35 BTC.
Title: Re: Repost: Market making contest, stage one
Post by: Bhuz on December 15, 2019, 03:15:40 pm
Code: [Select]
$ ruby mm_rewards.rb 2019-12-14 1.10.54084

Date: 2019-12-14

Computing snapshots chucksum...
  a6755eca96ef4c66c9ceac0b35a60b8bf8bc8371c224e3c17f78ccc2afa4e028

Analyzing snapshots data and computing rewards...
  Total Rewards: 50483.23328 BTS

Let's verify the current proposal
  Getting proposal '1.10.54084' from the blockchain...
  Loading computed rewards data and mimic a proposal...
  Comparing proposals...
    No difference found!
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 16, 2019, 12:39:38 am
Reward data for 2019-12-15

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT, XBTSX.BTC and XBTSX.USDT have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 51017.23344 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1688430                        1930.57141
1.2.437438                         1424.98404
1.2.1143893                        1326.42652
1.2.457447                         1025.51969
1.2.1640534                         607.45781
1.2.383547                          341.58835
1.2.1672514                         318.46067
1.2.831392                          308.85695
1.2.1610085                         299.80334
1.2.1038609                         173.06540
1.2.529261                          142.30249
1.2.1696860                         139.06731
1.2.1616179                          77.20900
1.2.795755                           52.05125
1.2.36449                            49.86667
1.2.33015                            48.30109
1.2.1674365                          41.70179
1.2.409341                           39.77476
1.2.1669186                          38.35567
1.2.1699975                          28.57361
1.2.1691739                          27.70508
1.2.1560396                          22.39872
1.2.1094392                          20.78636
1.2.1693506                          20.28104
1.2.782669                           18.86999
1.2.645304                           14.25805
1.2.447913                           13.77598
1.2.125824                           12.42404
1.2.1700406                           8.90233
1.2.916467                            8.84529
1.2.1679316                           8.38102
1.2.1565108                           7.25409
1.2.1042549                           6.72616
1.2.503813                            5.84665
1.2.976581                            5.03298
1.2.110871                            3.86558
1.2.1213071                           2.27005
1.2.203202                            2.01988
1.2.395549                            1.70762
1.2.471141                            1.46721
1.2.627053                            1.39687
1.2.981588                            0.98272
1.2.698020                            0.93176
1.2.486857                            0.91949
1.2.1700383                           0.90712
1.2.1665104                           0.84036
1.2.631794                            0.82938
1.2.944809                            0.81166
1.2.1695235                           0.73350
1.2.461657                            0.68106
1.2.464767                            0.65926
1.2.1688235                           0.56173
1.2.1591759                           0.49988
1.2.126225                            0.38220
1.2.1696220                           0.36405
1.2.498000                            0.31887
1.2.1527713                           0.29111
1.2.1039433                           0.17776
1.2.409973                            0.17740
1.2.1695688                           0.14852
1.2.1527702                           0.12725
1.2.15906                             0.10407
1.2.1623723                           0.08619
1.2.501058                            0.08077
1.2.139653                            0.07738
1.2.1598564                           0.06407
1.2.449023                            0.05715
1.2.1700630                           0.04296
1.2.1123882                           0.03534
1.2.1015080                           0.02830
1.2.1214396                           0.01884
1.2.1247488                           0.01573
1.2.1160364                           0.01369
1.2.1593371                           0.00719
1.2.1085020                           0.00573
1.2.910016                            0.00407
1.2.799404                            0.00344
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.471141                         5026.84409
1.2.1665104                        4251.43264
1.2.457447                         3003.67724
1.2.1695688                        1445.31910
1.2.1691739                         962.29508
1.2.1695235                         871.12652
1.2.110871                          626.40293
1.2.529261                          578.58443
1.2.1669186                         559.14931
1.2.1213071                         498.34178
1.2.1214396                         389.98910
1.2.1672514                         147.12291
1.2.1094392                          62.34727
1.2.1015080                          39.41825
1.2.1560396                          38.20321
1.2.433244                           27.86573
1.2.976581                           24.46976
1.2.1565108                          17.29778
1.2.1042549                          11.10768
1.2.916467                            3.92739
1.2.799404                            3.49059
1.2.395549                            3.12034
1.2.881146                            3.11893
1.2.480631                            2.19052
1.2.1640883                           1.29831
1.2.203202                            0.93646
1.2.1699706                           0.93179
1.2.126225                            0.47881
1.2.1587789                           0.42683
1.2.1616179                           0.38740
1.2.955081                            0.32379
1.2.1006667                           0.32244
1.2.1039433                           0.31375
1.2.995231                            0.29273
1.2.1623723                           0.21156
1.2.1700545                           0.17787
1.2.464767                            0.14542
1.2.1527702                           0.08346
1.2.1700934                           0.05346
1.2.1696220                           0.03045

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.167550                         1276.42805
1.2.1693506                         536.89193
1.2.1665104                         486.11842
1.2.437438                          426.16774
1.2.1694252                         383.01132
1.2.457447                          364.29861
1.2.1700383                         286.91756
1.2.1610085                         193.33263
1.2.415292                          146.61695
1.2.1696500                         144.37145
1.2.544003                          138.53994
1.2.606017                          132.83913
1.2.1695236                         114.07915
1.2.445498                          107.21109
1.2.1700591                          96.73772
1.2.1692978                          88.54675
1.2.1690991                          78.06856
1.2.33015                            56.74081
1.2.1700630                          51.37629
1.2.36449                            48.51186
1.2.1696860                          37.28839
1.2.457603                           36.86662
1.2.1700404                          22.81050
1.2.1616179                          20.31510
1.2.1696206                          16.54261
1.2.641198                           14.61662
1.2.1605735                          12.88785
1.2.1699975                           8.63997
1.2.395549                            7.09554
1.2.465206                            4.86999
1.2.906339                            1.88271
1.2.354252                            1.52892
1.2.931518                            1.00753
1.2.1597332                           1.00671
1.2.396806                            0.88239
1.2.782669                            0.78952
1.2.1667487                           0.40644
1.2.477169                            0.08839
1.2.1247488                           0.00038
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                       10727.57805
1.2.457447                         2714.87427
1.2.1693415                        1955.58846
1.2.1591806                        1417.49666
1.2.1700686                         398.64220
1.2.1696206                         273.47786
1.2.33015                           267.94722
1.2.606017                          219.60498
1.2.1108195                         182.72311
1.2.36449                           153.92947
1.2.906339                           73.49878
1.2.1667487                          19.36214
1.2.395549                           11.60734
1.2.1597332                           9.59174
1.2.1616179                           0.83909
1.2.1700630                           0.67678
1.2.167550                            0.06323

Snapshots: https://mmcontest.bitshares.org/snapshots20191215.tbz

Code: [Select]
$ tar xjf snapshots20191215.tbz
$ find 2019-12-15 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
13b2c9aacb1b75e74262d9fd6117b9656948181a0b1f660feb94411b4af6f375  -

Proposal for sending out rewards of 2019-12-15:

https://cryptofresh.com/tx/d635b25f732aa3c04af758c54071e7ce0f953e12
https://cryptofresh.com/b/43612753

https://cryptofresh.com/p/1.10.54158
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: Bhuz on December 16, 2019, 07:58:53 pm
Code: [Select]
$ ruby mm_rewards.rb 2019-12-15 1.10.54158

Date: 2019-12-15

Computing snapshots chucksum...
  13b2c9aacb1b75e74262d9fd6117b9656948181a0b1f660feb94411b4af6f375

Analyzing snapshots data and computing rewards...
  Total Rewards: 51017.23344 BTS

Let's verify the current proposal
  Getting proposal '1.10.54158' from the blockchain...
  Loading computed rewards data and mimic a proposal...
  Comparing proposals...
    No difference found!
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 17, 2019, 12:38:06 am
Reward data for 2019-12-16

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT, XBTSX.BTC and XBTSX.USDT have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 44515.49773 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1688430                        1667.95764
1.2.437438                         1316.66408
1.2.1143893                         830.38808
1.2.1672514                         813.22148
1.2.457447                          584.14499
1.2.1640534                         410.14661
1.2.383547                          335.10481
1.2.831392                          246.34716
1.2.1610085                         189.77895
1.2.529261                          184.23373
1.2.1696860                         118.94065
1.2.1038609                         102.23634
1.2.1693506                          92.51856
1.2.1674365                          84.70841
1.2.795755                           73.31133
1.2.1616179                          58.39978
1.2.1669186                          47.97045
1.2.36449                            37.02967
1.2.33015                            35.13613
1.2.1560396                          28.02977
1.2.409341                           26.68513
1.2.1094392                          22.84199
1.2.1665104                          20.46072
1.2.782669                           15.17239
1.2.1699975                          13.92073
1.2.471141                           13.51627
1.2.1565108                          11.19187
1.2.433244                           10.95796
1.2.916467                           10.30972
1.2.125824                           10.28670
1.2.447913                            9.44760
1.2.1214396                           8.40200
1.2.1700406                           8.21275
1.2.1691739                           8.05877
1.2.1042549                           7.28800
1.2.1679316                           7.11530
1.2.503813                            4.01212
1.2.645304                            3.93272
1.2.110871                            3.85416
1.2.976581                            3.82241
1.2.203202                            2.93295
1.2.395549                            2.89117
1.2.1695688                           1.79137
1.2.1688235                           1.78399
1.2.1591759                           1.69250
1.2.627053                            1.18591
1.2.464767                            0.74438
1.2.631794                            0.71024
1.2.973616                            0.43200
1.2.799404                            0.39030
1.2.126225                            0.32268
1.2.881146                            0.22424
1.2.1527713                           0.21941
1.2.1039433                           0.15070
1.2.1015080                           0.13791
1.2.139653                            0.13320
1.2.409973                            0.10708
1.2.1527702                           0.10448
1.2.1015864                           0.09573
1.2.1623723                           0.09320
1.2.1598564                           0.08523
1.2.15906                             0.06115
1.2.449023                            0.03930
1.2.1695235                           0.03921
1.2.1700630                           0.03704
1.2.486857                            0.02518
1.2.1123882                           0.02360
1.2.1213071                           0.01512
1.2.1160364                           0.00498
1.2.1100064                           0.00352
1.2.1232178                           0.00238
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                        7030.69449
1.2.471141                         2127.88146
1.2.457447                         1386.08525
1.2.1669186                        1324.51060
1.2.1695688                         742.83879
1.2.110871                          619.93880
1.2.1214396                         526.05089
1.2.1610085                         494.87648
1.2.1672514                         485.66899
1.2.529261                          465.00700
1.2.1691739                         421.47306
1.2.1213071                         414.09131
1.2.1695235                         355.94956
1.2.1693506                         139.27458
1.2.1094392                          68.25239
1.2.1560396                          43.49283
1.2.976581                           23.11520
1.2.498000                           20.03565
1.2.916467                           17.89167
1.2.1565108                          16.41575
1.2.1696860                          13.21387
1.2.1042549                          12.61322
1.2.1015080                          11.80712
1.2.881146                            5.00573
1.2.395549                            3.45687
1.2.871579                            2.79318
1.2.203202                            1.98195
1.2.437438                            1.92844
1.2.973616                            1.74616
1.2.799404                            0.95405
1.2.33015                             0.49345
1.2.1039433                           0.44397
1.2.433244                            0.38912
1.2.955081                            0.37266
1.2.1587789                           0.36533
1.2.464767                            0.32756
1.2.1696220                           0.27352
1.2.1623723                           0.23367
1.2.1527702                           0.16133
1.2.1006667                           0.15460
1.2.1232178                           0.12438
1.2.1016168                           0.09495
1.2.995231                            0.09382
1.2.1591759                           0.07232
1.2.1066083                           0.01404
1.2.1616179                           0.00542
1.2.1636927                           0.00137

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.167550                          842.70035
1.2.437438                          780.08849
1.2.1693506                         454.13837
1.2.1694252                         397.92367
1.2.1695236                         381.80961
1.2.1696500                         335.23929
1.2.1700383                         218.43083
1.2.1665104                         204.21807
1.2.606017                          121.97822
1.2.641198                          120.25488
1.2.1591806                         109.36391
1.2.415292                          107.59480
1.2.1692978                         106.50355
1.2.1610085                         104.36831
1.2.1700591                         101.89890
1.2.544003                           77.09260
1.2.445498                           69.42273
1.2.1690991                          51.04032
1.2.1696860                          44.40725
1.2.33015                            43.62721
1.2.36449                            41.87168
1.2.1696206                          18.91229
1.2.395549                            6.90768
1.2.795755                            6.81526
1.2.1700404                           5.58641
1.2.457603                            5.46622
1.2.1597332                           4.97560
1.2.1108195                           4.17243
1.2.465206                            2.86809
1.2.1605735                           1.80163
1.2.906339                            0.92798
1.2.1699975                           0.54332
1.2.1667487                           0.30746
1.2.1616179                           0.30159
1.2.1698970                           0.29783
1.2.1693415                           0.18790
1.2.477169                            0.04774
1.2.601339                            0.02859
1.2.931518                            0.01967
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1665104                        9218.62790
1.2.1693415                        1696.39224
1.2.457447                         1694.59841
1.2.1692978                         605.16274
1.2.1591806                         495.95360
1.2.1696206                         473.29522
1.2.33015                           261.15209
1.2.1700686                         239.44798
1.2.1108195                         209.78167
1.2.1696500                         203.02530
1.2.36449                           126.10293
1.2.606017                          109.03756
1.2.457603                           51.24686
1.2.906339                           47.84111
1.2.1605735                          17.59316
1.2.395549                           10.24340
1.2.1667487                           6.10558
1.2.1616179                           0.71533
1.2.167550                            0.05322
1.2.1597332                           0.04981
1.2.437438                            0.02596

Snapshots: https://mmcontest.bitshares.org/snapshots20191216.tbz

Code: [Select]
$ tar xjf snapshots20191216.tbz
$ find 2019-12-16 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
1a00d42a4a8e6c40e735391dda66ec0bc4ffd65f095da22f2b5700905a786a97  -

Proposal for sending out rewards of 2019-12-16:

https://cryptofresh.com/tx/e260dc04228adde4b9f2b97d97643e7ce90a4c69
https://cryptofresh.com/b/43641471

https://cryptofresh.com/p/1.10.54230
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: Bhuz on December 17, 2019, 12:43:45 pm
Code: [Select]
$ ruby mm_rewards.rb 2019-12-16 1.10.54230

Date: 2019-12-16

Computing snapshots chucksum...
  1a00d42a4a8e6c40e735391dda66ec0bc4ffd65f095da22f2b5700905a786a97

Analyzing snapshots data and computing rewards...
  Total Rewards: 44515.49773 BTS

Let's verify the current proposal
  Getting proposal '1.10.54230' from the blockchain...
  Loading computed rewards data and mimic a proposal...
  Comparing proposals...
    No difference found!
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 18, 2019, 12:49:17 am
Reward data for 2019-12-17

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT, XBTSX.BTC and XBTSX.USDT have been added to the contest)
(note: BTS/ETH and BTS/EOS markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 33919.66987 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1688430                         630.56225
1.2.437438                          478.77209
1.2.1669186                         115.74359
1.2.471141                          110.35220
1.2.1693506                         107.81220
1.2.1640534                          61.03122
1.2.795755                           48.67041
1.2.383547                           44.46911
1.2.831392                           44.14390
1.2.110871                           42.16610
1.2.1610085                          37.23724
1.2.529261                           32.72671
1.2.33015                            32.19001
1.2.36449                            29.16440
1.2.1560396                          19.88133
1.2.1214396                          17.39802
1.2.1674365                          15.91578
1.2.457447                           10.65982
1.2.1094392                           9.23976
1.2.1038609                           7.47068
1.2.1565108                           5.06265
1.2.1616179                           4.89927
1.2.1701094                           3.59319
1.2.395549                            2.43655
1.2.1693415                           1.92171
1.2.916467                            1.83909
1.2.1699975                           1.58096
1.2.799404                            1.57618
1.2.1696860                           1.36841
1.2.1042549                           1.36237
1.2.1691739                           1.21375
1.2.782669                            1.11394
1.2.125824                            1.00498
1.2.1700406                           0.86868
1.2.881146                            0.82214
1.2.1679316                           0.71327
1.2.503813                            0.69223
1.2.645304                            0.67058
1.2.1672514                           0.65885
1.2.1143893                           0.50128
1.2.433244                            0.41383
1.2.1591759                           0.40648
1.2.1015080                           0.39373
1.2.203202                            0.38697
1.2.551674                            0.33096
1.2.976581                            0.21592
1.2.676381                            0.16121
1.2.464767                            0.13955
1.2.973616                            0.13507
1.2.627053                            0.11888
1.2.409973                            0.09083
1.2.126225                            0.08736
1.2.1015864                           0.07948
1.2.1665104                           0.07684
1.2.631794                            0.06731
1.2.1039433                           0.04145
1.2.1623723                           0.03804
1.2.979913                            0.02750
1.2.139653                            0.01466
1.2.15906                             0.01202
1.2.1006667                           0.00536
1.2.1527702                           0.00252
1.2.1700630                           0.00228
1.2.449023                            0.00223
1.2.486857                            0.00188
1.2.1123882                           0.00165
1.2.373786                            0.00101
1.2.1232178                           0.00023
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        3479.22799
1.2.1610085                        1248.47555
1.2.457447                          762.92756
1.2.1691739                         490.17562
1.2.1672514                         464.45313
1.2.1695688                         345.27830
1.2.1214396                         324.45202
1.2.1693415                         233.80745
1.2.1693506                         208.71402
1.2.1213071                         184.25694
1.2.1695235                         183.66363
1.2.1669186                         161.07216
1.2.1094392                          39.34216
1.2.1560396                          15.69903
1.2.1015080                          11.30887
1.2.1665104                          10.63007
1.2.1565108                           6.04768
1.2.976581                            3.82009
1.2.498000                            3.42909
1.2.395549                            2.17364
1.2.973616                            1.70646
1.2.799404                            1.64410
1.2.203202                            1.53540
1.2.1688430                           1.29081
1.2.33015                             1.08401
1.2.750207                            1.07233
1.2.881146                            1.06841
1.2.437438                            0.85505
1.2.1591759                           0.80232
1.2.1039433                           0.44329
1.2.1527702                           0.42664
1.2.1587789                           0.27711
1.2.1016168                           0.27323
1.2.1623723                           0.26299
1.2.955081                            0.24241
1.2.916467                            0.08277
1.2.871579                            0.04461
1.2.1232178                           0.00910
1.2.1006667                           0.00463

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1694252                         313.56494
1.2.1700383                         106.30564
1.2.437438                          105.15680
1.2.415292                           92.30755
1.2.1700591                          90.24026
1.2.1692978                          75.71313
1.2.383547                           66.47554
1.2.1693415                          63.52950
1.2.606017                           53.03902
1.2.795755                           49.98820
1.2.1698970                          46.01092
1.2.33015                            43.03198
1.2.1696206                          42.76653
1.2.36449                            39.12196
1.2.1696860                          31.29439
1.2.1696500                          25.89318
1.2.1591806                          24.85443
1.2.1695236                          17.30883
1.2.1108195                           8.74408
1.2.355810                            6.84844
1.2.641198                            4.47295
1.2.1701094                           4.25757
1.2.395549                            2.18367
1.2.1665104                           1.68105
1.2.457603                            1.26142
1.2.1690991                           1.00968
1.2.465206                            0.97402
1.2.1616179                           0.80479
1.2.445498                            0.71091
1.2.1700404                           0.37215
1.2.1605735                           0.30812
1.2.1700686                           0.09243
1.2.1015080                           0.07851
1.2.544003                            0.03925
1.2.203202                            0.01231
1.2.1696566                           0.00337
1.2.424868                            0.00026
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        4712.65446
1.2.1693415                        1091.75727
1.2.1700686                         576.19584
1.2.457447                          525.01015
1.2.1591806                         481.64230
1.2.1698970                         256.96042
1.2.1665104                          71.72802
1.2.1108195                          66.54501
1.2.1696500                          47.12808
1.2.1695236                          37.52575
1.2.33015                            35.25724
1.2.606017                           29.58858
1.2.1696860                          19.46351
1.2.1700383                          15.30215
1.2.1696206                          14.71242
1.2.465206                            8.23075
1.2.439534                            6.72574
1.2.1667487                           5.85952
1.2.395549                            2.84023
1.2.1692978                           2.73094
1.2.1616179                           0.51539
1.2.1015080                           0.50854
1.2.1694252                           0.22368
1.2.1700591                           0.04390
1.2.355810                            0.02373
1.2.437438                            0.01575
1.2.1700476                           0.01425

ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.437438                          668.38343
1.2.383547                          182.81384
1.2.471141                           98.70804
1.2.529261                           67.74265
1.2.1696500                          62.68877
1.2.159                              44.61074
1.2.1143893                          36.73721
1.2.1692978                          25.94420
1.2.544003                           19.52650
1.2.36449                            15.73509
1.2.33015                            13.82179
1.2.1695236                          11.41440
1.2.1701094                           4.53762
1.2.1038609                           3.74395
1.2.1699975                           2.80557
1.2.1565108                           0.53307
1.2.1700343                           0.48467
1.2.1700404                           0.32046
1.2.973616                            0.27996
1.2.800115                            0.22519
1.2.879901                            0.16659
1.2.1700406                           0.15920
1.2.437173                            0.06954
1.2.1621128                           0.03731
1.2.394730                            0.02205
1.2.429182                            0.01924
1.2.1696566                           0.01477
1.2.424868                            0.00752
1.2.1015080                           0.00669
1.2.1610085                           0.00001
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        5818.05988
1.2.424868                          151.97147
1.2.437173                          127.28833
1.2.1610085                          80.53183
1.2.1701199                          39.49910
1.2.800115                           27.24163
1.2.429182                           19.56037
1.2.1621128                          17.52741
1.2.33015                            14.88466
1.2.1565108                          10.81524
1.2.973616                            0.46168
1.2.1015080                           0.41587
1.2.437438                            0.07794
1.2.1682069                           0.02499
1.2.1006667                           0.00498

EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1143893                         255.54430
1.2.471141                           76.37384
1.2.383547                           75.46862
1.2.888089                            5.51622
1.2.1701094                           3.99240
1.2.1565108                           1.50194
1.2.1207813                           0.67198
1.2.702289                            0.20967
1.2.126225                            0.17662
1.2.1039433                           0.03828
1.2.706162                            0.02374
1.2.573323                            0.01021
1.2.973616                            0.00129
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        6354.66407
1.2.1143893                          97.61275
1.2.1565108                          14.15273
1.2.1207813                           3.53329
1.2.7003                              2.36230
1.2.702289                            2.32231
1.2.997236                            0.39590
1.2.126225                            0.37580
1.2.1039433                           0.23549
1.2.102039                            0.05645

Snapshots: https://mmcontest.bitshares.org/snapshots20191217.tbz

Code: [Select]
$ tar xjf snapshots20191217.tbz
$ find 2019-12-17 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
3705d88968be1e93728856f68d5a8d78599ecd2bad62b58085ee620263337aa4  -

Proposal for sending out rewards of 2019-12-17:

https://cryptofresh.com/tx/1770ec47597ff88bb928b71e634f86622e131c26
https://cryptofresh.com/b/43670337

https://cryptofresh.com/p/1.10.54267
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: Bhuz on December 18, 2019, 04:33:18 pm
Code: [Select]
$ ruby mm_rewards.rb 2019-12-17 1.10.54267

Date: 2019-12-17

Computing snapshots chucksum...
  3705d88968be1e93728856f68d5a8d78599ecd2bad62b58085ee620263337aa4

Analyzing snapshots data and computing rewards...
  Total Rewards: 33919.66987 BTS

Let's verify the current proposal
  Getting proposal '1.10.54267' from the blockchain...
  Loading computed rewards data and mimic a proposal...
  Comparing proposals...
    No difference found!
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 19, 2019, 12:37:52 am
Reward data for 2019-12-18

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT, XBTSX.BTC and XBTSX.USDT have been added to the contest)
(note: BTS/ETH and BTS/EOS markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 35462.89133 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1688430                         206.10775
1.2.1610085                         105.20650
1.2.795755                           45.37311
1.2.1693506                          30.38244
1.2.1560396                          20.50003
1.2.471141                           20.32473
1.2.1672514                          18.47256
1.2.36449                            16.89565
1.2.33015                            14.03400
1.2.437438                           11.17381
1.2.1565108                           7.96893
1.2.831392                            7.51961
1.2.110871                            7.33856
1.2.1701094                           6.10459
1.2.395549                            1.98315
1.2.1669186                           1.62019
1.2.799404                            1.56501
1.2.1094392                           1.20153
1.2.1214396                           1.00019
1.2.1691739                           0.79137
1.2.409973                            0.38601
1.2.503813                            0.30793
1.2.1038609                           0.21061
1.2.203202                            0.13106
1.2.916467                            0.11649
1.2.1015080                           0.10428
1.2.1591759                           0.10242
1.2.1042549                           0.09434
1.2.645304                            0.08192
1.2.551674                            0.07567
1.2.1623723                           0.07321
1.2.1701284                           0.04054
1.2.1616179                           0.03375
1.2.973616                            0.02041
1.2.1039433                           0.02021
1.2.126225                            0.01808
1.2.1006667                           0.01667
1.2.881146                            0.01572
1.2.676381                            0.01506
1.2.1699975                           0.01273
1.2.464767                            0.01211
1.2.573323                            0.00433
1.2.1674365                           0.00099
1.2.979913                            0.00078
1.2.15906                             0.00002
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        5075.53230
1.2.457447                          521.47822
1.2.1672514                         410.32919
1.2.1214396                         383.39377
1.2.1213071                         243.94637
1.2.1695688                         219.83893
1.2.1691739                         168.17730
1.2.437438                          131.76570
1.2.1695235                         104.99823
1.2.1669186                          72.09381
1.2.1610085                          14.84578
1.2.1560396                          11.29887
1.2.1565108                           5.25521
1.2.881146                            4.19232
1.2.33015                             4.18068
1.2.395549                            3.41577
1.2.1699880                           3.10211
1.2.799404                            2.05343
1.2.1016168                           1.97786
1.2.976581                            1.70522
1.2.1527702                           0.76861
1.2.916467                            0.75785
1.2.1591759                           0.75723
1.2.1094392                           0.38933
1.2.1587789                           0.33894
1.2.1623723                           0.29302
1.2.1616179                           0.23524
1.2.409973                            0.22605
1.2.1039433                           0.19121
1.2.203202                            0.16768
1.2.1121561                           0.11919
1.2.955081                            0.08673
1.2.635159                            0.02661
1.2.1021184                           0.00303
1.2.736124                            0.00112

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1694252                         124.33992
1.2.1591806                          87.57056
1.2.1700383                          63.40877
1.2.1700591                          43.14471
1.2.415292                           41.02421
1.2.795755                           39.63008
1.2.33015                            18.66793
1.2.1692978                          18.16023
1.2.36449                            17.83883
1.2.1108195                           9.80819
1.2.606017                            8.88904
1.2.1701094                           6.04685
1.2.355810                            5.32943
1.2.544003                            5.22700
1.2.1696206                           3.95257
1.2.1696860                           3.14010
1.2.395549                            1.48580
1.2.465206                            0.68068
1.2.1616179                           0.16191
1.2.203202                            0.04831
1.2.1696566                           0.02794
1.2.457603                            0.00308
1.2.1700686                           0.00219
1.2.1605735                           0.00075
1.2.1700404                           0.00031
1.2.906339                            0.00024
1.2.1597332                           0.00011
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        5303.14255
1.2.1700686                         886.93852
1.2.457447                          281.95096
1.2.1698970                         211.11595
1.2.1696500                         176.89953
1.2.1591806                         146.07996
1.2.1695236                          63.46116
1.2.1108195                          62.45127
1.2.1700383                          41.04212
1.2.415292                           26.53637
1.2.33015                            20.68328
1.2.1700591                          15.08645
1.2.395549                            3.84293
1.2.1692978                           3.62447
1.2.36449                             3.56333
1.2.606017                            1.64526
1.2.1667487                           1.13318
1.2.1121561                           0.76355
1.2.1597332                           0.36306
1.2.355810                            0.08010
1.2.1616179                           0.02690

ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.437438                         1707.91817
1.2.383547                         1045.04677
1.2.529261                          234.95282
1.2.471141                          219.61408
1.2.424868                          191.87743
1.2.159                             127.04371
1.2.36449                            75.13842
1.2.33015                            65.82001
1.2.1692978                          45.96134
1.2.795755                           44.13928
1.2.1696500                           7.91358
1.2.1038609                           4.04377
1.2.1701094                           3.71691
1.2.774015                            2.57760
1.2.544003                            2.41006
1.2.1699975                           2.11580
1.2.1565108                           1.43996
1.2.1695236                           1.36981
1.2.1700404                           0.42364
1.2.1700343                           0.25694
1.2.879901                            0.18745
1.2.1700406                           0.08601
1.2.394730                            0.03985
1.2.973616                            0.01807
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        7016.75964
1.2.383547                          402.79532
1.2.424868                          100.03538
1.2.1701199                          92.29310
1.2.1621128                          34.15006
1.2.800115                           24.61337
1.2.33015                            20.00416
1.2.437438                           18.46172
1.2.1565108                          10.71305
1.2.1121561                           9.16726
1.2.1622544                           7.50315
1.2.1015080                           0.20888
1.2.879901                            0.14156
1.2.1675353                           0.13815

EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1143893                         515.09411
1.2.383547                          151.23582
1.2.795755                           70.24492
1.2.888089                           35.61503
1.2.471141                           32.87383
1.2.1701094                           6.70152
1.2.1565108                           3.96204
1.2.1622544                           2.86780
1.2.1207813                           0.56480
1.2.126225                            0.20843
1.2.702289                            0.20057
1.2.1039433                           0.07445
1.2.573323                            0.04140
1.2.415588                            0.03573
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        6070.88810
1.2.1143893                        1370.46228
1.2.1565108                           6.62318
1.2.1207813                           3.20003
1.2.702289                            2.70801
1.2.888089                            2.11657
1.2.997236                            0.90946
1.2.1039433                           0.31843
1.2.126225                            0.31751
1.2.102039                            0.10843

Snapshots: https://mmcontest.bitshares.org/snapshots20191218.tbz

Code: [Select]
$ tar xjf snapshots20191218.tbz
$ find 2019-12-18 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
d5cedd9bf884d45ad8c9f6c0ed5395958d05ab5c22904c867f3273d36563c6a7  -

Proposal for sending out rewards of 2019-12-18:

https://cryptofresh.com/tx/cf84cd26355cd9d3b0054cd76c8d6acbc6668238
https://cryptofresh.com/b/43698914

https://cryptofresh.com/p/1.10.54333
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: Bhuz on December 19, 2019, 12:51:50 am
Code: [Select]
$ ruby mm_rewards.rb 2019-12-18 1.10.54333

Date: 2019-12-18

Computing snapshots chucksum...
  d5cedd9bf884d45ad8c9f6c0ed5395958d05ab5c22904c867f3273d36563c6a7

Analyzing snapshots data and computing rewards...
  Total Rewards: 35462.89133 BTS

Let's verify the current proposal
  Getting proposal '1.10.54333' from the blockchain...
  Loading computed rewards data and mimic a proposal...
  Comparing proposals...
    No difference found!
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 20, 2019, 12:23:47 am
Reward data for 2019-12-19

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT, XBTSX.BTC and XBTSX.USDT have been added to the contest)
(note: BTS/ETH and BTS/EOS markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 34886.74713 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1688430                         480.96656
1.2.437438                          319.87147
1.2.1672514                         121.14916
1.2.795755                           36.79587
1.2.33015                            27.47266
1.2.36449                            22.88081
1.2.1610085                          18.14789
1.2.1094392                          12.99736
1.2.1669186                           9.88352
1.2.1701094                           8.35865
1.2.1560396                           7.97749
1.2.1565108                           5.00339
1.2.1640534                           3.89130
1.2.1691739                           3.12810
1.2.498000                            2.33515
1.2.1696860                           2.19694
1.2.1693506                           2.16952
1.2.1527713                           1.80386
1.2.799404                            1.64498
1.2.979913                            1.56352
1.2.395549                            1.22336
1.2.976581                            0.95516
1.2.373786                            0.67435
1.2.881146                            0.56641
1.2.916467                            0.25436
1.2.1214396                           0.22129
1.2.1623723                           0.18897
1.2.503813                            0.11127
1.2.1591759                           0.08674
1.2.1012144                           0.07290
1.2.409973                            0.06714
1.2.1039433                           0.05760
1.2.919730                            0.01782
1.2.973616                            0.00620
1.2.126225                            0.00387
1.2.573323                            0.00318
1.2.1006667                           0.00312
1.2.1232178                           0.00011
1.2.676381                            0.00002
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        5145.14731
1.2.1591806                         402.78832
1.2.1691739                         329.78447
1.2.1695688                         294.41186
1.2.1213071                         229.21808
1.2.1695235                         218.63346
1.2.1214396                         164.86864
1.2.457447                          102.53108
1.2.1669186                          85.99712
1.2.437438                           21.88428
1.2.1672514                          19.94508
1.2.976581                           17.37727
1.2.1560396                          10.47834
1.2.1565108                           8.40615
1.2.1016168                           7.98979
1.2.581357                            3.27314
1.2.881146                            2.53756
1.2.395549                            2.09380
1.2.799404                            2.00080
1.2.979913                            1.53961
1.2.1591759                           0.69668
1.2.973383                            0.59456
1.2.1094392                           0.43025
1.2.1527702                           0.28284
1.2.1039433                           0.24549
1.2.1616179                           0.18570
1.2.498000                            0.13417
1.2.955081                            0.13178
1.2.203202                            0.12191
1.2.458173                            0.11542
1.2.1623723                           0.10513
1.2.373786                            0.07049
1.2.1021184                           0.02956
1.2.573323                            0.02135
1.2.736124                            0.01095
1.2.1065185                           0.00730
1.2.33015                             0.00700

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1694252                         155.38511
1.2.1692978                          86.80292
1.2.606017                           51.20229
1.2.795755                           25.83366
1.2.1701381                          23.05344
1.2.544003                           22.64333
1.2.33015                            21.89512
1.2.36449                            14.82409
1.2.1701094                           8.04494
1.2.1696206                           2.11375
1.2.395549                            1.16231
1.2.1597332                           0.15465
1.2.1616179                           0.11600
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        5521.98939
1.2.1591806                         259.95116
1.2.1700686                         171.63766
1.2.1696500                         151.46250
1.2.1698970                         130.72613
1.2.36449                           119.96862
1.2.457447                          118.72804
1.2.1700383                         102.58186
1.2.33015                            94.38296
1.2.606017                           87.57568
1.2.415292                           79.45992
1.2.1694252                          71.53001
1.2.1700591                          38.91190
1.2.1695236                          32.63288
1.2.1108195                          29.91627
1.2.1696206                           6.94855
1.2.465206                            6.72135
1.2.395549                            2.90324
1.2.1692978                           1.86636
1.2.1597332                           0.85636
1.2.1121561                           0.43739
1.2.1667487                           0.08829
1.2.1616179                           0.01704

ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.437438                         1829.72479
1.2.383547                         1082.49133
1.2.529261                          208.83853
1.2.471141                          123.33626
1.2.424868                           80.04645
1.2.795755                           57.64122
1.2.36449                            56.72606
1.2.33015                            49.62378
1.2.159                              42.38294
1.2.1701094                           3.49279
1.2.1038609                           1.97350
1.2.1565108                           1.63057
1.2.1699975                           1.59321
1.2.774015                            1.47087
1.2.1700404                           0.69901
1.2.973616                            0.48469
1.2.1100064                           0.12302
1.2.1700343                           0.09493
1.2.879901                            0.07869
1.2.1700406                           0.03291
1.2.783432                            0.02989
1.2.1701199                           0.00461
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        7132.70705
1.2.1701199                         145.48490
1.2.383547                          118.95872
1.2.437438                           91.27692
1.2.458173                           42.31798
1.2.800115                           37.66088
1.2.33015                            31.31251
1.2.1621128                          13.27052
1.2.1565108                           9.68102
1.2.1622544                           2.36837
1.2.879901                            1.14059
1.2.1675353                           0.35512

EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.795755                           75.03807
1.2.1701094                           7.20023
1.2.1565108                           2.90679
1.2.1143893                           2.07154
1.2.1207813                           0.51231
1.2.973383                            0.50647
1.2.702289                            0.23555
1.2.1039433                           0.07516
1.2.126225                            0.01599
1.2.573323                            0.00268
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        7975.01723
1.2.171761                           21.17723
1.2.1565108                           9.12380
1.2.1207813                           4.57980
1.2.702289                            3.25992
1.2.997236                            1.76762
1.2.1039433                           0.82813

Snapshots: https://mmcontest.bitshares.org/snapshots20191219.tbz

Code: [Select]
$ tar xjf snapshots20191219.tbz
$ find 2019-12-19 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
f9ac41094820ef5abb7c517713c14c54e027e61a4c2944fe5e6558e06d8a3409  -

Proposal for sending out rewards of 2019-12-19:

https://cryptofresh.com/tx/1dcd6f8dfee893f71f46924c390003279ec3bdb7
https://cryptofresh.com/b/43727363

https://cryptofresh.com/p/1.10.54384
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: Bhuz on December 20, 2019, 12:33:56 am
Code: [Select]
$ ruby mm_rewards.rb 2019-12-19 1.10.54384

Date: 2019-12-19

Computing snapshots chucksum...
  f9ac41094820ef5abb7c517713c14c54e027e61a4c2944fe5e6558e06d8a3409

Analyzing snapshots data and computing rewards...
  Total Rewards: 34886.74713 BTS

Let's verify the current proposal
  Getting proposal '1.10.54384' from the blockchain...
  Loading computed rewards data and mimic a proposal...
  Comparing proposals...
    No difference found!
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 21, 2019, 12:58:25 am
Reward data for 2019-12-20

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT, XBTSX.BTC and XBTSX.USDT have been added to the contest)
(note: BTS/ETH and BTS/EOS markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 38894.42555 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1688430                        1024.38033
1.2.437438                          477.97776
1.2.1672514                         265.99431
1.2.795755                           35.35717
1.2.1094392                          32.95106
1.2.1696860                          31.43692
1.2.1610085                          29.44831
1.2.1214396                          29.16320
1.2.1669186                          21.60186
1.2.33015                            21.56363
1.2.36449                            15.54998
1.2.1527713                          10.50221
1.2.1701094                           7.09965
1.2.1691739                           4.41239
1.2.1565108                           3.44310
1.2.373786                            3.35649
1.2.1640534                           3.00180
1.2.799404                            2.88795
1.2.979913                            2.65700
1.2.503813                            2.49586
1.2.1693506                           2.29336
1.2.976581                            2.22413
1.2.395549                            1.38870
1.2.881146                            0.81429
1.2.916467                            0.49200
1.2.203202                            0.23966
1.2.1591759                           0.19868
1.2.919730                            0.14826
1.2.1623723                           0.07193
1.2.1015080                           0.06804
1.2.409973                            0.06090
1.2.1695235                           0.03582
1.2.1039433                           0.02066
1.2.1213071                           0.01154
1.2.573323                            0.01044
1.2.1123882                           0.00833
1.2.98603                             0.00540
1.2.126225                            0.00536
1.2.973616                            0.00308
1.2.1006667                           0.00204
1.2.676381                            0.00005
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        4546.02370
1.2.1695235                        1104.14924
1.2.1691739                         676.60545
1.2.1591806                         572.96794
1.2.1695688                         557.23368
1.2.457447                          262.03691
1.2.1213071                         225.37154
1.2.1669186                         154.96123
1.2.1214396                         130.50708
1.2.976581                           41.41337
1.2.1672514                          36.03678
1.2.437438                           35.53095
1.2.1565108                          12.05539
1.2.581357                            7.88848
1.2.1094392                           6.22906
1.2.979913                            2.94190
1.2.881146                            2.49252
1.2.395549                            2.07873
1.2.1015080                           1.47577
1.2.1616179                           1.12951
1.2.973383                            0.86539
1.2.1039433                           0.46973
1.2.799404                            0.45958
1.2.1591759                           0.33497
1.2.1623723                           0.13263
1.2.1021184                           0.10811
1.2.33015                             0.10464
1.2.955081                            0.06683
1.2.203202                            0.06086
1.2.1065185                           0.05930
1.2.98603                             0.04909
1.2.1527702                           0.04005
1.2.736124                            0.04004
1.2.573323                            0.02458

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1694252                         274.24889
1.2.1692978                         130.69530
1.2.795755                           59.74675
1.2.606017                           51.50217
1.2.33015                            42.39798
1.2.36449                            29.31608
1.2.1700591                          28.80612
1.2.1701381                          26.74617
1.2.544003                           24.97443
1.2.1701094                          10.01021
1.2.477169                            7.03729
1.2.395549                            2.33503
1.2.415292                            2.28639
1.2.1696206                           1.50942
1.2.1616179                           0.67318
1.2.457447                            0.52996
1.2.888089                            0.51153
1.2.465206                            0.49486
1.2.1597332                           0.15049
1.2.1700686                           0.04602
1.2.1108195                           0.01215
1.2.1695236                           0.00613
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        5281.71737
1.2.457447                          763.49474
1.2.1591806                         666.08799
1.2.1700383                         538.63307
1.2.1700686                         489.91906
1.2.1696500                         297.61188
1.2.36449                           264.05526
1.2.1698970                         241.18904
1.2.415292                          226.08690
1.2.33015                           211.20355
1.2.1700591                         203.91162
1.2.606017                          141.74744
1.2.1695236                         103.07108
1.2.1108195                          47.70504
1.2.1696206                          22.81139
1.2.465206                           16.68450
1.2.1692978                           3.16503
1.2.395549                            0.95249
1.2.1015080                           0.45028
1.2.1616179                           0.44612
1.2.1667487                           0.15976
1.2.203202                            0.00923
1.2.139653                            0.00309

ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.437438                         1393.58961
1.2.383547                          330.96213
1.2.1701199                          98.95717
1.2.529261                           70.67937
1.2.795755                           62.11172
1.2.424868                           23.46951
1.2.471141                           19.10422
1.2.36449                            15.14743
1.2.33015                            13.25463
1.2.159                              13.01739
1.2.1701094                          10.31332
1.2.1565108                           2.09483
1.2.1699975                           1.44040
1.2.783432                            0.86276
1.2.1015080                           0.73690
1.2.1038609                           0.71498
1.2.1700404                           0.40399
1.2.973616                            0.28019
1.2.1700343                           0.26361
1.2.774015                            0.15968
1.2.879901                            0.12947
1.2.1691739                           0.11219
1.2.1700406                           0.07930
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        7123.35852
1.2.1691739                         733.04971
1.2.437438                          674.69138
1.2.800115                          117.61398
1.2.458173                           40.81331
1.2.1565108                          12.14598
1.2.33015                            12.13609
1.2.1622544                           8.23096
1.2.1701199                           7.99740
1.2.1015080                           2.41523
1.2.879901                            0.78553
1.2.1621128                           0.66344
1.2.1006667                           0.02429

EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.383547                           89.27897
1.2.795755                           72.79332
1.2.1701094                           7.44293
1.2.1207813                           1.82261
1.2.1565108                           1.49866
1.2.702289                            0.14035
1.2.973383                            0.07337
1.2.1039433                           0.04403
1.2.126225                            0.01086
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        7274.29105
1.2.1565108                          18.11382
1.2.702289                            3.48539
1.2.1207813                           1.17002
1.2.997236                            0.86778
1.2.973383                            0.79408
1.2.1039433                           0.30653

Snapshots: https://mmcontest.bitshares.org/snapshots20191220.tbz

Code: [Select]
$ tar xjf snapshots20191220.tbz
$ find 2019-12-20 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
44f66485267b44945d506e232c0c0b20cd00e71605a6861cecb111cff84c1af2  -

Proposal for sending out rewards of 2019-12-20:

https://cryptofresh.com/tx/b3410bf3fb6c01482dbf740b90eac7f237aa70dc
https://cryptofresh.com/b/43756781

https://cryptofresh.com/p/1.10.54438
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 22, 2019, 01:39:31 am
Reward data for 2019-12-21

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT, XBTSX.BTC and XBTSX.USDT have been added to the contest)
(note: BTS/ETH and BTS/EOS markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 40506.04459 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1688430                        1497.69929
1.2.437438                          716.41092
1.2.383547                          305.71916
1.2.1672514                         230.51262
1.2.457447                          160.81789
1.2.1696860                          82.31703
1.2.1214396                          63.82976
1.2.36449                            33.42094
1.2.1610085                          32.70914
1.2.795755                           31.07398
1.2.1669186                          31.02524
1.2.1094392                          30.45616
1.2.33015                            26.52223
1.2.1640534                          13.63816
1.2.1527713                           8.57230
1.2.1701094                           8.42722
1.2.1041100                           5.49006
1.2.1565108                           4.45319
1.2.1693506                           3.18768
1.2.503813                            2.96952
1.2.645304                            2.53336
1.2.979913                            2.15576
1.2.799404                            2.15177
1.2.881146                            1.76509
1.2.1111852                           1.46146
1.2.395549                            1.25674
1.2.976581                            1.01992
1.2.186571                            0.96037
1.2.203202                            0.85749
1.2.1247488                           0.82318
1.2.373786                            0.59486
1.2.916467                            0.56742
1.2.1695235                           0.09602
1.2.919730                            0.08889
1.2.1623723                           0.08576
1.2.409973                            0.06952
1.2.1015080                           0.06860
1.2.126225                            0.04117
1.2.139653                            0.02858
1.2.1039433                           0.02363
1.2.1213071                           0.02343
1.2.1006667                           0.00277
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        2718.93767
1.2.457447                         2083.84425
1.2.1695235                        1204.89371
1.2.1691739                         861.66816
1.2.1695688                         778.76003
1.2.1591806                         636.93412
1.2.1669186                         407.45849
1.2.1213071                         245.55782
1.2.437438                          229.27158
1.2.1214396                         107.46743
1.2.1672514                          62.12628
1.2.1688430                          17.89627
1.2.373786                           14.68137
1.2.581357                           10.54248
1.2.1565108                           8.83270
1.2.1094392                           8.72963
1.2.979913                            4.12174
1.2.976581                            3.16267
1.2.799404                            1.42744
1.2.395549                            1.33266
1.2.1616179                           1.04561
1.2.1015080                           1.04200
1.2.881146                            0.64961
1.2.1591759                           0.62873
1.2.1039433                           0.46882
1.2.98603                             0.35903
1.2.203202                            0.27744
1.2.981588                            0.23619
1.2.1021184                           0.13832
1.2.1623723                           0.11427
1.2.955081                            0.08559
1.2.1065185                           0.06131
1.2.1527702                           0.05303
1.2.736124                            0.05123
1.2.573323                            0.03765
1.2.1247488                           0.00753
1.2.1600017                           0.00387

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1694252                         279.18627
1.2.1692978                         137.42589
1.2.606017                           78.98273
1.2.1700591                          71.65489
1.2.544003                           54.91832
1.2.33015                            48.35063
1.2.795755                           42.44042
1.2.36449                            38.50069
1.2.1701381                          25.33156
1.2.1701094                          11.55895
1.2.415292                            8.78952
1.2.888089                            8.78917
1.2.477169                            3.86293
1.2.457447                            2.10179
1.2.395549                            1.97356
1.2.465206                            1.72110
1.2.1696206                           1.60931
1.2.1616179                           0.11632
1.2.783432                            0.10539
1.2.139653                            0.04281
1.2.501058                            0.02698
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        4859.86674
1.2.457447                         2343.10857
1.2.1700383                         336.14512
1.2.1696500                         266.75629
1.2.1591806                         252.32731
1.2.415292                          240.74541
1.2.1698970                         210.71062
1.2.1700686                         178.65303
1.2.36449                           135.00869
1.2.33015                           111.33287
1.2.1700591                          97.78424
1.2.1695236                          81.49807
1.2.606017                           76.36278
1.2.1108195                          26.29911
1.2.465206                           14.63321
1.2.1696206                          13.03366
1.2.888089                            4.94793
1.2.1692978                           2.19400
1.2.1015080                           0.50024
1.2.1616179                           0.23852
1.2.395549                            0.20702
1.2.1667487                           0.07817
1.2.1696566                           0.00119

ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.383547                          176.15383
1.2.529261                           90.76563
1.2.795755                           75.69846
1.2.1701199                          46.64978
1.2.424868                           29.05158
1.2.36449                            15.13242
1.2.33015                            13.24129
1.2.1701094                          13.15967
1.2.437438                            2.43316
1.2.1699975                           2.33319
1.2.1038609                           1.19976
1.2.1565108                           1.15572
1.2.1700343                           0.66812
1.2.879901                            0.23597
1.2.1015080                           0.22887
1.2.973616                            0.21924
1.2.1700406                           0.19064
1.2.1691739                           0.10714
1.2.139653                            0.10501
1.2.1700404                           0.09284
1.2.458173                            0.04014
1.2.1123882                           0.03011
1.2.800115                            0.01721
1.2.1621128                           0.00248
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        6531.23813
1.2.437438                         1629.30222
1.2.1691739                         716.45071
1.2.800115                          125.05480
1.2.1565108                          13.56432
1.2.458173                            9.93916
1.2.21255                             4.65490
1.2.1621128                           0.18217
1.2.1015080                           0.04054
1.2.1006667                           0.02351

EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.383547                          403.37282
1.2.795755                           69.22799
1.2.1701094                          12.68996
1.2.1565108                           1.55385
1.2.1207813                           0.93774
1.2.973383                            0.18787
1.2.702289                            0.18139
1.2.126225                            0.17451
1.2.1039433                           0.04666
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        7707.09161
1.2.1565108                          17.20907
1.2.702289                            1.96727
1.2.1207813                           1.68922
1.2.973383                            0.97084
1.2.997236                            0.36938
1.2.1039433                           0.25466

Snapshots: https://mmcontest.bitshares.org/snapshots20191221.tbz

Code: [Select]
$ tar xjf snapshots20191221.tbz
$ find 2019-12-21 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
9422efac29d6c2519f717fb3de1a730533d7944a2287d59ede69ee2c5e6ee3d5  -

Proposal for sending out rewards of 2019-12-21:

https://cryptofresh.com/tx/4b492bf6c50a0e34beb113db65034193d1ac8ee9
https://cryptofresh.com/b/43786332

https://cryptofresh.com/p/1.10.54479
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 23, 2019, 12:49:44 am
Reward data for 2019-12-22

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT, XBTSX.BTC and XBTSX.USDT have been added to the contest)
(note: BTS/ETH and BTS/EOS markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 41011.88279 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1688430                        1126.99316
1.2.437438                          617.94482
1.2.1672514                         317.62496
1.2.1700499                         107.94443
1.2.104043                           80.96017
1.2.1214396                          54.97120
1.2.457447                           44.00931
1.2.36449                            43.61184
1.2.33015                            29.00510
1.2.1669186                          26.00580
1.2.1094392                          25.28158
1.2.795755                           24.84621
1.2.1701094                          11.53366
1.2.1696860                          10.09452
1.2.1560396                           5.96488
1.2.645304                            5.29167
1.2.1527713                           4.53402
1.2.1111852                           3.90383
1.2.1693506                           3.55612
1.2.1610085                           2.78513
1.2.976581                            2.68543
1.2.503813                            2.34571
1.2.799404                            2.26257
1.2.881146                            2.22507
1.2.979913                            1.91359
1.2.395549                            1.70794
1.2.1565108                           1.46706
1.2.1640534                           1.28159
1.2.186571                            1.12113
1.2.916467                            0.36270
1.2.203202                            0.15154
1.2.1695235                           0.09170
1.2.126225                            0.07745
1.2.409973                            0.05552
1.2.1039433                           0.05305
1.2.1623723                           0.03845
1.2.139653                            0.03803
1.2.1213071                           0.03243
1.2.973616                            0.03017
1.2.1015080                           0.02053
1.2.1006667                           0.00348
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        3102.50638
1.2.457447                         2016.08108
1.2.1695235                        1592.18459
1.2.1691739                         753.31456
1.2.1695688                         618.10622
1.2.1591806                         571.74095
1.2.1669186                         451.26681
1.2.437438                          431.03367
1.2.1213071                         232.46499
1.2.1214396                         112.96753
1.2.1081514                          57.91251
1.2.581357                           10.46737
1.2.1560396                           9.78744
1.2.1672514                           9.19454
1.2.1094392                           6.18871
1.2.1565108                           5.22037
1.2.976581                            3.52987
1.2.395549                            3.02737
1.2.1591759                           0.60800
1.2.1616179                           0.55339
1.2.1039433                           0.51696
1.2.1015080                           0.43253
1.2.98603                             0.34807
1.2.203202                            0.33072
1.2.1623723                           0.16494
1.2.1109311                           0.14882
1.2.1021184                           0.12044
1.2.881146                            0.07848
1.2.955081                            0.07270
1.2.1065185                           0.05340
1.2.799404                            0.05107
1.2.1527702                           0.04798
1.2.736124                            0.04461
1.2.573323                            0.03854
1.2.981588                            0.01170

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1694252                         276.23015
1.2.1692978                         161.93488
1.2.544003                           80.00271
1.2.606017                           68.56278
1.2.795755                           63.77726
1.2.1700591                          57.46100
1.2.33015                            48.29829
1.2.1701381                          37.58875
1.2.36449                            32.10156
1.2.888089                           30.44165
1.2.1701094                          14.16687
1.2.465206                           13.14026
1.2.415292                            8.37153
1.2.395549                            2.73726
1.2.457447                            2.31385
1.2.1696206                           2.11943
1.2.783432                            1.13098
1.2.477169                            0.97740
1.2.1565108                           0.77186
1.2.203202                            0.12629
1.2.1616179                           0.12532
1.2.139653                            0.04063
1.2.1597332                           0.01053
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        3923.24318
1.2.457447                         1848.48245
1.2.1700383                         404.42597
1.2.1591806                         352.40697
1.2.1696500                         311.86076
1.2.36449                           299.05152
1.2.415292                          276.30172
1.2.1698970                         271.47154
1.2.1700686                         251.35292
1.2.33015                           173.34226
1.2.1700591                         141.80195
1.2.606017                           92.33307
1.2.544003                           85.77992
1.2.1695236                          81.43392
1.2.888089                           58.22139
1.2.1108195                          38.35504
1.2.1692978                          29.94756
1.2.1696206                          18.97275
1.2.465206                            8.56836
1.2.1565108                           4.24355
1.2.1701381                           4.03011
1.2.395549                            3.89740
1.2.1597332                           3.67441
1.2.1616179                           0.97208
1.2.501058                            0.69417
1.2.1667487                           0.29321
1.2.203202                            0.18974

ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.383547                         1079.58718
1.2.529261                          140.64441
1.2.795755                           46.00742
1.2.1701199                          25.77406
1.2.424868                           20.82318
1.2.36449                            20.26057
1.2.33015                            17.72973
1.2.1701094                          15.77712
1.2.774015                            2.94064
1.2.1699975                           1.71974
1.2.1565108                           0.97552
1.2.437438                            0.75826
1.2.1038609                           0.54930
1.2.1700343                           0.42631
1.2.879901                            0.39121
1.2.1700406                           0.14052
1.2.800115                            0.13808
1.2.973616                            0.13470
1.2.1700404                           0.07819
1.2.1691739                           0.05408
1.2.139653                            0.04094
1.2.1015080                           0.00041
1.2.1232178                           0.00005
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        7233.65006
1.2.437438                          635.23461
1.2.1691739                         560.24524
1.2.800115                           83.07255
1.2.458173                           13.94103
1.2.1565108                          10.17162
1.2.21255                             4.09427
1.2.1621128                           2.16853
1.2.529261                            0.43299
1.2.383547                            0.11363
1.2.1006667                           0.02745
1.2.1015080                           0.01871

EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.383547                          728.72274
1.2.795755                           78.72116
1.2.1640534                          45.42772
1.2.1701094                          17.09012
1.2.1565108                           1.76248
1.2.1207813                           0.87367
1.2.126225                            0.46554
1.2.973383                            0.18490
1.2.702289                            0.14842
1.2.1039433                           0.04329
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        8058.70933
1.2.1565108                           9.82525
1.2.702289                            4.14817
1.2.1207813                           2.24643
1.2.997236                            0.99921
1.2.973383                            0.73390
1.2.1039433                           0.43413

Snapshots: https://mmcontest.bitshares.org/snapshots20191222.tbz

Code: [Select]
$ tar xjf snapshots20191222.tbz
$ find 2019-12-22 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
04ac35bda561779427c981cc5a8262e741f90c89b17dd58848efd02ef6df38ae  -

Proposal for sending out rewards of 2019-12-22:

https://cryptofresh.com/tx/d46ad7f4494a18b2a2ce99b293c18bb1c3b047c5
https://cryptofresh.com/b/43814059

https://cryptofresh.com/p/1.10.54512
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: Crypto Kong on December 23, 2019, 09:38:46 am
IMO group 5 & group 6 should be removed and their reward given to group 1. Group 5 & 6 dont really provide much value whereas group 1 provides great value. Group 5 & 6 provide the ability to buy and sell between 5 and 10% above or below market value, its not appealing to anyone.
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 23, 2019, 03:08:50 pm
IMO group 5 & group 6 should be removed and their reward given to group 1. Group 5 & 6 dont really provide much value whereas group 1 provides great value. Group 5 & 6 provide the ability to buy and sell between 5 and 10% above or below market value, its not appealing to anyone.
You mean to increase group 1's reward from 53% to 57%? I don't think it would make a big difference (aka better liquidity). I do agree that high reward with high risk attracts risk lovers. On the other hand, there are people like to risk less for lower reward. Every bit counts.
Title: Re: Repost: Market making contest, stage one
Post by: Crypto Kong on December 23, 2019, 04:43:50 pm
Yeah admittedly its not a big increase, I just don't feel there is much benefit to group 5 & 6 but like you say every little counts and better to have them than not.
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 24, 2019, 12:28:44 am
Reward data for 2019-12-23

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT, XBTSX.BTC and XBTSX.USDT have been added to the contest)
(note: BTS/ETH and BTS/EOS markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 40118.00449 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1688430                         481.44553
1.2.1672514                         403.52075
1.2.383547                          142.37825
1.2.795755                           63.92170
1.2.36449                            55.17951
1.2.33015                            51.55543
1.2.104043                           24.40659
1.2.831392                           19.76782
1.2.1701094                          14.91213
1.2.1700499                          14.70799
1.2.1669186                          14.09655
1.2.1560396                          13.49664
1.2.1094392                          11.64747
1.2.1213071                           6.10080
1.2.799404                            2.48166
1.2.437438                            2.37714
1.2.1214396                           2.33324
1.2.395549                            2.28521
1.2.645304                            1.73680
1.2.1111852                           1.49310
1.2.976581                            1.32443
1.2.979913                            1.07385
1.2.186571                            1.01523
1.2.503813                            0.90507
1.2.203202                            0.53365
1.2.126225                            0.49174
1.2.1695235                           0.28126
1.2.916467                            0.18443
1.2.457447                            0.13907
1.2.1591759                           0.11584
1.2.1623723                           0.10385
1.2.1695688                           0.09116
1.2.1616179                           0.08382
1.2.881146                            0.06335
1.2.1039433                           0.06220
1.2.783432                            0.05936
1.2.409973                            0.03130
1.2.1006667                           0.01520
1.2.139653                            0.00085
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        2474.44904
1.2.1695235                        1818.35341
1.2.1695688                        1439.53986
1.2.1691739                        1393.75382
1.2.457447                          894.06865
1.2.1591806                         361.68993
1.2.1213071                         357.61135
1.2.1669186                         290.17339
1.2.437438                          243.83259
1.2.1214396                         221.21597
1.2.1560396                          42.84240
1.2.1672514                          17.52685
1.2.581357                            8.54234
1.2.1094392                           7.84454
1.2.976581                            5.56344
1.2.881146                            4.43200
1.2.395549                            3.66093
1.2.799404                            2.58626
1.2.1616179                           0.88461
1.2.955081                            0.50336
1.2.98603                             0.48109
1.2.1591759                           0.40352
1.2.1039433                           0.37038
1.2.1015080                           0.17211
1.2.1597332                           0.14967
1.2.1065185                           0.14500
1.2.1021184                           0.13606
1.2.126225                            0.13568
1.2.1623723                           0.13154
1.2.203202                            0.10705
1.2.1527702                           0.09236
1.2.573323                            0.06750
1.2.1109311                           0.05309
1.2.736124                            0.05039
1.2.1006667                           0.01832
1.2.490345                            0.01650

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                         483.68620
1.2.1694252                         407.11459
1.2.1700591                         129.19652
1.2.33015                            65.81221
1.2.795755                           65.34763
1.2.606017                           61.60497
1.2.831392                           42.13205
1.2.36449                            39.93273
1.2.888089                           30.12306
1.2.415292                           14.54900
1.2.1701094                          12.10120
1.2.1696206                          10.89044
1.2.395549                            3.26698
1.2.1591806                           3.03379
1.2.1565108                           2.24503
1.2.477169                            2.18117
1.2.1616179                           1.58550
1.2.1597332                           1.36292
1.2.457447                            0.83092
1.2.203202                            0.57081
1.2.457603                            0.02406
1.2.1605735                           0.00585
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        4581.61110
1.2.457447                         1811.46493
1.2.1696500                         412.86049
1.2.1698970                         306.10001
1.2.1700383                         289.82393
1.2.36449                           261.41046
1.2.1700686                         213.58243
1.2.415292                          198.15892
1.2.33015                           142.84288
1.2.1695236                         122.89315
1.2.1692978                         120.81073
1.2.888089                          102.28434
1.2.1700591                          97.49230
1.2.1108195                          42.84320
1.2.641198                           40.71128
1.2.544003                           29.00602
1.2.606017                           28.51264
1.2.465206                           18.07351
1.2.888082                           14.71948
1.2.1696206                          11.91129
1.2.1565108                           9.05747
1.2.395549                            5.26297
1.2.1667487                           5.12829
1.2.783432                            2.15070
1.2.1597332                           2.04854
1.2.1701381                           1.65102
1.2.1616179                           1.53495
1.2.203202                            1.22294
1.2.139653                            0.47717
1.2.1656561                           0.33307

ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.437438                         1090.23969
1.2.383547                          671.80046
1.2.529261                          231.32573
1.2.1700499                          83.63229
1.2.795755                           73.88214
1.2.424868                           20.67592
1.2.1701199                          19.24624
1.2.1701094                          13.91775
1.2.36449                            12.26829
1.2.33015                            10.73498
1.2.1699975                           0.95484
1.2.1565108                           0.84101
1.2.1038609                           0.55703
1.2.800115                            0.48744
1.2.1700343                           0.28558
1.2.1691739                           0.24077
1.2.879901                            0.23620
1.2.973616                            0.12446
1.2.1700406                           0.08850
1.2.1700404                           0.02009
1.2.1699732                           0.00058
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        5274.28146
1.2.1691739                        1537.68286
1.2.437438                         1483.59084
1.2.800115                           87.96723
1.2.1565108                          10.52958
1.2.529261                            1.07324
1.2.383547                            0.14671
1.2.1006667                           0.08433
1.2.1015080                           0.05749

EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.383547                          331.73291
1.2.795755                           74.83264
1.2.1701094                          13.84211
1.2.1640534                           8.56819
1.2.1565108                           1.54902
1.2.1207813                           0.95961
1.2.126225                            0.42317
1.2.973383                            0.19758
1.2.1039433                           0.18122
1.2.702289                            0.11217
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        7856.52177
1.2.1565108                          14.37458
1.2.997236                            1.96432
1.2.702289                            1.77823
1.2.1207813                           1.57166
1.2.973383                            0.55562
1.2.1039433                           0.26315

Snapshots: https://mmcontest.bitshares.org/snapshots20191223.tbz

Code: [Select]
$ tar xjf snapshots20191223.tbz
$ find 2019-12-23 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
47d1e366fd600696d26c2e3ea99a3a9659f1c7e5b7de2af766bdc63c9c1d46ac  -

Proposal for sending out rewards of 2019-12-23:

https://cryptofresh.com/tx/522c0d89472ac6858fce34c15cec016d5cd9c556
https://cryptofresh.com/b/43842371

https://cryptofresh.com/p/1.10.54550
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 25, 2019, 01:16:51 am
Reward data for 2019-12-24

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT, XBTSX.BTC and XBTSX.USDT have been added to the contest)
(note: BTS/ETH and BTS/EOS markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 38288.33984 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1688430                         678.19861
1.2.1672514                         317.75165
1.2.437438                           86.43973
1.2.36449                            33.90083
1.2.1700499                          31.86895
1.2.795755                           31.13475
1.2.33015                            28.92662
1.2.104043                           21.33482
1.2.457447                           18.60039
1.2.383547                           17.80830
1.2.1669186                          17.61107
1.2.1560396                          14.30648
1.2.1695235                          11.03055
1.2.1701094                          10.57866
1.2.1094392                           9.59293
1.2.919400                            8.03070
1.2.831392                            5.49412
1.2.1213071                           4.82681
1.2.1691739                           4.44780
1.2.645304                            2.12958
1.2.799404                            2.10874
1.2.395549                            1.85519
1.2.976581                            1.70707
1.2.1111852                           1.58514
1.2.4810                              1.40082
1.2.203202                            1.11440
1.2.503813                            0.95974
1.2.403753                            0.93913
1.2.126225                            0.71117
1.2.1695688                           0.56046
1.2.783432                            0.54810
1.2.979913                            0.51091
1.2.1591759                           0.26353
1.2.1623723                           0.17166
1.2.916467                            0.13964
1.2.881146                            0.11059
1.2.1039433                           0.06339
1.2.409973                            0.05410
1.2.973616                            0.00304
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        2340.71319
1.2.1695688                        1653.15885
1.2.1695235                        1449.60827
1.2.1691739                        1031.93271
1.2.457447                          746.06451
1.2.1591806                         736.65880
1.2.1213071                         315.67941
1.2.1688430                         302.76146
1.2.1669186                         301.15493
1.2.1214396                         203.44980
1.2.437438                          105.67157
1.2.1672514                          59.39987
1.2.1560396                          58.30459
1.2.1616179                          24.88814
1.2.581357                           19.10255
1.2.976581                            9.69977
1.2.1094392                           9.11788
1.2.799404                            6.38286
1.2.881146                            2.65487
1.2.395549                            2.22020
1.2.98603                             0.68646
1.2.1039433                           0.56075
1.2.1021184                           0.39691
1.2.1591759                           0.39186
1.2.955081                            0.28832
1.2.1065185                           0.25906
1.2.203202                            0.23938
1.2.1527702                           0.15730
1.2.736124                            0.14700
1.2.1015080                           0.13639
1.2.126225                            0.11990
1.2.1623723                           0.08757
1.2.573323                            0.03935

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                         431.29832
1.2.1694252                         337.04831
1.2.1700383                          93.65986
1.2.795755                           77.04016
1.2.415292                           69.78996
1.2.1700591                          64.93479
1.2.33015                            50.88563
1.2.606017                           41.60239
1.2.36449                            38.43580
1.2.888089                           15.53682
1.2.1701094                           9.55193
1.2.465206                            6.34412
1.2.395549                            4.12184
1.2.477169                            3.76819
1.2.1565108                           1.72268
1.2.1616179                           0.67246
1.2.1696206                           0.60392
1.2.457447                            0.28569
1.2.573323                            0.01334
1.2.1692393                           0.00293
1.2.1696220                           0.00057
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        3669.62847
1.2.457447                         1282.08212
1.2.1696500                         615.62025
1.2.1700686                         567.56179
1.2.1692978                         541.10250
1.2.1698970                         429.27775
1.2.1700591                         373.03854
1.2.36449                           362.13203
1.2.33015                           232.81778
1.2.1695236                         206.35286
1.2.415292                          189.05012
1.2.1700383                         178.05043
1.2.641198                          132.93324
1.2.1591806                         100.98704
1.2.888089                           45.31804
1.2.1108195                          44.55818
1.2.1696206                          27.15065
1.2.465206                           12.20519
1.2.1565108                           8.30327
1.2.606017                            7.11858
1.2.783432                            2.60943
1.2.395549                            2.38271
1.2.1616179                           1.07307
1.2.139653                            0.34036

ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.383547                          249.53967
1.2.795755                           75.62841
1.2.437438                           71.42976
1.2.1701199                          19.78849
1.2.424868                           15.56300
1.2.529261                           15.48735
1.2.36449                            15.36742
1.2.33015                            13.46012
1.2.1701094                          11.28003
1.2.125824                            2.87094
1.2.1692393                           1.76114
1.2.1565108                           1.33681
1.2.800115                            1.00859
1.2.1699975                           0.51103
1.2.1691739                           0.36656
1.2.1038609                           0.36159
1.2.1700343                           0.22765
1.2.879901                            0.08814
1.2.1700406                           0.07540
1.2.973616                            0.00295
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        4876.57325
1.2.437438                         1522.91303
1.2.1691739                        1212.71923
1.2.529261                          523.61041
1.2.800115                           86.65464
1.2.1565108                           8.20993
1.2.1015080                           0.69869
1.2.879901                            0.61580
1.2.1006667                           0.10021

EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.383547                          692.50023
1.2.1700499                         144.15057
1.2.795755                           82.33370
1.2.1701094                          12.29421
1.2.1565108                           2.90512
1.2.1207813                           0.83039
1.2.126225                            0.26164
1.2.973383                            0.16136
1.2.1039433                           0.11362
1.2.573323                            0.04490
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        7576.72178
1.2.1565108                          10.79416
1.2.1207813                           3.07172
1.2.997236                            2.45687
1.2.973383                            0.78064
1.2.1039433                           0.63865
1.2.573323                            0.06128

Snapshots: https://mmcontest.bitshares.org/snapshots20191224.tbz

Code: [Select]
$ tar xjf snapshots20191224.tbz
$ find 2019-12-24 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
c242cb646acec6666612f3069605ffddc87ff466c60a866822cbe7a3630a3f69  -

Proposal for sending out rewards of 2019-12-24:

https://cryptofresh.com/tx/de70a07ad2ff6a643026cac83f24df66f67c75ed
https://cryptofresh.com/b/43871969

https://cryptofresh.com/p/1.10.54638
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: Bhuz on December 25, 2019, 08:56:19 pm
latest proposals verified and approved
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 26, 2019, 12:47:24 am
Reward data for 2019-12-25

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT, XBTSX.BTC and XBTSX.USDT have been added to the contest)
(note: BTS/ETH and BTS/EOS markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 38964.68677 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1688430                         394.46412
1.2.1672514                         321.99371
1.2.383547                           69.10917
1.2.4810                             67.13183
1.2.33015                            56.33883
1.2.831392                           48.88114
1.2.36449                            39.58871
1.2.795755                           36.66483
1.2.1695235                          32.51895
1.2.1560396                          23.03277
1.2.1591806                          20.90804
1.2.437438                           19.41975
1.2.104043                           17.17673
1.2.1669186                          13.50081
1.2.1701094                          11.37953
1.2.1094392                           9.39456
1.2.1695688                           4.33893
1.2.976581                            2.47286
1.2.395549                            2.23301
1.2.645304                            2.19318
1.2.1111852                           1.54348
1.2.503813                            1.08035
1.2.799404                            0.95087
1.2.126225                            0.76922
1.2.203202                            0.70357
1.2.1213071                           0.44986
1.2.979913                            0.44696
1.2.409973                            0.34577
1.2.783432                            0.24769
1.2.1214396                           0.15949
1.2.916467                            0.12864
1.2.1616179                           0.12384
1.2.1591759                           0.07797
1.2.1623723                           0.06157
1.2.1039433                           0.05199
1.2.691785                            0.03557
1.2.1593371                           0.02528
1.2.973616                            0.01165
1.2.1691739                           0.00562
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        2551.53992
1.2.1695235                        1887.98316
1.2.1688430                        1002.39636
1.2.1695688                         902.57557
1.2.1591806                         713.88803
1.2.457447                          574.00893
1.2.1691739                         519.55771
1.2.1669186                         266.29213
1.2.437438                          181.65399
1.2.1213071                         156.32538
1.2.1214396                         130.50874
1.2.1616179                          83.83992
1.2.1672514                          58.58476
1.2.581357                           28.11667
1.2.1560396                          26.79155
1.2.976581                            9.03999
1.2.1094392                           7.70773
1.2.799404                            4.64509
1.2.395549                            2.00152
1.2.881146                            1.52657
1.2.409973                            1.14472
1.2.98603                             1.06148
1.2.1039433                           0.60240
1.2.1021184                           0.47869
1.2.1591759                           0.38084
1.2.403753                            0.30514
1.2.1065185                           0.30321
1.2.126225                            0.28719
1.2.1527702                           0.23724
1.2.1623723                           0.17861
1.2.736124                            0.17729
1.2.1015080                           0.17067
1.2.955081                            0.13738
1.2.203202                            0.09441

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                         606.61862
1.2.1694252                         377.54339
1.2.606017                          230.15181
1.2.1700383                         179.09247
1.2.415292                           96.95832
1.2.36449                            92.62190
1.2.1700591                          87.18338
1.2.33015                            86.12785
1.2.795755                           65.21500
1.2.465206                           11.63350
1.2.1701094                           9.64955
1.2.395549                            4.19396
1.2.888089                            4.07723
1.2.1565108                           2.47136
1.2.477169                            1.99468
1.2.457447                            0.67547
1.2.1616179                           0.26601
1.2.1698970                           0.23359
1.2.1695236                           0.09154
1.2.601339                            0.06291
1.2.573323                            0.00772
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        5472.42401
1.2.457447                          852.82924
1.2.1696500                         559.89346
1.2.1700686                         496.96110
1.2.1698970                         493.08458
1.2.1700591                         370.75045
1.2.1591806                         293.38869
1.2.1692978                         235.41224
1.2.1695236                         190.68882
1.2.641198                           65.70246
1.2.500397                           44.77400
1.2.1108195                          34.05996
1.2.465206                           25.57985
1.2.1696206                          17.65038
1.2.888089                           15.42029
1.2.395549                            8.09390
1.2.606017                            7.40716
1.2.1565108                           5.91591
1.2.33015                             4.95789
1.2.1597332                           1.54648
1.2.36449                             0.76048
1.2.1616179                           0.08927

ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.437438                          269.98790
1.2.383547                          204.86729
1.2.795755                           61.68981
1.2.1701199                          17.73197
1.2.36449                            16.55241
1.2.33015                            14.47727
1.2.424868                           13.18573
1.2.1701094                           8.61420
1.2.125824                            5.59481
1.2.529261                            2.39456
1.2.800115                            1.88375
1.2.1565108                           1.51057
1.2.1699975                           0.55829
1.2.1038609                           0.34053
1.2.1691739                           0.33829
1.2.1700343                           0.22361
1.2.879901                            0.15100
1.2.1700406                           0.07632
1.2.973616                            0.02061
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        5451.82841
1.2.437438                         1702.71350
1.2.1691739                        1412.67546
1.2.800115                           98.93470
1.2.529261                           80.76735
1.2.1565108                           9.29198
1.2.1015080                           1.75538
1.2.879901                            0.99570
1.2.1006667                           0.08631

EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1700499                         287.70096
1.2.795755                           61.76363
1.2.1701094                          11.14308
1.2.1565108                           2.59177
1.2.126225                            0.46463
1.2.1207813                           0.28755
1.2.973383                            0.20512
1.2.1039433                           0.04605
1.2.573323                            0.01582
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        7838.04288
1.2.1565108                           9.10472
1.2.1207813                           2.89906
1.2.997236                            1.04617
1.2.1039433                           0.66030
1.2.973383                            0.53514
1.2.573323                            0.16746

Snapshots: https://mmcontest.bitshares.org/snapshots20191225.tbz

Code: [Select]
$ tar xjf snapshots20191225.tbz
$ find 2019-12-25 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
dbd4bb1fc03eb647d0a2e76e81b5c75be4f83639783049130eb5e09a23c1ed5b  -

Proposal for sending out rewards of 2019-12-25:

https://cryptofresh.com/tx/1aa8fd1ff2cad853779fe8d86f6d7a3742dcdced
https://cryptofresh.com/b/43900203

https://cryptofresh.com/p/1.10.54692
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 27, 2019, 02:04:04 am
Reward data for 2019-12-26

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT, XBTSX.BTC and XBTSX.USDT have been added to the contest)
(note: BTS/ETH and BTS/EOS markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 39097.79398 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1688430                         583.58807
1.2.1672514                         567.47977
1.2.36644                           137.82789
1.2.1691739                         129.64592
1.2.1591806                          68.77789
1.2.33015                            47.26657
1.2.831392                           45.37023
1.2.1695688                          43.93662
1.2.1669186                          43.13368
1.2.36449                            42.58921
1.2.1695235                          39.89929
1.2.383547                           31.62976
1.2.1560396                          19.94868
1.2.1701094                          10.64766
1.2.1616179                          10.23919
1.2.104043                            9.48157
1.2.1640534                           8.91257
1.2.1094392                           6.13341
1.2.395549                            3.33776
1.2.645304                            1.63399
1.2.976581                            1.45706
1.2.503813                            1.21762
1.2.919400                            1.16017
1.2.1111852                           1.11666
1.2.783432                            0.76763
1.2.4810                              0.65229
1.2.409973                            0.53078
1.2.126225                            0.50680
1.2.979913                            0.26745
1.2.1591759                           0.10164
1.2.1262254                           0.09452
1.2.916467                            0.07333
1.2.457447                            0.06174
1.2.1623723                           0.04488
1.2.1039433                           0.03208
1.2.203202                            0.02482
1.2.1015080                           0.00952
1.2.1213071                           0.00747
1.2.1214396                           0.00619
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        1966.82650
1.2.1695235                        1534.68563
1.2.1695688                        1509.11337
1.2.1691739                        1260.93036
1.2.457447                          749.03021
1.2.1591806                         681.76391
1.2.1669186                         395.89685
1.2.1213071                         324.95739
1.2.1214396                         294.42578
1.2.437438                          174.32183
1.2.1672514                          74.68867
1.2.1560396                          60.30127
1.2.1688430                          51.31045
1.2.1616179                          40.67061
1.2.581357                           35.39101
1.2.799404                           15.35233
1.2.976581                            9.90818
1.2.1094392                           5.93704
1.2.881146                            5.09614
1.2.395549                            4.81543
1.2.409973                            2.72608
1.2.33015                             1.72701
1.2.98603                             1.22783
1.2.403753                            0.66165
1.2.1021184                           0.55105
1.2.126225                            0.48586
1.2.1591759                           0.45282
1.2.1065185                           0.37619
1.2.1527702                           0.37152
1.2.1039433                           0.36274
1.2.1623723                           0.28129
1.2.955081                            0.27991
1.2.736124                            0.20409
1.2.1015080                           0.17782
1.2.1657136                           0.00066

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1694252                         337.29236
1.2.606017                          214.58202
1.2.1700383                         188.14468
1.2.1700591                         171.96742
1.2.415292                          125.30400
1.2.36449                           104.42392
1.2.33015                            84.37438
1.2.1696206                          15.87575
1.2.1701094                          10.13020
1.2.395549                            5.23475
1.2.888089                            4.46863
1.2.1692978                           2.50401
1.2.1565108                           2.47753
1.2.477169                            1.92902
1.2.1597332                           0.79539
1.2.457447                            0.46242
1.2.1698970                           0.44283
1.2.465206                            0.35882
1.2.1616179                           0.26508
1.2.1591806                           0.23619
1.2.601339                            0.01454
1.2.1695236                           0.01447
1.2.573323                            0.00593
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        4382.49667
1.2.457447                          837.44419
1.2.1692978                         807.84376
1.2.795755                          805.12772
1.2.1698970                         686.65116
1.2.1696500                         616.36202
1.2.1700686                         544.28090
1.2.1695236                         271.11447
1.2.1591806                         231.39507
1.2.641198                          134.10986
1.2.500397                          114.34495
1.2.465206                           41.81195
1.2.1108195                          33.55758
1.2.606017                           26.71785
1.2.1696206                          25.86954
1.2.888089                           17.98869
1.2.1565108                           8.96034
1.2.36449                             7.55273
1.2.395549                            7.40969
1.2.33015                             1.70903
1.2.1597332                           0.40585
1.2.1616179                           0.17627

ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.529261                          111.44410
1.2.437438                           66.42197
1.2.36449                            18.93177
1.2.33015                            16.56263
1.2.383547                           15.63437
1.2.1701094                          11.12088
1.2.1701199                           9.89852
1.2.424868                            6.18817
1.2.125824                            3.13852
1.2.1565108                           1.76086
1.2.602284                            1.46601
1.2.1691739                           0.44207
1.2.800115                            0.29105
1.2.879901                            0.26665
1.2.1699975                           0.14959
1.2.462696                            0.13741
1.2.1700343                           0.12473
1.2.1038609                           0.08398
1.2.1700406                           0.04201
1.2.973616                            0.00542
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        4973.97196
1.2.437438                         2333.98531
1.2.1691739                        1137.04813
1.2.800115                           99.99991
1.2.1565108                           9.59545
1.2.1015080                           0.78721
1.2.879901                            0.38619
1.2.1006667                           0.15166

EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.383547                          300.09834
1.2.1700499                         206.08314
1.2.1701094                          11.23013
1.2.1565108                           2.15593
1.2.126225                            0.51328
1.2.1207813                           0.37774
1.2.973383                            0.11100
1.2.1039433                           0.09263
1.2.573323                            0.00376
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        7799.02698
1.2.1565108                          13.95920
1.2.1207813                           2.79132
1.2.997236                            0.69584
1.2.1039433                           0.49758
1.2.973383                            0.45876
1.2.573323                            0.10533

Snapshots: https://mmcontest.bitshares.org/snapshots20191226.tbz

Code: [Select]
$ tar xjf snapshots20191226.tbz
$ find 2019-12-26 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
b5f97c93edd19c9f6833f5af3dd2a29fc7c41011a2e466141cc15430c9d823ec  -

Proposal for sending out rewards of 2019-12-26:

https://cryptofresh.com/tx/63d72f2cda6f0cfc5ed4e0ec75e0884795881633
https://cryptofresh.com/b/43930456

https://cryptofresh.com/p/1.10.54734
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: Bhuz on December 27, 2019, 04:42:11 am
Verified and approved
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 28, 2019, 01:02:47 am
Reward data for 2019-12-27

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT, XBTSX.BTC and XBTSX.USDT have been added to the contest)
(note: BTS/ETH and BTS/EOS markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 37285.02887 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1688430                         618.05288
1.2.1672514                         540.36923
1.2.1693506                         246.95963
1.2.1616179                          78.53948
1.2.36449                            39.26300
1.2.1669186                          38.78954
1.2.33015                            38.11919
1.2.1640534                          33.53043
1.2.36644                            32.98428
1.2.383547                           32.40626
1.2.795755                           24.33727
1.2.457447                           22.13251
1.2.1560396                          21.87478
1.2.1691739                          12.03474
1.2.1213071                           7.95304
1.2.1701094                           7.70790
1.2.831392                            4.45871
1.2.104043                            2.63085
1.2.395549                            2.58789
1.2.1695235                           1.59031
1.2.503813                            1.43332
1.2.881146                            0.47492
1.2.409973                            0.45185
1.2.919400                            0.44175
1.2.1094392                           0.38045
1.2.1695688                           0.33622
1.2.799404                            0.28691
1.2.1123614                           0.27828
1.2.126225                            0.22767
1.2.645304                            0.16262
1.2.1015080                           0.15727
1.2.783432                            0.14369
1.2.1066083                           0.06905
1.2.976581                            0.06612
1.2.1039433                           0.06228
1.2.1623723                           0.05056
1.2.1214396                           0.04279
1.2.1111852                           0.03952
1.2.203202                            0.03339
1.2.1262254                           0.02865
1.2.981588                            0.01407
1.2.430693                            0.01216
1.2.1107986                           0.01079
1.2.973616                            0.00520
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        3267.57035
1.2.1591806                        1145.65144
1.2.457447                         1025.60068
1.2.1691739                         755.86988
1.2.1695235                         536.28939
1.2.1669186                         407.35109
1.2.1213071                         334.69787
1.2.1214396                         261.14760
1.2.1672514                         206.72276
1.2.1616179                         187.56653
1.2.1695688                         133.27906
1.2.437438                          127.77681
1.2.581357                           91.48729
1.2.1560396                          36.95580
1.2.976581                           14.89069
1.2.799404                            6.56130
1.2.881146                            5.16695
1.2.403753                            2.64532
1.2.395549                            1.11390
1.2.98603                             0.82948
1.2.1591759                           0.59799
1.2.955081                            0.58221
1.2.1021184                           0.56024
1.2.1015080                           0.49502
1.2.1527702                           0.41346
1.2.1039433                           0.39828
1.2.409973                            0.28074
1.2.1623723                           0.25047
1.2.736124                            0.20750
1.2.1065185                           0.18258
1.2.1094392                           0.16310
1.2.1123614                           0.09694
1.2.1701952                           0.08541
1.2.203202                            0.05225
1.2.1682766                           0.00462

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1694252                         236.94796
1.2.1700591                         144.49970
1.2.1700383                         123.01100
1.2.415292                          111.48629
1.2.606017                           99.66823
1.2.1692978                          61.04490
1.2.36449                            57.83089
1.2.33015                            45.00650
1.2.1696500                          30.63218
1.2.795755                           25.24515
1.2.1701094                          11.10010
1.2.831392                            7.38266
1.2.1696206                           4.74764
1.2.395549                            2.51551
1.2.1565108                           2.01631
1.2.888089                            1.63572
1.2.465206                            1.54096
1.2.1616179                           0.26605
1.2.354252                            0.21351
1.2.457447                            0.17020
1.2.1693506                           0.16404
1.2.477169                            0.08454
1.2.1700686                           0.04248
1.2.1597332                           0.00343
1.2.1696220                           0.00033
1.2.573323                            0.00021
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        5665.17826
1.2.1700686                        1255.63022
1.2.457447                         1188.46379
1.2.1591806                         463.09709
1.2.1692978                         231.87760
1.2.1698970                         106.90398
1.2.795755                           77.72488
1.2.606017                           60.07090
1.2.1701941                          55.08901
1.2.1108195                          53.44631
1.2.33015                            53.35640
1.2.1696206                          48.24213
1.2.1696500                          46.48670
1.2.1695236                          42.20027
1.2.641198                           38.83043
1.2.888089                           15.78870
1.2.465206                            9.17470
1.2.1565108                           5.87134
1.2.1597332                           2.92273
1.2.1123614                           2.22443
1.2.395549                            2.08058
1.2.36449                             0.94122
1.2.354252                            0.91927
1.2.1616179                           0.14559

ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.529261                           62.36409
1.2.795755                           18.91109
1.2.36449                            16.90675
1.2.33015                            14.80032
1.2.1701094                          11.32619
1.2.602284                            3.42447
1.2.1701199                           2.18771
1.2.1565108                           1.76722
1.2.800115                            0.39323
1.2.424868                            0.35704
1.2.879901                            0.31625
1.2.437438                            0.30157
1.2.125824                            0.28525
1.2.1691739                           0.23373
1.2.462696                            0.12061
1.2.973616                            0.00271
1.2.1701925                           0.00010
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        7342.88387
1.2.1691739                         549.41984
1.2.437438                          378.78850
1.2.800115                           84.28669
1.2.1565108                          10.07254
1.2.755045                            1.60632
1.2.879901                            0.93300
1.2.1015080                           0.00510

EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1700499                          48.31881
1.2.795755                           39.62723
1.2.1701094                          10.96911
1.2.1565108                           3.35088
1.2.1207813                           0.55252
1.2.973383                            0.09286
1.2.1039433                           0.08605
1.2.552763                            0.06317
1.2.126225                            0.05311
1.2.171761                            0.01994
1.2.573323                            0.00005
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        7902.88569
1.2.1565108                          11.22242
1.2.1207813                           4.44448
1.2.973383                            0.92069
1.2.997236                            0.87297
1.2.1039433                           0.85523

Snapshots: https://mmcontest.bitshares.org/snapshots20191227.tbz

Code: [Select]
$ tar xjf snapshots20191227.tbz
$ find 2019-12-27 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
a1ee88a26519da17b79c6f962acf5ca4b06a1533386ad66d6a3b0ae801988818  -

Proposal for sending out rewards of 2019-12-27:

https://cryptofresh.com/tx/2444ed7688a459cd6ba0cd885638e622ff9c74a0
https://cryptofresh.com/b/43957965

https://cryptofresh.com/p/1.10.54773
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: Bhuz on December 28, 2019, 11:42:28 am
Verified and approved
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 29, 2019, 03:43:57 am
Reward data for 2019-12-28

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT, XBTSX.BTC and XBTSX.USDT have been added to the contest)
(note: BTS/ETH and BTS/EOS markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 38372.34043 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1688430                         781.90468
1.2.1693506                         242.75171
1.2.437438                          214.00860
1.2.831392                          158.01716
1.2.1669186                          55.55071
1.2.33015                            43.99777
1.2.36449                            42.25724
1.2.1691739                          36.55392
1.2.1640534                          12.95681
1.2.383547                           12.29815
1.2.1560396                          12.13471
1.2.1701094                          10.10255
1.2.503813                            6.49282
1.2.1616179                           4.93564
1.2.395549                            3.87175
1.2.104043                            3.46059
1.2.881146                            2.54640
1.2.171398                            1.78033
1.2.1015080                           1.22730
1.2.409973                            0.80296
1.2.1213071                           0.54979
1.2.126225                            0.53232
1.2.1695688                           0.43531
1.2.981588                            0.43402
1.2.457447                            0.21731
1.2.1672514                           0.16423
1.2.1111852                           0.14605
1.2.1623723                           0.13544
1.2.1039433                           0.12283
1.2.976581                            0.05235
1.2.1214396                           0.04155
1.2.799404                            0.01746
1.2.1695235                           0.01415
1.2.1527702                           0.00189
1.2.973616                            0.00073
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        3880.55590
1.2.1591806                        1068.96087
1.2.1695235                         705.00851
1.2.457447                          688.61651
1.2.1672514                         501.70007
1.2.1695688                         478.02346
1.2.1691739                         467.92492
1.2.1669186                         398.38972
1.2.1213071                         254.84680
1.2.437438                          234.04245
1.2.1616179                         231.02414
1.2.1700499                         213.73286
1.2.831392                          201.26369
1.2.1214396                         196.15558
1.2.1560396                          51.93538
1.2.799404                           11.56083
1.2.976581                            8.85412
1.2.395549                            7.96546
1.2.1015080                           5.05515
1.2.1123614                           3.35689
1.2.1701263                           2.11799
1.2.403753                            1.86729
1.2.881146                            1.80253
1.2.1695892                           0.92822
1.2.126225                            0.55277
1.2.1039433                           0.34140
1.2.1527702                           0.17887
1.2.1149951                           0.16722
1.2.955081                            0.16152
1.2.1623723                           0.07564

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1694252                         248.11324
1.2.415292                          150.21941
1.2.606017                          116.79172
1.2.1700686                         104.98076
1.2.1700383                          71.02496
1.2.36449                            66.60938
1.2.1700591                          63.13717
1.2.33015                            52.58581
1.2.831392                           29.62354
1.2.1696206                          13.69906
1.2.1621128                          10.28822
1.2.1701094                           8.73274
1.2.888089                            6.51952
1.2.465206                            4.48577
1.2.395549                            3.38691
1.2.1699975                           2.71512
1.2.1565108                           2.57624
1.2.477169                            0.57222
1.2.1616179                           0.26227
1.2.1597332                           0.23475
1.2.1696500                           0.23091
1.2.1698970                           0.11251
1.2.1695236                           0.05892
1.2.1692978                           0.03559
1.2.1693506                           0.03346
1.2.457447                            0.02676
1.2.171398                            0.01176
1.2.573323                            0.00148
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        5663.93501
1.2.1692978                         800.77539
1.2.457447                          692.72318
1.2.1700686                         529.07559
1.2.1696500                         234.44805
1.2.1698970                         207.70699
1.2.1591806                         198.19561
1.2.33015                           186.22174
1.2.1701941                         159.48676
1.2.795755                          147.56568
1.2.1695236                          81.38058
1.2.641198                           80.04108
1.2.888089                           50.88039
1.2.1108195                          50.09162
1.2.606017                           18.16895
1.2.1696206                          16.31330
1.2.1597332                          12.42611
1.2.465206                            8.32852
1.2.395549                            8.15037
1.2.1565108                           5.40789
1.2.1616179                           1.23751
1.2.1147979                           0.15613
1.2.465118                            0.00041

ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.529261                           96.52689
1.2.1700383                          50.58122
1.2.1700591                          35.77519
1.2.1701094                          11.05092
1.2.1701199                           6.19723
1.2.602284                            4.76284
1.2.36449                             3.65749
1.2.33015                             3.20062
1.2.800115                            2.90242
1.2.1565108                           1.36986
1.2.125824                            0.66171
1.2.458173                            0.42063
1.2.879901                            0.33760
1.2.437438                            0.28342
1.2.462696                            0.27978
1.2.1691739                           0.14109
1.2.1700404                           0.00687
1.2.1015080                           0.00249
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        6705.60434
1.2.437438                         1819.14394
1.2.1691739                         345.13955
1.2.529261                          115.67918
1.2.800115                           68.26133
1.2.458173                           19.39355
1.2.1565108                          10.06177
1.2.145045                            0.04681
1.2.1015080                           0.00695

EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.383547                          384.97756
1.2.1700499                          80.42096
1.2.1701094                          10.28431
1.2.1565108                           2.14127
1.2.1207813                           1.68414
1.2.973383                            0.20665
1.2.171761                            0.09776
1.2.1039433                           0.03168
1.2.126225                            0.01510
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        7193.86299
1.2.1565108                          15.51879
1.2.997236                            1.51559
1.2.973383                            1.26226
1.2.1207813                           1.03725
1.2.1039433                           0.31738

Snapshots: https://mmcontest.bitshares.org/snapshots20191228.tbz

Code: [Select]
$ tar xjf snapshots20191228.tbz
$ find 2019-12-28 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
94e7757174dae6068b1716feefd8376f3671a6e38d034f4c4b44d79948ec6537  -

Proposal for sending out rewards of 2019-12-28:

https://cryptofresh.com/tx/4bd8d45e89ea0c27b4583f40a7723f5db5335779
https://cryptofresh.com/b/43989911

https://cryptofresh.com/p/1.10.54826
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 30, 2019, 12:51:58 am
Reward data for 2019-12-29

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT, XBTSX.BTC and XBTSX.USDT have been added to the contest)
(note: BTS/ETH and BTS/EOS markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 34695.95300 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1688430                         271.76916
1.2.1610085                         254.56180
1.2.437438                          110.52263
1.2.36644                            85.91762
1.2.33015                            54.20293
1.2.36449                            41.03210
1.2.1701094                          21.76760
1.2.1669186                          19.75889
1.2.1560396                          14.37625
1.2.831392                            6.13893
1.2.104043                            5.13945
1.2.395549                            2.97209
1.2.973710                            1.82787
1.2.171398                            1.50362
1.2.503813                            1.09563
1.2.457447                            0.97130
1.2.126225                            0.82274
1.2.1213071                           0.64538
1.2.1123614                           0.64096
1.2.409973                            0.36856
1.2.1616179                           0.23351
1.2.1111852                           0.22888
1.2.1672514                           0.13629
1.2.736124                            0.11515
1.2.1623723                           0.10300
1.2.979913                            0.09793
1.2.1039433                           0.07936
1.2.799404                            0.05513
1.2.976581                            0.04699
1.2.1214396                           0.00632
1.2.1527702                           0.00231
1.2.573323                            0.00118
1.2.916467                            0.00032
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        4123.74722
1.2.457447                          847.47571
1.2.831392                          537.87511
1.2.437438                          425.75944
1.2.1688430                         377.13053
1.2.1672514                         370.35107
1.2.1669186                         326.65324
1.2.1213071                         262.86083
1.2.1214396                         199.41103
1.2.1700499                         176.74070
1.2.1591806                         172.99862
1.2.1616179                         129.69200
1.2.1610085                         100.74343
1.2.1560396                          41.90541
1.2.799404                           11.03142
1.2.503813                           10.42625
1.2.976581                            5.87075
1.2.395549                            5.86264
1.2.1123614                           5.27730
1.2.881146                            4.56588
1.2.1015080                           1.46216
1.2.403753                            1.30793
1.2.1695892                           1.17344
1.2.1623723                           0.41279
1.2.126225                            0.32816
1.2.1039433                           0.18021
1.2.871579                            0.12426
1.2.1527702                           0.10914
1.2.955081                            0.09887
1.2.978106                            0.04256

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1694252                         351.16178
1.2.415292                          223.89068
1.2.606017                          165.56949
1.2.1700591                         114.21446
1.2.1700383                         106.15781
1.2.36449                            62.12258
1.2.33015                            52.47777
1.2.1700686                          42.48264
1.2.1692978                          32.94456
1.2.465206                           19.59964
1.2.1696206                          19.30845
1.2.1591806                          16.08821
1.2.888089                           14.98876
1.2.1610085                          14.26017
1.2.544003                           10.37299
1.2.1701094                           9.77962
1.2.395549                            3.14973
1.2.1565108                           2.63857
1.2.457447                            1.17494
1.2.477169                            1.10143
1.2.1597332                           0.90761
1.2.1616179                           0.12802
1.2.171398                            0.01693
1.2.573323                            0.00345
1.2.1696220                           0.00023
1.2.1015080                           0.00001
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        5478.07708
1.2.457447                         1237.78003
1.2.795755                          515.71793
1.2.1700686                         511.70588
1.2.1692978                         197.63336
1.2.33015                           173.53806
1.2.1108195                          73.74310
1.2.1701941                          69.83575
1.2.641198                           64.48898
1.2.606017                           53.11339
1.2.888089                           22.19615
1.2.1610085                          13.20681
1.2.1696206                           8.30020
1.2.395549                            7.61409
1.2.1565108                           6.78406
1.2.1597332                           5.48877
1.2.1616179                           2.23251
1.2.465206                            0.06320

ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1700383                          11.33388
1.2.1701094                          10.82426
1.2.800115                            8.74608
1.2.1700591                           7.85707
1.2.1701199                           4.55983
1.2.36449                             3.15057
1.2.33015                             2.75691
1.2.1565108                           2.12913
1.2.424868                            1.68447
1.2.602284                            1.06157
1.2.125824                            0.66820
1.2.879901                            0.36225
1.2.437438                            0.33038
1.2.458173                            0.31163
1.2.462696                            0.28250
1.2.529261                            0.19501
1.2.973616                            0.00807
1.2.1700404                           0.00712
1.2.1015080                           0.00319
1.2.1696220                           0.00038
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        7007.11963
1.2.437438                          769.53467
1.2.529261                          277.44716
1.2.1700591                         163.00158
1.2.354252                           39.43282
1.2.1610085                          38.50036
1.2.458173                           13.40554
1.2.1565108                           8.80651
1.2.800115                            0.32405
1.2.1015080                           0.17055
1.2.145045                            0.10414
1.2.879901                            0.06803

EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.383547                          170.49838
1.2.1701094                          14.03819
1.2.1700499                          12.44454
1.2.1565108                           5.43263
1.2.1207813                           0.86269
1.2.171761                            0.28149
1.2.126225                            0.25388
1.2.973383                            0.25181
1.2.1039433                           0.09517
1.2.1702029                           0.03168
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        5646.54905
1.2.383547                         1709.18360
1.2.1565108                           9.22945
1.2.973383                            3.19637
1.2.1207813                           3.09175
1.2.997236                            0.84971
1.2.1039433                           0.35717
1.2.126225                            0.29804

Snapshots: https://mmcontest.bitshares.org/snapshots20191229.tbz

Code: [Select]
$ tar xjf snapshots20191229.tbz
$ find 2019-12-29 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
c58b44ce0f03a64b6b5f273207ebaef18fdf112c392f57f1c384548de3d8ee48  -

Proposal for sending out rewards of 2019-12-29:

https://cryptofresh.com/tx/90ffbd6294c444fe88838b6f91225c7cef445fa9
https://cryptofresh.com/b/44015206

https://cryptofresh.com/p/1.10.54883
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: abit on December 31, 2019, 12:19:53 am
Reward data for 2019-12-30

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT, XBTSX.BTC and XBTSX.USDT have been added to the contest)
(note: BTS/ETH and BTS/EOS markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 39484.70016 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                         515.62551
1.2.36644                           274.62319
1.2.1688430                         148.15573
1.2.437438                           73.02336
1.2.383547                           71.07504
1.2.457447                           68.90336
1.2.33015                            61.69528
1.2.36449                            55.29767
1.2.1669186                          48.36249
1.2.1213071                          34.72527
1.2.831392                           16.77446
1.2.1560396                          14.25404
1.2.1701094                           9.56837
1.2.503813                            3.76055
1.2.104043                            3.54346
1.2.395549                            3.27605
1.2.973710                            3.11580
1.2.409973                            1.11497
1.2.126225                            0.96797
1.2.1672514                           0.63248
1.2.1039433                           0.23834
1.2.1021184                           0.22245
1.2.978106                            0.20846
1.2.1623723                           0.19622
1.2.736124                            0.18880
1.2.1616179                           0.17725
1.2.1695688                           0.14270
1.2.979913                            0.13584
1.2.1015080                           0.12334
1.2.1695235                           0.11561
1.2.1111852                           0.05487
1.2.799404                            0.04469
1.2.1701970                           0.04001
1.2.1094392                           0.01678
1.2.973616                            0.01293
1.2.976581                            0.01125
1.2.1691739                           0.00958
1.2.1262254                           0.00794
1.2.573323                            0.00697
1.2.1527702                           0.00065
1.2.875727                            0.00001
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        3123.57847
1.2.457447                         1860.92451
1.2.831392                          748.10017
1.2.1691739                         650.94075
1.2.1669186                         470.99087
1.2.437438                          396.26989
1.2.1693506                         392.20348
1.2.1672514                         364.04404
1.2.1695688                         324.36152
1.2.1213071                         284.97412
1.2.1700499                         239.41917
1.2.1616179                         231.67796
1.2.1214396                         189.42363
1.2.1695235                         161.97467
1.2.1610085                         148.08375
1.2.1560396                          42.82116
1.2.976581                            9.60857
1.2.799404                            7.35732
1.2.1123614                           6.74391
1.2.395549                            3.78681
1.2.1015080                           3.57235
1.2.881146                            3.35325
1.2.403753                            1.54027
1.2.409973                            0.69746
1.2.1039433                           0.36502
1.2.126225                            0.26235
1.2.978106                            0.24680
1.2.1527702                           0.15507
1.2.1683553                           0.14814
1.2.955081                            0.10923
1.2.1623723                           0.09142

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                         331.48153
1.2.1694252                         255.08225
1.2.415292                          189.90105
1.2.465206                          167.68920
1.2.606017                          120.60990
1.2.1700591                         118.58123
1.2.424868                          115.79858
1.2.1700383                         115.25969
1.2.36449                            70.06395
1.2.33015                            67.97029
1.2.544003                           55.15268
1.2.1700686                          33.81156
1.2.1696206                          15.43688
1.2.888089                           12.55579
1.2.1610085                          10.28118
1.2.1701094                           9.95945
1.2.395549                            2.94721
1.2.1565108                           2.78281
1.2.477169                            0.63183
1.2.457447                            0.57617
1.2.601339                            0.18857
1.2.1698970                           0.12308
1.2.1616179                           0.12282
1.2.1696500                           0.05157
1.2.573323                            0.00199
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        6304.90057
1.2.457447                         1853.44665
1.2.1700686                         231.20148
1.2.1696500                         133.77263
1.2.33015                           124.85603
1.2.1698970                         116.89983
1.2.641198                           87.27089
1.2.1108195                          66.49613
1.2.1695236                          47.41868
1.2.795755                           32.66317
1.2.1610085                          30.72916
1.2.888089                           22.09238
1.2.606017                           18.42182
1.2.1696206                          10.65000
1.2.395549                            8.91278
1.2.1565108                           7.12305
1.2.1616179                           2.76630
1.2.1006667                           1.25899
1.2.465206                            0.34746
1.2.544003                            0.32957
1.2.1693506                           0.04626

ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.424868                          195.88321
1.2.1701094                          11.18718
1.2.800115                            8.63079
1.2.1565108                           1.37688
1.2.36449                             0.66272
1.2.33015                             0.57988
1.2.437438                            0.49006
1.2.973616                            0.37431
1.2.973383                            0.26311
1.2.879901                            0.26043
1.2.1691739                           0.13825
1.2.458173                            0.10908
1.2.1015080                           0.08370
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        5644.31483
1.2.437438                         2184.57832
1.2.529261                          663.85799
1.2.1691739                         611.99923
1.2.1565108                           8.03722
1.2.424868                            6.39572
1.2.1015080                           2.83746
1.2.800115                            1.12077
1.2.879901                            0.44955
1.2.973383                            0.37763
1.2.145045                            0.09120

EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.383547                           84.64331
1.2.1700499                          61.92090
1.2.1701094                          11.21705
1.2.1565108                           2.84930
1.2.1207813                           1.18216
1.2.973383                            0.29537
1.2.1039433                           0.27327
1.2.126225                            0.19246
1.2.1702029                           0.10600
1.2.171761                            0.01352
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        8073.96549
1.2.1565108                          19.57028
1.2.1207813                           3.64415
1.2.973383                            1.29758
1.2.1039433                           1.20924
1.2.997236                            0.99769
1.2.126225                            0.28191

Snapshots: https://mmcontest.bitshares.org/snapshots20191230.tbz

Code: [Select]
$ tar xjf snapshots20191230.tbz
$ find 2019-12-30 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
fab1f6955c1750b6779ff8900638c4c11789e66004b3bc818ac4bdf42d739424  -

Proposal for sending out rewards of 2019-12-30:

https://cryptofresh.com/tx/eadaee2556a8be793694825e33e780f9f8f63119
https://cryptofresh.com/b/44043276

https://cryptofresh.com/p/1.10.54920
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: abit on January 01, 2020, 12:42:52 am
Reward data for 2019-12-31

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT, XBTSX.BTC and XBTSX.USDT have been added to the contest)
(note: BTS/ETH and BTS/EOS markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 37784.53758 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                         652.18939
1.2.1688430                         226.75502
1.2.437438                          135.80206
1.2.1669186                          90.87571
1.2.831392                           63.49909
1.2.36449                            57.71490
1.2.383547                           56.10038
1.2.33015                            51.02387
1.2.1560396                          20.46511
1.2.424868                           18.65690
1.2.1701094                          11.61320
1.2.104043                            5.07570
1.2.503813                            2.92134
1.2.395549                            2.85972
1.2.973710                            2.75397
1.2.1213071                           2.51885
1.2.1015080                           2.50933
1.2.409973                            1.14626
1.2.799404                            1.14433
1.2.796685                            0.83758
1.2.1039433                           0.76615
1.2.126225                            0.71107
1.2.1021184                           0.71032
1.2.1672514                           0.69097
1.2.736124                            0.60102
1.2.498000                            0.37597
1.2.1111852                           0.26429
1.2.979913                            0.21302
1.2.457447                            0.12135
1.2.1623723                           0.12064
1.2.1695688                           0.06345
1.2.976581                            0.05428
1.2.1094392                           0.03356
1.2.573323                            0.01372
1.2.1262254                           0.00804
1.2.1214396                           0.00608
1.2.1527702                           0.00431
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        4408.72348
1.2.457447                          821.23808
1.2.1700499                         498.91603
1.2.1693506                         378.04181
1.2.437438                          355.82914
1.2.831392                          332.06074
1.2.1213071                         298.77260
1.2.1669186                         281.90995
1.2.1672514                         276.38973
1.2.1695688                         249.65223
1.2.1214396                         236.73875
1.2.1691739                         235.93119
1.2.1616179                         183.31795
1.2.1610085                          80.07951
1.2.1560396                          42.38656
1.2.1015080                           9.84116
1.2.799404                            9.03767
1.2.976581                            7.21430
1.2.395549                            6.41273
1.2.1039433                           5.75017
1.2.1123614                           4.91937
1.2.881146                            4.63162
1.2.403753                            1.36116
1.2.126225                            1.21043
1.2.409973                            0.87501
1.2.503813                            0.58890
1.2.978106                            0.42114
1.2.424868                            0.17150
1.2.1623723                           0.14659
1.2.736124                            0.13595
1.2.1527702                           0.11226
1.2.955081                            0.10198
1.2.498000                            0.10153
1.2.1683553                           0.08200

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.424868                          239.47391
1.2.1692978                         239.09427
1.2.1694252                         225.50939
1.2.415292                          175.20909
1.2.465206                          169.63601
1.2.606017                          112.52100
1.2.1700591                         103.11281
1.2.1700383                         101.32573
1.2.36449                            61.48714
1.2.1700686                          61.33158
1.2.33015                            55.90168
1.2.1696206                          44.14332
1.2.1700499                          41.14797
1.2.1610085                          15.67607
1.2.888089                           12.85364
1.2.1108195                           9.72943
1.2.1701094                           9.45157
1.2.457447                            6.41035
1.2.544003                            4.12450
1.2.395549                            3.25905
1.2.1565108                           2.77309
1.2.477169                            0.49419
1.2.171398                            0.33797
1.2.601339                            0.30552
1.2.1616179                           0.07396
1.2.1006667                           0.05251
1.2.573323                            0.00072
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        5773.81348
1.2.457447                         1149.50646
1.2.1610085                         767.21759
1.2.465206                          274.90169
1.2.1700686                         272.33153
1.2.1700383                         104.25387
1.2.641198                           89.17169
1.2.1108195                          65.34428
1.2.606017                           63.24994
1.2.888089                           42.75293
1.2.33015                            28.32806
1.2.1696206                          21.91987
1.2.395549                            8.80025
1.2.1565108                           6.92436
1.2.1616179                           2.63509
1.2.1006667                           0.40172
1.2.1692978                           0.07889
1.2.1597332                           0.02769

ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.424868                          394.51523
1.2.1701094                          12.43169
1.2.800115                            7.08172
1.2.1565108                           1.22769
1.2.36449                             0.76899
1.2.556967                            0.73951
1.2.529261                            0.72921
1.2.33015                             0.67253
1.2.1701199                           0.37808
1.2.973383                            0.31456
1.2.437438                            0.26504
1.2.879901                            0.18460
1.2.1691739                           0.18389
1.2.973616                            0.11818
1.2.458173                            0.10197
1.2.375610                            0.08379
1.2.1015080                           0.05756
1.2.376411                            0.00044
1.2.462696                            0.00031
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        5791.96738
1.2.437438                         1861.77600
1.2.1691739                         422.40718
1.2.529261                          382.64282
1.2.424868                           73.39562
1.2.1565108                           9.54461
1.2.973383                            0.95719
1.2.879901                            0.79109
1.2.800115                            0.67156
1.2.1015080                           0.39843
1.2.145045                            0.06579
1.2.203202                            0.00107

EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.383547                          187.65951
1.2.1700499                          98.04668
1.2.1701094                          10.90316
1.2.1565108                           2.68384
1.2.1039433                           1.08028
1.2.1207813                           0.65300
1.2.126225                            0.23904
1.2.973383                            0.15501
1.2.1622544                           0.09942
1.2.1702029                           0.04807
1.2.573323                            0.00034
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        7967.87677
1.2.1565108                          19.57082
1.2.1039433                          14.97764
1.2.1207813                           3.28105
1.2.973383                            0.67554
1.2.126225                            0.40584
1.2.997236                            0.14557
1.2.1622544                           0.14224

Snapshots: https://mmcontest.bitshares.org/snapshots20191231.tbz

Code: [Select]
$ tar xjf snapshots20191231.tbz
$ find 2019-12-31 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
8895c8f60547cce0395a80c3a62a7265c6ba1b79e1884b5daa2b38bee9f66715  -

Proposal for sending out rewards of 2019-12-31:

https://cryptofresh.com/tx/18cb12b23a2ee1924d487ddece1e1cd9bfa6e558
https://cryptofresh.com/b/44072464

https://cryptofresh.com/p/1.10.54955
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: abit on January 02, 2020, 01:28:28 am
Reward data for 2020-01-01

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT, XBTSX.BTC and XBTSX.USDT have been added to the contest)
(note: BTS/ETH and BTS/EOS markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 36612.11253 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1688430                         258.42451
1.2.796685                          112.45422
1.2.33015                            55.64436
1.2.36449                            53.73013
1.2.831392                           50.93191
1.2.1610085                          50.87671
1.2.437438                           44.38798
1.2.1669186                          34.44826
1.2.1560396                          21.14778
1.2.875727                           13.08014
1.2.1701094                           8.49417
1.2.104043                            7.06760
1.2.424868                            6.86627
1.2.799404                            6.04603
1.2.554393                            5.27582
1.2.1695688                           4.35265
1.2.383547                            3.96830
1.2.466745                            3.84448
1.2.1214396                           3.15317
1.2.395549                            2.66164
1.2.881146                            2.40414
1.2.1039433                           2.21304
1.2.409973                            0.95678
1.2.979913                            0.58685
1.2.126225                            0.58484
1.2.1111852                           0.55993
1.2.736124                            0.55755
1.2.1015080                           0.50212
1.2.1021184                           0.47430
1.2.1672514                           0.37865
1.2.1701263                           0.30142
1.2.457447                            0.16211
1.2.498000                            0.13632
1.2.976581                            0.10832
1.2.1623723                           0.08676
1.2.573323                            0.03767
1.2.1691739                           0.02697
1.2.916467                            0.02446
1.2.577790                            0.01704
1.2.1527702                           0.01032
1.2.1213071                           0.00675
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        4099.34174
1.2.457447                         1133.51392
1.2.1213071                         389.74081
1.2.1669186                         331.97666
1.2.1672514                         304.55774
1.2.1693506                         289.32313
1.2.1700499                         279.26422
1.2.1214396                         224.35972
1.2.437438                          143.07364
1.2.1695688                         135.96771
1.2.831392                          134.52733
1.2.1616179                         114.51878
1.2.1691739                          68.91218
1.2.1560396                          64.17055
1.2.395549                            6.42395
1.2.1039433                           5.05117
1.2.976581                            4.23253
1.2.1610085                           3.18108
1.2.503813                            3.03628
1.2.1123614                           2.58267
1.2.881146                            2.30954
1.2.736124                            1.31704
1.2.409973                            1.26815
1.2.126225                            1.18447
1.2.799404                            1.05102
1.2.880009                            0.99416
1.2.498000                            0.90920
1.2.403753                            0.79689
1.2.1015080                           0.49234
1.2.1623723                           0.42981
1.2.978106                            0.32227
1.2.1021184                           0.12091
1.2.955081                            0.06512
1.2.1527702                           0.06447

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                         405.60883
1.2.424868                          300.70539
1.2.1694252                         270.47963
1.2.415292                          179.63840
1.2.1610085                         138.09930
1.2.606017                          134.06663
1.2.1700383                         103.66675
1.2.1700591                         100.15032
1.2.1700686                          73.37288
1.2.36449                            64.94192
1.2.33015                            63.19174
1.2.1696206                          34.30974
1.2.465206                           23.32541
1.2.1700499                          22.95427
1.2.888089                           15.38059
1.2.1701094                           9.39735
1.2.395549                            3.24097
1.2.1565108                           2.38309
1.2.477169                            1.83991
1.2.1616179                           1.20421
1.2.1597332                           1.14943
1.2.1696860                           0.98266
1.2.673881                            0.48982
1.2.457447                            0.07150
1.2.601339                            0.04973
1.2.203202                            0.01338
1.2.573323                            0.00317
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        6087.17630
1.2.457447                          797.73810
1.2.465206                          559.35514
1.2.1610085                         369.65504
1.2.1700686                         205.08329
1.2.1696860                         190.10701
1.2.606017                          179.52129
1.2.1692978                         108.91873
1.2.641198                           64.00194
1.2.888089                           60.73971
1.2.1108195                          59.21448
1.2.1698970                          24.26279
1.2.1696206                          19.27194
1.2.33015                            10.85321
1.2.1597332                           8.96715
1.2.1565108                           7.22285
1.2.395549                            5.90755
1.2.1616179                           2.30699
1.2.673881                            0.45646
1.2.203202                            0.39199

ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.424868                          911.67048
1.2.36449                            20.83467
1.2.33015                            18.23037
1.2.1701094                          10.29192
1.2.187806                            4.19441
1.2.800115                            3.86409
1.2.1701199                           3.22155
1.2.1565108                           1.60265
1.2.529261                            0.72440
1.2.973383                            0.26841
1.2.437438                            0.17640
1.2.458173                            0.09664
1.2.462696                            0.04597
1.2.973616                            0.03693
1.2.1691739                           0.02145
1.2.556967                            0.01666
1.2.1015080                           0.01617
1.2.1696220                           0.00647
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        6578.98358
1.2.437438                         1161.34856
1.2.529261                          480.46270
1.2.424868                          215.71783
1.2.1691739                          86.33995
1.2.800115                           17.11980
1.2.1565108                           8.55927
1.2.879901                            1.18728
1.2.973383                            0.85993
1.2.145045                            0.05559
1.2.1696220                           0.00025

EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1701094                          10.88744
1.2.1039433                           3.59482
1.2.383547                            3.36311
1.2.1565108                           2.97432
1.2.1207813                           0.99848
1.2.1622544                           0.45932
1.2.973383                            0.18378
1.2.126225                            0.12462
1.2.573323                            0.00045
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        7815.42689
1.2.1565108                          17.33936
1.2.1039433                           6.89179
1.2.1207813                           3.36488
1.2.1622544                           0.92117
1.2.126225                            0.90426
1.2.973383                            0.71362
1.2.997236                            0.06719

Snapshots: https://mmcontest.bitshares.org/snapshots20200101.tbz

Code: [Select]
$ tar xjf snapshots20200101.tbz
$ find 2020-01-01 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
6c95d57a7685429d312a28aad9ef32b41f56f21dc8a8fe32898fb1078e04947f  -

Proposal for sending out rewards of 2020-01-01:

https://cryptofresh.com/tx/9595c6ead38cbd311b2d45a9a6af5bf845dfe5db
https://cryptofresh.com/b/44102093

https://cryptofresh.com/p/1.10.55017
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: bitcrab on January 02, 2020, 11:13:26 am
the audit page for GDEX.EOS is ready: https://www.gdex.io/noticeAssets (https://www.gdex.io/noticeAssets)

please help to include GDEX.EOS in the contest.
Title: Re: Repost: Market making contest, stage one
Post by: abit on January 03, 2020, 02:00:30 am
Reward data for 2020-01-02

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT, XBTSX.BTC and XBTSX.USDT have been added to the contest)
(note: BTS/ETH and BTS/EOS markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 36668.55712 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1688430                         221.50091
1.2.831392                           77.58104
1.2.383547                           55.39587
1.2.437438                           50.01944
1.2.33015                            47.09873
1.2.36449                            42.14908
1.2.424868                           26.03307
1.2.1560396                          23.62134
1.2.796685                           19.64955
1.2.1669186                           8.82681
1.2.1701094                           8.51772
1.2.466745                            8.44620
1.2.104043                            6.91233
1.2.554393                            6.87685
1.2.1691739                           3.88888
1.2.799404                            3.25243
1.2.457447                            2.74981
1.2.395549                            2.63645
1.2.187806                            1.76800
1.2.976581                            1.54754
1.2.409973                            1.11677
1.2.573514                            0.82944
1.2.1039433                           0.81252
1.2.979913                            0.77045
1.2.126225                            0.73558
1.2.1111852                           0.66585
1.2.736124                            0.62780
1.2.1672514                           0.61807
1.2.1695688                           0.51806
1.2.1213071                           0.35240
1.2.1693506                           0.33174
1.2.1701263                           0.22766
1.2.203202                            0.12581
1.2.1616179                           0.11735
1.2.1214396                           0.08530
1.2.1623723                           0.07592
1.2.916467                            0.05647
1.2.573323                            0.04999
1.2.1015080                           0.02040
1.2.1527702                           0.01239
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        4897.73392
1.2.1695688                         715.65438
1.2.1691739                         692.09454
1.2.457447                          509.09534
1.2.1672514                         393.98961
1.2.1693506                         342.79295
1.2.1700499                         335.72594
1.2.1669186                         310.68839
1.2.1213071                         223.77491
1.2.437438                          197.22268
1.2.1214396                         128.95376
1.2.831392                           95.31899
1.2.1560396                          42.37959
1.2.1616179                          36.55065
1.2.1039433                           7.33432
1.2.799404                            7.30725
1.2.881146                            5.89173
1.2.976581                            4.40582
1.2.395549                            2.97444
1.2.1123614                           2.83158
1.2.503813                            2.20202
1.2.1015080                           1.27950
1.2.126225                            1.24084
1.2.403753                            0.93781
1.2.409973                            0.90589
1.2.203202                            0.82051
1.2.1699880                           0.38118
1.2.1021184                           0.34425
1.2.1623723                           0.29132
1.2.978106                            0.25965
1.2.1688430                           0.06907
1.2.955081                            0.06787
1.2.1527702                           0.06635
1.2.736124                            0.06553

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                         309.47232
1.2.424868                          277.51064
1.2.1694252                         277.01310
1.2.1610085                         206.97339
1.2.1700383                         137.07849
1.2.1700591                         130.36757
1.2.606017                          125.97440
1.2.415292                          116.33812
1.2.1669186                          82.82344
1.2.465206                           82.28227
1.2.36449                            68.88730
1.2.1592640                          65.03610
1.2.33015                            61.03393
1.2.1700686                          46.50686
1.2.1696206                          21.01256
1.2.888089                           14.58205
1.2.1592306                           9.08005
1.2.1701094                           7.98322
1.2.395549                            2.98264
1.2.1565108                           2.64456
1.2.477169                            1.32405
1.2.673881                            0.93340
1.2.1616179                           0.71015
1.2.1597332                           0.23047
1.2.457447                            0.03254
1.2.203202                            0.00540
1.2.573323                            0.00157
1.2.1702168                           0.00012
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        6480.41366
1.2.457447                          444.13619
1.2.1692978                         444.08519
1.2.1700686                         233.15223
1.2.1610085                         209.49839
1.2.606017                          199.74696
1.2.1698970                         195.10890
1.2.465206                          158.37671
1.2.1694252                         118.51891
1.2.641198                           94.78816
1.2.1108195                          57.21586
1.2.888089                           53.44818
1.2.1696206                          32.17609
1.2.424868                            8.00530
1.2.395549                            7.33414
1.2.1565108                           6.47282
1.2.1616179                           2.24386
1.2.33015                             1.40852
1.2.1597332                           1.09217
1.2.203202                            0.56537
1.2.1702168                           0.20475
1.2.673881                            0.06431

ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.424868                         1206.78939
1.2.529261                           75.19925
1.2.1701094                           9.24971
1.2.36449                             7.67755
1.2.33015                             6.71092
1.2.1701199                           3.22282
1.2.187806                            1.93588
1.2.1565108                           1.71890
1.2.1691739                           1.26807
1.2.437438                            0.30556
1.2.1610085                           0.28729
1.2.973383                            0.28211
1.2.879901                            0.24204
1.2.462696                            0.09123
1.2.458173                            0.07855
1.2.973616                            0.04219
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        6073.87121
1.2.437438                          942.75878
1.2.1691739                         628.36232
1.2.529261                          379.05822
1.2.424868                          280.10351
1.2.1610085                         170.16589
1.2.800115                           46.01304
1.2.1565108                          10.08811
1.2.973383                            0.97828
1.2.1015080                           0.86144
1.2.879901                            0.53151
1.2.145045                            0.05412

EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.383547                           11.61001
1.2.1701094                           7.59396
1.2.1565108                           2.40619
1.2.17391                             1.41131
1.2.1039433                           1.08619
1.2.1207813                           0.92237
1.2.1622544                           0.40014
1.2.126225                            0.15190
1.2.973383                            0.08971
1.2.573323                            0.00248
1.2.973616                            0.00124
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        6378.87317
1.2.1565108                          17.67142
1.2.1039433                           8.51189
1.2.1207813                           2.62259
1.2.973383                            0.88478
1.2.1622544                           0.69866
1.2.1525552                           0.35565
1.2.126225                            0.08523
1.2.997236                            0.07836

Snapshots: https://mmcontest.bitshares.org/snapshots20200102.tbz

Code: [Select]
$ tar xjf snapshots20200102.tbz
$ find 2020-01-02 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
3ea04703ddf1bc1a66512fb6615c9ff2164884a53663eede3dedb5fe74f260c7  -

Proposal for sending out rewards of 2020-01-02:

https://cryptofresh.com/tx/633a66c43b904aa1fd821b0d55f9fe8f95b9616d
https://cryptofresh.com/b/44131445

https://cryptofresh.com/p/1.10.55072
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: abit on January 04, 2020, 01:18:52 am
Reward data for 2020-01-03

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT, XBTSX.BTC and XBTSX.USDT have been added to the contest)
(note: BTS/ETH and BTS/EOS markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision c318951)

Total 36661.93371 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                            60.30709
1.2.383547                           59.85159
1.2.36449                            42.51055
1.2.1688430                          41.09894
1.2.1560396                          34.92017
1.2.424868                           29.70234
1.2.831392                           17.32909
1.2.104043                           12.10234
1.2.437438                            6.91133
1.2.187806                            3.65889
1.2.395549                            2.63581
1.2.1701094                           2.63446
1.2.1213071                           1.54592
1.2.498000                            1.44542
1.2.1039433                           1.43464
1.2.554393                            1.05366
1.2.1094392                           1.04447
1.2.409973                            0.86446
1.2.1111852                           0.81473
1.2.457447                            0.78872
1.2.976581                            0.72260
1.2.1672514                           0.53619
1.2.126225                            0.40806
1.2.1616179                           0.39438
1.2.1691739                           0.25719
1.2.973616                            0.23375
1.2.736124                            0.16276
1.2.783432                            0.13198
1.2.979913                            0.12851
1.2.799404                            0.11778
1.2.203202                            0.09833
1.2.1623723                           0.08262
1.2.916467                            0.04247
1.2.1695688                           0.03094
1.2.1015080                           0.03000
1.2.1527702                           0.01668
1.2.1610085                           0.01027
1.2.573323                            0.00833
1.2.485568                            0.00311
1.2.1002636                           0.00268
1.2.1682069                           0.00008
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        4920.72334
1.2.1695688                         940.06614
1.2.1691739                         624.75536
1.2.457447                          423.39275
1.2.1700499                         289.54064
1.2.1693506                         259.78674
1.2.1672514                         254.49230
1.2.437438                          243.26559
1.2.1669186                         222.68773
1.2.1213071                         148.78427
1.2.831392                          104.21052
1.2.1214396                          75.02928
1.2.1560396                          26.23593
1.2.424868                           14.18887
1.2.799404                            8.43372
1.2.1039433                           7.74547
1.2.395549                            4.09091
1.2.1123614                           3.60577
1.2.976581                            3.54524
1.2.881146                            3.54431
1.2.1699880                           2.21823
1.2.503813                            1.91290
1.2.126225                            1.84219
1.2.1616179                           1.63550
1.2.409973                            1.36947
1.2.1610085                           1.17481
1.2.203202                            1.15851
1.2.403753                            0.95091
1.2.934266                            0.82664
1.2.1015080                           0.58212
1.2.1021184                           0.21512
1.2.736124                            0.20332
1.2.978106                            0.20303
1.2.1623723                           0.10270
1.2.1527702                           0.05310
1.2.955081                            0.05057
1.2.1701263                           0.00457
1.2.1697521                           0.00082

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                         384.10995
1.2.1694252                         268.35586
1.2.1610085                         258.78582
1.2.415292                          165.88513
1.2.1700686                         139.76262
1.2.606017                          105.52608
1.2.1700383                          99.50750
1.2.1669186                          76.65067
1.2.33015                            54.95652
1.2.36449                            53.67288
1.2.1700591                          52.08720
1.2.1592640                          30.98845
1.2.1696206                          28.92156
1.2.424868                           24.39888
1.2.888089                           12.47650
1.2.465206                            5.14779
1.2.1701094                           3.38630
1.2.395549                            2.86081
1.2.477169                            2.08891
1.2.1565108                           1.95876
1.2.1616179                           0.45471
1.2.1006667                           0.19445
1.2.1696220                           0.02460
1.2.573323                            0.00329
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        6129.90039
1.2.424868                          583.40948
1.2.457447                          455.22338
1.2.465206                          372.29490
1.2.1698970                         276.14904
1.2.1700591                         188.59150
1.2.606017                          158.76104
1.2.1669186                         144.83498
1.2.1700686                         139.96168
1.2.1108195                          72.42607
1.2.641198                           66.15911
1.2.888089                           41.49049
1.2.1692978                          33.97843
1.2.1694252                          23.94832
1.2.1696206                          20.76191
1.2.1565108                           6.32958
1.2.395549                            5.72409
1.2.1616179                           1.21132
1.2.1702168                           0.26306
1.2.1006667                           0.00029

ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.424868                          915.92079
1.2.36449                             5.14010
1.2.33015                             4.50231
1.2.1701094                           3.76444
1.2.1701199                           2.01106
1.2.1565108                           1.45130
1.2.1691739                           0.47437
1.2.879901                            0.36595
1.2.973383                            0.27219
1.2.437438                            0.13925
1.2.973616                            0.10442
1.2.462696                            0.05611
1.2.458173                            0.05375
1.2.126225                            0.04895
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        6026.99222
1.2.437438                         1172.70204
1.2.1691739                        1037.42944
1.2.424868                          178.65787
1.2.529261                          148.29774
1.2.1610085                         148.14201
1.2.354252                           66.05429
1.2.800115                           35.87358
1.2.1565108                          10.39801
1.2.458173                            9.74562
1.2.1015080                           5.92196
1.2.973383                            1.01625
1.2.783432                            0.02834
1.2.145045                            0.01127

EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.383547                           12.41599
1.2.1565108                           3.44317
1.2.1701094                           3.26891
1.2.1039433                           1.78986
1.2.17391                             1.13424
1.2.1207813                           0.86105
1.2.1622544                           0.39277
1.2.126225                            0.34701
1.2.973383                            0.14434
1.2.1107986                           0.06239
1.2.573323                            0.00245
1.2.707136                            0.00183
1.2.755045                            0.00037
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        7422.57942
1.2.1565108                          15.68174
1.2.1039433                           6.65690
1.2.1207813                           2.92813
1.2.1622544                           0.81956
1.2.973383                            0.74498
1.2.126225                            0.51073
1.2.1525552                           0.20639
1.2.997236                            0.03883

Snapshots: https://mmcontest.bitshares.org/snapshots20200103.tbz

Code: [Select]
$ tar xjf snapshots20200103.tbz
$ find 2020-01-03 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
55c6f75add6f265d66178cce96ecfd937145241bdfd7586898962276f246b45c  -

Proposal for sending out rewards of 2020-01-03:

https://cryptofresh.com/tx/f65224abff3b5bfca5d5f84d66df1fda00109bd1
https://cryptofresh.com/b/44159328

https://cryptofresh.com/p/1.10.55130
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: abit on January 05, 2020, 01:11:33 am
Reward data for 2020-01-04

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT, XBTSX.BTC and XBTSX.USDT have been added to the contest)
(note: BTS/ETH and BTS/EOS markets have been added to the contest)
(note: GDEX.EOS has been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 130c9c7)

Total 36772.76673 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.383547                           60.61106
1.2.33015                            57.02499
1.2.36449                            38.34771
1.2.1560396                          30.57391
1.2.831392                           14.02699
1.2.104043                           11.86486
1.2.424868                           10.34183
1.2.458173                            4.11767
1.2.1701094                           3.97877
1.2.1094392                           3.87150
1.2.395549                            3.15513
1.2.187806                            2.77250
1.2.498000                            2.04777
1.2.1039433                           1.88582
1.2.409973                            0.95689
1.2.126225                            0.79557
1.2.1111852                           0.75001
1.2.1672514                           0.59050
1.2.736124                            0.41854
1.2.783432                            0.38416
1.2.457447                            0.23973
1.2.1015080                           0.18534
1.2.1695688                           0.15562
1.2.976581                            0.15396
1.2.1623723                           0.11242
1.2.1616179                           0.10961
1.2.1691739                           0.09619
1.2.1213071                           0.08754
1.2.973616                            0.07952
1.2.916467                            0.06038
1.2.1701970                           0.05858
1.2.1214396                           0.05019
1.2.203202                            0.04659
1.2.1527702                           0.01669
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        3597.57186
1.2.1695688                        1432.33431
1.2.1691739                        1089.92069
1.2.457447                          586.73513
1.2.1669186                         446.41601
1.2.1672514                         314.12281
1.2.1700499                         300.31458
1.2.437438                          235.75861
1.2.1213071                         216.58562
1.2.1693506                         216.14608
1.2.1214396                         121.08164
1.2.831392                          110.16478
1.2.424868                           44.86982
1.2.1560396                          39.74288
1.2.458173                           28.82517
1.2.1039433                           8.48652
1.2.799404                            8.39062
1.2.1123614                           4.18822
1.2.395549                            4.06847
1.2.976581                            3.69924
1.2.881146                            3.40730
1.2.1015080                           3.23207
1.2.1610085                           2.09544
1.2.503813                            1.62597
1.2.403753                            1.20890
1.2.203202                            1.17286
1.2.577790                            1.15035
1.2.409973                            1.07192
1.2.973616                            0.90112
1.2.126225                            0.54506
1.2.750207                            0.52037
1.2.1616179                           0.33054
1.2.1021184                           0.20323
1.2.978106                            0.17255
1.2.736124                            0.15608
1.2.1623723                           0.09753
1.2.955081                            0.04712
1.2.1527702                           0.04640
1.2.1591759                           0.01895
1.2.1702375                           0.00087

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                         486.98289
1.2.1692978                         303.89938
1.2.1694252                         152.42497
1.2.415292                          127.49490
1.2.606017                          113.13490
1.2.1700686                         103.12478
1.2.1669186                          97.62714
1.2.1700383                          83.16786
1.2.1696206                          45.51625
1.2.36449                            34.97915
1.2.33015                            27.73085
1.2.457447                           22.31917
1.2.888089                           20.31089
1.2.424868                            6.29087
1.2.1701094                           3.58228
1.2.395549                            3.34679
1.2.477169                            2.77201
1.2.1565108                           1.96497
1.2.1597332                           0.66114
1.2.465206                            0.51473
1.2.171398                            0.34419
1.2.1616179                           0.22220
1.2.1006667                           0.17261
1.2.203202                            0.07418
1.2.1698970                           0.06954
1.2.1108195                           0.06326
1.2.573323                            0.00745
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        5802.73358
1.2.424868                          733.37507
1.2.457447                          551.24383
1.2.1698970                         495.49889
1.2.1700591                         283.41794
1.2.606017                          223.94956
1.2.465206                          171.39464
1.2.1700686                         141.22800
1.2.1610085                         113.14576
1.2.1108195                          79.06258
1.2.888089                           31.11731
1.2.641198                           28.49085
1.2.1565108                          12.11854
1.2.1696206                          11.60206
1.2.395549                            7.04228
1.2.1597332                           3.79902
1.2.1616179                           0.40750
1.2.203202                            0.15179
1.2.1702168                           0.13542
1.2.1006667                           0.05395

ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.424868                         1060.91145
1.2.36449                             6.42901
1.2.33015                             5.62538
1.2.1701094                           4.35939
1.2.1701199                           3.65801
1.2.1565108                           1.35071
1.2.879901                            0.34914
1.2.126225                            0.18699
1.2.1015080                           0.17983
1.2.437438                            0.17657
1.2.973383                            0.15508
1.2.1691739                           0.14241
1.2.458173                            0.05451
1.2.973616                            0.03597
1.2.462696                            0.00026
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        6723.93412
1.2.1691739                         636.80621
1.2.437438                          617.09352
1.2.424868                          202.73707
1.2.529261                          198.59024
1.2.1610085                         120.69501
1.2.458173                           50.72573
1.2.800115                           38.24656
1.2.1565108                          10.22336
1.2.1211717                           5.05769
1.2.1669186                           3.52364
1.2.1015080                           2.33675
1.2.973383                            1.11039
1.2.783432                            0.05866
1.2.1696220                           0.00010

EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                          26.15171
1.2.698                               9.48102
1.2.36449                             9.02105
1.2.33015                             7.89303
1.2.424868                            5.41861
1.2.1701094                           3.65340
1.2.1565108                           2.71462
1.2.893637                            2.19929
1.2.1039433                           1.80865
1.2.7137                              1.43660
1.2.1207813                           1.19069
1.2.17391                             0.91203
1.2.1622544                           0.52245
1.2.973383                            0.20712
1.2.126225                            0.18340
1.2.1107986                           0.10388
1.2.973616                            0.10355
1.2.1702168                           0.00654
1.2.573323                            0.00239
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        7563.50521
1.2.1565108                          18.17138
1.2.1039433                           6.06352
1.2.1669186                           2.85193
1.2.893637                            2.30195
1.2.1207813                           2.15364
1.2.439234                            1.31849
1.2.126225                            0.90168
1.2.973383                            0.74436
1.2.1622544                           0.62839
1.2.1001333                           0.15329
1.2.997236                            0.04495

Snapshots: https://mmcontest.bitshares.org/snapshots20200104.tbz

Code: [Select]
$ tar xjf snapshots20200104.tbz
$ find 2020-01-04 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
8dd4ddbb8bcb845988c8199970bc5bf7e5e72e1074e753c3f5762bc51e485504  -

Proposal for sending out rewards of 2020-01-04:

https://cryptofresh.com/tx/9f6a4cbcec089f8408afe6ea269024d8f65abb37
https://cryptofresh.com/b/44187843

https://cryptofresh.com/p/1.10.55189
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: abit on January 06, 2020, 02:21:27 am
Reward data for 2020-01-05

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT, XBTSX.BTC and XBTSX.USDT have been added to the contest)
(note: BTS/ETH and BTS/EOS markets have been added to the contest)
(note: GDEX.EOS has been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 130c9c7)

Total 39586.45889 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.383547                           97.11047
1.2.33015                            54.31971
1.2.36449                            48.01724
1.2.1560396                          23.38630
1.2.1696860                          12.75512
1.2.104043                           11.94587
1.2.831392                            9.39923
1.2.1094392                           6.56879
1.2.424868                            5.87564
1.2.1701094                           2.93273
1.2.1039433                           2.84434
1.2.395549                            2.25120
1.2.1695688                           0.93397
1.2.1672514                           0.90618
1.2.458173                            0.84532
1.2.126225                            0.70267
1.2.409973                            0.70064
1.2.1111852                           0.59068
1.2.973616                            0.52587
1.2.1015080                           0.39015
1.2.498000                            0.33548
1.2.736124                            0.31852
1.2.1623723                           0.12760
1.2.976581                            0.12157
1.2.1616179                           0.09419
1.2.457447                            0.08337
1.2.203202                            0.08074
1.2.973383                            0.07546
1.2.783432                            0.03198
1.2.1691739                           0.02190
1.2.1213071                           0.01619
1.2.1527702                           0.01104
1.2.1214396                           0.00930
1.2.916467                            0.00762
1.2.1701970                           0.00350
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        3551.90305
1.2.1695688                        1888.18648
1.2.1691739                        1004.83412
1.2.437438                          563.44752
1.2.457447                          551.68849
1.2.1672514                         410.56765
1.2.1669186                         377.90278
1.2.1693506                         334.02230
1.2.1700499                         322.16040
1.2.1213071                         197.67624
1.2.831392                          121.49746
1.2.1214396                         110.39045
1.2.1560396                          39.44461
1.2.424868                           38.17837
1.2.1696860                          33.81851
1.2.458173                           17.81442
1.2.799404                            9.85666
1.2.395549                            4.20242
1.2.1123614                           4.13063
1.2.976581                            3.82946
1.2.1039433                           3.54502
1.2.577790                            3.13819
1.2.881146                            2.86342
1.2.1610085                           2.45499
1.2.503813                            1.81616
1.2.1015080                           1.30479
1.2.409973                            1.25365
1.2.403753                            1.09732
1.2.203202                            1.07978
1.2.979913                            0.95315
1.2.126225                            0.89576
1.2.973616                            0.76646
1.2.1616179                           0.31492
1.2.1021184                           0.24652
1.2.736124                            0.19569
1.2.978106                            0.19274
1.2.1623723                           0.16230
1.2.1527702                           0.05845
1.2.955081                            0.05018
1.2.783432                            0.02917
1.2.1591759                           0.01691
1.2.573323                            0.00602

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                        1356.04046
1.2.1692978                         350.28641
1.2.1700686                         341.31369
1.2.1694252                         177.17026
1.2.415292                          163.64313
1.2.1669186                         161.34374
1.2.1696206                         115.14081
1.2.1700383                         113.74727
1.2.606017                           91.59186
1.2.424868                           53.31845
1.2.36449                            50.49148
1.2.33015                            50.05581
1.2.888089                           24.20433
1.2.477169                            5.37128
1.2.1701094                           2.84948
1.2.1565108                           2.30805
1.2.395549                            2.26307
1.2.465206                            1.70775
1.2.1616179                           0.32353
1.2.1597332                           0.22620
1.2.1698970                           0.13293
1.2.457447                            0.02499
1.2.203202                            0.01377
1.2.573323                            0.01322
1.2.1108195                           0.01193
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        6463.49849
1.2.457447                          703.90283
1.2.1698970                         442.92840
1.2.1700686                         347.87404
1.2.606017                          263.28528
1.2.424868                          235.98275
1.2.1700591                         196.94479
1.2.465206                          109.98388
1.2.1610085                         106.39955
1.2.1108195                          63.39514
1.2.888089                           24.17108
1.2.641198                           21.12804
1.2.1696206                          12.75626
1.2.1597332                           9.10837
1.2.1565108                           6.50003
1.2.395549                            6.48716
1.2.1692978                           1.24137
1.2.1616179                           0.24563
1.2.1702168                           0.08089

ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.424868                          930.21036
1.2.36449                             5.56657
1.2.33015                             4.87075
1.2.1701094                           3.80484
1.2.1565108                           1.45306
1.2.529261                            0.77642
1.2.1701199                           0.66178
1.2.437438                            0.45691
1.2.1015080                           0.33626
1.2.879901                            0.31113
1.2.973383                            0.25300
1.2.126225                            0.23871
1.2.1691739                           0.19076
1.2.800115                            0.10659
1.2.458173                            0.06073
1.2.973616                            0.01458
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        4932.12748
1.2.437438                         2225.76242
1.2.1691739                         686.36048
1.2.529261                          594.54457
1.2.424868                          234.73507
1.2.1610085                         173.53118
1.2.800115                           40.36251
1.2.1701199                          13.64328
1.2.458173                           12.73590
1.2.1211717                           8.71598
1.2.1565108                           7.91123
1.2.1669186                           6.04385
1.2.1015080                           1.26836
1.2.973383                            0.84609
1.2.783432                            0.05006

EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                          17.98217
1.2.36449                            11.97721
1.2.33015                            10.50822
1.2.424868                            9.70136
1.2.698                               4.26176
1.2.893637                            3.75769
1.2.1701094                           3.22684
1.2.1039433                           2.81915
1.2.1565108                           2.40028
1.2.1207813                           1.12393
1.2.17391                             0.99074
1.2.7137                              0.53260
1.2.1622544                           0.49067
1.2.973616                            0.36477
1.2.126225                            0.25551
1.2.973383                            0.23867
1.2.1702168                           0.22300
1.2.573323                            0.00027
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        7578.11901
1.2.17391                            36.22683
1.2.1565108                          20.34562
1.2.1039433                           6.13293
1.2.1669186                           6.01194
1.2.1207813                           3.27785
1.2.439234                            2.30587
1.2.126225                            1.06478
1.2.1622544                           0.97809
1.2.973383                            0.95186
1.2.1001333                           0.27555
1.2.997236                            0.09241
1.2.893637                            0.02376
1.2.1696220                           0.00363
1.2.183307                            0.00094

Snapshots: https://mmcontest.bitshares.org/snapshots20200105.tbz

Code: [Select]
$ tar xjf snapshots20200105.tbz
$ find 2020-01-05 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
4e9f6bc15bdda5be7c12985252b54d281d46324d089299db9619de51acf505ac  -

Proposal for sending out rewards of 2020-01-05:

https://cryptofresh.com/tx/625a597095b2649cc10b3324d1c29e76ef114fb4
https://cryptofresh.com/b/44218024

https://cryptofresh.com/p/1.10.55234
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: abit on January 07, 2020, 03:02:39 am
Reward data for 2020-01-06

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT, XBTSX.BTC and XBTSX.USDT have been added to the contest)
(note: BTS/ETH and BTS/EOS markets have been added to the contest)
(note: GDEX.EOS has been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 130c9c7)

Total 28140.64173 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.383547                          121.02445
1.2.33015                            62.71822
1.2.36449                            59.87849
1.2.1560396                          32.11114
1.2.1696860                          26.91197
1.2.831392                           23.26995
1.2.1094392                          16.66713
1.2.104043                           10.60154
1.2.1691739                           6.85484
1.2.1527713                           6.40509
1.2.1111852                           5.10792
1.2.424868                            3.64100
1.2.498000                            3.34576
1.2.395549                            3.06698
1.2.976581                            1.22808
1.2.409973                            1.12057
1.2.1039433                           1.11349
1.2.1672514                           1.00938
1.2.1701094                           0.89715
1.2.1695688                           0.79832
1.2.736124                            0.50751
1.2.126225                            0.50188
1.2.916467                            0.31977
1.2.1616179                           0.24312
1.2.979913                            0.20410
1.2.1623723                           0.17704
1.2.446700                            0.16794
1.2.1591759                           0.15264
1.2.396635                            0.13421
1.2.973616                            0.09785
1.2.203202                            0.06792
1.2.1527702                           0.05202
1.2.1015080                           0.02914
1.2.1213071                           0.01715
1.2.981588                            0.00848
1.2.1214396                           0.00549
1.2.457447                            0.00374
1.2.676381                            0.00046
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        3007.22798
1.2.1695688                        1817.42174
1.2.1691739                         555.96686
1.2.1672514                         270.99212
1.2.1669186                         265.97639
1.2.1213071                         209.87347
1.2.437438                          182.02334
1.2.457447                          163.07614
1.2.1214396                         146.27095
1.2.1700499                         132.46488
1.2.1693506                         126.64993
1.2.458173                           80.09587
1.2.1696860                          66.58524
1.2.831392                           48.27457
1.2.1560396                          43.88557
1.2.1094392                          39.62047
1.2.424868                           11.18761
1.2.799404                            9.38042
1.2.1039433                           6.72910
1.2.395549                            6.42099
1.2.1527713                           6.33916
1.2.1616179                           5.78651
1.2.750207                            4.03278
1.2.881146                            3.57417
1.2.919400                            2.81719
1.2.1123614                           2.02731
1.2.973616                            1.89680
1.2.976581                            1.79611
1.2.635159                            1.28868
1.2.577790                            1.28751
1.2.409973                            1.22386
1.2.1015080                           1.18570
1.2.979913                            1.10355
1.2.1610085                           1.03028
1.2.783432                            0.94298
1.2.973383                            0.91135
1.2.503813                            0.74969
1.2.126225                            0.58967
1.2.403753                            0.58929
1.2.1021184                           0.10945
1.2.1623723                           0.09861
1.2.978106                            0.07956
1.2.736124                            0.06989
1.2.1640883                           0.05414
1.2.1527702                           0.02144
1.2.955081                            0.01877
1.2.389497                            0.01330
1.2.573323                            0.00957
1.2.1591759                           0.00925

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                         426.46464
1.2.1610085                         352.00669
1.2.1700686                         220.18340
1.2.415292                          189.07207
1.2.1694252                         175.49351
1.2.1669186                         143.02718
1.2.424868                          133.37931
1.2.606017                          121.41433
1.2.1700383                         107.95094
1.2.1696206                          50.33026
1.2.36449                            41.82153
1.2.888089                           34.02758
1.2.33015                            33.60300
1.2.1698970                          11.74207
1.2.477169                            3.68694
1.2.1565108                           2.95023
1.2.395549                            2.31136
1.2.1701094                           0.98270
1.2.465206                            0.97601
1.2.457603                            0.56215
1.2.1616179                           0.45872
1.2.1039433                           0.34884
1.2.171398                            0.29643
1.2.1605735                           0.13682
1.2.1700404                           0.09804
1.2.1108195                           0.01359
1.2.573323                            0.00420
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        4097.56018
1.2.457447                          640.33869
1.2.1700686                         365.89265
1.2.1698970                         342.04857
1.2.606017                          165.14120
1.2.1610085                         162.47484
1.2.1700591                         104.72921
1.2.1592640                         102.27235
1.2.1108195                          92.85084
1.2.465206                           70.27985
1.2.888089                           39.85785
1.2.641198                           39.31455
1.2.1696206                          11.74728
1.2.1597332                           8.11456
1.2.1565108                           7.32485
1.2.395549                            4.94083
1.2.1616179                           4.63424
1.2.1039433                           1.25430
1.2.1693506                           0.85788
1.2.1692978                           0.21719
1.2.1702168                           0.03124
1.2.573323                            0.00684

ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.424868                          675.35640
1.2.36449                            11.92868
1.2.33015                            10.41507
1.2.1701199                           5.15726
1.2.529261                            1.45507
1.2.1565108                           1.12054
1.2.1701094                           1.00880
1.2.437438                            0.39127
1.2.1691739                           0.26125
1.2.879901                            0.21775
1.2.462696                            0.20691
1.2.973616                            0.17263
1.2.126225                            0.12661
1.2.458173                            0.06657
1.2.800115                            0.04072
1.2.973383                            0.03339
1.2.1015080                           0.02252
1.2.1089395                           0.02168
1.2.1700404                           0.00107
1.2.1038609                           0.00067
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        3764.81129
1.2.437438                          929.68690
1.2.1691739                         771.65418
1.2.529261                          379.29762
1.2.1610085                         248.95303
1.2.424868                          137.05628
1.2.800115                           28.33844
1.2.1701199                          10.60332
1.2.1565108                           7.98932
1.2.1669186                           4.48719
1.2.458173                            0.35984
1.2.973383                            0.31337
1.2.1696220                           0.14092
1.2.973616                            0.13277
1.2.126225                            0.04979
1.2.783432                            0.01821
1.2.1682069                           0.00293

EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                          51.68214
1.2.36449                            34.96732
1.2.33015                            30.59734
1.2.424868                           14.19577
1.2.17391                             7.93290
1.2.698                               5.63549
1.2.1565108                           4.02069
1.2.7137                              2.58816
1.2.1207813                           1.66958
1.2.1039433                           1.39909
1.2.1701094                           0.97814
1.2.1622544                           0.72920
1.2.893637                            0.53057
1.2.973616                            0.27681
1.2.126225                            0.23463
1.2.1702168                           0.06323
1.2.883916                            0.03217
1.2.973383                            0.01904
1.2.171761                            0.00854
1.2.573323                            0.00513
1.2.755045                            0.00137
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        4986.72534
1.2.17391                            21.59312
1.2.1565108                          14.48153
1.2.1039433                           8.49373
1.2.893637                            6.51041
1.2.1610085                           6.47819
1.2.1669186                           6.25218
1.2.1207813                           1.83395
1.2.439234                            1.10597
1.2.973383                            0.74664
1.2.126225                            0.71953
1.2.1622544                           0.54664
1.2.1001333                           0.13282
1.2.997236                            0.05603
1.2.1702168                           0.01603
1.2.1594980                           0.00738

Snapshots: https://mmcontest.bitshares.org/snapshots20200106.tbz

Code: [Select]
$ tar xjf snapshots20200106.tbz
$ find 2020-01-06 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
472740f8d1c523a36d364391b521f2a160836aeeff85b960558dbead50ec6965  -

Proposal for sending out rewards of 2020-01-06:

https://cryptofresh.com/tx/b6147e5e2498f83728b6e300f46040857f2be65f
https://cryptofresh.com/b/44247576

https://cryptofresh.com/p/1.10.55299
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: abit on January 08, 2020, 04:48:01 am
Reward data for 2020-01-07

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT, XBTSX.BTC and XBTSX.USDT have been added to the contest)
(note: BTS/ETH and BTS/EOS markets have been added to the contest)
(note: GDEX.EOS has been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 130c9c7)

Total 33735.76970 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691739                         138.84872
1.2.383547                           70.40195
1.2.36449                            35.92854
1.2.33015                            32.87518
1.2.1527713                          28.99767
1.2.1560396                          26.47384
1.2.1094392                          14.42991
1.2.831392                           10.00702
1.2.1696860                           9.37370
1.2.881146                            5.43659
1.2.1701094                           4.47917
1.2.1616179                           3.35693
1.2.498000                            3.29187
1.2.395549                            2.70539
1.2.1111852                           2.20496
1.2.1015080                           1.52271
1.2.1672514                           1.34319
1.2.1039433                           1.27462
1.2.503813                            1.01827
1.2.409973                            0.85398
1.2.799404                            0.77350
1.2.976581                            0.59565
1.2.424868                            0.59101
1.2.203202                            0.35207
1.2.916467                            0.29385
1.2.126225                            0.23786
1.2.736124                            0.16064
1.2.1623723                           0.12610
1.2.466745                            0.03535
1.2.1527702                           0.03116
1.2.837663                            0.01453
1.2.1695688                           0.01221
1.2.973616                            0.00900
1.2.981588                            0.00020
1.2.1565108                           0.00006
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        4694.24254
1.2.1695688                         890.89250
1.2.1691739                         413.63321
1.2.1700499                         388.16811
1.2.457447                          252.52315
1.2.437438                          183.02949
1.2.1214396                         177.73030
1.2.1669186                         158.83129
1.2.1693506                         133.89234
1.2.1672514                         111.93246
1.2.1213071                         107.36665
1.2.831392                           63.51305
1.2.1527713                          43.45422
1.2.1560396                          36.18604
1.2.1094392                          31.92140
1.2.1696860                          30.87141
1.2.881146                           15.25406
1.2.458173                           10.32450
1.2.799404                            9.59962
1.2.1015080                           8.22340
1.2.395549                            6.51972
1.2.1123614                           4.66399
1.2.973383                            3.92602
1.2.782669                            2.79659
1.2.33015                             1.90228
1.2.979913                            1.81151
1.2.1039433                           1.64103
1.2.409973                            1.61519
1.2.1610085                           1.39359
1.2.126225                            1.19924
1.2.503813                            1.09154
1.2.1616179                           0.76543
1.2.976581                            0.62956
1.2.635159                            0.59437
1.2.36449                             0.58041
1.2.750207                            0.56390
1.2.403753                            0.34370
1.2.1623723                           0.27116
1.2.577790                            0.21839
1.2.783432                            0.12918
1.2.1021184                           0.12492
1.2.978106                            0.11583
1.2.736124                            0.02162
1.2.1527702                           0.02042
1.2.573323                            0.01162
1.2.955081                            0.00802
1.2.1591759                           0.00382
1.2.396635                            0.00022
1.2.446700                            0.00021

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                         449.74017
1.2.606017                          268.12061
1.2.1694252                         254.97887
1.2.415292                          153.34543
1.2.1700383                         128.88404
1.2.1669186                         114.77262
1.2.36449                            59.05909
1.2.33015                            50.24104
1.2.888089                           46.27417
1.2.1696206                          39.66569
1.2.1565108                           4.80289
1.2.1701094                           4.52394
1.2.457603                            2.84890
1.2.395549                            2.76603
1.2.477169                            1.82504
1.2.1592306                           1.64549
1.2.1616179                           1.27230
1.2.1039433                           1.10686
1.2.1605735                           0.69341
1.2.1700404                           0.44203
1.2.1597332                           0.43236
1.2.1015080                           0.31674
1.2.1698970                           0.16203
1.2.1700686                           0.06361
1.2.465206                            0.06281
1.2.203202                            0.04114
1.2.1108195                           0.00478
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        6462.12521
1.2.1700686                         754.69209
1.2.465206                          642.82763
1.2.1698970                         217.77184
1.2.457447                          156.30225
1.2.1592640                         126.34138
1.2.888089                           83.23503
1.2.1108195                          69.09888
1.2.641198                           36.80936
1.2.1610085                          27.68473
1.2.1696206                          18.69778
1.2.424868                           16.60856
1.2.1565108                          14.42412
1.2.606017                           12.29214
1.2.1597332                           6.34555
1.2.1039433                           6.29325
1.2.395549                            5.76750
1.2.1616179                           2.70978
1.2.203202                            0.78392
1.2.1692978                           0.52795
1.2.1693506                           0.01815
1.2.573323                            0.01155
1.2.465118                            0.00027

ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.424868                          206.01743
1.2.1701199                          12.93655
1.2.36449                             9.22234
1.2.33015                             8.05487
1.2.1701094                           4.98039
1.2.462696                            1.60355
1.2.1565108                           1.55571
1.2.1695235                           0.74010
1.2.879901                            0.34068
1.2.1015080                           0.31473
1.2.1089395                           0.11802
1.2.800115                            0.10738
1.2.458173                            0.10460
1.2.973616                            0.07534
1.2.1038609                           0.07295
1.2.1691739                           0.05926
1.2.1700343                           0.05422
1.2.529261                            0.04492
1.2.437438                            0.01741
1.2.1700404                           0.00521
1.2.1700406                           0.00405
1.2.1699975                           0.00130
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        6463.58371
1.2.1695235                         820.31510
1.2.437438                          166.47847
1.2.1691739                         124.02170
1.2.800115                           48.18233
1.2.1610085                          40.79570
1.2.529261                           28.85392
1.2.424868                           20.80162
1.2.1565108                          11.03968
1.2.973383                           10.47480
1.2.354252                            2.05855
1.2.973616                            1.21709
1.2.1015080                           0.98748
1.2.1669186                           0.78291
1.2.1696220                           0.34915
1.2.458173                            0.34198
1.2.783432                            0.11202
1.2.126225                            0.05981

EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                          19.93348
1.2.17391                            16.20428
1.2.424868                            5.30349
1.2.1701094                           4.74615
1.2.36449                             3.97932
1.2.33015                             3.48210
1.2.1565108                           3.07546
1.2.7137                              3.00809
1.2.1039433                           1.59006
1.2.1207813                           0.95522
1.2.383547                            0.87385
1.2.1622544                           0.41583
1.2.893637                            0.25645
1.2.883916                            0.05875
1.2.973616                            0.04402
1.2.973383                            0.04104
1.2.573323                            0.01320
1.2.755045                            0.00413
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        7197.17334
1.2.1565108                          18.10927
1.2.893637                            8.26635
1.2.1039433                           6.02868
1.2.1669186                           4.82836
1.2.17391                             2.74536
1.2.1207813                           2.43800
1.2.1610085                           1.46101
1.2.1622544                           0.74094
1.2.973383                            0.53182
1.2.439234                            0.29290
1.2.354252                            0.09057
1.2.126225                            0.05049
1.2.1001333                           0.03529
1.2.1702168                           0.03374

Snapshots: https://mmcontest.bitshares.org/snapshots20200107.tbz

Code: [Select]
$ tar xjf snapshots20200107.tbz
$ find 2020-01-07 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
643d4504e0cc744e9c4286383852199ea1db35c59d6f2d1b247a9891739091b9  -

Proposal for sending out rewards of 2020-01-07:

https://cryptofresh.com/tx/6151b77c56bef9a295a43d1bdeaff1849e89b5fd
https://cryptofresh.com/b/44278406

https://cryptofresh.com/p/1.10.55319
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: abit on January 09, 2020, 01:25:45 am
Reward data for 2020-01-08

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT, XBTSX.BTC and XBTSX.USDT have been added to the contest)
(note: BTS/ETH and BTS/EOS markets have been added to the contest)
(note: GDEX.EOS has been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 130c9c7)

Total 35272.18979 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.383547                           33.27233
1.2.1527713                          29.76206
1.2.1560396                          21.89824
1.2.1094392                          14.88791
1.2.33015                            14.21348
1.2.36449                            14.17231
1.2.395549                            3.65410
1.2.1696860                           3.40928
1.2.1701094                           2.66650
1.2.831392                            2.35378
1.2.424868                            2.07224
1.2.1039433                           2.02076
1.2.1672514                           1.86820
1.2.1123614                           1.85632
1.2.1702628                           1.43452
1.2.1616179                           1.04044
1.2.126225                            0.84681
1.2.799404                            0.56900
1.2.409973                            0.54821
1.2.498000                            0.51236
1.2.457447                            0.48886
1.2.1691739                           0.48126
1.2.36644                             0.39435
1.2.1111852                           0.32875
1.2.503813                            0.30147
1.2.1015080                           0.14482
1.2.881146                            0.14327
1.2.976581                            0.08983
1.2.1214396                           0.07436
1.2.1623723                           0.07318
1.2.1610085                           0.03517
1.2.1695688                           0.03489
1.2.1597332                           0.02536
1.2.1702634                           0.01319
1.2.479465                            0.01080
1.2.1213071                           0.00777
1.2.916467                            0.00601
1.2.736124                            0.00500
1.2.182587                            0.00380
1.2.1527702                           0.00065
1.2.437438                            0.00006
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        2425.16146
1.2.457447                         1082.54106
1.2.1693506                         921.65331
1.2.1691739                         745.00738
1.2.1695688                         679.21151
1.2.437438                          443.68458
1.2.1672514                         428.20527
1.2.1669186                         406.67102
1.2.831392                          382.17631
1.2.1700499                         218.38011
1.2.33015                           172.10243
1.2.1213071                         171.93553
1.2.1214396                         167.57750
1.2.1610085                          60.19122
1.2.36449                            42.38959
1.2.1094392                          38.78171
1.2.1560396                          32.73973
1.2.1527713                          30.98892
1.2.881146                           15.21075
1.2.782669                           14.89354
1.2.503813                            5.86929
1.2.799404                            5.67354
1.2.976581                            5.24978
1.2.395549                            5.00796
1.2.1123614                           4.88990
1.2.458173                            4.51755
1.2.1015080                           3.80360
1.2.409973                            2.20777
1.2.403753                            2.11686
1.2.1702634                           1.99591
1.2.1616179                           1.95549
1.2.424868                            1.19014
1.2.1039433                           0.74815
1.2.1021184                           0.69418
1.2.978106                            0.62306
1.2.577790                            0.56437
1.2.1597332                           0.50417
1.2.979913                            0.43949
1.2.1591759                           0.29523
1.2.126225                            0.28831
1.2.736124                            0.24297
1.2.1527702                           0.15825
1.2.1623723                           0.14666
1.2.1111852                           0.12326
1.2.955081                            0.07533
1.2.573323                            0.05994
1.2.171761                            0.05861
1.2.396635                            0.05752
1.2.446700                            0.05686

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.606017                          292.32286
1.2.1694252                         267.23039
1.2.465206                          256.99357
1.2.1692978                         227.19485
1.2.415292                          220.83611
1.2.1700383                         144.64507
1.2.1669186                         106.60239
1.2.888089                           47.96339
1.2.36449                            45.78889
1.2.33015                            38.94003
1.2.457447                           34.10878
1.2.1610085                          26.50182
1.2.1696206                          23.51422
1.2.1565108                           7.02063
1.2.1701094                           4.33654
1.2.395549                            3.74411
1.2.424868                            3.53218
1.2.457603                            2.57404
1.2.1039433                           1.96307
1.2.469502                            1.11190
1.2.1616179                           0.91658
1.2.1696860                           0.70032
1.2.1605735                           0.62651
1.2.203202                            0.56952
1.2.1700404                           0.36293
1.2.417653                            0.05174
1.2.1597332                           0.03214
1.2.1698970                           0.02601
1.2.1700686                           0.00437
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        5983.04314
1.2.457447                          946.27958
1.2.1692978                         482.03844
1.2.465206                          429.20325
1.2.1698970                         357.61631
1.2.445498                          317.37392
1.2.1592640                         125.32970
1.2.641198                          106.93954
1.2.1610085                          86.02877
1.2.1696206                          83.30867
1.2.1108195                          74.47042
1.2.888089                           52.67288
1.2.1592306                          40.56806
1.2.1565108                          11.67006
1.2.606017                           11.50639
1.2.1700686                           8.35953
1.2.1700591                           7.61801
1.2.395549                            6.25732
1.2.424868                            6.10445
1.2.1039433                           3.93945
1.2.1616179                           2.53797
1.2.500397                            0.15132
1.2.1597332                           0.13315
1.2.1015080                           0.09498
1.2.1693506                           0.05929
1.2.573323                            0.02175

ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1701199                           7.21254
1.2.36449                             5.14009
1.2.33015                             4.61196
1.2.1701094                           4.49696
1.2.1565108                           1.62014
1.2.437438                            0.95547
1.2.462696                            0.67931
1.2.1015080                           0.48016
1.2.973383                            0.27438
1.2.1695235                           0.23216
1.2.424868                            0.19625
1.2.973616                            0.15292
1.2.879901                            0.10287
1.2.458173                            0.06418
1.2.1089395                           0.06174
1.2.800115                            0.06080
1.2.126225                            0.02590
1.2.1038609                           0.01667
1.2.529261                            0.00848
1.2.1700343                           0.00692
1.2.1700406                           0.00113
1.2.1232232                           0.00042
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        4611.26316
1.2.1610085                        1834.19800
1.2.437438                         1599.62812
1.2.1695235                         632.99642
1.2.529261                           80.97093
1.2.800115                           35.18026
1.2.1565108                           7.08171
1.2.424868                            4.85274
1.2.1669186                           3.02367
1.2.973383                            1.57797
1.2.1015080                           1.30279
1.2.973616                            0.80850
1.2.879901                            0.74209
1.2.458173                            0.34238
1.2.126225                            0.26121

EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.383547                           16.08718
1.2.36449                            15.62377
1.2.1610085                          14.54322
1.2.33015                            13.69643
1.2.17391                             8.66143
1.2.893637                            3.76770
1.2.1565108                           3.41472
1.2.1039433                           2.27268
1.2.1701094                           2.26531
1.2.1207813                           0.85149
1.2.702289                            0.36784
1.2.1622544                           0.30985
1.2.424868                            0.20951
1.2.973383                            0.16551
1.2.126225                            0.15548
1.2.973616                            0.12085
1.2.883916                            0.06501
1.2.573323                            0.00725
1.2.755045                            0.00009
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        6463.39569
1.2.1610085                         253.52100
1.2.1565108                          13.97640
1.2.1669186                           9.15737
1.2.1039433                           5.89688
1.2.17391                             4.83034
1.2.702289                            3.01471
1.2.1207813                           2.58400
1.2.1622544                           1.10282
1.2.424868                            1.07744
1.2.126225                            0.80964
1.2.973383                            0.58244
1.2.439234                            0.51535
1.2.1001333                           0.06208
1.2.1702168                           0.05675
1.2.997236                            0.00801
1.2.446700                            0.00206

Snapshots: https://mmcontest.bitshares.org/snapshots20200108.tbz

Code: [Select]
$ tar xjf snapshots20200108.tbz
$ find 2020-01-08 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
001e9ef501d01e98cf715d836edf60583da57879e010586a06065c9ec07b8474  -

Proposal for sending out rewards of 2020-01-08:

https://cryptofresh.com/tx/041428ec131c9c86f3b240651210709900adc32d
https://cryptofresh.com/b/44303084

https://cryptofresh.com/p/1.10.55384
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest, stage one
Post by: abit on January 10, 2020, 01:16:07 am
Reward data for 2020-01-09

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT, XBTSX.BTC and XBTSX.USDT have been added to the contest)
(note: BTS/ETH and BTS/EOS markets have been added to the contest)
(note: GDEX.EOS has been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 130c9c7)

Total 36198.55555 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1693506                          62.48890
1.2.36449                            39.03086
1.2.33015                            37.88523
1.2.1527713                          30.88151
1.2.1094392                          23.83023
1.2.1560396                          22.08493
1.2.437438                           22.02353
1.2.383547                           14.76454
1.2.1696860                          11.32258
1.2.373786                            4.27640
1.2.1039433                           3.60242
1.2.831392                            3.55521
1.2.395549                            3.47264
1.2.1695688                           3.43141
1.2.503813                            2.92052
1.2.1591759                           2.89251
1.2.1701094                           2.52632
1.2.1616179                           2.38827
1.2.1015080                           2.33074
1.2.1672514                           2.11383
1.2.1123614                           1.49080
1.2.409973                            0.89709
1.2.424868                            0.85356
1.2.1702628                           0.75700
1.2.799404                            0.58248
1.2.126225                            0.53174
1.2.479465                            0.50504
1.2.881146                            0.22070
1.2.457447                            0.18925
1.2.1623723                           0.10382
1.2.1691739                           0.07440
1.2.1610085                           0.05219
1.2.1021184                           0.04289
1.2.171761                            0.03566
1.2.1213071                           0.03240
1.2.1214396                           0.02988
1.2.354252                            0.01558
1.2.1702634                           0.00949
1.2.979913                            0.00420
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        2401.27315
1.2.1695688                        1814.19349
1.2.1691739                        1184.33035
1.2.457447                          705.32413
1.2.1672514                         618.22589
1.2.437438                          545.46870
1.2.1669186                         456.47428
1.2.1700499                         360.40929
1.2.1693506                         295.97712
1.2.1214396                         223.07945
1.2.33015                           144.29096
1.2.1213071                         126.05216
1.2.831392                           66.25433
1.2.1094392                          50.41181
1.2.1560396                          48.12150
1.2.1696860                          43.12840
1.2.36449                            36.03716
1.2.881146                           34.45201
1.2.782669                           17.24920
1.2.1610085                          16.70422
1.2.976581                           16.57637
1.2.1527713                           9.83524
1.2.799404                            9.43914
1.2.498000                            5.46438
1.2.1702634                           4.49412
1.2.424868                            2.84646
1.2.395549                            2.75667
1.2.171761                            2.52476
1.2.409973                            1.83142
1.2.503813                            1.62032
1.2.403753                            1.46945
1.2.1616179                           1.37799
1.2.1039433                           1.37050
1.2.736124                            1.12230
1.2.1015080                           0.60145
1.2.955081                            0.38682
1.2.1591759                           0.38619
1.2.1527702                           0.38575
1.2.1111852                           0.29860
1.2.1021184                           0.29796
1.2.979913                            0.22520
1.2.1623723                           0.21794
1.2.978106                            0.16265
1.2.126225                            0.15396
1.2.396635                            0.15301
1.2.446700                            0.15127
1.2.573323                            0.02152

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1701094                        1043.86556
1.2.1692978                         364.07990
1.2.1694252                         233.97145
1.2.606017                          221.88935
1.2.415292                          166.44282
1.2.1700383                         159.17170
1.2.1669186                         109.33040
1.2.888089                           59.15255
1.2.36449                            55.72214
1.2.33015                            46.58403
1.2.1696206                          16.34320
1.2.544003                           14.43220
1.2.641198                           12.12872
1.2.1565108                          11.02855
1.2.424868                            4.74615
1.2.395549                            2.74773
1.2.1039433                           2.65440
1.2.1592306                           1.26402
1.2.1610085                           1.19128
1.2.373786                            0.28718
1.2.1616179                           0.23703
1.2.1698970                           0.23321
1.2.1700686                           0.22216
1.2.469502                            0.13854
1.2.465206                            0.13091
1.2.417653                            0.03000
1.2.1108195                           0.00068
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        5094.63689
1.2.1610085                         922.11832
1.2.1698970                         355.92438
1.2.1692978                         334.85493
1.2.1592306                         313.30961
1.2.445498                          197.52873
1.2.606017                          164.61442
1.2.1700591                         130.73923
1.2.1694252                         129.32786
1.2.457447                          123.55797
1.2.888089                           97.88570
1.2.1700686                          93.60734
1.2.641198                           67.87423
1.2.1108195                          56.46014
1.2.1696206                          46.10195
1.2.1565108                           9.65540
1.2.395549                            7.61904
1.2.415292                            5.04741
1.2.424868                            2.38447
1.2.203202                            1.83011
1.2.171398                            1.73117
1.2.1693506                           1.06586
1.2.1616179                           0.35994
1.2.1039433                           0.31692
1.2.573323                            0.06279
1.2.1702168                           0.03735

ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.424868                           42.01710
1.2.1695235                           3.42172
1.2.36449                             3.34840
1.2.33015                             2.98133
1.2.1701094                           2.34459
1.2.1701199                           2.07859
1.2.1565108                           1.96533
1.2.437438                            1.90869
1.2.800115                            0.46582
1.2.1015080                           0.34397
1.2.973383                            0.31637
1.2.126225                            0.07652
1.2.1232232                           0.03407
1.2.973616                            0.02018
1.2.529261                            0.01201
1.2.458173                            0.00945
1.2.462696                            0.00413
1.2.1089395                           0.00085
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        3474.82003
1.2.1610085                        1979.28792
1.2.437438                         1828.33595
1.2.1695235                        1102.60712
1.2.529261                          162.01669
1.2.800115                           37.76129
1.2.1565108                           9.91346
1.2.354252                            2.17086
1.2.1669186                           1.89505
1.2.879901                            0.99740
1.2.973383                            0.45947
1.2.973616                            0.18503
1.2.458173                            0.05725
1.2.1682069                           0.00563

EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                          80.50347
1.2.383547                           44.46242
1.2.36449                            25.78522
1.2.33015                            22.50830
1.2.893637                            8.53264
1.2.1039433                           4.84760
1.2.1565108                           4.02726
1.2.17391                             3.78438
1.2.1701094                           2.47011
1.2.424868                            1.45004
1.2.1207813                           1.10475
1.2.702289                            0.49720
1.2.973383                            0.35533
1.2.1622544                           0.33974
1.2.126225                            0.22065
1.2.883916                            0.02121
1.2.573323                            0.00170
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        6801.09106
1.2.1610085                          91.21149
1.2.424868                           73.13407
1.2.17391                            56.99056
1.2.7003                             21.44946
1.2.1565108                          13.83150
1.2.1669186                           8.84778
1.2.1039433                           8.35123
1.2.702289                            5.07431
1.2.7137                              3.79166
1.2.1207813                           3.12017
1.2.439234                            1.65938
1.2.1622544                           0.90349
1.2.171761                            0.69631
1.2.973383                            0.55540
1.2.1702168                           0.23551
1.2.1001333                           0.19782
1.2.997236                            0.06544
1.2.446700                            0.01681

Snapshots: https://mmcontest.bitshares.org/snapshots20200109.tbz

Code: [Select]
$ tar xjf snapshots20200109.tbz
$ find 2020-01-09 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
915880bbbc01ed9074d770e644b23e185978fed32494a010d7c83e5036bf91e7  -

Proposal for sending out rewards of 2020-01-09:

https://cryptofresh.com/tx/59c2a96a008687eea0950fd262c1596a3336698e
https://cryptofresh.com/b/44331635

https://cryptofresh.com/p/1.10.55430
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest
Post by: abit on January 11, 2020, 02:39:24 am
Reward data for 2020-01-10

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT, XBTSX.BTC and XBTSX.USDT have been added to the contest)
(note: BTS/ETH and BTS/EOS markets have been added to the contest)
(note: GDEX.EOS has been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 130c9c7)

Total 38257.61124 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1693506                          96.20393
1.2.33015                            45.36761
1.2.36449                            41.28317
1.2.1527713                          33.49109
1.2.1560396                          24.54969
1.2.383547                           23.66042
1.2.1094392                          20.63579
1.2.437438                           18.71049
1.2.799404                            7.73747
1.2.471112                            7.65265
1.2.171761                            6.06895
1.2.1616179                           5.86776
1.2.503813                            4.59966
1.2.1591759                           2.82049
1.2.395549                            2.77200
1.2.1672514                           2.45720
1.2.1695688                           2.19485
1.2.1111852                           2.06341
1.2.424868                            2.05582
1.2.1039433                           1.96854
1.2.1701094                           1.87085
1.2.1015080                           1.85864
1.2.1123614                           1.66696
1.2.409973                            0.93821
1.2.126225                            0.93812
1.2.1702628                           0.60915
1.2.634395                            0.57646
1.2.479465                            0.51985
1.2.1021184                           0.14417
1.2.457447                            0.12929
1.2.1691739                           0.11429
1.2.1623723                           0.10367
1.2.1085020                           0.05750
1.2.1214396                           0.02728
1.2.1213071                           0.01556
1.2.1702634                           0.01014
1.2.1610085                           0.00971
1.2.979913                            0.00340
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                        2611.80655
1.2.1701094                        2221.61901
1.2.1691739                         833.65066
1.2.1672514                         612.39557
1.2.437438                          578.11920
1.2.1669186                         384.12097
1.2.457447                          311.74472
1.2.1700499                         285.42225
1.2.1214396                         227.61345
1.2.33015                           137.18138
1.2.1213071                         136.61064
1.2.1527713                          48.17455
1.2.1560396                          47.51241
1.2.881146                           39.52470
1.2.36449                            37.88411
1.2.1094392                          35.54833
1.2.1616179                          22.80059
1.2.498000                           17.48246
1.2.976581                            9.80444
1.2.1015080                           4.08910
1.2.1702634                           3.82235
1.2.395549                            3.10051
1.2.1039433                           2.55422
1.2.799404                            1.65217
1.2.409973                            1.54485
1.2.424868                            0.70880
1.2.736124                            0.68822
1.2.126225                            0.65291
1.2.955081                            0.24773
1.2.1527702                           0.23629
1.2.1623723                           0.21540
1.2.396635                            0.11718
1.2.446700                            0.11584
1.2.490345                            0.10581
1.2.1021184                           0.01054

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1701094                        1870.61897
1.2.1692978                         462.81394
1.2.415292                          246.65976
1.2.606017                          155.88670
1.2.1669186                         123.34786
1.2.424868                          118.47130
1.2.1700383                          57.64553
1.2.36449                            55.52731
1.2.888089                           47.01335
1.2.33015                            45.25357
1.2.1696206                          34.37598
1.2.1592306                          30.25120
1.2.641198                           18.87719
1.2.1565108                           7.20544
1.2.395549                            3.50357
1.2.1698970                           2.40452
1.2.1039433                           1.62927
1.2.1616179                           0.44176
1.2.465206                            0.30009
1.2.469502                            0.14255
1.2.1700686                           0.13468
1.2.417653                            0.02595
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        6192.95313
1.2.1694252                         445.29773
1.2.1698970                         440.90490
1.2.1700686                         428.67607
1.2.1592306                         334.43124
1.2.457447                          234.33643
1.2.1610085                         198.50051
1.2.606017                          196.53358
1.2.445498                           89.93204
1.2.888089                           85.65145
1.2.1700591                          82.69512
1.2.1108195                          71.46202
1.2.1565108                           9.43978
1.2.395549                            7.03532
1.2.1696206                           6.01724
1.2.203202                            2.60797
1.2.1616179                           1.66860
1.2.1039433                           1.38490
1.2.1693506                           1.03935
1.2.1692978                           0.19546
1.2.1702168                           0.03491

ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.424868                           57.83364
1.2.529261                           36.44034
1.2.36449                            15.89622
1.2.33015                            13.90864
1.2.1695235                           4.94199
1.2.1701094                           2.00886
1.2.437438                            1.94343
1.2.1565108                           1.47386
1.2.973616                            0.38026
1.2.1701199                           0.37045
1.2.973383                            0.31310
1.2.800115                            0.30066
1.2.879901                            0.16200
1.2.126225                            0.13084
1.2.1015080                           0.05342
1.2.1089395                           0.00005
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        5034.65595
1.2.437438                         1794.61639
1.2.1695235                        1356.14588
1.2.1610085                         718.84637
1.2.800115                           35.82777
1.2.1565108                           8.64432
1.2.1015080                           2.05483
1.2.973383                            0.52174
1.2.1599154                           0.25126
1.2.126225                            0.15545
1.2.879901                            0.14624
1.2.1682069                           0.00354

EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.424868                          208.87558
1.2.383547                           60.53207
1.2.1610085                          58.35378
1.2.36449                            25.54497
1.2.33015                            22.33855
1.2.893637                            7.71596
1.2.1701094                           4.75571
1.2.1565108                           3.57584
1.2.1039433                           2.52825
1.2.17391                             1.59575
1.2.1207813                           0.82798
1.2.702289                            0.59270
1.2.1622544                           0.46334
1.2.973383                            0.32100
1.2.126225                            0.29499
1.2.973616                            0.13213
1.2.354252                            0.09945
1.2.432100                            0.02241
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        6329.19264
1.2.424868                         1004.07162
1.2.7003                            135.61300
1.2.17391                           122.30437
1.2.7137                             40.62629
1.2.1565108                          11.51656
1.2.1669186                          10.28572
1.2.1039433                           6.37723
1.2.90584                             4.40154
1.2.702289                            3.70789
1.2.1207813                           2.21355
1.2.439234                            2.20944
1.2.893637                            1.38827
1.2.1622544                           0.75069
1.2.973383                            0.69665
1.2.1702168                           0.61924
1.2.1001333                           0.35552
1.2.997236                            0.20499
1.2.432100                            0.18887
1.2.1610085                           0.11460
1.2.36449                             0.08137
1.2.446700                            0.05223
1.2.603039                            0.05203
1.2.883916                            0.02301
1.2.183307                            0.00557

Snapshots: https://mmcontest.bitshares.org/snapshots20200110.tbz

Code: [Select]
$ tar xjf snapshots20200110.tbz
$ find 2020-01-10 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
9af8f82a92892b7525d8d9602a87049077c55dfb32af9de6d49e47e4024825c7  -

Proposal for sending out rewards of 2020-01-10:

https://cryptofresh.com/tx/830763c875c2b0a2964c3efc14d95de3a5f404d8
https://cryptofresh.com/b/44362025

https://cryptofresh.com/p/1.10.55494
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Repost: Market making contest
Post by: abit on January 12, 2020, 04:09:07 am
Reward data for 2020-01-11

(note: buyer:seller reward ratio is now 70:30)
(note: RUDEX.USDT, XBTSX.BTC and XBTSX.USDT have been added to the contest)
(note: BTS/ETH and BTS/EOS markets have been added to the contest)
(note: GDEX.EOS has been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 0b88627)

Total 37517.87526 BTS

BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.437438                          348.40728
1.2.796685                          105.80138
1.2.36449                            70.77550
1.2.1693506                          62.38973
1.2.33015                            51.92261
1.2.383547                           35.78681
1.2.1527713                          24.32976
1.2.1560396                          16.71089
1.2.1094392                          14.19352
1.2.1695688                           7.06495
1.2.171761                            6.95656
1.2.503813                            5.87628
1.2.1701094                           4.16376
1.2.1702634                           4.13226
1.2.1672514                           3.53969
1.2.395549                            2.77882
1.2.1691739                           2.19342
1.2.1616179                           2.09321
1.2.1039433                           1.53281
1.2.1111852                           1.12403
1.2.409973                            0.97793
1.2.1123614                           0.92601
1.2.1015080                           0.82653
1.2.126225                            0.80592
1.2.1591759                           0.48504
1.2.479465                            0.33110
1.2.577790                            0.26348
1.2.1702628                           0.25579
1.2.1623723                           0.24986
1.2.457447                            0.13890
1.2.634395                            0.10643
1.2.978106                            0.10620
1.2.1021184                           0.07187
1.2.736124                            0.02383
1.2.1702796                           0.00558
1.2.973616                            0.00290
1.2.498000                            0.00092
1.2.1527702                           0.00011
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                        2216.68534
1.2.1701094                        1875.53612
1.2.1691739                        1161.44252
1.2.1672514                         791.69234
1.2.457447                          661.14135
1.2.1669186                         457.69956
1.2.1214396                         295.96663
1.2.1213071                         161.56789
1.2.33015                           161.05183
1.2.1560396                          68.18333
1.2.1700499                          57.74699
1.2.881146                           54.81703
1.2.36449                            50.48479
1.2.1094392                          37.30008
1.2.498000                           17.40387
1.2.799404                           14.39339
1.2.1527713                           8.59812
1.2.976581                            6.40403
1.2.1616179                           4.30400
1.2.395549                            2.99526
1.2.1039433                           2.89827
1.2.409973                            1.00334
1.2.126225                            0.54130
1.2.396635                            0.43204
1.2.446700                            0.42711
1.2.1527702                           0.31567
1.2.1702634                           0.24779
1.2.1015080                           0.19949
1.2.955081                            0.14069
1.2.1021184                           0.05136
1.2.424868                            0.01915
1.2.1623723                           0.01833
1.2.389497                            0.00281

USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1701094                        2070.76955
1.2.1692978                         387.50120
1.2.415292                          231.12560
1.2.606017                          220.70932
1.2.465206                           84.73355
1.2.1700383                          81.62545
1.2.1694252                          81.43600
1.2.36449                            56.45050
1.2.33015                            46.07364
1.2.1696206                          40.39376
1.2.888089                           39.37215
1.2.424868                           32.92682
1.2.641198                           28.38592
1.2.544003                           20.90963
1.2.1669186                          10.85278
1.2.1565108                           3.95935
1.2.1592306                           3.83384
1.2.1698970                           2.88084
1.2.395549                            2.45161
1.2.1039433                           1.02640
1.2.1616179                           0.68212
1.2.1700686                           0.29923
1.2.469502                            0.22446
1.2.620507                            0.18304
1.2.212921                            0.10771
1.2.417653                            0.03902
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        4954.00031
1.2.1700686                         556.93271
1.2.1698970                         496.42549
1.2.1610085                         495.69700
1.2.1694252                         248.81902
1.2.457447                          238.40258
1.2.1669186                         202.01156
1.2.888089                          134.64391
1.2.606017                          131.87563
1.2.1700591                          97.36735
1.2.1592306                          96.95823
1.2.1108195                          87.58662
1.2.445498                           68.98602
1.2.1565108                          18.08916
1.2.1039433                           8.94012
1.2.1696206                           7.92441
1.2.395549                            6.44086
1.2.1693506                           0.62564
1.2.1616179                           0.44326
1.2.1692978                           0.03360
1.2.1702168                           0.01311

ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.529261                          112.28941
1.2.424868                           86.22740
1.2.437438                           25.13683
1.2.1695235                          19.77497
1.2.36449                            18.46756
1.2.33015                            16.15932
1.2.1701094                           4.44554
1.2.1565108                           1.40226
1.2.973616                            0.63091
1.2.973383                            0.33917
1.2.126225                            0.07982
1.2.1015080                           0.00955
1.2.879901                            0.00407
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        3523.77785
1.2.1610085                        1804.53319
1.2.437438                         1717.02992
1.2.1695235                        1531.23199
1.2.800115                           23.26977
1.2.1565108                           6.90454
1.2.424868                            2.27471
1.2.879901                            0.78740
1.2.973383                            0.41187
1.2.126225                            0.32606
1.2.1682069                           0.01300

EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.424868                          164.63983
1.2.36449                            35.05574
1.2.33015                            30.67632
1.2.1610085                          12.05990
1.2.1701094                           4.63623
1.2.1565108                           3.22269
1.2.7137                              2.93700
1.2.1207813                           1.28661
1.2.1039433                           1.04209
1.2.17391                             0.90620
1.2.1622544                           0.51733
1.2.973383                            0.37896
1.2.702289                            0.33926
1.2.432100                            0.24294
1.2.1702168                           0.03878
1.2.126225                            0.03065
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        5739.20014
1.2.424868                         1711.98727
1.2.7003                            231.73747
1.2.17391                           138.89820
1.2.90584                           132.40091
1.2.1610085                          97.68696
1.2.7137                             45.25186
1.2.1669186                          27.20847
1.2.1565108                          10.27179
1.2.893637                            8.79301
1.2.702289                            7.37874
1.2.548395                            6.92086
1.2.404286                            4.99636
1.2.1039433                           2.38430
1.2.36449                             1.97907
1.2.1207813                           1.51533
1.2.603039                            1.32322
1.2.973383                            0.83622
1.2.883916                            0.78438
1.2.997236                            0.74936
1.2.1001333                           0.70563
1.2.1622544                           0.47998
1.2.432100                            0.44874
1.2.183307                            0.16578

Snapshots: https://mmcontest.bitshares.org/snapshots20200111.tbz

Code: [Select]
$ tar xjf snapshots20200111.tbz
$ find 2020-01-11 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
774ac9c036167fba179c62970135e224eab95bb3408626cf9d31f8422bd52aa5  -

Proposal for sending out rewards of 2020-01-11:

https://cryptofresh.com/tx/973b16e2db695c55f1542e09513fe4798ad113e8
https://cryptofresh.com/b/44392531

https://cryptofresh.com/p/1.10.55541
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on January 13, 2020, 04:03:45 am
Reward data for 2020-01-12

(note: bitAsset markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 174d94a)

Total 24737.29398 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691739                         283.21867
1.2.1693506                          50.01149
1.2.437438                           37.66430
1.2.36449                            33.54578
1.2.33015                            27.37352
1.2.383547                           23.92974
1.2.1695688                          23.46957
1.2.1527713                          21.72289
1.2.1560396                          17.29612
1.2.1094392                           5.01353
1.2.171761                            4.94424
1.2.1672514                           2.72857
1.2.976581                            2.59632
1.2.503813                            2.38826
1.2.1702634                           2.19394
1.2.395549                            1.71514
1.2.1701094                           1.15091
1.2.1111852                           1.07208
1.2.1039433                           1.02461
1.2.1123614                           0.87754
1.2.126225                            0.71061
1.2.409973                            0.59222
1.2.979913                            0.58627
1.2.1616179                           0.46898
1.2.1702628                           0.46128
1.2.479465                            0.25689
1.2.1591759                           0.20358
1.2.978106                            0.11156
1.2.573323                            0.09634
1.2.1021184                           0.08620
1.2.1623723                           0.05306
1.2.736124                            0.03386
1.2.1214396                           0.01018
1.2.577790                            0.00904
1.2.1213071                           0.00582
1.2.881146                            0.00236
1.2.1527702                           0.00185
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                        2248.11448
1.2.1701094                        1497.73330
1.2.1700499                         703.48781
1.2.1691739                         285.36257
1.2.457447                          273.43727
1.2.1672514                         230.25936
1.2.437438                          177.18097
1.2.1669186                         151.94282
1.2.1214396                         115.95147
1.2.1213071                          72.21030
1.2.1560396                          23.97122
1.2.881146                           19.67159
1.2.1094392                          10.02313
1.2.799404                            5.88879
1.2.503813                            3.81298
1.2.395549                            2.34148
1.2.1039433                           2.20218
1.2.33015                             2.01606
1.2.1616179                           1.92497
1.2.976581                            1.58736
1.2.36449                             1.52288
1.2.573514                            1.35915
1.2.409973                            0.77684
1.2.1015080                           0.76581
1.2.126225                            0.28883
1.2.1623723                           0.17329
1.2.396635                            0.12534
1.2.446700                            0.12391
1.2.1702634                           0.11360
1.2.1527702                           0.09012
1.2.955081                            0.06680
1.2.1684459                           0.03202
1.2.1021184                           0.01260

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1701094                        1424.70985
1.2.1692978                         340.39033
1.2.606017                          210.70435
1.2.415292                          171.96601
1.2.1700383                         111.54472
1.2.36449                            56.59432
1.2.33015                            43.57870
1.2.465206                           33.95798
1.2.888089                           31.22025
1.2.641198                           27.04097
1.2.1143893                          21.52208
1.2.1696206                          17.67466
1.2.1694252                           4.51432
1.2.1565108                           3.56636
1.2.395549                            1.65794
1.2.1039433                           0.71142
1.2.1700686                           0.67138
1.2.1616179                           0.47232
1.2.620507                            0.42398
1.2.469502                            0.24448
1.2.1698970                           0.05112
1.2.417653                            0.03717
1.2.1108195                           0.00697
1.2.542032                            0.00283
1.2.470547                            0.00090
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        3689.55136
1.2.1694252                         835.00302
1.2.1700686                         477.13605
1.2.1610085                         198.45153
1.2.1698970                         179.62152
1.2.606017                           92.20079
1.2.445498                           88.67812
1.2.1669186                          60.30452
1.2.1592306                          50.43380
1.2.168607                           49.25069
1.2.1108195                          46.91631
1.2.1700591                          44.23363
1.2.1696206                          39.58739
1.2.888089                           37.75289
1.2.457447                           35.98632
1.2.1565108                           8.15870
1.2.395549                            5.02912
1.2.1039433                           3.25078
1.2.1616179                           1.92239
1.2.1693506                           0.26352
1.2.1143893                           0.11242
1.2.1702168                           0.00277
1.2.1692978                           0.00196

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.529261                          138.70459
1.2.993563                           56.00703
1.2.1695235                          14.78862
1.2.36449                            10.45178
1.2.33015                             9.14551
1.2.1701094                           1.25116
1.2.1565108                           0.81199
1.2.437438                            0.71161
1.2.973383                            0.14639
1.2.126225                            0.02896
1.2.879901                            0.02195
1.2.1702878                           0.00081
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        2127.89444
1.2.1610085                        1058.97972
1.2.1695235                         906.66632
1.2.437438                          763.32165
1.2.424868                          231.38882
1.2.800115                           32.55160
1.2.1565108                           2.68506
1.2.973383                            0.29609
1.2.879901                            0.28888
1.2.1015080                           0.04529
1.2.126225                            0.01015
1.2.1682069                           0.00786

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.424868                          115.57357
1.2.33015                            30.03532
1.2.36449                            27.88796
1.2.1610085                          23.86062
1.2.1565108                           2.94369
1.2.17391                             2.42871
1.2.1701094                           1.45603
1.2.7137                              1.21141
1.2.1700499                           1.09192
1.2.888089                            1.08396
1.2.1039433                           0.99023
1.2.1207813                           0.73003
1.2.1622544                           0.29534
1.2.973383                            0.23030
1.2.702289                            0.23029
1.2.432100                            0.20263
1.2.171761                            0.07792
1.2.893637                            0.05605
1.2.1702168                           0.01917
1.2.126225                            0.01361
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        2943.83089
1.2.424868                          881.40011
1.2.90584                           174.69433
1.2.7003                             77.57298
1.2.888089                           77.22363
1.2.1610085                          75.52556
1.2.1669186                          22.13973
1.2.548395                           10.42607
1.2.17391                             8.05086
1.2.893637                            7.05586
1.2.1565108                           6.81740
1.2.404286                            3.49083
1.2.702289                            2.77457
1.2.603039                            2.62968
1.2.1039433                           1.83929
1.2.1207813                           1.55551
1.2.432100                            1.19743
1.2.883916                            1.04506
1.2.997236                            0.76012
1.2.1622544                           0.59937
1.2.1001333                           0.49530
1.2.973383                            0.30295
1.2.183307                            0.07798
1.2.36449                             0.02648
1.2.171761                            0.00150
1.2.1691956                           0.00063

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1682766                           0.51489
1.2.470547                            0.05219
1.2.212921                            0.01910
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1143893                          30.78216
1.2.470547                            4.13660
1.2.1525669                           1.84816
1.2.1682766                           0.19507
1.2.212921                            0.08118

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.560254                            0.05759
1.2.475905                            0.00433
1.2.555852                            0.00088
1.2.1613504                           0.00084
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.993563                            0.83594
1.2.1700120                           0.60021
1.2.17391                             0.25620
1.2.498000                            0.19496
1.2.502910                            0.12164
1.2.536054                            0.07758
1.2.998                               0.02974
1.2.521936                            0.00716
1.2.712461                            0.00435
1.2.1694507                           0.00042

Snapshots: https://mmcontest.bitshares.org/snapshots20200112.tbz

Code: [Select]
$ tar xjf snapshots20200112.tbz
$ find 2020-01-12 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
ec22d3242482e7737acdd3e675aa1c42e1b8dc1351624ea0bdbbcc56f0940ad1  -

Proposal for sending out rewards of 2020-01-12:

https://cryptofresh.com/tx/db0e849b1b34f5d8d15cd6156899d8e6c1c5219a
https://cryptofresh.com/b/44421160

https://cryptofresh.com/p/1.10.55576
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on January 14, 2020, 09:36:18 am
Reward data for 2020-01-13

(note: bitAsset markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 174d94a)

Total 21235.86730 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1693506                          47.83664
1.2.383547                           21.52274
1.2.36449                            21.10590
1.2.1527713                          20.64085
1.2.1560396                          18.51017
1.2.33015                            17.37015
1.2.437438                           14.41441
1.2.1094392                          13.75184
1.2.1695688                          11.44279
1.2.976581                            6.46149
1.2.503813                            1.91314
1.2.395549                            1.83853
1.2.1015080                           1.77210
1.2.1672514                           1.34847
1.2.1039433                           1.12723
1.2.1111852                           0.77358
1.2.1123614                           0.75285
1.2.1701094                           0.73718
1.2.126225                            0.72768
1.2.1702628                           0.40952
1.2.573323                            0.40654
1.2.1616179                           0.34339
1.2.409973                            0.34254
1.2.1591759                           0.29149
1.2.457447                            0.25288
1.2.979913                            0.24860
1.2.479465                            0.23900
1.2.1691739                           0.22684
1.2.978106                            0.09920
1.2.1021184                           0.06885
1.2.973383                            0.05693
1.2.1623723                           0.04558
1.2.799404                            0.04549
1.2.736124                            0.02949
1.2.1214396                           0.00642
1.2.1702634                           0.00361
1.2.1089395                           0.00319
1.2.1527702                           0.00034
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                        1371.13627
1.2.1700499                         996.59766
1.2.1691739                         820.18911
1.2.1701094                         516.03917
1.2.457447                          501.31706
1.2.1669186                         326.17139
1.2.437438                          322.09952
1.2.1672514                         287.91569
1.2.1214396                         179.98743
1.2.1213071                         109.98215
1.2.1560396                          29.18655
1.2.1094392                          28.17585
1.2.881146                           15.69314
1.2.1702634                          11.72385
1.2.171761                           11.43306
1.2.1693506                          10.51534
1.2.503813                            9.92330
1.2.799404                            6.10706
1.2.976581                            2.20612
1.2.1616179                           2.02069
1.2.395549                            1.79386
1.2.979913                            1.20526
1.2.409973                            1.20434
1.2.36449                             1.10377
1.2.1039433                           0.79342
1.2.1015080                           0.55870
1.2.1684459                           0.35322
1.2.396635                            0.16276
1.2.446700                            0.16090
1.2.1527702                           0.13805
1.2.573514                            0.13090
1.2.1623723                           0.12629
1.2.126225                            0.12468
1.2.1591759                           0.09308
1.2.955081                            0.08061
1.2.1021184                           0.02453

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1701094                         632.96813
1.2.1692978                         343.33237
1.2.415292                          200.62296
1.2.465206                          173.04065
1.2.606017                          147.21382
1.2.1700383                         116.00977
1.2.1700686                          78.18939
1.2.36449                            59.94616
1.2.1143893                          58.04383
1.2.33015                            52.84709
1.2.888089                           39.99390
1.2.641198                           29.19155
1.2.1696206                           5.98582
1.2.1565108                           3.19929
1.2.395549                            1.94853
1.2.1039433                           1.06380
1.2.1616179                           0.27692
1.2.469502                            0.20703
1.2.1694252                           0.14677
1.2.417653                            0.04012
1.2.1698970                           0.02392
1.2.424868                            0.00345
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        1628.06351
1.2.1694252                         867.35332
1.2.424868                          516.53522
1.2.1692978                         249.09865
1.2.1698970                         211.34401
1.2.465206                          196.49443
1.2.1700686                         157.30515
1.2.445498                          153.35245
1.2.1610085                         106.50385
1.2.606017                          102.95250
1.2.457447                           79.31415
1.2.1696206                          78.22503
1.2.1669186                          71.53103
1.2.1592306                          67.97882
1.2.168607                           64.37492
1.2.1700591                          52.54658
1.2.888089                           51.00136
1.2.1108195                          35.14779
1.2.1565108                           8.79195
1.2.395549                            5.30282
1.2.1039433                           3.89111
1.2.1616179                           0.72174
1.2.1693506                           0.29039
1.2.1702168                           0.02588

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.529261                          115.56976
1.2.993563                           65.55452
1.2.424868                           31.09377
1.2.36449                             9.70513
1.2.437438                            9.52086
1.2.33015                             8.49289
1.2.1565108                           0.76056
1.2.1701094                           0.61865
1.2.1695235                           0.57757
1.2.126225                            0.18471
1.2.973383                            0.13943
1.2.1089395                           0.05747
1.2.1599154                           0.02880
1.2.973616                            0.00054
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.437438                         1848.43156
1.2.1610085                        1516.35339
1.2.1695235                         865.36073
1.2.1701094                         864.85127
1.2.424868                           22.57742
1.2.800115                           20.46366
1.2.1565108                           1.64613
1.2.973383                            0.21991
1.2.879901                            0.14345
1.2.1682069                           0.00154
1.2.1611571                           0.00031

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.424868                           66.74567
1.2.1700499                          20.80567
1.2.36449                            17.71809
1.2.33015                            15.71623
1.2.17391                             7.67650
1.2.893637                            5.49659
1.2.1610085                           5.44302
1.2.888089                            3.70049
1.2.1565108                           1.54185
1.2.1039433                           1.41228
1.2.1207813                           1.36971
1.2.1701094                           0.62135
1.2.432100                            0.43195
1.2.973383                            0.35267
1.2.702289                            0.31995
1.2.1622544                           0.28119
1.2.171761                            0.14140
1.2.1089395                           0.07578
1.2.1702168                           0.00754
1.2.126225                            0.00395
1.2.1696220                           0.00017
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        2332.91174
1.2.90584                           338.61342
1.2.7003                            254.96237
1.2.1610085                         137.20797
1.2.888089                           45.63443
1.2.17391                            23.41475
1.2.1565108                           9.11088
1.2.893637                            3.89408
1.2.1669186                           2.87053
1.2.883916                            2.44782
1.2.603039                            2.00419
1.2.1039433                           1.39573
1.2.432100                            1.09645
1.2.997236                            0.73482
1.2.1207813                           0.53879
1.2.498000                            0.51953
1.2.973383                            0.37796
1.2.1001333                           0.35732
1.2.1622544                           0.30878
1.2.702289                            0.16154
1.2.1675273                           0.15205

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.168607                            0.10738
1.2.1591759                           0.02143
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.168607                            0.94574
1.2.1591759                           0.03809

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                          85.84497
1.2.168607                            2.00261
1.2.1682766                           0.55101
1.2.470547                            0.01001
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                          10.61131
1.2.1143893                           7.14223
1.2.168607                            4.54051
1.2.1525669                           2.55169
1.2.470547                            0.67926
1.2.1682766                           0.15007

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.7003                              0.27305
1.2.475905                            0.02005
1.2.560254                            0.01995
1.2.17391                             0.01142
1.2.536481                            0.00841
1.2.1618392                           0.00702
1.2.611135                            0.00546
1.2.594624                            0.00163
1.2.555852                            0.00133
1.2.163825                            0.00038
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1700120                           0.87997
1.2.993563                            0.58866
1.2.998                               0.57357
1.2.17391                             0.47422
1.2.698                               0.20792
1.2.1015710                           0.20040
1.2.536054                            0.10801
1.2.851316                            0.10394
1.2.502910                            0.07442
1.2.498000                            0.07098
1.2.541093                            0.02271
1.2.867710                            0.00191

Snapshots: https://mmcontest.bitshares.org/snapshots20200113.tbz

Code: [Select]
$ tar xjf snapshots20200113.tbz
$ find 2020-01-13 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
d53f13266613b5d2be27f5c7f2420b8caba4fb6a0115294e3abf3a80239c985d  -

Proposal for sending out rewards of 2020-01-13:

https://cryptofresh.com/tx/d75acfdf0595fc65ef3f75759f3cafc66b6eb026
https://cryptofresh.com/b/44453110

https://cryptofresh.com/p/1.10.55632
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on January 15, 2020, 06:56:49 am
Reward data for 2020-01-14

(note: bitAsset markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 174d94a)

Total 17292.12344 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1700499                         377.89505
1.2.1693506                          29.54547
1.2.36449                            27.52352
1.2.33015                            21.60300
1.2.1560396                          17.69571
1.2.1691739                          17.20689
1.2.1527713                          15.81192
1.2.1094392                          15.08387
1.2.1672514                          12.94563
1.2.875663                            8.69920
1.2.383547                            5.18067
1.2.976581                            4.55562
1.2.1702634                           4.17143
1.2.1610085                           3.46917
1.2.437438                            2.93056
1.2.503813                            2.11216
1.2.634395                            1.41787
1.2.395549                            1.09848
1.2.1015080                           0.72756
1.2.1684459                           0.57093
1.2.1111852                           0.51909
1.2.1039433                           0.48707
1.2.1123614                           0.47052
1.2.1695688                           0.43810
1.2.979913                            0.31957
1.2.573323                            0.29037
1.2.1701094                           0.26272
1.2.409973                            0.22783
1.2.1616179                           0.22666
1.2.799404                            0.21438
1.2.126225                            0.20070
1.2.1702628                           0.19662
1.2.479465                            0.15593
1.2.973383                            0.12930
1.2.577790                            0.08537
1.2.1623723                           0.07486
1.2.978106                            0.06657
1.2.1591759                           0.05774
1.2.1021184                           0.04799
1.2.1089395                           0.01917
1.2.138771                            0.01902
1.2.736124                            0.01619
1.2.457447                            0.01325
1.2.973616                            0.01056
1.2.1527702                           0.00008
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                        2020.76740
1.2.1691739                         720.74710
1.2.1701094                         497.59177
1.2.437438                          390.88451
1.2.1700499                         380.33043
1.2.1672514                         313.25725
1.2.1669186                         308.05042
1.2.457447                          221.04599
1.2.1214396                         123.80057
1.2.1213071                          76.67624
1.2.1094392                          48.75074
1.2.1527713                          37.39861
1.2.1560396                          33.15004
1.2.881146                           25.39975
1.2.171761                           22.07240
1.2.799404                            8.17953
1.2.1702634                           5.34532
1.2.976581                            3.90780
1.2.1693506                           2.23639
1.2.395549                            2.21958
1.2.503813                            1.93091
1.2.138771                            1.44216
1.2.36449                             1.30706
1.2.1039433                           1.03737
1.2.409973                            0.95710
1.2.126225                            0.92126
1.2.919400                            0.71048
1.2.1684459                           0.55773
1.2.824463                            0.34178
1.2.1015080                           0.33759
1.2.1616179                           0.31642
1.2.396635                            0.25538
1.2.446700                            0.25247
1.2.1527702                           0.20207
1.2.1591759                           0.16296
1.2.955081                            0.08910
1.2.979913                            0.08662
1.2.1640883                           0.07483
1.2.1623723                           0.06618
1.2.577790                            0.05496
1.2.389497                            0.05454
1.2.1021184                           0.03172

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                         338.38301
1.2.1701094                         274.13284
1.2.415292                          197.84889
1.2.1143893                         187.15934
1.2.465206                          179.31422
1.2.606017                          160.95276
1.2.1700686                         122.97437
1.2.1700383                         114.64875
1.2.36449                            47.30169
1.2.33015                            41.77022
1.2.641198                           40.17499
1.2.888089                           29.87080
1.2.1696206                          22.11221
1.2.1592306                           4.89153
1.2.1565108                           2.94578
1.2.395549                            1.80622
1.2.457603                            1.54781
1.2.1039433                           0.52845
1.2.469502                            0.50998
1.2.1616179                           0.44858
1.2.1605735                           0.37673
1.2.1700404                           0.23730
1.2.383547                            0.11462
1.2.1698970                           0.06153
1.2.417653                            0.05060
1.2.573323                            0.01239
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                         717.75427
1.2.1700686                         403.53011
1.2.1698970                         267.06443
1.2.465206                          226.63356
1.2.424868                          154.70888
1.2.1700591                         142.93355
1.2.1694252                         136.64123
1.2.1692978                          80.77903
1.2.1669186                          60.79000
1.2.1592306                          51.95906
1.2.1143893                          51.81493
1.2.888089                           46.21251
1.2.457447                           45.59257
1.2.1108195                          37.52280
1.2.1696206                          36.07953
1.2.606017                           34.26755
1.2.445498                           20.60285
1.2.1565108                          11.95458
1.2.168607                           10.60436
1.2.203202                            9.79942
1.2.1039433                           6.62452
1.2.395549                            4.99069
1.2.1610085                           3.23710
1.2.641198                            0.46435
1.2.1702168                           0.08421
1.2.1693506                           0.04806
1.2.1616179                           0.03133
1.2.470547                            0.02982

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.529261                           55.72023
1.2.993563                           32.79233
1.2.36449                            23.92315
1.2.424868                           17.00170
1.2.33015                            16.56680
1.2.1610085                           3.83526
1.2.437438                            1.94221
1.2.1565108                           0.85971
1.2.1089395                           0.35257
1.2.1701094                           0.23809
1.2.973383                            0.19877
1.2.1695235                           0.18488
1.2.126225                            0.13544
1.2.973616                            0.03635
1.2.1599154                           0.03521
1.2.1701364                           0.02230
1.2.879901                            0.01711
1.2.800115                            0.01127
1.2.713467                            0.00003
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                        2213.44970
1.2.437438                         1743.19644
1.2.1695235                         773.95505
1.2.1701094                         300.14984
1.2.33015                            25.79737
1.2.800115                           20.00734
1.2.1565108                           3.10549
1.2.973383                            0.31214
1.2.879901                            0.14766
1.2.1015080                           0.12560

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1700499                          35.45347
1.2.36449                            30.05109
1.2.33015                            28.08565
1.2.424868                           15.90765
1.2.893637                            7.79554
1.2.888089                            4.22634
1.2.1610085                           2.21624
1.2.17391                             2.04961
1.2.1565108                           2.00788
1.2.1207813                           0.57084
1.2.1039433                           0.40814
1.2.432100                            0.35491
1.2.1701094                           0.30342
1.2.973383                            0.24403
1.2.1089395                           0.22558
1.2.1622544                           0.21486
1.2.702289                            0.10264
1.2.973616                            0.03900
1.2.171761                            0.01894
1.2.883916                            0.00527
1.2.998                               0.00352
1.2.1702168                           0.00101
1.2.126225                            0.00049
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                         747.18864
1.2.7003                            307.88456
1.2.1610085                          35.08145
1.2.888089                           30.98158
1.2.17391                            25.12647
1.2.883916                            7.12885
1.2.1565108                           5.89574
1.2.33015                             3.55976
1.2.1669186                           3.35559
1.2.1207813                           1.13838
1.2.1001333                           1.11519
1.2.893637                            0.72262
1.2.432100                            0.64315
1.2.973383                            0.48934
1.2.1039433                           0.41850
1.2.1622544                           0.41833
1.2.997236                            0.34055
1.2.548395                            0.24658
1.2.1700499                           0.15999
1.2.702289                            0.02526
1.2.183307                            0.00162

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                           0.58254
1.2.1591759                           0.03135
1.2.168607                            0.01151
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                           1.31052
1.2.168607                            0.17109
1.2.1591759                           0.04436

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                         123.10475
1.2.1143893                           5.87355
1.2.168607                            3.56562
1.2.383547                            2.16655
1.2.1682766                           0.25045
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.383547                          229.62730
1.2.1610085                          39.45035
1.2.1143893                          37.03784
1.2.168607                            5.79211
1.2.1525669                           0.66137

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                          19.18426
1.2.1702902                           0.16816
1.2.162910                            0.00170
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         115.28042
1.2.1621254                           3.93646
1.2.162910                            0.00170

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.7003                              2.31185
1.2.545151                            1.38253
1.2.1621254                           0.57399
1.2.1618392                           0.06646
1.2.611135                            0.05283
1.2.17391                             0.04868
1.2.594624                            0.01577
1.2.536481                            0.00814
1.2.560254                            0.00528
1.2.558029                            0.00457
1.2.163825                            0.00369
1.2.475905                            0.00245
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                           1.41113
1.2.1700120                           0.23779
1.2.993563                            0.21199
1.2.998                               0.14423
1.2.851316                            0.11583
1.2.571953                            0.08833
1.2.698                               0.06031
1.2.17391                             0.04476
1.2.536054                            0.01001
1.2.502910                            0.00694
1.2.541093                            0.00580

Snapshots: https://mmcontest.bitshares.org/snapshots20200114.tbz

Code: [Select]
$ tar xjf snapshots20200114.tbz
$ find 2020-01-14 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
9b6d40c4de7a77429f3b028d1a9c58adf49b7db9f9a43cd1bdd96bf14395e053  -

Proposal for sending out rewards of 2020-01-14:

https://cryptofresh.com/tx/4a39cee120ba252a8ee59a5258e78a955b0cd30e
https://cryptofresh.com/b/44482057

https://cryptofresh.com/p/1.10.55676
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on January 16, 2020, 05:54:50 am
Reward data for 2020-01-15

(note: bitAsset markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 174d94a)

Total 7985.91417 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691739                         146.31180
1.2.36449                            29.28597
1.2.33015                            22.95188
1.2.1672514                          14.89784
1.2.1693506                          14.45806
1.2.1560396                           9.58427
1.2.1094392                           8.31408
1.2.437438                            7.59861
1.2.1214396                           5.78145
1.2.881146                            5.50653
1.2.831392                            3.94996
1.2.875663                            3.73484
1.2.562482                            3.34030
1.2.1123614                           3.18065
1.2.1695688                           2.62016
1.2.1610085                           2.29201
1.2.799404                            2.22257
1.2.1702628                           1.90296
1.2.1527713                           1.66028
1.2.498000                            1.43871
1.2.395549                            1.41057
1.2.976581                            0.92560
1.2.1111852                           0.39463
1.2.409973                            0.35346
1.2.1591759                           0.32676
1.2.742251                            0.26766
1.2.736124                            0.23845
1.2.979913                            0.21722
1.2.1089395                           0.21709
1.2.503813                            0.16608
1.2.1616179                           0.08710
1.2.479465                            0.08700
1.2.916467                            0.08665
1.2.573514                            0.08130
1.2.462483                            0.05063
1.2.1623723                           0.04288
1.2.978106                            0.03922
1.2.573323                            0.03267
1.2.1015080                           0.02817
1.2.1527702                           0.02670
1.2.1213071                           0.02581
1.2.973383                            0.01657
1.2.1021184                           0.01638
1.2.577790                            0.01621
1.2.1700338                           0.00515
1.2.1702634                           0.00128
1.2.981588                            0.00083
1.2.490345                            0.00024
1.2.676381                            0.00016
1.2.1042549                           0.00010
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                        1308.24666
1.2.1691739                         729.00136
1.2.1669186                         186.60580
1.2.1214396                         177.77844
1.2.1672514                         114.36907
1.2.1213071                         106.40652
1.2.1693506                          68.08520
1.2.437438                           60.90201
1.2.1700499                          50.08485
1.2.457447                           41.54050
1.2.1527713                          30.59146
1.2.881146                           30.24504
1.2.1094392                          29.97526
1.2.1560396                          21.63939
1.2.395549                            4.29992
1.2.799404                            1.93181
1.2.36449                             1.32272
1.2.1616179                           1.20239
1.2.1702634                           1.16654
1.2.1640883                           0.78786
1.2.973383                            0.67617
1.2.1111852                           0.63705
1.2.479465                            0.46927
1.2.1015080                           0.42562
1.2.171761                            0.37677
1.2.138771                            0.22133
1.2.976581                            0.19006
1.2.126225                            0.13953
1.2.1123614                           0.12993
1.2.736124                            0.12948
1.2.503813                            0.11406
1.2.1623723                           0.11232
1.2.979913                            0.10818
1.2.1591759                           0.09343
1.2.1039433                           0.08495
1.2.409973                            0.04270
1.2.1701094                           0.04208
1.2.577790                            0.03223
1.2.824463                            0.03103
1.2.396635                            0.01330
1.2.446700                            0.01315
1.2.1527702                           0.01178
1.2.955081                            0.00703
1.2.977687                            0.00094
1.2.1021184                           0.00094
1.2.353825                            0.00037

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                         405.96954
1.2.415292                          223.88399
1.2.606017                          177.75887
1.2.1700383                         141.94588
1.2.1143893                          64.86814
1.2.36449                            44.58423
1.2.33015                            39.43817
1.2.1700686                          38.94584
1.2.888089                           37.68846
1.2.1698970                          27.43250
1.2.1700591                          20.38286
1.2.1592306                          12.98105
1.2.544003                            7.02799
1.2.1565108                           4.02755
1.2.1696206                           2.52826
1.2.782669                            2.45124
1.2.395549                            1.49265
1.2.1039433                           0.91257
1.2.457603                            0.89483
1.2.1701094                           0.51662
1.2.1605735                           0.20702
1.2.1616179                           0.18219
1.2.1700404                           0.16498
1.2.469502                            0.12410
1.2.102755                            0.12306
1.2.1123614                           0.08159
1.2.465206                            0.04163
1.2.477169                            0.01963
1.2.573323                            0.00164
1.2.1696220                           0.00098
1.2.1108195                           0.00068
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                         169.87960
1.2.1700686                         162.03843
1.2.1698970                         147.38370
1.2.465206                           93.61289
1.2.1692978                          88.11198
1.2.1669186                          53.15270
1.2.1108195                          42.48431
1.2.457447                           38.70671
1.2.606017                           36.20498
1.2.1700591                          33.98294
1.2.1696206                          28.49757
1.2.36449                            15.65376
1.2.33015                            14.71541
1.2.544003                           14.25210
1.2.1592306                          12.12150
1.2.1565108                          11.59495
1.2.1143893                          10.00974
1.2.888089                            6.54581
1.2.445498                            5.74934
1.2.395549                            3.83401
1.2.1039433                           3.55505
1.2.203202                            2.63355
1.2.641198                            1.18245
1.2.1616179                           0.78030
1.2.424868                            0.70633
1.2.1123614                           0.10082
1.2.1684459                           0.00012

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.993563                           29.59137
1.2.424868                           10.88420
1.2.36449                            10.05619
1.2.529261                            8.29799
1.2.33015                             7.46516
1.2.800115                            1.97539
1.2.437438                            1.36242
1.2.1565108                           1.29481
1.2.1610085                           1.15864
1.2.1695235                           0.34818
1.2.1089395                           0.32367
1.2.973616                            0.24993
1.2.1701364                           0.11874
1.2.879901                            0.08115
1.2.973383                            0.06908
1.2.462696                            0.03882
1.2.1699975                           0.01070
1.2.1038609                           0.01068
1.2.1015080                           0.00685
1.2.126225                            0.00604
1.2.1700343                           0.00300
1.2.1700406                           0.00100
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695235                        1428.80564
1.2.1610085                         124.60244
1.2.529261                          120.90037
1.2.437438                          114.78663
1.2.33015                            23.68566
1.2.800115                           19.22357
1.2.993563                            5.13256
1.2.1565108                           2.54439
1.2.1701094                           1.25365
1.2.1015080                           0.48088
1.2.973383                            0.35765
1.2.126225                            0.14392
1.2.879901                            0.10224

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            19.29341
1.2.424868                           18.49212
1.2.33015                            12.53654
1.2.1700499                          10.36658
1.2.893637                            3.11427
1.2.888089                            2.68579
1.2.1565108                           2.12819
1.2.1610085                           1.00837
1.2.998                               0.95269
1.2.17391                             0.62347
1.2.1207813                           0.61303
1.2.1089395                           0.28300
1.2.432100                            0.27096
1.2.1622544                           0.19972
1.2.883916                            0.17630
1.2.702289                            0.12326
1.2.973616                            0.07398
1.2.973383                            0.06621
1.2.126225                            0.05270
1.2.768441                            0.03234
1.2.1702168                           0.00324
1.2.473510                            0.00029
1.2.1117174                           0.00002
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.33015                            14.95902
1.2.888089                           13.71386
1.2.1565108                           5.52046
1.2.893637                            1.17058
1.2.883916                            0.87937
1.2.1207813                           0.79912
1.2.432100                            0.61795
1.2.1622544                           0.29210
1.2.973383                            0.28682
1.2.354252                            0.26846
1.2.702289                            0.20517
1.2.126225                            0.08024
1.2.1119595                           0.00820
1.2.997236                            0.00267
1.2.473510                            0.00063

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                           0.55727
1.2.1591759                           0.00697
1.2.185761                            0.00499
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                           0.38243
1.2.168607                            0.02628
1.2.1591759                           0.00693
1.2.185761                            0.00518

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                          81.96191
1.2.383547                           15.06906
1.2.1143893                          10.84531
1.2.168607                            2.57572
1.2.1694252                           0.23022
1.2.470547                            0.18469
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.383547                          141.70059
1.2.1610085                          26.01332
1.2.1143893                           7.58467
1.2.168607                            1.90788
1.2.544003                            0.91438
1.2.470547                            0.58523

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                          33.77204
1.2.1702902                           0.15000
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         104.41730
1.2.1621254                           2.68799

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                           1.66982
1.2.1015710                           0.41234
1.2.993563                            0.23484
1.2.1700120                           0.14723
1.2.652273                            0.02202
1.2.475905                            0.00708
1.2.784586                            0.00214
1.2.558990                            0.00110
1.2.467903                            0.00058
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                           3.20037
1.2.993563                            0.19870
1.2.1702713                           0.17292
1.2.1700120                           0.10773
1.2.17391                             0.10121
1.2.571953                            0.09435
1.2.1081424                           0.01030
1.2.536054                            0.00692
1.2.1673312                           0.00401
1.2.777276                            0.00252
1.2.1700499                           0.00087
1.2.576765                            0.00020
1.2.541093                            0.00002
1.2.502910                            0.00001

Snapshots: https://mmcontest.bitshares.org/snapshots20200115.tbz

Code: [Select]
$ tar xjf snapshots20200115.tbz
$ find 2020-01-15 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
b2a4b9d2db9af625ff05eb416e5e17cd7047441a19524df55c73f59aa7487f22  -

Proposal for sending out rewards of 2020-01-15:

https://cryptofresh.com/tx/ab64b33ec034ad5e7735d1e4dc8660370c755e83
https://cryptofresh.com/b/44509551

https://cryptofresh.com/p/1.10.55727
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: sschiessl on January 16, 2020, 06:56:09 am
Are the payouts still being reduced, or participation declining?
Title: Re: Market making contest (main thread)
Post by: abit on January 16, 2020, 06:36:42 pm
Are the payouts still being reduced, or participation declining?
The top one didn't participate yesterday.
Title: Re: Market making contest (main thread)
Post by: abit on January 17, 2020, 08:26:00 am
Reward data for 2020-01-16

(note: bitAsset markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 174d94a)

Total 12268.50025 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1560396                          12.27763
1.2.1527713                          10.16406
1.2.36449                             8.61961
1.2.33015                             5.93499
1.2.1691739                           4.54029
1.2.1094392                           4.27239
1.2.1672514                           3.11782
1.2.1695688                           2.12422
1.2.395549                            1.42466
1.2.1701094                           0.87356
1.2.881146                            0.81600
1.2.1111852                           0.78395
1.2.479465                            0.55920
1.2.799404                            0.38008
1.2.1015080                           0.26962
1.2.1123614                           0.26283
1.2.1616179                           0.18816
1.2.1214396                           0.15928
1.2.736124                            0.13507
1.2.126225                            0.10113
1.2.1623723                           0.05689
1.2.577790                            0.05363
1.2.979913                            0.04245
1.2.1687144                           0.03801
1.2.457447                            0.02561
1.2.916467                            0.01635
1.2.1693506                           0.00871
1.2.1619104                           0.00716
1.2.409973                            0.00271
1.2.1527702                           0.00158
1.2.1213071                           0.00023
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                         792.07969
1.2.457447                          307.77858
1.2.1693506                         289.94419
1.2.1701094                         283.80936
1.2.1691739                         222.31117
1.2.1669186                         172.35573
1.2.1672514                         132.75666
1.2.1619104                          92.24528
1.2.1214396                          85.10171
1.2.1213071                          77.61215
1.2.437438                           67.68910
1.2.562482                           62.61536
1.2.1700499                          51.59830
1.2.1094392                          25.13154
1.2.1560396                          22.98605
1.2.1616179                          22.98413
1.2.881146                           17.97964
1.2.1527713                          10.81681
1.2.458173                            9.31090
1.2.1111852                           6.17631
1.2.799404                            5.26585
1.2.395549                            3.53539
1.2.1702634                           1.43886
1.2.1123614                           1.23536
1.2.976581                            0.68426
1.2.973383                            0.64312
1.2.126225                            0.54619
1.2.171761                            0.54513
1.2.1591759                           0.53865
1.2.1015080                           0.48684
1.2.979913                            0.46664
1.2.479465                            0.45704
1.2.503813                            0.25440
1.2.138771                            0.18031
1.2.1623723                           0.10837
1.2.1021184                           0.09501
1.2.1039433                           0.06704
1.2.736124                            0.05046
1.2.1527702                           0.04664
1.2.824463                            0.03992
1.2.977687                            0.03886
1.2.409973                            0.03795
1.2.577790                            0.02852
1.2.396635                            0.01293
1.2.446700                            0.01278
1.2.955081                            0.00578

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1701094                         513.91178
1.2.1692978                         300.76707
1.2.415292                          136.08163
1.2.606017                          134.57758
1.2.1700383                         122.53021
1.2.465206                           49.26782
1.2.36449                            36.85805
1.2.33015                            35.22958
1.2.888089                           28.90402
1.2.1696206                           5.75339
1.2.1700591                           5.24715
1.2.1700686                           5.19791
1.2.1565108                           4.92331
1.2.1698970                           2.31480
1.2.1039433                           1.66516
1.2.395549                            1.37970
1.2.1616179                           0.28830
1.2.1694252                           0.24929
1.2.424868                            0.10850
1.2.782669                            0.09446
1.2.1610085                           0.01230
1.2.1702168                           0.00669
1.2.1108195                           0.00135
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        1929.39545
1.2.465206                          342.98273
1.2.1692978                         199.72231
1.2.1700686                         177.92084
1.2.457447                          118.00303
1.2.606017                           95.41659
1.2.1700591                          91.29823
1.2.1669186                          85.06008
1.2.888089                           46.10711
1.2.1108195                          31.14785
1.2.1696206                          27.94676
1.2.1592306                          27.03491
1.2.1565108                           9.50312
1.2.445498                            8.07278
1.2.470547                            4.61717
1.2.395549                            3.42265
1.2.415292                            2.90683
1.2.1123614                           2.64145
1.2.1039433                           1.62821
1.2.641198                            1.26205
1.2.1698970                           0.29674
1.2.1616179                           0.22811
1.2.1610085                           0.05304
1.2.1700383                           0.05066
1.2.1702168                           0.00855
1.2.1696220                           0.00085
1.2.1560396                           0.00004

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.993563                           48.50650
1.2.36449                            10.81827
1.2.33015                             9.41122
1.2.1565108                           1.98758
1.2.973616                            1.02881
1.2.437438                            0.17250
1.2.1695235                           0.14099
1.2.1015080                           0.13033
1.2.973383                            0.06736
1.2.1701364                           0.06618
1.2.1682069                           0.03597
1.2.126225                            0.02960
1.2.1701094                           0.00827
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695235                        1184.22807
1.2.437438                          224.98252
1.2.529261                           72.62676
1.2.1610085                          54.91316
1.2.1701094                          10.39429
1.2.800115                            9.97533
1.2.993563                            9.03996
1.2.1565108                           2.30624
1.2.1015080                           0.71513
1.2.973383                            0.44024
1.2.126225                            0.29194
1.2.879901                            0.19570

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                             7.41036
1.2.36449                             6.60487
1.2.424868                            3.85097
1.2.1565108                           2.78175
1.2.1701094                           2.21435
1.2.888089                            1.10204
1.2.1207813                           0.96246
1.2.1622544                           0.28195
1.2.883916                            0.26498
1.2.432100                            0.24315
1.2.126225                            0.14582
1.2.1610085                           0.13675
1.2.702289                            0.13319
1.2.893637                            0.09267
1.2.1089395                           0.06624
1.2.973616                            0.02461
1.2.768441                            0.02045
1.2.973383                            0.01683
1.2.17391                             0.01345
1.2.1702168                           0.00039
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        2294.89190
1.2.888089                           34.02606
1.2.36449                            16.04186
1.2.893637                            6.61073
1.2.1565108                           4.98300
1.2.33015                             3.80897
1.2.883916                            1.97156
1.2.1207813                           1.64214
1.2.432100                            0.96797
1.2.498000                            0.83396
1.2.1622544                           0.72895
1.2.1700499                           0.69576
1.2.17391                             0.31930
1.2.126225                            0.25421
1.2.7003                              0.20177
1.2.973383                            0.02322

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1591759                           0.00619
1.2.185761                            0.00291
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1591759                           0.00623
1.2.185761                            0.00309

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1694252                         144.18889
1.2.1610085                          65.92920
1.2.168607                            3.39774
1.2.1143893                           1.12231
1.2.383547                            0.09326
1.2.1682766                           0.02841
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.383547                          292.10754
1.2.1610085                         110.14479
1.2.1143893                          67.67174
1.2.1694252                          24.91834
1.2.470547                            2.05270
1.2.168607                            1.44897
1.2.501058                            0.02893

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                          14.59643
1.2.1702902                           0.09730
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                          81.49534
1.2.1621254                           0.20327

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1618052                           0.24960
1.2.1700616                           0.13820
1.2.1015710                           0.12056
1.2.1081424                           0.05245
1.2.475905                            0.01063
1.2.652273                            0.01007
1.2.558990                            0.00032
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1700120                           0.60767
1.2.993563                            0.57751
1.2.1702713                           0.53825
1.2.571953                            0.19525
1.2.1081424                           0.09857
1.2.1673312                           0.00846
1.2.777276                            0.00580
1.2.536054                            0.00074

Snapshots: https://mmcontest.bitshares.org/snapshots20200116.tbz

Code: [Select]
$ tar xjf snapshots20200116.tbz
$ find 2020-01-16 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
5d619b8791d1ad1bd515dcc88f0a1453f86ad70780407fd55bc9731465d1bbc9  -

Proposal for sending out rewards of 2020-01-16:

https://cryptofresh.com/tx/2ef02cb3cf72bd196bf6ec7494098219cce8b42e
https://cryptofresh.com/b/44541297

https://cryptofresh.com/p/1.10.55795
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on January 18, 2020, 08:16:19 am
Reward data for 2020-01-17

(note: bitAsset markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 174d94a)

Total 12248.84684 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            28.57838
1.2.33015                            19.71081
1.2.1527713                          10.60841
1.2.1672514                          10.59417
1.2.1560396                          10.48089
1.2.1619104                           4.50589
1.2.1094392                           3.95722
1.2.1606285                           3.48286
1.2.831392                            2.66579
1.2.1015080                           0.69755
1.2.799404                            0.57659
1.2.1687144                           0.43008
1.2.395549                            0.37991
1.2.736124                            0.35404
1.2.979913                            0.28352
1.2.916467                            0.11899
1.2.457447                            0.08366
1.2.409973                            0.07167
1.2.1616179                           0.06486
1.2.1695688                           0.05776
1.2.1691739                           0.04343
1.2.1623723                           0.03127
1.2.973616                            0.01759
1.2.1527702                           0.01614
1.2.1612934                           0.01190
1.2.981588                            0.00262
1.2.1700350                           0.00025
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                         736.79227
1.2.457447                          467.85976
1.2.1619104                         305.94074
1.2.1672514                         238.33464
1.2.1669186                         184.74842
1.2.1691739                         174.23858
1.2.437438                          103.09865
1.2.1214396                          97.10604
1.2.1213071                          87.84151
1.2.1693506                          53.74126
1.2.1560396                          25.30522
1.2.881146                           21.78800
1.2.562482                           14.18294
1.2.1094392                          10.15971
1.2.1610085                           9.01138
1.2.1527713                           8.16417
1.2.458173                            5.63443
1.2.395549                            5.04664
1.2.1616179                           4.16678
1.2.799404                            4.02617
1.2.1700499                           2.41194
1.2.973616                            1.89915
1.2.1111852                           1.53148
1.2.1015080                           0.61402
1.2.1687144                           0.53305
1.2.126225                            0.45127
1.2.1702634                           0.37078
1.2.389497                            0.24815
1.2.976581                            0.21198
1.2.28914                             0.17270
1.2.479465                            0.17087
1.2.1123614                           0.13325
1.2.1591759                           0.12329
1.2.1623723                           0.11081
1.2.979913                            0.10065
1.2.1606285                           0.05192
1.2.138771                            0.04648
1.2.171761                            0.03621
1.2.1021184                           0.01981
1.2.1039433                           0.00978
1.2.1527702                           0.00557
1.2.977687                            0.00539
1.2.736124                            0.00229
1.2.577790                            0.00176
1.2.824463                            0.00074
1.2.520645                            0.00067
1.2.409973                            0.00048

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1701094                         738.02349
1.2.1692978                         348.90178
1.2.415292                          202.10065
1.2.606017                          141.46244
1.2.1700383                         138.52328
1.2.1700686                          47.20804
1.2.1700591                          41.13842
1.2.36449                            41.07626
1.2.33015                            36.13995
1.2.888089                           28.07566
1.2.1143893                          19.86259
1.2.1696206                          14.21489
1.2.782669                            3.87513
1.2.1565108                           3.32145
1.2.395549                            1.37123
1.2.1606562                           1.35221
1.2.1108195                           0.85066
1.2.1039433                           0.68754
1.2.1616179                           0.49112
1.2.465206                            0.01608
1.2.1702168                           0.00524
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        2336.19171
1.2.465206                          285.15492
1.2.1700686                         103.66070
1.2.606017                           96.90425
1.2.1700591                          68.72283
1.2.1669186                          41.89679
1.2.1108195                          33.74844
1.2.888089                           18.30062
1.2.1696206                          11.36290
1.2.1565108                          11.10347
1.2.1039433                           5.25240
1.2.457447                            3.21835
1.2.395549                            3.20900
1.2.1692978                           1.01198
1.2.1616179                           0.35895
1.2.1123614                           0.33006
1.2.1610085                           0.01317
1.2.1702168                           0.00413
1.2.465118                            0.00408

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.993563                            3.17950
1.2.1565108                           0.67857
1.2.973616                            0.16048
1.2.1701364                           0.09408
1.2.800115                            0.07204
1.2.1695235                           0.05813
1.2.1612934                           0.04824
1.2.1616850                           0.04592
1.2.1682069                           0.03411
1.2.879901                            0.03044
1.2.437438                            0.01826
1.2.126225                            0.01712
1.2.973383                            0.01506
1.2.1015080                           0.01050
1.2.36449                             0.00820
1.2.33015                             0.00717
1.2.354252                            0.00556
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695235                         365.03674
1.2.437438                          358.65409
1.2.1610085                          27.74670
1.2.529261                           27.41564
1.2.800115                            9.59103
1.2.1565108                           3.39160
1.2.1015080                           2.24209
1.2.993563                            0.43863
1.2.879901                            0.18969
1.2.126225                            0.12859
1.2.973383                            0.00628

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             8.82641
1.2.33015                             8.52406
1.2.424868                            4.93677
1.2.1565108                           1.91848
1.2.888089                            1.56065
1.2.1701094                           0.76376
1.2.1207813                           0.68947
1.2.883916                            0.61482
1.2.432100                            0.29623
1.2.1560396                           0.22275
1.2.1610085                           0.17838
1.2.1622544                           0.17633
1.2.126225                            0.14404
1.2.973616                            0.10567
1.2.702289                            0.09370
1.2.1089395                           0.08640
1.2.893637                            0.07593
1.2.768441                            0.01394
1.2.17391                             0.00048
1.2.1702168                           0.00006
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        2909.90775
1.2.888089                           24.16877
1.2.36449                            14.15978
1.2.893637                            7.49355
1.2.1565108                           5.16418
1.2.1560396                           1.02198
1.2.1207813                           0.78700
1.2.432100                            0.64387
1.2.883916                            0.63415
1.2.33015                             0.42136
1.2.1622544                           0.36444
1.2.126225                            0.19169
1.2.380191                            0.02722

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.00131
1.2.1591759                           0.00078
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.00143
1.2.1591759                           0.00078

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1694252                         200.35277
1.2.1610085                          47.88180
1.2.168607                            3.86394
1.2.1682766                           0.03182
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.383547                          249.52268
1.2.1610085                         190.26553
1.2.1694252                          30.44207
1.2.544003                            5.65468
1.2.1143893                           2.93173
1.2.168607                            1.43089
1.2.501058                            0.03285

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                           0.33328
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         226.32383

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1618052                           0.63023
1.2.1700616                           0.32680
1.2.1015710                           0.01010
1.2.1613504                           0.00042
1.2.558990                            0.00002
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.993563                            0.91496
1.2.1702713                           0.44254
1.2.1700120                           0.24838
1.2.571953                            0.21826
1.2.536054                            0.00967
1.2.1673312                           0.00946
1.2.431298                            0.00039

Snapshots: https://mmcontest.bitshares.org/snapshots20200117.tbz

Code: [Select]
$ tar xjf snapshots20200117.tbz
$ find 2020-01-17 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
d184ba9c64b6eb4201f9a64085c624f1aa2882611b0c15358979a3b076dfad3d  -

Proposal for sending out rewards of 2020-01-17:

https://cryptofresh.com/tx/44f6ddf665e60354fd008704dc2a841512f11773
https://cryptofresh.com/b/44569831

https://cryptofresh.com/p/1.10.55830
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: btstodamoon on January 18, 2020, 11:11:39 am
a神,建议奖励大于1bts才给发 0.001bts也发,这不是浪费网络资源吗?1一下的太少了,一点意义都没有。
Title: Re: Market making contest (main thread)
Post by: abit on January 19, 2020, 06:37:50 am
a神,建议奖励大于1bts才给发 0.001bts也发,这不是浪费网络资源吗?1一下的太少了,一点意义都没有。
小奖也发,对小户友好一点
Title: Re: Market making contest (main thread)
Post by: abit on January 19, 2020, 06:48:07 am
Reward data for 2020-01-18

(note: bitAsset markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 174d94a)

Total 10134.58858 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            21.59689
1.2.33015                            14.90991
1.2.1560396                          13.83450
1.2.1672514                           8.79153
1.2.1619104                           7.15686
1.2.383547                            4.82393
1.2.831392                            2.61084
1.2.1094392                           2.55691
1.2.1687144                           0.98805
1.2.1527713                           0.79609
1.2.395549                            0.74182
1.2.1606285                           0.72626
1.2.1015080                           0.66682
1.2.799404                            0.27091
1.2.736124                            0.23698
1.2.409973                            0.23075
1.2.457447                            0.17041
1.2.1616179                           0.13802
1.2.1527702                           0.05557
1.2.979913                            0.04725
1.2.462483                            0.04698
1.2.1623723                           0.02789
1.2.973616                            0.02720
1.2.981588                            0.02366
1.2.1695688                           0.01597
1.2.1691739                           0.01200
1.2.1702168                           0.00976
1.2.1042549                           0.00457
1.2.742276                            0.00403
1.2.676381                            0.00259
1.2.464767                            0.00015
1.2.1066977                           0.00008
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                         275.33459
1.2.1619104                         214.32833
1.2.457447                          200.69842
1.2.1672514                         167.10675
1.2.1669186                         122.72062
1.2.1691739                         105.21661
1.2.1213071                          63.95132
1.2.1214396                          43.71600
1.2.458173                           36.94197
1.2.1527713                          33.07114
1.2.1560396                          32.47896
1.2.437438                           29.45501
1.2.881146                            8.52295
1.2.1610085                           7.34922
1.2.1693506                           5.68622
1.2.799404                            4.37700
1.2.973616                            3.55891
1.2.395549                            3.47655
1.2.562482                            2.78680
1.2.1094392                           1.98668
1.2.1616179                           1.59011
1.2.1701094                           1.56929
1.2.1687144                           1.38088
1.2.1123614                           1.25597
1.2.934266                            0.69552
1.2.33015                             0.45073
1.2.1111852                           0.33364
1.2.1623723                           0.17144
1.2.126225                            0.17052
1.2.1591759                           0.11656
1.2.479465                            0.04075
1.2.1606285                           0.01083
1.2.979913                            0.00499
1.2.1527702                           0.00071

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1701094                         304.62623
1.2.415292                          237.58252
1.2.1692978                         144.48191
1.2.606017                          107.75118
1.2.1700383                          78.21823
1.2.888089                           32.66818
1.2.36449                            31.80539
1.2.33015                            27.26543
1.2.1143893                          17.88993
1.2.1700686                           9.91634
1.2.782669                            8.07479
1.2.1700591                           7.73839
1.2.1565108                           6.21376
1.2.1696206                           3.46555
1.2.1606562                           1.65515
1.2.395549                            0.91943
1.2.1039433                           0.24285
1.2.1610085                           0.22285
1.2.465206                            0.20375
1.2.1696220                           0.07794
1.2.1616179                           0.05079
1.2.171761                            0.01121
1.2.477169                            0.00736
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        1887.25704
1.2.465206                          455.75984
1.2.1700686                         211.18185
1.2.1700591                         173.68521
1.2.1669186                          67.82440
1.2.606017                           62.42889
1.2.457447                           31.85783
1.2.1108195                          27.19043
1.2.1692978                          21.62218
1.2.1610085                          14.43656
1.2.888089                           14.12154
1.2.1696206                           8.60262
1.2.1565108                           8.52913
1.2.33015                             7.22037
1.2.1039433                           3.21874
1.2.1700383                           3.04980
1.2.395549                            2.58990
1.2.415292                            0.95305
1.2.1123614                           0.24833
1.2.1616179                           0.23548
1.2.139653                            0.11089
1.2.36449                             0.09954
1.2.1702168                           0.00857
1.2.1696220                           0.00380
1.2.1015080                           0.00174

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.993563                           16.11618
1.2.1565108                           0.75208
1.2.973616                            0.29407
1.2.1701364                           0.19053
1.2.36449                             0.04943
1.2.33015                             0.04325
1.2.1634966                           0.03962
1.2.437438                            0.03684
1.2.879901                            0.03540
1.2.1695235                           0.02982
1.2.126225                            0.01114
1.2.1015080                           0.01046
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.437438                          725.25368
1.2.1695235                         200.31063
1.2.993563                           82.00661
1.2.529261                           15.56085
1.2.800115                           12.62360
1.2.1610085                           3.72263
1.2.1565108                           2.28177
1.2.973383                            0.58006
1.2.879901                            0.13585
1.2.126225                            0.11748
1.2.1701802                           0.02804
1.2.1611571                           0.02022
1.2.1701094                           0.00165

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.424868                           43.77273
1.2.36449                            14.80158
1.2.17391                            13.94566
1.2.33015                             9.73219
1.2.1565108                           2.46550
1.2.888089                            1.83992
1.2.1610085                           1.29529
1.2.1560396                           1.23263
1.2.1089395                           0.62740
1.2.1207813                           0.61547
1.2.883916                            0.40404
1.2.1027025                           0.34368
1.2.702289                            0.33944
1.2.1701094                           0.32194
1.2.114363                            0.26972
1.2.432100                            0.24276
1.2.1622544                           0.21710
1.2.768441                            0.12278
1.2.893637                            0.08511
1.2.973616                            0.07854
1.2.1702168                           0.00985
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        2407.28207
1.2.888089                           19.12162
1.2.893637                            8.22951
1.2.1560396                           6.31355
1.2.1565108                           5.62504
1.2.742276                            2.23551
1.2.1207813                           0.97453
1.2.36449                             0.83789
1.2.883916                            0.69227
1.2.432100                            0.67665
1.2.380191                            0.37466
1.2.1622544                           0.36211
1.2.973383                            0.26397
1.2.702289                            0.21225
1.2.1027025                           0.15372
1.2.126225                            0.12841

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1682384                           0.10516
1.2.185761                            0.01309
1.2.1591759                           0.01251
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.358149                            6.35221
1.2.1687283                           0.02652
1.2.1701295                           0.02057
1.2.1591759                           0.01396
1.2.185761                            0.01391

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1694252                         168.19994
1.2.168607                            4.10969
1.2.1610085                           1.64406
1.2.1682766                           0.01716
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.383547                          316.44422
1.2.544003                          223.24063
1.2.1610085                         137.66598
1.2.1694252                          43.56332
1.2.168607                            1.37983
1.2.501058                            0.00853

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                           0.23610
1.2.1695235                           0.00027
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         109.23463

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1015710                           5.54021
1.2.1621254                           2.39940
1.2.1146696                           0.57041
1.2.1610085                           0.11191
1.2.1700616                           0.10065
1.2.1618052                           0.09939
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                          28.58220
1.2.1610085                           1.26889
1.2.993563                            0.89968
1.2.571953                            0.28536
1.2.17391                             0.26762
1.2.1700499                           0.18115
1.2.1673312                           0.02773
1.2.1700120                           0.01826
1.2.521936                            0.00937
1.2.502910                            0.00637
1.2.541093                            0.00568
1.2.698                               0.00482
1.2.1694507                           0.00015

Snapshots: https://mmcontest.bitshares.org/snapshots20200118.tbz

Code: [Select]
$ tar xjf snapshots20200118.tbz
$ find 2020-01-18 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
c7cffe77fe9eb5a894627caa6e96645b5ef402e86457f8bcd3c56713abc776af  -

Proposal for sending out rewards of 2020-01-18:

https://cryptofresh.com/tx/fe3dac64590c10f4e10e28bd154b949a1acfe1ea
https://cryptofresh.com/b/44596788

https://cryptofresh.com/p/1.10.55907
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on January 20, 2020, 09:04:36 am
Reward data for 2020-01-19

(note: bitAsset markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 174d94a)

Total 10011.65983 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            27.45258
1.2.33015                            19.03496
1.2.1560396                          17.08508
1.2.1672514                          10.55141
1.2.395549                            2.32085
1.2.1687144                           1.00630
1.2.906515                            0.73367
1.2.1616179                           0.72861
1.2.1015080                           0.67262
1.2.1094392                           0.52299
1.2.1039433                           0.42827
1.2.1619104                           0.40006
1.2.126225                            0.38756
1.2.409973                            0.30329
1.2.1606285                           0.17596
1.2.799404                            0.15306
1.2.1213071                           0.08257
1.2.1616850                           0.06691
1.2.979913                            0.04628
1.2.1702168                           0.04602
1.2.396635                            0.04544
1.2.462483                            0.04133
1.2.1214396                           0.03310
1.2.1623723                           0.03089
1.2.736124                            0.01776
1.2.1695688                           0.01617
1.2.973616                            0.01522
1.2.1527702                           0.01198
1.2.1703320                           0.01194
1.2.981588                            0.00573
1.2.676381                            0.00003
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1619104                         701.18617
1.2.1672514                         333.28592
1.2.1669186                         185.33866
1.2.1695688                         118.09605
1.2.1213071                          92.98162
1.2.437438                           84.11289
1.2.1693506                          70.38476
1.2.457447                           62.91828
1.2.1691739                          61.60644
1.2.1214396                          45.74361
1.2.1701094                          42.09700
1.2.1527713                          38.19452
1.2.1560396                          30.57969
1.2.1610085                          25.45841
1.2.562482                           16.01000
1.2.831392                           15.78281
1.2.881146                            7.61726
1.2.799404                            7.36820
1.2.1606285                           7.17490
1.2.1700499                           5.96450
1.2.1123614                           5.22230
1.2.1094392                           5.22160
1.2.395549                            5.14203
1.2.1703320                           4.82117
1.2.1616179                           4.16116
1.2.1687144                           2.26348
1.2.1111852                           1.83226
1.2.1015080                           1.51072
1.2.409973                            1.22681
1.2.33015                             1.18127
1.2.1039433                           0.90215
1.2.126225                            0.61602
1.2.1702634                           0.44157
1.2.979913                            0.33576
1.2.479465                            0.32009
1.2.976581                            0.24918
1.2.1623723                           0.13772
1.2.1591759                           0.10781
1.2.736124                            0.08419
1.2.573514                            0.06578
1.2.138771                            0.05394
1.2.1616850                           0.04759
1.2.1527702                           0.02873
1.2.1021184                           0.02721
1.2.978106                            0.02199
1.2.977687                            0.00685
1.2.577790                            0.00516
1.2.824463                            0.00123

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1701094                          87.57317
1.2.415292                           84.13192
1.2.606017                           65.60549
1.2.1692978                          63.31772
1.2.36449                            22.59046
1.2.888089                           21.17809
1.2.33015                            16.37213
1.2.465206                           12.31408
1.2.1565108                           3.74214
1.2.1696206                           2.24369
1.2.395549                            0.93564
1.2.1039433                           0.59407
1.2.1701640                           0.41767
1.2.171398                            0.28759
1.2.1606562                           0.19473
1.2.1696220                           0.10761
1.2.1616179                           0.09183
1.2.501058                            0.07837
1.2.1700686                           0.07641
1.2.477169                            0.01218
1.2.1015080                           0.00010
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        2546.59851
1.2.1700686                         315.38582
1.2.465206                          231.09260
1.2.606017                          113.69833
1.2.1700591                         108.47117
1.2.1669186                          49.42191
1.2.457447                           32.64886
1.2.888089                           19.67335
1.2.1108195                          19.10877
1.2.1692978                          18.80353
1.2.171398                           16.30592
1.2.1696206                          13.30031
1.2.1565108                          12.12785
1.2.33015                             9.27325
1.2.415292                            4.00226
1.2.1700383                           3.79550
1.2.1039433                           2.15332
1.2.395549                            1.75024
1.2.383547                            1.45425
1.2.1698970                           0.94140
1.2.1616179                           0.57703
1.2.36449                             0.55772
1.2.1606562                           0.42683
1.2.1123614                           0.17545
1.2.1592306                           0.15836
1.2.139653                            0.10054
1.2.1701640                           0.06022
1.2.1696220                           0.05235
1.2.1015080                           0.02221
1.2.1702168                           0.00420
1.2.203202                            0.00332

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.993563                           39.32361
1.2.1702902                          35.11300
1.2.36449                            18.57324
1.2.33015                            16.24037
1.2.1565108                           0.71229
1.2.529261                            0.59841
1.2.1066083                           0.52239
1.2.973616                            0.17973
1.2.1701364                           0.08483
1.2.437438                            0.06373
1.2.126225                            0.03434
1.2.906515                            0.02467
1.2.1015080                           0.01209
1.2.1695235                           0.00569
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.437438                          172.12644
1.2.1695235                          84.30476
1.2.1610085                          40.71397
1.2.529261                           36.92399
1.2.993563                           32.37029
1.2.800115                           10.36867
1.2.33015                             2.20976
1.2.1565108                           1.63017
1.2.1611571                           0.47897
1.2.1703306                           0.35362
1.2.126225                            0.27735
1.2.1702902                           0.18525
1.2.879901                            0.14755
1.2.1701802                           0.14538
1.2.973383                            0.12700
1.2.1065185                           0.00001

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.424868                           63.30574
1.2.36449                            14.79129
1.2.33015                             9.12764
1.2.17391                             6.62421
1.2.888089                            4.19174
1.2.1565108                           2.56629
1.2.1610085                           1.85371
1.2.114363                            1.80041
1.2.1560396                           1.35612
1.2.1027025                           0.94602
1.2.1089395                           0.89794
1.2.1039433                           0.40869
1.2.883916                            0.37882
1.2.1207813                           0.37460
1.2.702289                            0.25260
1.2.432100                            0.22898
1.2.768441                            0.18162
1.2.1701094                           0.16920
1.2.1622544                           0.13992
1.2.973616                            0.06162
1.2.1702168                           0.01346
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        3046.68996
1.2.888089                           39.92445
1.2.893637                            9.25011
1.2.1565108                           6.54424
1.2.1039433                           6.20022
1.2.1560396                           2.69636
1.2.1207813                           2.37165
1.2.1027025                           1.68951
1.2.973616                            0.94051
1.2.702289                            0.80299
1.2.1622544                           0.72933
1.2.883916                            0.69099
1.2.432100                            0.67055
1.2.380191                            0.50021
1.2.126225                            0.35730

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.01611
1.2.1591759                           0.00816
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.02265
1.2.1591759                           0.00834

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1694252                          64.28432
1.2.168607                            1.58532
1.2.114363                            1.23308
1.2.424868                            0.08705
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1694252                          96.40295
1.2.383547                           36.98749
1.2.1610085                          21.71950
1.2.544003                           19.59085
1.2.168607                            1.31115

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                           0.05821
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                          10.30814

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1015710                          14.02573
1.2.993563                            1.13154
1.2.1621254                           1.01631
1.2.1610085                           0.16637
1.2.1618052                           0.09179
1.2.1700120                           0.02774
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                          27.50141
1.2.1610085                          14.70448
1.2.17391                             0.89283
1.2.545151                            0.32960
1.2.1700120                           0.12733
1.2.571953                            0.03592
1.2.1673312                           0.02832

Snapshots: https://mmcontest.bitshares.org/snapshots20200119.tbz

Code: [Select]
$ tar xjf snapshots20200119.tbz
$ find 2020-01-19 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
8fb07bf67e5476f3d75147c3d191c8a2c5fba6a75da3ea51c48d7c97952e4c5d  -

Proposal for sending out rewards of 2020-01-19:

https://cryptofresh.com/tx/d7135c6d6dd240d7c06cdc4170806fc05105fbd5
https://cryptofresh.com/b/44628244

https://cryptofresh.com/p/1.10.55978
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on January 21, 2020, 09:58:53 am
Reward data for 2020-01-20

(note: bitAsset markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 174d94a)

Total 14664.16069 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1672514                          77.72042
1.2.36449                            39.64418
1.2.33015                            34.63789
1.2.1560396                          20.87837
1.2.1703320                          19.98939
1.2.1094392                           2.27716
1.2.395549                            1.79254
1.2.669294                            1.30037
1.2.462483                            1.10832
1.2.1039433                           0.96900
1.2.1606285                           0.90517
1.2.1687144                           0.80491
1.2.126225                            0.74765
1.2.1616179                           0.46099
1.2.409973                            0.43837
1.2.1610085                           0.30159
1.2.1619104                           0.24350
1.2.1015080                           0.22041
1.2.396635                            0.21293
1.2.1616850                           0.11371
1.2.979913                            0.05199
1.2.799404                            0.03743
1.2.1623723                           0.03255
1.2.1702168                           0.01945
1.2.736124                            0.00718
1.2.1527702                           0.00390
1.2.973616                            0.00196
1.2.1701094                           0.00004
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1619104                         828.51960
1.2.1672514                         610.88225
1.2.437438                          419.37719
1.2.1669186                         342.91548
1.2.1701094                         126.15595
1.2.1213071                         107.17936
1.2.1693506                          88.83753
1.2.457447                           83.16257
1.2.1610085                          76.84743
1.2.1214396                          53.43465
1.2.1527713                          42.84613
1.2.1703320                          38.73754
1.2.1560396                          36.29049
1.2.831392                           24.78300
1.2.562482                           19.92405
1.2.1094392                          11.05057
1.2.881146                            9.39937
1.2.799404                            8.81993
1.2.1123614                           8.74554
1.2.1606285                           6.47326
1.2.1700499                           6.20640
1.2.1616179                           5.91991
1.2.395549                            5.89144
1.2.1015080                           2.98307
1.2.1111852                           2.37930
1.2.1687144                           2.00779
1.2.1621254                           1.92123
1.2.1039433                           1.85518
1.2.409973                            1.78212
1.2.1702634                           0.64594
1.2.479465                            0.42192
1.2.389497                            0.36535
1.2.976581                            0.32887
1.2.126225                            0.22104
1.2.979913                            0.16511
1.2.1623723                           0.15976
1.2.1616850                           0.11559
1.2.736124                            0.11182
1.2.138771                            0.07863
1.2.1021184                           0.03769
1.2.1527702                           0.03663
1.2.1591759                           0.03631
1.2.978106                            0.03330
1.2.577790                            0.01060
1.2.824463                            0.00719
1.2.977687                            0.00519

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1701094                         419.86522
1.2.415292                           99.09595
1.2.606017                           76.09722
1.2.36449                            28.19476
1.2.33015                            21.91883
1.2.888089                           17.84841
1.2.1696206                           5.34135
1.2.1565108                           4.47827
1.2.1039433                           1.28977
1.2.1701640                           0.39543
1.2.465206                            0.38996
1.2.1616179                           0.36826
1.2.1694252                           0.24996
1.2.1606562                           0.23165
1.2.501058                            0.07587
1.2.1696220                           0.07328
1.2.1702168                           0.05253
1.2.634395                            0.04770
1.2.395549                            0.00945
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        3505.87831
1.2.1700686                         445.84799
1.2.606017                          179.30368
1.2.1669186                          68.90327
1.2.641198                           62.33692
1.2.1696206                          50.46575
1.2.171398                           32.06125
1.2.1108195                          30.30367
1.2.457447                           29.72053
1.2.1565108                          10.30051
1.2.888089                           10.15276
1.2.1039433                           3.36331
1.2.395549                            3.01829
1.2.1698970                           2.64578
1.2.1616179                           1.01297
1.2.1015080                           0.75566
1.2.1606562                           0.73059
1.2.1592306                           0.59792
1.2.1701640                           0.42711
1.2.1696220                           0.13985
1.2.203202                            0.06851
1.2.465118                            0.00065
1.2.465206                            0.00001

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.993563                           34.79011
1.2.36449                            15.68797
1.2.33015                            13.82483
1.2.1066083                           3.27144
1.2.1565108                           0.76250
1.2.529261                            0.51288
1.2.973616                            0.21010
1.2.1703333                           0.15946
1.2.437438                            0.13752
1.2.126225                            0.10973
1.2.1701364                           0.03957
1.2.1622544                           0.03536
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.437438                         2014.23388
1.2.1610085                         215.10621
1.2.993563                          126.07437
1.2.529261                           84.65739
1.2.33015                            35.30999
1.2.800115                           17.60378
1.2.1611571                           1.92634
1.2.1703333                           1.51402
1.2.1565108                           1.45972
1.2.1701802                           0.57443
1.2.973383                            0.38107
1.2.879901                            0.13584
1.2.1065185                           0.03539
1.2.126225                            0.02652

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.424868                           49.37061
1.2.36449                            19.68447
1.2.33015                            12.72468
1.2.888089                            4.36522
1.2.1610085                           3.79277
1.2.1565108                           3.44862
1.2.1560396                           1.82204
1.2.1701094                           0.90686
1.2.114363                            0.82200
1.2.1089395                           0.69944
1.2.1039433                           0.54614
1.2.1207813                           0.37795
1.2.883916                            0.30078
1.2.126225                            0.24219
1.2.1027025                           0.22216
1.2.702289                            0.21395
1.2.432100                            0.20261
1.2.768441                            0.12151
1.2.1107986                           0.08874
1.2.1702168                           0.01070
1.2.1622544                           0.00488
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        3266.89233
1.2.888089                           59.66533
1.2.973616                            9.54050
1.2.1622544                           8.69902
1.2.1039433                           5.90346
1.2.1560396                           5.39601
1.2.893637                            5.38816
1.2.1565108                           4.50333
1.2.669294                            2.69793
1.2.1027025                           2.50540
1.2.1207813                           2.32753
1.2.702289                            0.83635
1.2.36449                             0.81010
1.2.432100                            0.74328
1.2.883916                            0.73642
1.2.380191                            0.54378
1.2.126225                            0.15745

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.710899                            0.12899
1.2.185761                            0.01832
1.2.1591759                           0.00874
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.358149                            9.25428
1.2.185761                            0.01986
1.2.1591759                           0.00866

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.168607                            0.52849
1.2.114363                            0.50333
1.2.424868                            0.02693
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1694252                         130.77202
1.2.383547                           22.02761
1.2.544003                           10.95847
1.2.168607                            1.02998

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                           4.14303
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1599329                           0.71431

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1015710                          14.01150
1.2.1621254                           4.97080
1.2.993563                            2.64175
1.2.1700120                           1.01095
1.2.1618052                           0.09231
1.2.1610085                           0.02711
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                          97.27071
1.2.1610085                          16.72993
1.2.1618052                           1.59693
1.2.545151                            1.03715
1.2.1700499                           0.89264
1.2.17391                             0.20555
1.2.1700120                           0.17768
1.2.414379                            0.16693
1.2.571953                            0.05259
1.2.521936                            0.04618
1.2.1673312                           0.04147
1.2.502910                            0.03256
1.2.541093                            0.02801

Snapshots: https://mmcontest.bitshares.org/snapshots20200120.tbz

Code: [Select]
$ tar xjf snapshots20200120.tbz
$ find 2020-01-20 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
8a9bedddb741791637592abb5d2acea74c0ff42cb6e619749b361a0c1c6167c4  -

Proposal for sending out rewards of 2020-01-20:

https://cryptofresh.com/tx/fa0c0fbfa15ba51f83b917d20fece008916c6a56
https://cryptofresh.com/b/44657790

https://cryptofresh.com/p/1.10.56047
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on January 22, 2020, 09:41:48 am
Reward data for 2020-01-21

(note: bitAsset markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 174d94a)

Total 19918.90063 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.383547                          140.19484
1.2.33015                            37.67965
1.2.36449                            33.13897
1.2.1621128                          30.53460
1.2.1672514                          15.74776
1.2.1560396                          14.63617
1.2.1703320                          11.55042
1.2.1619104                          11.44678
1.2.862646                            9.19139
1.2.1094392                           5.61210
1.2.395549                            2.64251
1.2.1606285                           2.42694
1.2.669294                            1.42555
1.2.1687144                           1.35866
1.2.1039433                           1.27352
1.2.409973                            0.99344
1.2.1616179                           0.76779
1.2.126225                            0.45241
1.2.1693506                           0.44448
1.2.396635                            0.33317
1.2.462483                            0.27730
1.2.979913                            0.12822
1.2.1015080                           0.11842
1.2.799404                            0.10253
1.2.1610085                           0.07437
1.2.1623723                           0.04091
1.2.1702168                           0.02925
1.2.1213071                           0.01505
1.2.736124                            0.01028
1.2.634395                            0.00825
1.2.1527702                           0.00578
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1619104                         690.43593
1.2.1693506                         649.86146
1.2.1672514                         641.32270
1.2.1669186                         362.17613
1.2.437438                          357.13689
1.2.1701094                         187.22331
1.2.457447                          129.98085
1.2.1213071                         115.01544
1.2.1560396                          60.96705
1.2.1214396                          57.65526
1.2.1703320                          55.93642
1.2.1610085                          40.51307
1.2.1527713                          36.18598
1.2.831392                           27.51882
1.2.1123614                          16.68007
1.2.562482                           14.75994
1.2.1094392                          12.61239
1.2.799404                           11.96632
1.2.881146                            8.94695
1.2.395549                            6.52968
1.2.1616179                           3.96337
1.2.1039433                           2.54930
1.2.1111852                           1.76119
1.2.1687144                           1.49309
1.2.409973                            1.00475
1.2.126225                            0.87752
1.2.1606285                           0.72454
1.2.1700499                           0.64020
1.2.1015080                           0.58852
1.2.976581                            0.37315
1.2.479465                            0.30063
1.2.1621254                           0.28799
1.2.1702634                           0.25942
1.2.979913                            0.15061
1.2.736124                            0.13104
1.2.1623723                           0.12253
1.2.1591759                           0.06945
1.2.1021184                           0.04659
1.2.138771                            0.04181
1.2.978106                            0.03725
1.2.1527702                           0.03339
1.2.359772                            0.00789
1.2.977687                            0.00753

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1701094                         265.31206
1.2.1692978                         125.91863
1.2.415292                           75.91117
1.2.606017                           26.97824
1.2.36449                            23.06563
1.2.33015                            18.12131
1.2.888089                           14.07945
1.2.1696206                           7.27636
1.2.424868                            3.24858
1.2.1565108                           2.90679
1.2.1039433                           1.37395
1.2.395549                            1.30062
1.2.465206                            1.16321
1.2.501058                            0.72535
1.2.1694252                           0.47742
1.2.1606562                           0.29826
1.2.1696220                           0.19745
1.2.1702168                           0.10755
1.2.1616179                           0.06362
1.2.1700686                           0.04816
1.2.1701640                           0.03938
1.2.774015                            0.02799
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        4482.91200
1.2.1700686                         407.17282
1.2.424868                          342.98996
1.2.1592306                         193.52145
1.2.457447                          136.44199
1.2.1669186                          66.97909
1.2.641198                           65.78666
1.2.1692978                          44.61283
1.2.888089                           30.41161
1.2.1696206                          28.97810
1.2.1108195                          26.98613
1.2.606017                           20.06100
1.2.1565108                          10.45782
1.2.395549                            3.91197
1.2.1698970                           2.85881
1.2.1039433                           2.22540
1.2.1701640                           1.72715
1.2.1616179                           0.79393
1.2.1606562                           0.57539
1.2.1696220                           0.47267
1.2.1015080                           0.05502
1.2.501058                            0.01678

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         322.75466
1.2.993563                           48.01008
1.2.33015                            21.61878
1.2.36449                            21.01532
1.2.424868                            4.59781
1.2.1695235                           0.86180
1.2.1565108                           0.71952
1.2.529261                            0.69084
1.2.1703333                           0.62837
1.2.1066083                           0.25558
1.2.437438                            0.21199
1.2.973616                            0.12952
1.2.126225                            0.04364
1.2.1701364                           0.04254
1.2.383547                            0.01525
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.437438                         1763.66805
1.2.424868                         1631.55107
1.2.1695235                         625.92607
1.2.529261                           81.30358
1.2.1610085                          47.02648
1.2.33015                            22.79566
1.2.800115                           14.47317
1.2.1703333                           6.00054
1.2.1565108                           1.65766
1.2.1701802                           0.60805
1.2.973383                            0.42700
1.2.1702902                           0.27111
1.2.126225                            0.24808
1.2.879901                            0.15138
1.2.1611571                           0.11696

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.424868                           57.11521
1.2.36449                            27.20310
1.2.33015                            14.67489
1.2.1610085                          10.09759
1.2.888089                            6.02864
1.2.1560396                           2.18969
1.2.1565108                           2.18215
1.2.1207813                           1.28436
1.2.1039433                           1.10948
1.2.1701094                           0.95637
1.2.114363                            0.86133
1.2.1089395                           0.79564
1.2.702289                            0.33272
1.2.883916                            0.32709
1.2.1621254                           0.29648
1.2.432100                            0.26180
1.2.768441                            0.09529
1.2.1107986                           0.07929
1.2.1027025                           0.06977
1.2.1702168                           0.00740
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        4426.86189
1.2.888089                           70.50587
1.2.862646                           20.20314
1.2.1565108                          10.39869
1.2.973616                            7.38838
1.2.893637                            6.74342
1.2.1560396                           6.33649
1.2.1027025                           3.97677
1.2.36449                             3.77297
1.2.669294                            1.83047
1.2.126225                            1.00630
1.2.432100                            0.91332
1.2.1207813                           0.71902
1.2.883916                            0.69219
1.2.1039433                           0.67291
1.2.380191                            0.36028

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.710899                            0.13256
1.2.185761                            0.01841
1.2.1591759                           0.00565
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.358149                            9.47344
1.2.185761                            0.01987
1.2.1591759                           0.00560

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.168607                            0.52849
1.2.501058                            0.12131
1.2.1693506                           0.04975
1.2.114363                            0.04403
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1694252                          69.49084
1.2.383547                            9.94011
1.2.168607                            0.74648
1.2.544003                            0.39074
1.2.501058                            0.10845

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                           9.13677
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1599329                           2.20901

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1015710                          13.93788
1.2.1621254                           8.70914
1.2.993563                            2.62787
1.2.1700120                           0.65486
1.2.1618052                           0.06044
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                         219.26961
1.2.1618052                           3.67292
1.2.545151                            0.74999
1.2.1700120                           0.29312
1.2.414379                            0.09514
1.2.17391                             0.04548
1.2.571953                            0.03803
1.2.1673312                           0.00599

Snapshots: https://mmcontest.bitshares.org/snapshots20200121.tbz

Code: [Select]
$ tar xjf snapshots20200121.tbz
$ find 2020-01-21 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
ac1788f2cd7f98923b893b6c05d42a3b0c8889ae00184c0c980f11ebd791182b  -

Proposal for sending out rewards of 2020-01-21:

https://cryptofresh.com/tx/a35e7adbac01711e955747b946676145acfed0cb
https://cryptofresh.com/b/44686424

https://cryptofresh.com/p/1.10.56067
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on January 23, 2020, 09:48:20 am
Reward data for 2020-01-22

(note: bitAsset markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 174d94a)

Total 20992.26554 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621128                         105.78043
1.2.36449                            44.00982
1.2.33015                            34.81988
1.2.1619104                          18.74465
1.2.862646                           18.09268
1.2.1703320                          14.64176
1.2.1560396                          11.30301
1.2.1693506                           5.88668
1.2.1527713                           5.42230
1.2.1606285                           4.41993
1.2.1094392                           4.37199
1.2.383547                            3.66090
1.2.1695688                           2.93834
1.2.395549                            2.61548
1.2.881146                            1.60627
1.2.1687144                           1.32609
1.2.799404                            1.07703
1.2.409973                            0.92358
1.2.1039433                           0.86840
1.2.573514                            0.62068
1.2.1616179                           0.61237
1.2.1672514                           0.41254
1.2.979913                            0.38750
1.2.126225                            0.31057
1.2.396635                            0.18816
1.2.1015080                           0.08840
1.2.457447                            0.07753
1.2.1089512                           0.07632
1.2.1702168                           0.04152
1.2.736124                            0.03251
1.2.1691739                           0.02895
1.2.1527702                           0.02769
1.2.1214396                           0.01837
1.2.1623723                           0.01646
1.2.1213071                           0.01367
1.2.981588                            0.01190
1.2.1006667                           0.00458
1.2.676381                            0.00271
1.2.783432                            0.00046
1.2.973616                            0.00013
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1693506                         921.41376
1.2.457447                          809.04869
1.2.1672514                         750.73748
1.2.1619104                         654.05776
1.2.1669186                         406.88943
1.2.437438                          172.86609
1.2.1213071                         110.91567
1.2.1701094                         109.24326
1.2.1695688                          89.09269
1.2.1691739                          79.24817
1.2.1703320                          63.13153
1.2.1560396                          56.40068
1.2.1214396                          55.44943
1.2.1610085                          50.74205
1.2.1527713                          34.22297
1.2.831392                           17.16410
1.2.1094392                          11.70158
1.2.562482                           10.37278
1.2.881146                            7.58001
1.2.799404                            7.29093
1.2.1616179                           5.60689
1.2.1123614                           5.43462
1.2.395549                            5.39307
1.2.1039433                           2.64335
1.2.1687144                           1.81455
1.2.28914                             1.48636
1.2.1111852                           1.23959
1.2.1606285                           1.10615
1.2.409973                            0.98690
1.2.1015080                           0.92757
1.2.126225                            0.36204
1.2.479465                            0.21551
1.2.976581                            0.19049
1.2.1702634                           0.12192
1.2.979913                            0.08874
1.2.736124                            0.07360
1.2.1591759                           0.07066
1.2.1623723                           0.03862
1.2.1527702                           0.02603
1.2.1021184                           0.02521
1.2.138771                            0.01817
1.2.978106                            0.01466
1.2.1006667                           0.00016

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1701094                         503.81334
1.2.1692978                         231.83287
1.2.606017                          219.27422
1.2.415292                           64.28264
1.2.36449                            30.08138
1.2.1143893                          24.99398
1.2.33015                            22.20636
1.2.888089                           15.75997
1.2.1696206                          12.29779
1.2.424868                            4.40063
1.2.465206                            3.50851
1.2.1565108                           2.76066
1.2.1700686                           1.25009
1.2.544003                            1.21579
1.2.395549                            1.18463
1.2.1606562                           1.10728
1.2.1039433                           0.84757
1.2.1610085                           0.69273
1.2.469502                            0.31935
1.2.1694252                           0.10590
1.2.1696220                           0.09266
1.2.1702168                           0.06448
1.2.1698970                           0.05640
1.2.1701640                           0.05518
1.2.1616179                           0.04414
1.2.774015                            0.04400
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        3481.18457
1.2.424868                          554.57802
1.2.1700686                         433.03975
1.2.465206                          271.85988
1.2.1669186                         122.44521
1.2.1692978                          88.81587
1.2.457447                           57.44826
1.2.888089                           52.36512
1.2.606017                           48.90899
1.2.1592306                          44.28854
1.2.1696206                          38.80518
1.2.641198                           29.11560
1.2.1108195                          24.97094
1.2.1565108                          13.85766
1.2.1698970                           3.39293
1.2.395549                            3.22161
1.2.1039433                           1.77776
1.2.203202                            1.01955
1.2.1701640                           0.92810
1.2.1616179                           0.49560
1.2.470547                            0.46538
1.2.1696220                           0.20997
1.2.1606562                           0.10533
1.2.1015080                           0.01812
1.2.1210359                           0.00524

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         303.80450
1.2.993563                           35.83076
1.2.36449                             7.94460
1.2.33015                             7.10784
1.2.424868                            6.89559
1.2.529261                            1.28730
1.2.1565108                           0.81561
1.2.1703333                           0.78803
1.2.1695235                           0.14770
1.2.973616                            0.12757
1.2.1701364                           0.10698
1.2.437438                            0.06129
1.2.126225                            0.04332
1.2.879901                            0.03733
1.2.1622544                           0.03418
1.2.800115                            0.02221
1.2.1610085                           0.00840
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.424868                         2206.03919
1.2.437438                         1177.87957
1.2.1695235                         644.87201
1.2.529261                           56.18735
1.2.800115                           29.13203
1.2.33015                            21.47293
1.2.1703333                           4.14124
1.2.1565108                           2.88962
1.2.1702902                           0.56621
1.2.973383                            0.28027
1.2.458173                            0.24433
1.2.126225                            0.23959
1.2.1701802                           0.17848
1.2.879901                            0.16620
1.2.1015080                           0.00664
1.2.1701094                           0.00068

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.424868                           21.06608
1.2.36449                            15.32462
1.2.1623109                          14.25934
1.2.33015                             7.51923
1.2.1610085                           6.28897
1.2.888089                            4.98814
1.2.1565108                           1.64164
1.2.1560396                           1.48482
1.2.1207813                           0.94522
1.2.114363                            0.94416
1.2.1039433                           0.91005
1.2.1089395                           0.82537
1.2.702289                            0.58438
1.2.1027025                           0.42751
1.2.1701094                           0.37171
1.2.883916                            0.34670
1.2.1621254                           0.32754
1.2.432100                            0.21045
1.2.126225                            0.15794
1.2.768441                            0.14188
1.2.1603307                           0.05343
1.2.1702168                           0.02425
1.2.1682069                           0.02288
1.2.1212240                           0.01675
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        4049.19236
1.2.1623109                         529.91312
1.2.888089                           63.41075
1.2.475780                           56.17154
1.2.1669186                          25.41276
1.2.34467                            17.87899
1.2.1565108                          13.82714
1.2.893637                           11.45865
1.2.1560396                          10.99557
1.2.862646                            6.90684
1.2.36449                             4.16986
1.2.973616                            1.34803
1.2.1207813                           1.02653
1.2.1039433                           0.98072
1.2.1027025                           0.96914
1.2.883916                            0.82054
1.2.432100                            0.64057
1.2.380191                            0.21702
1.2.126225                            0.19420

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.358149                           60.92017
1.2.710899                            0.13351
1.2.185761                            0.01854
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.358149                           47.84555
1.2.1687283                           0.03309
1.2.185761                            0.02009
1.2.1701295                           0.01898
1.2.420759                            0.00152

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                           1.51667
1.2.168607                            0.52849
1.2.501058                            0.34376
1.2.1694252                           0.02832
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1694252                          75.66975
1.2.544003                            5.06170
1.2.501058                            1.41185
1.2.168607                            0.86292

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                           8.76938
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1599329                           2.69301

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1015710                          12.02275
1.2.1621254                          11.42096
1.2.993563                            1.60562
1.2.1700120                           0.86401
1.2.784586                            0.00214
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                         226.36850
1.2.1700499                           1.54752
1.2.1618052                           1.31398
1.2.545151                            0.54976
1.2.17391                             0.10784
1.2.521936                            0.08010
1.2.502910                            0.05515
1.2.541093                            0.04857
1.2.571953                            0.02802
1.2.1700120                           0.02761
1.2.698                               0.01636
1.2.1694507                           0.00052

Snapshots: https://mmcontest.bitshares.org/snapshots20200122.tbz

Code: [Select]
$ tar xjf snapshots20200122.tbz
$ find 2020-01-22 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
81ed38b577d48187317409c711ab041a1a122be357af46c0fbac91a9a7a7c6bb  -

Proposal for sending out rewards of 2020-01-22:

https://cryptofresh.com/tx/037cf28ef6d1f283844eed60479116aa198ce088
https://cryptofresh.com/b/44714913

https://cryptofresh.com/p/1.10.56139
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on January 24, 2020, 10:08:40 am
Reward data for 2020-01-23

(note: bitAsset markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 174d94a)

Total 20961.15162 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            49.91255
1.2.33015                            40.73858
1.2.1703320                          32.55385
1.2.1560396                          16.15995
1.2.1640534                          14.80218
1.2.862646                            6.45182
1.2.1094392                           4.42234
1.2.395549                            2.12797
1.2.799404                            1.94277
1.2.1606285                           1.90025
1.2.1616179                           1.39733
1.2.1672514                           1.15064
1.2.1693506                           1.05876
1.2.1687144                           0.95850
1.2.573514                            0.63000
1.2.1039433                           0.53397
1.2.126225                            0.51507
1.2.1089512                           0.49350
1.2.409973                            0.42427
1.2.979913                            0.29300
1.2.1610085                           0.10874
1.2.973616                            0.10798
1.2.736124                            0.03958
1.2.1015080                           0.03253
1.2.1527702                           0.02793
1.2.981588                            0.01685
1.2.1213071                           0.00999
1.2.676381                            0.00037
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1693506                         936.09795
1.2.1672514                         815.51026
1.2.437438                          395.76928
1.2.1669186                         283.08990
1.2.1701094                         244.72845
1.2.1213071                          96.17823
1.2.457447                           95.12376
1.2.1527713                          48.81541
1.2.1214396                          45.51523
1.2.1560396                          37.13585
1.2.1610085                          23.55536
1.2.1094392                          10.02869
1.2.1703320                           8.62691
1.2.1606285                           8.10772
1.2.881146                            7.85597
1.2.562482                            6.80657
1.2.395549                            5.19480
1.2.799404                            4.59162
1.2.1616179                           3.93585
1.2.1039433                           3.28612
1.2.1687144                           2.32157
1.2.409973                            1.84296
1.2.831392                            0.87592
1.2.1111852                           0.81571
1.2.126225                            0.62886
1.2.1015080                           0.29092
1.2.1702168                           0.24814
1.2.479465                            0.14509
1.2.28914                             0.07756
1.2.973616                            0.06587
1.2.1591759                           0.02208
1.2.979913                            0.01165
1.2.1527702                           0.00899
1.2.736124                            0.00091

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1701094                         612.70035
1.2.606017                          316.12242
1.2.1692978                         111.15599
1.2.36449                            30.50272
1.2.33015                            23.47851
1.2.888089                           19.54375
1.2.1565108                           8.37059
1.2.1696206                           6.97332
1.2.1694252                           4.99090
1.2.424868                            4.32521
1.2.171398                            2.31163
1.2.395549                            1.93467
1.2.465206                            1.48551
1.2.1039433                           0.89844
1.2.1700686                           0.69857
1.2.1606562                           0.59499
1.2.1701640                           0.44076
1.2.469502                            0.22502
1.2.1616179                           0.20462
1.2.1696220                           0.00520
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        3384.68356
1.2.1692978                         625.70580
1.2.1700686                         440.10738
1.2.424868                          249.71025
1.2.1696206                         154.33948
1.2.1669186                         149.94354
1.2.465206                           86.41708
1.2.641198                           68.95302
1.2.606017                           67.60749
1.2.457447                           66.18820
1.2.888089                           46.60910
1.2.1108195                          28.09806
1.2.1565108                           5.07409
1.2.395549                            4.50085
1.2.1698970                           2.58500
1.2.1039433                           1.44308
1.2.203202                            0.76208
1.2.1616179                           0.49306
1.2.1606562                           0.47118
1.2.1702168                           0.29947
1.2.1701640                           0.12873
1.2.1015080                           0.03738

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         484.89196
1.2.424868                           41.25168
1.2.36449                             3.28637
1.2.33015                             2.88208
1.2.529261                            1.30438
1.2.1565108                           0.80477
1.2.973616                            0.34304
1.2.1701364                           0.13541
1.2.879901                            0.13474
1.2.1695235                           0.13257
1.2.437438                            0.11755
1.2.1622544                           0.10087
1.2.126225                            0.02543
1.2.1015080                           0.00002
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.437438                         1873.86681
1.2.424868                         1745.90488
1.2.1695235                         634.02354
1.2.529261                           33.63275
1.2.33015                            17.40151
1.2.800115                           13.19816
1.2.458173                            8.87223
1.2.1703333                           6.82832
1.2.1565108                           4.68649
1.2.1702902                           0.33494
1.2.126225                            0.30606
1.2.973383                            0.29274
1.2.879901                            0.22290
1.2.1701802                           0.13670

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            35.62978
1.2.1623109                          11.09423
1.2.1701094                           9.63799
1.2.1610085                           7.13958
1.2.1599329                           6.22810
1.2.1560396                           3.54607
1.2.33015                             3.06876
1.2.1565108                           2.65444
1.2.888089                            2.16642
1.2.1039433                           0.66925
1.2.1207813                           0.30502
1.2.702289                            0.19375
1.2.432100                            0.08785
1.2.126225                            0.07541
1.2.1621254                           0.04981
1.2.1212240                           0.02578
1.2.1702168                           0.02522
1.2.883916                            0.00308
1.2.1308923                           0.00108
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        3649.07266
1.2.1623109                        1041.53425
1.2.536042                          143.23614
1.2.424868                          140.61443
1.2.1610085                          92.08410
1.2.888089                           53.25346
1.2.1621254                          44.30268
1.2.1669186                          28.59016
1.2.34467                            28.44801
1.2.893637                            6.20213
1.2.1560396                           5.92286
1.2.1565108                           5.56866
1.2.883916                            3.08132
1.2.1207813                           2.49423
1.2.1039433                           1.66088
1.2.432100                            0.62801
1.2.126225                            0.55878
1.2.862646                            0.19761
1.2.380191                            0.14117
1.2.702289                            0.13860
1.2.1682069                           0.00778

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.358149                           58.00292
1.2.710899                            3.16911
1.2.185761                            0.01943
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.358149                          576.33348
1.2.1687283                           0.16881
1.2.1701295                           0.09682
1.2.185761                            0.02099

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1694252                          13.44448
1.2.168607                            0.82782
1.2.1610085                           0.69669
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1694252                          59.51550
1.2.168607                            0.85540
1.2.1610085                           0.76328
1.2.501058                            0.63332
1.2.114363                            0.19442

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                           6.78585
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1599329                           2.65763

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                          13.46037
1.2.1015710                           4.67876
1.2.414379                            0.34876
1.2.1700120                           0.10943
1.2.784586                            0.00648
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                         207.42924
1.2.1700499                           6.78875
1.2.521936                            0.35188
1.2.1700120                           0.27545
1.2.17391                             0.23195
1.2.541093                            0.21308
1.2.502910                            0.18962
1.2.698                               0.17539
1.2.1694507                           0.00559

Snapshots: https://mmcontest.bitshares.org/snapshots20200123.tbz

Code: [Select]
$ tar xjf snapshots20200123.tbz
$ find 2020-01-23 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
4031efdcb2799c0736cfeeaf01a789189bbcc34d2aaf16b65715c0939eae3e81  -

Proposal for sending out rewards of 2020-01-23:

https://cryptofresh.com/tx/610834b43721a4472e36fa96dcddceb3fd11374c
https://cryptofresh.com/b/44744182

https://cryptofresh.com/p/1.10.56169
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on January 25, 2020, 11:14:13 am
Reward data for 2020-01-24

(note: bitAsset markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 174d94a)

Total 20937.61018 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1640534                         104.81999
1.2.36449                            39.23110
1.2.33015                            35.00370
1.2.1703320                          26.48146
1.2.1560396                          17.37305
1.2.1094392                           6.26800
1.2.862646                            4.16133
1.2.395549                            2.42916
1.2.1606285                           1.79617
1.2.1672514                           1.48471
1.2.799404                            1.17751
1.2.376992                            1.17363
1.2.1701094                           1.07373
1.2.1089512                           1.03086
1.2.1616179                           0.88793
1.2.1687144                           0.83134
1.2.409973                            0.59564
1.2.573514                            0.40511
1.2.1039433                           0.36313
1.2.126225                            0.35511
1.2.1621254                           0.20870
1.2.973616                            0.20367
1.2.979913                            0.19979
1.2.1616850                           0.14547
1.2.1015080                           0.12508
1.2.1702168                           0.05935
1.2.1693506                           0.04049
1.2.185761                            0.04043
1.2.736124                            0.02047
1.2.1527702                           0.01404
1.2.981588                            0.00216
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        1933.66038
1.2.1693506                         789.14377
1.2.1672514                         450.95984
1.2.1669186                         253.96969
1.2.437438                          214.39428
1.2.457447                          128.26936
1.2.1213071                          99.47686
1.2.1094392                          72.22170
1.2.1527713                          48.59672
1.2.1214396                          44.02840
1.2.1610085                          41.42991
1.2.1560396                          34.36130
1.2.831392                           12.53251
1.2.799404                            7.38960
1.2.1703320                           7.00913
1.2.881146                            6.94074
1.2.562482                            5.83541
1.2.973616                            5.41805
1.2.395549                            5.39612
1.2.1616179                           3.64846
1.2.1606285                           3.40212
1.2.1039433                           3.01239
1.2.1687144                           2.08887
1.2.409973                            1.34454
1.2.1636927                           0.91183
1.2.126225                            0.77745
1.2.1111852                           0.70002
1.2.1015080                           0.54711
1.2.1616850                           0.21506
1.2.479465                            0.12658
1.2.389497                            0.11813
1.2.979913                            0.06214
1.2.1591759                           0.02023
1.2.976581                            0.01829
1.2.736124                            0.01584
1.2.1527702                           0.01130
1.2.978106                            0.00180

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1701094                         459.41378
1.2.606017                          224.27293
1.2.1692978                         224.22321
1.2.641198                           29.84179
1.2.36449                            24.94692
1.2.33015                            20.31881
1.2.888089                           17.83238
1.2.1696206                          15.30515
1.2.1565108                           5.90287
1.2.424868                            5.40623
1.2.544003                            4.35452
1.2.1694252                           2.26661
1.2.395549                            2.04594
1.2.1701640                           0.60583
1.2.1039433                           0.25943
1.2.1700686                           0.19305
1.2.1606562                           0.12541
1.2.469502                            0.07023
1.2.1616179                           0.05027
1.2.1702168                           0.03432
1.2.457447                            0.00428
1.2.465206                            0.00193
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        3392.14209
1.2.1700686                         487.41301
1.2.1692978                         264.50046
1.2.424868                          187.01671
1.2.1696206                          97.82189
1.2.1669186                          93.86586
1.2.606017                           76.92953
1.2.457447                           66.39804
1.2.888089                           65.17617
1.2.641198                           33.73346
1.2.1108195                          32.61004
1.2.1565108                           5.92150
1.2.465206                            4.66951
1.2.395549                            3.94901
1.2.1698970                           3.40585
1.2.1039433                           1.44612
1.2.1606562                           1.33567
1.2.1701640                           0.95901
1.2.1616179                           0.31388
1.2.1696220                           0.09082
1.2.1015080                           0.08723
1.2.465118                            0.01765

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         676.66496
1.2.424868                           19.20343
1.2.36449                             4.27981
1.2.33015                             3.72271
1.2.529261                            0.81736
1.2.1565108                           0.78420
1.2.1703333                           0.73208
1.2.437438                            0.16703
1.2.126225                            0.16252
1.2.1701364                           0.10656
1.2.879901                            0.09495
1.2.1695235                           0.04507
1.2.1702168                           0.02073
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.437438                         2590.56847
1.2.424868                         2132.85392
1.2.1695235                         511.85989
1.2.529261                           42.56604
1.2.33015                            20.83418
1.2.800115                           20.76695
1.2.458173                           11.03716
1.2.1703333                           9.55235
1.2.1565108                           4.07164
1.2.1702902                           0.39636
1.2.973383                            0.32947
1.2.879901                            0.22722
1.2.1701802                           0.17474

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1701094                          59.42021
1.2.36449                            27.55193
1.2.33015                            12.58309
1.2.1623109                           6.25132
1.2.1599329                           4.81910
1.2.1565108                           4.02797
1.2.1560396                           2.19657
1.2.888089                            1.59187
1.2.883916                            0.52643
1.2.1039433                           0.50874
1.2.1207813                           0.42735
1.2.1610085                           0.37298
1.2.126225                            0.31915
1.2.1621254                           0.18608
1.2.702289                            0.15409
1.2.432100                            0.07455
1.2.1696220                           0.03682
1.2.1212240                           0.01819
1.2.1702168                           0.01746
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        2044.66825
1.2.1623109                        1449.86994
1.2.1610085                         485.20296
1.2.34467                            86.00515
1.2.888089                           64.54792
1.2.1669186                          23.57762
1.2.893637                            8.14301
1.2.1560396                           7.30505
1.2.1565108                           3.90226
1.2.1039433                           3.07194
1.2.1207813                           1.91507
1.2.883916                            1.62897
1.2.432100                            0.82751
1.2.862646                            0.57815
1.2.1027025                           0.42364
1.2.380191                            0.38319
1.2.702289                            0.35051
1.2.1682069                           0.25922
1.2.1696220                           0.04717

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.710899                            0.68390
1.2.185761                            0.01945
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.358149                           72.80767
1.2.1682384                           0.13483
1.2.1687283                           0.02864
1.2.185761                            0.02099
1.2.1701295                           0.01642

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1694252                          12.15315
1.2.424868                            4.23891
1.2.168607                            1.05692
1.2.114363                            0.00069
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1694252                          24.46782
1.2.1610085                           0.71911
1.2.168607                            0.69898
1.2.544003                            0.62124
1.2.114363                            0.39634

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                          19.87012
1.2.1015710                           4.67973
1.2.414379                            0.18604
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                         152.86732
1.2.1700499                           2.30103
1.2.1700120                           0.12917
1.2.521936                            0.11905
1.2.502910                            0.08398
1.2.541093                            0.07222
1.2.17391                             0.06759

Snapshots: https://mmcontest.bitshares.org/snapshots20200124.tbz

Code: [Select]
$ tar xjf snapshots20200124.tbz
$ find 2020-01-24 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
8831781f8e73a4b2276696833469e4d8b55e2452edeca43454580b09c6068790  -

Proposal for sending out rewards of 2020-01-24:

https://cryptofresh.com/tx/9b94ead93e661b758d7bcd8e771adb0c5c8e968c
https://cryptofresh.com/b/44774184

https://cryptofresh.com/p/1.10.56207
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on January 26, 2020, 11:06:26 am
Reward data for 2020-01-25

(note: bitAsset markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 174d94a)

Total 23111.01831 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1640534                         112.55253
1.2.36449                            21.86058
1.2.33015                            18.53529
1.2.1560396                          14.27241
1.2.1094392                           8.44399
1.2.862646                            5.02279
1.2.1703320                           3.18765
1.2.395549                            2.88969
1.2.1606285                           2.56234
1.2.1672514                           1.91690
1.2.1089512                           1.71004
1.2.376992                            1.58227
1.2.1616179                           1.37918
1.2.1687144                           1.16711
1.2.409973                            0.85877
1.2.1039433                           0.58571
1.2.1693506                           0.48277
1.2.573514                            0.47852
1.2.126225                            0.47041
1.2.1701094                           0.46440
1.2.1702168                           0.27722
1.2.979913                            0.25673
1.2.1015080                           0.23699
1.2.1621254                           0.05428
1.2.1213071                           0.04256
1.2.783432                            0.03457
1.2.736124                            0.03166
1.2.1214396                           0.03134
1.2.1527702                           0.02177
1.2.981588                            0.00879
1.2.973616                            0.00103
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        2745.46996
1.2.1693506                         832.49987
1.2.1672514                         678.31943
1.2.1669186                         299.81928
1.2.1213071                         117.89998
1.2.1527713                          73.59801
1.2.1094392                          66.51764
1.2.1214396                          62.02465
1.2.1703320                          58.67790
1.2.1560396                          58.40932
1.2.1610085                          32.86331
1.2.437438                           12.09166
1.2.799404                           11.31223
1.2.881146                           11.05851
1.2.831392                            8.33688
1.2.562482                            7.85878
1.2.395549                            6.86880
1.2.1039433                           2.68600
1.2.1616179                           2.29807
1.2.1687144                           1.90435
1.2.1606285                           1.82777
1.2.1111852                           0.94292
1.2.409973                            0.93764
1.2.126225                            0.52612
1.2.1616850                           0.38762
1.2.1701789                           0.27101
1.2.479465                            0.17079
1.2.1121561                           0.12448
1.2.979913                            0.05800
1.2.1591759                           0.02808
1.2.1527702                           0.01195
1.2.736124                            0.00394

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1701094                         273.26052
1.2.606017                          253.86350
1.2.1692978                         180.22210
1.2.641198                           32.27941
1.2.888089                           24.29826
1.2.36449                            24.07875
1.2.33015                            18.10741
1.2.1696206                          16.01053
1.2.424868                            7.07091
1.2.1565108                           3.99895
1.2.544003                            2.23583
1.2.395549                            2.01978
1.2.1701640                           1.14471
1.2.1039433                           0.66600
1.2.1700686                           0.22760
1.2.1606562                           0.17413
1.2.1616179                           0.10110
1.2.469502                            0.06320
1.2.1702168                           0.03904
1.2.501058                            0.00807
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        4523.41847
1.2.1700686                         537.52558
1.2.424868                          148.79159
1.2.1692978                         108.11293
1.2.888089                           90.01024
1.2.1669186                          84.41319
1.2.606017                           81.74815
1.2.1108195                          37.09145
1.2.1696206                          36.76427
1.2.1565108                           7.00241
1.2.395549                            5.36390
1.2.1698970                           4.27612
1.2.1039433                           1.33218
1.2.1606562                           0.95191
1.2.1701640                           0.92280
1.2.1616179                           0.30968
1.2.1015080                           0.08770
1.2.1696220                           0.02630

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         613.58049
1.2.424868                           17.67763
1.2.36449                             1.90828
1.2.33015                             1.66974
1.2.1703333                           1.39014
1.2.1565108                           0.79309
1.2.529261                            0.70334
1.2.1066083                           0.27833
1.2.973383                            0.27663
1.2.126225                            0.19161
1.2.879901                            0.18108
1.2.1702168                           0.17771
1.2.838939                            0.16649
1.2.1695235                           0.10842
1.2.1701364                           0.09060
1.2.437438                            0.05242
1.2.1089395                           0.00253
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.437438                         2576.78298
1.2.424868                         2172.13445
1.2.1695235                         731.72018
1.2.529261                           42.55186
1.2.800115                           34.80402
1.2.458173                           11.59256
1.2.33015                             8.14246
1.2.1565108                           5.70294
1.2.1703333                           3.98770
1.2.973383                            1.90390
1.2.1702902                           0.36781
1.2.879901                            0.19058
1.2.1701802                           0.16191

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            16.07276
1.2.33015                            10.05384
1.2.1623109                           9.26853
1.2.1565108                           2.20360
1.2.1599329                           2.12008
1.2.1560396                           1.46073
1.2.883916                            1.44575
1.2.888089                            1.37658
1.2.1207813                           0.99242
1.2.1039433                           0.88312
1.2.1696220                           0.77865
1.2.1701094                           0.45244
1.2.973383                            0.34448
1.2.126225                            0.15497
1.2.702289                            0.11849
1.2.432100                            0.08404
1.2.1610085                           0.07026
1.2.1212240                           0.01295
1.2.507112                            0.01096
1.2.1027025                           0.00003
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        3080.91417
1.2.1623109                        1242.34096
1.2.1610085                         136.55563
1.2.34467                            81.76739
1.2.888089                           45.69807
1.2.1669186                          30.79013
1.2.893637                            9.34918
1.2.1560396                           9.05585
1.2.1565108                           8.82856
1.2.1027025                           3.32036
1.2.1039433                           2.92967
1.2.862646                            2.67370
1.2.126225                            0.95442
1.2.1207813                           0.92855
1.2.432100                            0.84257
1.2.1696220                           0.50506
1.2.883916                            0.31651
1.2.380191                            0.29947
1.2.973383                            0.24968
1.2.702289                            0.24912

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.01945
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.02099

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1694252                          19.29229
1.2.424868                            7.21518
1.2.168607                            1.25254
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.544003                          106.43279
1.2.1694252                          25.31319
1.2.1610085                           0.80295
1.2.168607                            0.74250
1.2.114363                            0.45246

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                          19.45070
1.2.1015710                           4.67988
1.2.414379                            0.25019
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                         181.31064
1.2.1700499                           2.30104
1.2.1700120                           0.12918
1.2.521936                            0.11905
1.2.502910                            0.08396
1.2.541093                            0.07222
1.2.17391                             0.06759

Snapshots: https://mmcontest.bitshares.org/snapshots20200125.tbz

Code: [Select]
$ tar xjf snapshots20200125.tbz
$ find 2020-01-25 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
6d0a9d845a83cd7fedc3f2ff86b939c64fd7cd71bc9a01c6f0271439de92a112  -

Proposal for sending out rewards of 2020-01-25:

https://cryptofresh.com/tx/1e0bc32d647ef485d9462f48e65b31ff3e4082ad
https://cryptofresh.com/b/44802759

https://cryptofresh.com/p/1.10.56217
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on January 27, 2020, 01:06:45 pm
Reward data for 2020-01-26

(note: bitAsset markets have been added to the contest)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 174d94a)

Total 22157.90108 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1640534                          87.37464
1.2.36449                            35.70030
1.2.33015                            33.23043
1.2.1560396                          23.09281
1.2.1703320                          13.71381
1.2.1527713                           9.98941
1.2.862646                            7.44243
1.2.1094392                           6.06979
1.2.395549                            2.46729
1.2.1606285                           2.17300
1.2.1672514                           2.16727
1.2.1089512                           1.53131
1.2.1616179                           1.21052
1.2.1687144                           0.76592
1.2.409973                            0.63531
1.2.1693506                           0.62244
1.2.1701094                           0.60443
1.2.126225                            0.59393
1.2.857733                            0.54418
1.2.1039433                           0.52397
1.2.1015080                           0.43846
1.2.573514                            0.42631
1.2.1610085                           0.40540
1.2.979913                            0.21221
1.2.783432                            0.19034
1.2.1702168                           0.09551
1.2.736124                            0.02442
1.2.1527702                           0.01732
1.2.981588                            0.00768
1.2.973616                            0.00023
1.2.1700338                           0.00008
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        3139.77314
1.2.1693506                         933.33494
1.2.1672514                         655.21267
1.2.1669186                         340.17743
1.2.437438                          299.20968
1.2.1213071                         105.21635
1.2.1094392                          66.37094
1.2.1703320                          64.64691
1.2.1214396                          47.74183
1.2.1610085                          46.61404
1.2.1527713                          41.76774
1.2.1560396                          38.98731
1.2.831392                           14.04102
1.2.562482                            9.95051
1.2.799404                            8.26566
1.2.1123614                           7.87029
1.2.881146                            6.52176
1.2.1039433                           4.09604
1.2.395549                            3.77774
1.2.1616179                           3.10058
1.2.1606285                           2.34021
1.2.1687144                           1.98915
1.2.409973                            1.59754
1.2.1111852                           1.19220
1.2.1121561                           0.62029
1.2.1616850                           0.61069
1.2.126225                            0.37220
1.2.479465                            0.19852
1.2.1015080                           0.15915
1.2.979913                            0.07839
1.2.976581                            0.03864
1.2.1591759                           0.03407
1.2.736124                            0.03340
1.2.1527702                           0.01925
1.2.1692788                           0.00661
1.2.978106                            0.00380
1.2.1089512                           0.00022

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.606017                          215.26518
1.2.1692978                         170.59751
1.2.641198                           36.84696
1.2.888089                           25.86820
1.2.36449                            21.77616
1.2.1696206                          18.05129
1.2.33015                            15.71659
1.2.424868                           10.50888
1.2.1565108                           3.51056
1.2.395549                            2.10995
1.2.1039433                           0.82196
1.2.1701094                           0.42819
1.2.1700686                           0.26129
1.2.1606562                           0.18008
1.2.469502                            0.07302
1.2.1616179                           0.05466
1.2.1702168                           0.04155
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        3506.02293
1.2.1700686                         558.54585
1.2.424868                          125.46702
1.2.1669186                         117.93338
1.2.1692978                         116.61387
1.2.171398                          109.90428
1.2.606017                           95.48289
1.2.888089                           65.24164
1.2.465206                           38.85821
1.2.1108195                          35.53498
1.2.1696206                          29.59894
1.2.1565108                          10.37559
1.2.1698970                           4.46849
1.2.395549                            4.46833
1.2.1701640                           2.42297
1.2.1039433                           1.41840
1.2.1606562                           0.65968
1.2.1616179                           0.24003
1.2.1015080                           0.07094

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         615.69320
1.2.33015                            19.81449
1.2.424868                           12.87322
1.2.36449                             2.42078
1.2.1565108                           1.58556
1.2.1703333                           1.40116
1.2.529261                            0.76590
1.2.1695235                           0.28473
1.2.126225                            0.16508
1.2.973616                            0.12708
1.2.879901                            0.10698
1.2.437438                            0.09493
1.2.1701364                           0.07743
1.2.1089395                           0.03570
1.2.1702168                           0.03343
1.2.1038609                           0.00003
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.424868                         1581.86899
1.2.1695235                        1277.21666
1.2.437438                         1237.87393
1.2.529261                           43.88540
1.2.458173                           41.64223
1.2.800115                           17.18109
1.2.1703333                           3.96122
1.2.1565108                           3.63549
1.2.973383                            3.37671
1.2.1702902                           0.53018
1.2.1701802                           0.32207
1.2.879901                            0.19132
1.2.1121561                           0.16574
1.2.33015                             0.04491
1.2.126225                            0.00570

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.4064                            175.17536
1.2.36449                            23.12341
1.2.1610085                          19.93780
1.2.33015                             9.57909
1.2.1623109                           7.84355
1.2.1565108                           4.18392
1.2.1599329                           3.15880
1.2.1701094                           3.05927
1.2.1560396                           2.22262
1.2.888089                            1.81546
1.2.1039433                           1.40479
1.2.883916                            0.52088
1.2.1207813                           0.46782
1.2.1696220                           0.36892
1.2.973383                            0.32069
1.2.126225                            0.25137
1.2.432100                            0.17904
1.2.1027025                           0.16927
1.2.702289                            0.16270
1.2.439234                            0.10471
1.2.1212240                           0.05381
1.2.1603307                           0.04102
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        3593.35406
1.2.1623109                        1389.42708
1.2.1610085                          98.74238
1.2.34467                            91.69219
1.2.1669186                          32.72479
1.2.888089                           32.20604
1.2.893637                            8.35087
1.2.1560396                           6.92686
1.2.862646                            5.80679
1.2.1565108                           4.25660
1.2.1039433                           2.71732
1.2.1027025                           2.14154
1.2.883916                            1.91487
1.2.1207813                           1.36323
1.2.973383                            0.92990
1.2.432100                            0.64876
1.2.380191                            0.46617
1.2.126225                            0.34812
1.2.1696220                           0.23893
1.2.702289                            0.19132

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.01945
1.2.1591759                           0.00346
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.02098
1.2.1591759                           0.00347

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1694252                          16.93796
1.2.424868                            6.17774
1.2.168607                            1.25254
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.544003                           76.26078
1.2.1694252                          19.99814
1.2.1640534                          11.84743
1.2.1610085                           0.85477
1.2.168607                            0.82953
1.2.114363                            0.49211

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                          20.14414
1.2.1015710                           4.67988
1.2.502910                            0.26996
1.2.414379                            0.25019
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                         173.52890
1.2.1700499                           3.91069
1.2.1700120                           0.22609
1.2.521936                            0.20265
1.2.541093                            0.12274
1.2.17391                             0.11830
1.2.698                               0.06908
1.2.502910                            0.01524
1.2.1673312                           0.00669
1.2.1694507                           0.00220

Snapshots: https://mmcontest.bitshares.org/snapshots20200126.tbz

Code: [Select]
$ tar xjf snapshots20200126.tbz
$ find 2020-01-26 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
cb1eecde63635ac7b9053190a1b837557b0911d5b9f1f3eb7eac46a30f1c8449  -

Proposal for sending out rewards of 2020-01-26:

https://cryptofresh.com/tx/b215e9bb0362584a8f2d30ff7029fa8c65e363f3
https://cryptofresh.com/b/44833844

https://cryptofresh.com/p/1.10.56258
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on January 28, 2020, 02:59:14 pm
Reward data for 2020-01-27

(note: new parameters applied since 2020-01-27)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 16429.82779 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.358149                          225.97644
1.2.33015                            30.54286
1.2.36449                            29.93480
1.2.1640534                          27.04989
1.2.1703320                          19.34512
1.2.1672514                          18.33059
1.2.1560396                          12.11741
1.2.1527713                          11.05565
1.2.862646                            8.42091
1.2.1094392                           2.95353
1.2.1693506                           1.62947
1.2.395549                            1.53164
1.2.1606285                           1.22280
1.2.1616179                           0.69333
1.2.1701094                           0.49513
1.2.1610085                           0.41461
1.2.1123614                           0.40610
1.2.1687144                           0.33728
1.2.1039433                           0.31913
1.2.409973                            0.31300
1.2.1015080                           0.27849
1.2.573514                            0.24558
1.2.906515                            0.22061
1.2.1089512                           0.21186
1.2.126225                            0.16793
1.2.979913                            0.11816
1.2.783432                            0.09338
1.2.1702168                           0.02653
1.2.799404                            0.01292
1.2.736124                            0.01272
1.2.501937                            0.00940
1.2.1527702                           0.00910
1.2.981588                            0.00112
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        2129.92601
1.2.1693506                         657.49430
1.2.1672514                         541.79611
1.2.437438                          368.90547
1.2.1669186                         221.56313
1.2.1213071                          78.40556
1.2.1094392                          48.84695
1.2.1610085                          42.30514
1.2.1214396                          37.43057
1.2.1703320                          32.42353
1.2.1123614                          32.11406
1.2.1560396                          25.56694
1.2.831392                           19.83701
1.2.562482                            9.24411
1.2.881146                            5.91287
1.2.799404                            5.31034
1.2.395549                            4.14095
1.2.1616179                           3.30802
1.2.1606285                           2.10740
1.2.1039433                           1.81407
1.2.409973                            1.48064
1.2.1687144                           1.26223
1.2.1111852                           1.03361
1.2.1015080                           0.70014
1.2.126225                            0.31143
1.2.1616850                           0.21308
1.2.479465                            0.18218
1.2.1591759                           0.16248
1.2.490345                            0.11807
1.2.979913                            0.10402
1.2.976581                            0.07554
1.2.736124                            0.04530
1.2.1527702                           0.01886
1.2.171761                            0.01502
1.2.1021184                           0.00704
1.2.978106                            0.00340
1.2.1121561                           0.00061
1.2.1702634                           0.00060
1.2.415588                            0.00041
1.2.138771                            0.00007

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.606017                          159.71504
1.2.1692978                         122.35955
1.2.641198                           55.34819
1.2.1696206                          39.76026
1.2.36449                            25.88809
1.2.888089                           21.22924
1.2.33015                            12.88507
1.2.1694252                           7.69483
1.2.465206                            2.89431
1.2.1700686                           2.08058
1.2.1565108                           1.99672
1.2.395549                            0.79299
1.2.1123614                           0.73219
1.2.424868                            0.58515
1.2.1039433                           0.56149
1.2.1606562                           0.35750
1.2.1701094                           0.24010
1.2.1696220                           0.18106
1.2.469502                            0.17340
1.2.1616179                           0.13911
1.2.1702168                           0.08074
1.2.1698970                           0.01842
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        2501.74865
1.2.1700686                         344.11808
1.2.424868                          103.99564
1.2.1692978                          87.46879
1.2.1669186                          73.74711
1.2.171398                           44.26349
1.2.1696206                          43.03350
1.2.888089                           39.45818
1.2.465206                           33.63717
1.2.606017                           32.64010
1.2.1108195                          31.32313
1.2.1565108                           8.53710
1.2.395549                            2.98273
1.2.1675067                           2.31672
1.2.1039433                           2.21898
1.2.1698970                           2.04449
1.2.1616179                           0.55924
1.2.1701640                           0.53008
1.2.1606562                           0.19231
1.2.1015080                           0.02372
1.2.1702168                           0.00656
1.2.1147979                           0.00403
1.2.415588                            0.00107

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         416.17640
1.2.358149                           81.82065
1.2.33015                            10.96908
1.2.424868                            2.96036
1.2.36449                             2.53644
1.2.1703333                           1.34901
1.2.1565108                           0.99245
1.2.1695235                           0.83855
1.2.529261                            0.48734
1.2.973616                            0.12358
1.2.437438                            0.09390
1.2.126225                            0.04899
1.2.1701364                           0.04713
1.2.1089395                           0.02271
1.2.1702168                           0.01409
1.2.973383                            0.00302
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.424868                         1354.65668
1.2.437438                          808.89806
1.2.1695235                         808.55349
1.2.529261                           43.36097
1.2.458173                           36.17815
1.2.1703333                          26.70213
1.2.800115                           12.55889
1.2.1565108                           1.38961
1.2.33015                             0.60912
1.2.1121561                           0.29245
1.2.1701802                           0.27731
1.2.1702902                           0.27441
1.2.126225                            0.17624
1.2.879901                            0.14643
1.2.973383                            0.05235

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.4064                            169.30679
1.2.1701094                          48.99706
1.2.33015                            15.23848
1.2.1610085                          12.37351
1.2.36449                            11.74471
1.2.1623109                           2.81841
1.2.888089                            2.62657
1.2.1565108                           2.48679
1.2.1560396                           1.81989
1.2.1674365                           0.94910
1.2.1027025                           0.82984
1.2.1039433                           0.60394
1.2.1599329                           0.50802
1.2.1207813                           0.32027
1.2.439234                            0.24521
1.2.883916                            0.22870
1.2.432100                            0.16938
1.2.973383                            0.10639
1.2.126225                            0.10077
1.2.702289                            0.04650
1.2.1682384                           0.01516
1.2.1212240                           0.01270
1.2.1145260                           0.00254
1.2.354252                            0.00084
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        1669.30035
1.2.1623109                        1101.05580
1.2.34467                            64.70693
1.2.1669186                          20.21548
1.2.888089                           18.20401
1.2.862646                            8.06684
1.2.893637                            6.28664
1.2.1560396                           5.85830
1.2.479474                            4.40969
1.2.1565108                           3.71763
1.2.883916                            1.48000
1.2.1027025                           1.33978
1.2.1207813                           1.30603
1.2.171761                            1.21042
1.2.432100                            0.89102
1.2.973383                            0.39670
1.2.1039433                           0.36463
1.2.702289                            0.27799
1.2.380191                            0.15842
1.2.1700499                           0.08088
1.2.96393                             0.04216
1.2.1145260                           0.01652

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1591759                           0.18740
1.2.185761                            0.05836
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1591759                           0.18775
1.2.185761                            0.06271

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1694252                          26.72075
1.2.424868                            8.68203
1.2.168607                            2.88180
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.544003                          340.46873
1.2.1640534                         145.03495
1.2.1143893                         101.82072
1.2.1694252                          58.89970
1.2.168607                            1.89818
1.2.1610085                           1.88313
1.2.114363                            1.11016

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                         187.07622
1.2.1015710                          25.43065
1.2.993563                            3.95099
1.2.414379                            1.35427
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                         238.09602
1.2.1015710                           6.14964
1.2.1700499                           3.37006
1.2.1700120                           0.80636
1.2.414379                            0.50959
1.2.521936                            0.17436
1.2.541093                            0.10577
1.2.17391                             0.09899
1.2.1673312                           0.01106

Snapshots: https://mmcontest.bitshares.org/snapshots20200127.tbz

Code: [Select]
$ tar xjf snapshots20200127.tbz
$ find 2020-01-27 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
f7bdc7385af8214d2d932a51eed17e5912e556e7c4639240ee72031c935a7d67  -

Proposal for sending out rewards of 2020-01-27:

https://cryptofresh.com/tx/bc8b634836b3d5f53cb4bff055adf2e52b3c9450
https://cryptofresh.com/b/44875769

https://cryptofresh.com/p/1.10.56305
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on January 29, 2020, 07:31:14 am
Reward data for 2020-01-28

(note: new parameters applied since 2020-01-27)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 16171.58334 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1672514                         337.42366
1.2.358149                          126.88714
1.2.36449                            54.22282
1.2.33015                            41.00774
1.2.1703320                          21.66520
1.2.437438                           20.55930
1.2.1560396                          16.00594
1.2.1527713                           5.17339
1.2.862646                            5.15349
1.2.1640534                           4.46347
1.2.1616179                           1.80661
1.2.1693506                           1.62122
1.2.395549                            1.31869
1.2.1094392                           1.05035
1.2.1606285                           0.71147
1.2.1123614                           0.55094
1.2.1701094                           0.49368
1.2.1687144                           0.46461
1.2.1039433                           0.28915
1.2.126225                            0.28514
1.2.409973                            0.16929
1.2.573514                            0.14207
1.2.979913                            0.07157
1.2.1691739                           0.05288
1.2.783432                            0.04559
1.2.1695688                           0.03762
1.2.1591759                           0.02646
1.2.1702168                           0.01803
1.2.573323                            0.01567
1.2.1015080                           0.01246
1.2.736124                            0.00794
1.2.1527702                           0.00509
1.2.973616                            0.00445
1.2.1214396                           0.00276
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        1577.55318
1.2.1693506                         571.64530
1.2.831392                          369.52001
1.2.437438                          230.16990
1.2.1695688                         163.09480
1.2.1669186                         149.82700
1.2.1691739                          99.89141
1.2.1610085                          80.31347
1.2.1213071                          73.22511
1.2.457447                           68.44932
1.2.1214396                          36.24113
1.2.1094392                          30.81363
1.2.1560396                          20.96340
1.2.1527713                          14.10511
1.2.562482                           11.93511
1.2.1703320                           9.22798
1.2.881146                            4.82809
1.2.1616179                           4.36917
1.2.1606285                           4.34531
1.2.799404                            3.97558
1.2.395549                            3.92260
1.2.1687144                           1.80444
1.2.409973                            1.54104
1.2.1111852                           1.42489
1.2.1039433                           1.36612
1.2.1702634                           0.48596
1.2.126225                            0.42861
1.2.976581                            0.38624
1.2.1700499                           0.36478
1.2.479465                            0.25095
1.2.1616850                           0.23468
1.2.979913                            0.13072
1.2.736124                            0.11562
1.2.138771                            0.08100
1.2.396635                            0.04126
1.2.1021184                           0.04006
1.2.978106                            0.03874
1.2.1591759                           0.03333
1.2.1527702                           0.02928
1.2.1015080                           0.01791
1.2.171761                            0.00142
1.2.824463                            0.00066
1.2.573323                            0.00005
1.2.446700                            0.00002

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.606017                          142.37346
1.2.1692978                         122.69937
1.2.415292                           26.58871
1.2.888089                           22.16862
1.2.36449                            19.07534
1.2.1696206                          16.79974
1.2.641198                           16.16829
1.2.33015                            14.36398
1.2.1565108                           3.36236
1.2.1123614                           2.40414
1.2.114363                            2.30475
1.2.424868                            1.97045
1.2.1700686                           1.65994
1.2.138771                            1.44241
1.2.395549                            1.20078
1.2.1606562                           0.63597
1.2.1701094                           0.40113
1.2.1039433                           0.31247
1.2.469502                            0.27270
1.2.1698970                           0.26486
1.2.1616179                           0.25111
1.2.465206                            0.04943
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        2073.73869
1.2.1700686                         506.81530
1.2.465206                          201.61100
1.2.445498                          175.27098
1.2.1669186                          99.45863
1.2.1692978                          85.07485
1.2.424868                           82.34844
1.2.1696206                          46.61363
1.2.606017                           37.24769
1.2.1108195                          27.78506
1.2.171398                           27.58904
1.2.888089                           25.74351
1.2.457447                           23.69245
1.2.1565108                           5.10045
1.2.1039433                           3.26176
1.2.1698970                           2.37823
1.2.395549                            1.99498
1.2.1123614                           1.86675
1.2.138771                            0.50005
1.2.1616179                           0.39614
1.2.1701640                           0.28560
1.2.1702168                           0.11636
1.2.1015080                           0.01001

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         370.19800
1.2.358149                          127.99943
1.2.36449                            18.65793
1.2.33015                            18.51088
1.2.1695235                           6.61623
1.2.424868                            4.56525
1.2.1703333                           1.03170
1.2.1565108                           1.02064
1.2.529261                            0.52462
1.2.1701364                           0.14906
1.2.126225                            0.11937
1.2.437438                            0.09580
1.2.372206                            0.09576
1.2.1089395                           0.02445
1.2.973383                            0.02000
1.2.1702168                           0.01530
1.2.1015080                           0.00962
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.424868                         1539.80982
1.2.437438                         1501.03138
1.2.1695235                         886.86238
1.2.1703333                          93.28843
1.2.529261                           53.85987
1.2.458173                           44.11821
1.2.800115                           11.17189
1.2.1565108                           2.28764
1.2.33015                             0.74400
1.2.1701802                           0.35311
1.2.1702902                           0.30553
1.2.879901                            0.23821
1.2.973383                            0.09848
1.2.1701364                           0.03019
1.2.1015080                           0.02764

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1701094                         188.69286
1.2.36449                            17.98307
1.2.33015                            10.37390
1.2.4064                              8.01308
1.2.1610085                           3.71901
1.2.888089                            3.28870
1.2.1565108                           2.04321
1.2.1560396                           1.49915
1.2.1039433                           0.46642
1.2.1207813                           0.36899
1.2.354252                            0.25430
1.2.973383                            0.23758
1.2.1027025                           0.22840
1.2.432100                            0.20761
1.2.883916                            0.13962
1.2.1599329                           0.09275
1.2.171761                            0.08423
1.2.126225                            0.08152
1.2.702289                            0.07483
1.2.439234                            0.04921
1.2.1623109                           0.01094
1.2.1212240                           0.00356
1.2.1121561                           0.00002
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                        1027.58254
1.2.1621254                         255.93292
1.2.479474                           17.71915
1.2.34467                            13.64845
1.2.1669186                          11.14349
1.2.1565108                           5.74546
1.2.893637                            5.20339
1.2.1560396                           4.43215
1.2.888089                            3.02484
1.2.36449                             2.93607
1.2.862646                            2.71010
1.2.1207813                           2.12971
1.2.1039433                           1.69300
1.2.883916                            1.44979
1.2.1027025                           1.39569
1.2.973383                            0.75891
1.2.432100                            0.66240
1.2.1700499                           0.36386
1.2.702289                            0.13292
1.2.7003                              0.10701

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1591759                           0.11651
1.2.185761                            0.05832
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1591759                           0.11673
1.2.185761                            0.06281

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1694252                          31.49322
1.2.168607                            1.09499
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.544003                          977.26345
1.2.1694252                         389.75094
1.2.1640534                         317.22662
1.2.1610085                           2.06844
1.2.168607                            1.78509
1.2.114363                            1.09615

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                         101.63607
1.2.1702713                           1.39099
1.2.1618052                           0.63890
1.2.1700120                           0.45988
1.2.471011                            0.40376
1.2.1210794                           0.40376
1.2.611135                            0.40376
1.2.545151                            0.40335
1.2.475905                            0.01667
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                          53.62051
1.2.1015710                           2.83060
1.2.1700120                           1.09066
1.2.1618052                           0.51046
1.2.498516                            0.25184
1.2.536054                            0.13815
1.2.618986                            0.01519

Snapshots: https://mmcontest.bitshares.org/snapshots20200128.tbz

Code: [Select]
$ tar xjf snapshots20200128.tbz
$ find 2020-01-28 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
04af91fc53dbd857c26a194c785f3a60fce8b76bb5e9642fc8ab75459ab14608  -

Proposal for sending out rewards of 2020-01-28:

https://cryptofresh.com/tx/aeb09e55b4df0ebc50a4bf1b548465eb14955745
https://cryptofresh.com/b/44884638

https://cryptofresh.com/p/1.10.56306
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on January 30, 2020, 09:49:33 am
Reward data for 2020-01-29

(note: new parameters applied since 2020-01-27)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 16015.86607 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1672514                         246.56281
1.2.358149                          242.63009
1.2.1691739                          81.72138
1.2.36449                            34.05828
1.2.33015                            26.13368
1.2.1703320                          15.52185
1.2.862646                            9.94962
1.2.1560396                           8.90018
1.2.1094392                           8.70905
1.2.437438                            7.78504
1.2.1527713                           6.72667
1.2.395549                            2.24467
1.2.1616179                           1.69501
1.2.1701094                           1.27001
1.2.1606285                           0.97547
1.2.1687144                           0.84095
1.2.409973                            0.35359
1.2.799404                            0.31555
1.2.126225                            0.28855
1.2.783432                            0.23595
1.2.1039433                           0.19114
1.2.573514                            0.18661
1.2.573323                            0.13534
1.2.1640534                           0.11271
1.2.1075239                           0.11191
1.2.979913                            0.09785
1.2.1591759                           0.07590
1.2.1695688                           0.03030
1.2.1015080                           0.02198
1.2.973616                            0.02039
1.2.1702168                           0.01889
1.2.736124                            0.00901
1.2.1693506                           0.00589
1.2.1527702                           0.00553
1.2.981588                            0.00199
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        1649.93118
1.2.1693506                         595.89332
1.2.1691739                         526.41051
1.2.1669186                         234.69369
1.2.437438                          229.38327
1.2.1695688                         227.58555
1.2.1672514                         171.37433
1.2.1213071                          91.82480
1.2.1214396                          47.52269
1.2.1560396                          40.06640
1.2.1094392                          36.32681
1.2.1700499                          16.85611
1.2.562482                           16.77270
1.2.1616179                           8.90081
1.2.799404                            7.04106
1.2.1527713                           6.04803
1.2.881146                            5.77128
1.2.1703320                           5.60288
1.2.1606285                           4.85386
1.2.395549                            4.60401
1.2.1111852                           1.99974
1.2.1687144                           1.30790
1.2.409973                            0.99155
1.2.126225                            0.48947
1.2.1015080                           0.47208
1.2.1039433                           0.37282
1.2.479465                            0.34925
1.2.1702634                           0.34898
1.2.976581                            0.28792
1.2.1616850                           0.21466
1.2.396635                            0.16286
1.2.979913                            0.14851
1.2.736124                            0.14110
1.2.138771                            0.06709
1.2.1527702                           0.04277
1.2.1021184                           0.03723
1.2.978106                            0.02873
1.2.824463                            0.00956
1.2.919400                            0.00420
1.2.573323                            0.00044
1.2.446700                            0.00023

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1701094                         430.61574
1.2.1692978                         133.55563
1.2.606017                          123.84156
1.2.415292                           76.14361
1.2.888089                           24.68626
1.2.36449                            18.76073
1.2.33015                            15.49090
1.2.1694252                          14.05517
1.2.1700686                           9.05735
1.2.1696206                           4.56156
1.2.641198                            1.86108
1.2.1565108                           1.80609
1.2.1606562                           0.90882
1.2.395549                            0.59341
1.2.1698970                           0.33240
1.2.424868                            0.26689
1.2.1039433                           0.21153
1.2.1616179                           0.14164
1.2.477169                            0.02375
1.2.114363                            0.00081
1.2.1696220                           0.00001
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        2203.18459
1.2.1700686                         454.04755
1.2.465206                          211.11985
1.2.1669186                          89.29103
1.2.1692978                          84.01855
1.2.424868                           81.05026
1.2.606017                           66.51795
1.2.445498                           63.51748
1.2.1696206                          47.45752
1.2.888089                           42.30402
1.2.1108195                          25.38052
1.2.171398                            8.92820
1.2.1565108                           6.81168
1.2.1592306                           4.91283
1.2.395549                            2.73123
1.2.1039433                           1.80097
1.2.1698970                           1.76698
1.2.138771                            1.09098
1.2.1123614                           0.84841
1.2.1616179                           0.69425
1.2.544003                            0.27665
1.2.1701640                           0.09185
1.2.1702168                           0.02818
1.2.1015080                           0.00035

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         362.04753
1.2.358149                          181.62653
1.2.36449                            12.31049
1.2.33015                            12.19494
1.2.1695235                          11.17208
1.2.424868                            3.63390
1.2.529261                            0.78727
1.2.1703333                           0.74007
1.2.1565108                           0.58907
1.2.1701364                           0.20609
1.2.437438                            0.15546
1.2.126225                            0.08169
1.2.973616                            0.07502
1.2.973383                            0.04879
1.2.1089395                           0.03670
1.2.1702168                           0.02391
1.2.879901                            0.00711
1.2.372206                            0.00644
1.2.1015080                           0.00163
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.437438                         1628.31077
1.2.424868                         1527.06391
1.2.1695235                         806.12167
1.2.1703333                          67.21528
1.2.529261                           37.88246
1.2.800115                           20.89213
1.2.458173                           17.87854
1.2.1565108                           3.47870
1.2.1015080                           0.50444
1.2.33015                             0.40318
1.2.879901                            0.34845
1.2.1702902                           0.25896
1.2.1701364                           0.20548
1.2.1701802                           0.20362
1.2.973383                            0.08688
1.2.126225                            0.07050

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1701094                          60.19054
1.2.1610085                          15.76981
1.2.36449                            11.11461
1.2.33015                             7.47608
1.2.888089                            1.36629
1.2.1565108                           1.07884
1.2.1560396                           0.86798
1.2.1207813                           0.85175
1.2.1623109                           0.72769
1.2.1599329                           0.55384
1.2.883916                            0.39016
1.2.171761                            0.32933
1.2.973383                            0.32187
1.2.439234                            0.26763
1.2.432100                            0.23053
1.2.1039433                           0.19368
1.2.399792                            0.16841
1.2.702289                            0.10684
1.2.126225                            0.10079
1.2.973616                            0.01367
1.2.1212240                           0.01357
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                        1192.19972
1.2.1621254                         118.78031
1.2.36449                            24.22915
1.2.1669186                          13.14226
1.2.1565108                           9.54970
1.2.893637                            9.02948
1.2.479474                            8.33639
1.2.34467                             7.86185
1.2.1560396                           6.23223
1.2.888089                            4.30644
1.2.1039433                           2.89839
1.2.1207813                           0.75436
1.2.973383                            0.73281
1.2.1682384                           0.64382
1.2.432100                            0.61479
1.2.883916                            0.58200
1.2.126225                            0.35519
1.2.702289                            0.06108

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.710899                            0.14739
1.2.185761                            0.02727
1.2.376992                            0.01244
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.358149                            4.02201
1.2.710899                            0.88047
1.2.1682384                           0.12004
1.2.185761                            0.03071
1.2.1687283                           0.01246
1.2.1701295                           0.00715

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1694252                          39.31064
1.2.544003                           13.84369
1.2.168607                            1.09499
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1694252                         422.31903
1.2.1640534                         197.53413
1.2.544003                          131.36827
1.2.1610085                           2.70737
1.2.168607                            2.15951
1.2.114363                            1.31819

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                          51.80196
1.2.1702713                           1.07581
1.2.471011                            0.35933
1.2.1210794                           0.35933
1.2.611135                            0.35933
1.2.545151                            0.35897
1.2.414379                            0.24163
1.2.17391                             0.19162
1.2.1618052                           0.04428
1.2.513087                            0.03749
1.2.475905                            0.03705
1.2.32794                             0.01168
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                          53.86653
1.2.1015710                           1.10148
1.2.4064                              0.96785
1.2.618986                            0.93468
1.2.1618052                           0.24227
1.2.1700499                           0.07240
1.2.414379                            0.05976
1.2.1700120                           0.01883
1.2.420759                            0.01506
1.2.521936                            0.00374
1.2.541093                            0.00227
1.2.17391                             0.00212
1.2.1673312                           0.00023

Snapshots: https://mmcontest.bitshares.org/snapshots20200129.tbz

Code: [Select]
$ tar xjf snapshots20200129.tbz
$ find 2020-01-29 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
c81e6d605d3ffbb04bf74fef27d8c56403135fca23036837c7c9d22f2268224b  -

Proposal for sending out rewards of 2020-01-29:

https://cryptofresh.com/tx/91713aad3a00927d79256dc65d23fe68d96a6c8e
https://cryptofresh.com/b/44916119

https://cryptofresh.com/p/1.10.56336
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on January 31, 2020, 12:31:59 pm
Reward data for 2020-01-30

(note: new parameters applied since 2020-01-27)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 15782.19896 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.358149                          743.10611
1.2.1691739                          48.06828
1.2.36449                            37.60729
1.2.33015                            30.29356
1.2.862646                           12.07873
1.2.1703320                          11.19873
1.2.1560396                           9.24681
1.2.1094392                           8.20890
1.2.1527713                           6.83714
1.2.1701094                           3.26730
1.2.1616179                           3.04294
1.2.395549                            2.13435
1.2.1606285                           1.93612
1.2.1693506                           1.41985
1.2.1687144                           1.02788
1.2.799404                            0.91200
1.2.409973                            0.69034
1.2.1039433                           0.55745
1.2.573514                            0.37820
1.2.573323                            0.36184
1.2.126225                            0.28513
1.2.1672514                           0.25635
1.2.979913                            0.18471
1.2.1015080                           0.11613
1.2.1695688                           0.08142
1.2.1702168                           0.03371
1.2.1616850                           0.01930
1.2.736124                            0.01912
1.2.1527702                           0.01348
1.2.981588                            0.00923
1.2.973616                            0.00328
1.2.1213071                           0.00094
1.2.710899                            0.00090
1.2.1214396                           0.00066
1.2.1703907                           0.00022
1.2.676381                            0.00001
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        1387.33427
1.2.1693506                         703.10581
1.2.1672514                         518.13678
1.2.1695688                         356.63524
1.2.1669186                         253.82304
1.2.437438                          186.67686
1.2.1213071                          87.21282
1.2.1691739                          78.72673
1.2.1214396                          45.67832
1.2.1560396                          38.59981
1.2.1703320                          34.40503
1.2.1094392                          29.38184
1.2.1616179                           8.14470
1.2.562482                            7.78519
1.2.881146                            6.47176
1.2.799404                            5.49301
1.2.1527713                           5.46706
1.2.395549                            4.00824
1.2.1606285                           1.66799
1.2.1687144                           1.31487
1.2.1111852                           0.91794
1.2.409973                            0.89459
1.2.1039433                           0.78437
1.2.126225                            0.61514
1.2.479465                            0.15554
1.2.573323                            0.09306
1.2.396635                            0.07734
1.2.1015080                           0.06224
1.2.979913                            0.05532
1.2.976581                            0.05096
1.2.736124                            0.02702
1.2.1687173                           0.01836
1.2.1527702                           0.01612
1.2.1021184                           0.00542
1.2.978106                            0.00367
1.2.138771                            0.00249
1.2.1610085                           0.00047

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1701094                         749.23980
1.2.1692978                         141.50411
1.2.606017                           70.68741
1.2.415292                           50.90392
1.2.1700686                          30.70665
1.2.888089                           22.90007
1.2.36449                            15.62207
1.2.33015                            12.04836
1.2.1694252                           2.57100
1.2.1565108                           2.43003
1.2.395549                            1.15994
1.2.1640534                           0.66593
1.2.1039433                           0.57088
1.2.1703892                           0.43214
1.2.1606562                           0.37606
1.2.1698970                           0.08865
1.2.477169                            0.05574
1.2.1616179                           0.03322
1.2.424868                            0.02943
1.2.1015080                           0.02511
1.2.138715                            0.00018
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        1380.03399
1.2.1700686                         342.57879
1.2.465206                          137.77341
1.2.1669186                          80.03601
1.2.1692978                          69.35231
1.2.424868                           66.40674
1.2.606017                           49.83298
1.2.1696206                          39.76625
1.2.888089                           36.77774
1.2.1108195                          22.98393
1.2.445498                           21.05280
1.2.1565108                           8.61562
1.2.1698970                           2.94063
1.2.1039433                           2.68965
1.2.395549                            2.57793
1.2.1616179                           1.74118
1.2.1701640                           0.24569
1.2.138771                            0.23989
1.2.1703892                           0.19296
1.2.1123614                           0.06628
1.2.1640534                           0.03431
1.2.1702168                           0.00818

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         357.42599
1.2.1695235                          19.15944
1.2.36449                             7.22158
1.2.33015                             7.01918
1.2.424868                            3.47403
1.2.529261                            1.60202
1.2.1565108                           0.61219
1.2.1701364                           0.24212
1.2.1015080                           0.22830
1.2.973616                            0.17419
1.2.1089395                           0.07468
1.2.1702168                           0.05745
1.2.437438                            0.01919
1.2.478751                            0.01534
1.2.1066083                           0.01464
1.2.879901                            0.00764
1.2.126225                            0.00339
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.424868                         1441.85474
1.2.437438                          900.25420
1.2.1695235                         760.86329
1.2.962243                          752.54920
1.2.800115                           15.05054
1.2.1703333                          13.93698
1.2.529261                           10.46556
1.2.1610085                           9.91664
1.2.458173                            4.65806
1.2.1015080                           1.77798
1.2.1565108                           1.40473
1.2.470016                            0.66226
1.2.1701364                           0.45180
1.2.126225                            0.20199
1.2.1702902                           0.17301
1.2.879901                            0.14121
1.2.1701802                           0.06298

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            13.90537
1.2.1610085                          13.70423
1.2.33015                             9.55541
1.2.1565108                           2.34947
1.2.888089                            2.21684
1.2.1560396                           1.51577
1.2.1623109                           1.21366
1.2.1039433                           0.62692
1.2.1599329                           0.48224
1.2.1207813                           0.40614
1.2.883916                            0.27666
1.2.973383                            0.27149
1.2.439234                            0.23248
1.2.432100                            0.19373
1.2.126225                            0.19012
1.2.171761                            0.06236
1.2.702289                            0.05284
1.2.1212240                           0.01455
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                        1104.68235
1.2.1621254                          93.15665
1.2.479474                           18.09445
1.2.1669186                          12.14671
1.2.34467                            10.36422
1.2.893637                            5.53536
1.2.1610085                           4.86405
1.2.1560396                           4.40461
1.2.1565108                           4.19069
1.2.888089                            2.81353
1.2.1039433                           1.77610
1.2.883916                            1.63664
1.2.1207813                           1.51153
1.2.1682384                           1.10398
1.2.973383                            0.78272
1.2.432100                            0.74582
1.2.702289                            0.28618
1.2.478751                            0.22717
1.2.126225                            0.15451
1.2.1009535                           0.05765
1.2.399792                            0.01909

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                          24.70378
1.2.185761                            0.04693
1.2.376992                            0.01909
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                          19.17959
1.2.185761                            0.05501

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1694252                         213.60156
1.2.168607                            1.09500
1.2.1640534                           0.87092
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.544003                          833.71407
1.2.1640534                         516.45865
1.2.1694252                         262.64547
1.2.470547                           19.98537
1.2.168607                            2.74046
1.2.1610085                           1.42112
1.2.114363                            0.50840

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                          48.89102
1.2.1702713                          11.99714
1.2.414379                            8.94375
1.2.17391                             0.34520
1.2.471011                            0.08855
1.2.1210794                           0.08855
1.2.611135                            0.08855
1.2.545151                            0.08846
1.2.1700120                           0.03166
1.2.32794                             0.02566
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                          39.36645
1.2.1015710                          35.92685
1.2.4064                             34.59772
1.2.1618052                           8.16788
1.2.420759                            3.15605
1.2.618986                            2.67097
1.2.1700499                           1.58318
1.2.414379                            1.24637
1.2.1599069                           0.22091
1.2.521936                            0.08191
1.2.475905                            0.07398
1.2.541093                            0.04969
1.2.17391                             0.04648
1.2.1673312                           0.04397

Snapshots: https://mmcontest.bitshares.org/snapshots20200130.tbz

Code: [Select]
$ tar xjf snapshots20200130.tbz
$ find 2020-01-30 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
cb1bd3117f3ce5a9d4ea92075ed8dae47bdc42047f41ba7b94b08bc4291cdef6  -

Proposal for sending out rewards of 2020-01-30:

https://cryptofresh.com/tx/f1b89b09f8ddf5e74679a3bda2e7e3ba03668cd1
https://cryptofresh.com/b/44948091

https://cryptofresh.com/p/1.10.56398
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on February 01, 2020, 01:48:58 pm
Reward data for 2020-01-31

(note: new parameters applied since 2020-01-27)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 13694.87139 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.831392                          132.40093
1.2.358149                           33.70887
1.2.36449                            25.71289
1.2.1693506                          20.31429
1.2.33015                            19.87073
1.2.1560396                           8.70203
1.2.1527713                           7.73567
1.2.1094392                           7.59014
1.2.862646                            6.72764
1.2.1606285                           3.48899
1.2.962243                            3.45616
1.2.395549                            1.82617
1.2.1621254                           1.75830
1.2.437438                            1.71255
1.2.1703320                           1.41578
1.2.1687144                           0.89952
1.2.857733                            0.76617
1.2.799404                            0.76513
1.2.409973                            0.69874
1.2.1616179                           0.68479
1.2.979913                            0.51838
1.2.1701094                           0.28609
1.2.573323                            0.27154
1.2.573514                            0.20753
1.2.1015080                           0.20588
1.2.838939                            0.13508
1.2.396635                            0.11235
1.2.126225                            0.10328
1.2.1616850                           0.10170
1.2.446700                            0.09204
1.2.1672514                           0.07871
1.2.1702168                           0.07587
1.2.1214396                           0.06239
1.2.973616                            0.05928
1.2.1623723                           0.05172
1.2.1039433                           0.05075
1.2.736124                            0.04103
1.2.1527702                           0.03897
1.2.997170                            0.02812
1.2.981588                            0.00745
1.2.581357                            0.00532
1.2.676381                            0.00501
1.2.1619104                           0.00021
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        1243.78239
1.2.1672514                         769.92748
1.2.1693506                         708.54005
1.2.1669186                         373.89900
1.2.1616179                         184.49959
1.2.437438                          150.21366
1.2.1213071                          84.35944
1.2.1214396                          45.16437
1.2.1560396                          40.29014
1.2.1703320                          24.56437
1.2.1094392                          18.87595
1.2.962243                            7.05576
1.2.1527713                           6.89983
1.2.881146                            6.89689
1.2.799404                            5.16531
1.2.395549                            3.94729
1.2.1687144                           1.81443
1.2.1039433                           1.05892
1.2.562482                            0.96934
1.2.126225                            0.94064
1.2.409973                            0.74691
1.2.458173                            0.69578
1.2.573323                            0.52155
1.2.1606285                           0.51946
1.2.396635                            0.28028
1.2.1015080                           0.19257
1.2.446700                            0.10576
1.2.1111852                           0.08566
1.2.1616850                           0.07682
1.2.1687173                           0.07075
1.2.479465                            0.00942
1.2.1527702                           0.00164
1.2.1591759                           0.00090
1.2.1621254                           0.00004

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                         132.23586
1.2.415292                          100.31512
1.2.606017                           95.06468
1.2.1701094                          49.70890
1.2.888089                           33.99065
1.2.641198                           30.58197
1.2.36449                            19.44536
1.2.33015                            14.12767
1.2.1611651                          13.12801
1.2.1700686                          10.82738
1.2.1694252                           9.19890
1.2.1565108                           3.41552
1.2.395549                            1.30524
1.2.1703892                           1.30447
1.2.1606562                           0.79582
1.2.1039433                           0.26511
1.2.1616179                           0.14525
1.2.477169                            0.12452
1.2.424868                            0.10429
1.2.465206                            0.01371
1.2.620507                            0.00364
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        1427.47074
1.2.1700686                         473.12412
1.2.465206                          245.42733
1.2.1692978                         165.10803
1.2.1669186                          98.59160
1.2.424868                           83.96387
1.2.888089                           30.51612
1.2.606017                           28.15550
1.2.1108195                          20.10029
1.2.1696206                          14.62622
1.2.1611651                          13.17025
1.2.1565108                           5.34605
1.2.445498                            4.49316
1.2.395549                            3.23180
1.2.1698970                           3.10451
1.2.1616179                           2.11614
1.2.1703892                           1.73553
1.2.1039433                           1.53921
1.2.1640534                           0.24647
1.2.1701640                           0.06036
1.2.138771                            0.05661
1.2.973383                            0.02505

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         306.30759
1.2.1695235                         187.53456
1.2.962243                          101.76225
1.2.36449                             6.74960
1.2.33015                             5.90635
1.2.424868                            5.42317
1.2.529261                            1.61298
1.2.1565108                           0.70467
1.2.1701364                           0.26543
1.2.437438                            0.10801
1.2.1089395                           0.07519
1.2.1702168                           0.07264
1.2.973616                            0.04988
1.2.126225                            0.02839
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.424868                         1030.39823
1.2.437438                          860.20274
1.2.962243                          651.44892
1.2.1695235                         357.09246
1.2.1610085                         157.02682
1.2.800115                           12.07740
1.2.1703333                           9.87702
1.2.1702902                           9.45062
1.2.529261                            9.37524
1.2.458173                            1.93355
1.2.1565108                           1.16363
1.2.1015080                           0.63503
1.2.126225                            0.28579
1.2.1701364                           0.25976
1.2.879901                            0.15389
1.2.1701802                           0.06301

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                          29.83075
1.2.36449                            13.91033
1.2.33015                             8.06831
1.2.888089                            2.38499
1.2.1565108                           1.73966
1.2.1560396                           1.66184
1.2.1599329                           1.03567
1.2.1207813                           0.68397
1.2.883916                            0.58731
1.2.439234                            0.53072
1.2.1039433                           0.29470
1.2.973383                            0.23077
1.2.432100                            0.20077
1.2.702289                            0.10936
1.2.399792                            0.08649
1.2.1623109                           0.07709
1.2.1212240                           0.01987
1.2.126225                            0.01274
1.2.1621254                           0.00904
1.2.1009535                           0.00396
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         943.22212
1.2.479474                           64.81352
1.2.1621254                          45.10781
1.2.1669186                          10.32421
1.2.1565108                           5.74556
1.2.1039433                           4.61409
1.2.34467                             4.39194
1.2.893637                            4.12650
1.2.1560396                           3.94745
1.2.888089                            3.31180
1.2.883916                            0.90217
1.2.1207813                           0.73545
1.2.432100                            0.64404
1.2.973383                            0.55296
1.2.126225                            0.37538
1.2.1610085                           0.25019
1.2.702289                            0.16280
1.2.1009535                           0.09215
1.2.1637485                           0.03854
1.2.399792                            0.02000

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.358149                           65.81897
1.2.710899                           32.30544
1.2.1621254                           7.79581
1.2.185761                            0.05677
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.358149                           90.18062
1.2.514500                           35.81201
1.2.1621254                          13.46689
1.2.420759                            0.95162
1.2.1687283                           0.36775
1.2.1701295                           0.16033
1.2.185761                            0.06294

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1694252                         147.41468
1.2.168607                            1.09500
1.2.1640534                           0.95199
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1640534                         443.15697
1.2.544003                          345.58111
1.2.1694252                         310.97395
1.2.168607                            2.74049

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                           4.29590
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                           6.72655

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                          61.60860
1.2.1702713                          29.37061
1.2.414379                            4.37472
1.2.17391                             0.16857
1.2.471011                            0.13872
1.2.1210794                           0.13872
1.2.611135                            0.13872
1.2.545151                            0.13858
1.2.32794                             0.01253
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.4064                             44.23556
1.2.1015710                          30.92895
1.2.1621254                          14.77354
1.2.618986                            8.26276
1.2.1700499                           4.89679
1.2.1618052                           4.60026
1.2.420759                            2.42053
1.2.414379                            1.56684
1.2.521936                            0.25351
1.2.475905                            0.18036
1.2.1599069                           0.17765
1.2.541093                            0.15369
1.2.17391                             0.14554
1.2.1673312                           0.11040

Snapshots: https://mmcontest.bitshares.org/snapshots20200131.tbz

Code: [Select]
$ tar xjf snapshots20200131.tbz
$ find 2020-01-31 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
f1f1ceed3ced557577add9a5765cce97e8f4ce2e4710053c3665197cc0bf5b36  -

Proposal for sending out rewards of 2020-01-31:

https://cryptofresh.com/tx/5fb8c99976be8a6a4abf8eca0719e36b7601d0d2
https://cryptofresh.com/b/44978341

https://cryptofresh.com/p/1.10.56474
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on February 02, 2020, 09:26:18 am
Reward data for 2020-02-01

(note: new parameters applied since 2020-01-27)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 7223.75209 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1693506                          30.58312
1.2.831392                           30.44146
1.2.409341                           25.93314
1.2.33015                            15.25519
1.2.36449                             8.93472
1.2.862646                            6.58690
1.2.1560396                           5.87147
1.2.1527713                           2.87545
1.2.782669                            2.72664
1.2.1094392                           2.40192
1.2.486857                            1.94895
1.2.1038609                           1.49812
1.2.799404                            1.39657
1.2.395549                            1.11788
1.2.461657                            1.11074
1.2.1606285                           0.86252
1.2.841459                            0.70968
1.2.1687144                           0.69012
1.2.409973                            0.67118
1.2.976581                            0.60227
1.2.1616179                           0.48707
1.2.1015080                           0.28071
1.2.498000                            0.26433
1.2.857733                            0.25144
1.2.881146                            0.19952
1.2.743179                            0.17822
1.2.1701094                           0.14036
1.2.979913                            0.12534
1.2.1527702                           0.12373
1.2.114226                            0.12297
1.2.1160364                           0.11415
1.2.446780                            0.11120
1.2.1621254                           0.10106
1.2.1699975                           0.08681
1.2.126225                            0.07383
1.2.885181                            0.06644
1.2.446700                            0.05976
1.2.1700406                           0.04763
1.2.160830                            0.04502
1.2.1703320                           0.04306
1.2.1702168                           0.04124
1.2.741354                            0.03607
1.2.1672514                           0.03596
1.2.464767                            0.03470
1.2.1667406                           0.03382
1.2.981588                            0.03359
1.2.1623723                           0.02928
1.2.732833                            0.02773
1.2.973616                            0.02461
1.2.736124                            0.02397
1.2.1107981                           0.02218
1.2.449023                            0.02177
1.2.838939                            0.02014
1.2.1687203                           0.01972
1.2.1619104                           0.01557
1.2.581357                            0.00950
1.2.1089395                           0.00904
1.2.1021184                           0.00865
1.2.676381                            0.00603
1.2.977660                            0.00575
1.2.1214396                           0.00553
1.2.437438                            0.00506
1.2.1643343                           0.00480
1.2.462696                            0.00386
1.2.1038508                           0.00285
1.2.1066977                           0.00273
1.2.15906                             0.00200
1.2.1595915                           0.00163
1.2.753832                            0.00111
1.2.1615272                           0.00106
1.2.1049152                           0.00081
1.2.1703576                           0.00026
1.2.394730                            0.00018
1.2.544768                            0.00013
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                         866.66588
1.2.1693506                         366.53964
1.2.1672514                         152.95672
1.2.1669186                         140.24529
1.2.1619104                         116.11676
1.2.1213071                          75.64515
1.2.437438                           56.14806
1.2.1214396                          42.34433
1.2.1560396                          27.84023
1.2.1616179                          26.62041
1.2.881146                            7.28769
1.2.395549                            3.63501
1.2.1703320                           3.21422
1.2.1094392                           2.49542
1.2.799404                            2.22823
1.2.1527713                           1.98553
1.2.1687144                           1.20910
1.2.1591759                           0.66201
1.2.409973                            0.64359
1.2.1015080                           0.43300
1.2.732833                            0.30886
1.2.1691129                           0.19903
1.2.1038508                           0.17742
1.2.1039433                           0.14059
1.2.33015                             0.13043
1.2.126225                            0.10902
1.2.573323                            0.09590
1.2.1160364                           0.07927
1.2.1606285                           0.07467
1.2.446700                            0.06949
1.2.160830                            0.06355
1.2.1595915                           0.06246
1.2.396635                            0.05135
1.2.973616                            0.03787
1.2.857733                            0.02311
1.2.1616850                           0.02176
1.2.458173                            0.02163
1.2.1702168                           0.00913
1.2.1621254                           0.00407
1.2.836759                            0.00194
1.2.955081                            0.00158
1.2.1527702                           0.00080

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                          43.91654
1.2.415292                           19.21171
1.2.606017                           13.46537
1.2.1700686                          12.59466
1.2.888089                            8.39297
1.2.641198                            6.82041
1.2.33015                             6.76997
1.2.36449                             4.40750
1.2.1565108                           2.67007
1.2.424868                            2.17539
1.2.395549                            1.00034
1.2.1108195                           0.95960
1.2.1606562                           0.71139
1.2.1694252                           0.45480
1.2.1039433                           0.37273
1.2.486857                            0.35596
1.2.470547                            0.31999
1.2.1592306                           0.26001
1.2.1703892                           0.16147
1.2.1701094                           0.16071
1.2.1696206                           0.11455
1.2.1698970                           0.06848
1.2.1036113                           0.06069
1.2.102755                            0.05714
1.2.465206                            0.05547
1.2.1616179                           0.04165
1.2.477169                            0.03874
1.2.885179                            0.01336
1.2.501058                            0.01283
1.2.634395                            0.01067
1.2.469502                            0.00435
1.2.417172                            0.00399
1.2.1675273                           0.00146
1.2.985569                            0.00069
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1701094                        1299.51508
1.2.1700686                         194.60639
1.2.465206                           57.58302
1.2.424868                           51.59788
1.2.606017                           43.51721
1.2.1669186                          36.88999
1.2.1692978                          31.34241
1.2.888089                           24.05451
1.2.1108195                          17.69074
1.2.1611651                          15.32062
1.2.1592306                          12.27788
1.2.1696206                          11.82145
1.2.1565108                           9.63011
1.2.33015                             9.36713
1.2.1616179                           3.45856
1.2.395549                            2.90248
1.2.1039433                           1.69689
1.2.641198                            1.58489
1.2.1698970                           0.93281
1.2.470547                            0.57698
1.2.1703892                           0.20228
1.2.171761                            0.18807
1.2.973383                            0.05292
1.2.501058                            0.00758
1.2.36449                             0.00162

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1695235                          63.55237
1.2.1702902                          53.29866
1.2.962243                           16.96296
1.2.424868                            9.76311
1.2.33015                             1.96985
1.2.36449                             1.87030
1.2.470016                            0.93458
1.2.1699975                           0.87016
1.2.462696                            0.62924
1.2.800115                            0.56857
1.2.529261                            0.56278
1.2.1565108                           0.44214
1.2.1038609                           0.31913
1.2.1700343                           0.18087
1.2.1701364                           0.14099
1.2.1700406                           0.05867
1.2.1702168                           0.03927
1.2.437438                            0.03686
1.2.879901                            0.03664
1.2.1089395                           0.02623
1.2.973616                            0.01232
1.2.419257                            0.00803
1.2.838939                            0.00507
1.2.1686570                           0.00252
1.2.547438                            0.00220
1.2.1066083                           0.00088
1.2.753832                            0.00025
1.2.1059354                           0.00019
1.2.1015080                           0.00004
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.424868                          887.23279
1.2.437438                          280.27567
1.2.962243                          194.76839
1.2.1695235                          83.36062
1.2.1610085                          27.40545
1.2.1702902                          18.25164
1.2.800115                           14.17179
1.2.470016                            2.37036
1.2.529261                            1.75007
1.2.1565108                           1.60483
1.2.1703333                           0.21785
1.2.1701094                           0.21188
1.2.1701364                           0.19368
1.2.973616                            0.13205
1.2.126225                            0.08517
1.2.879901                            0.06675
1.2.1701802                           0.02009
1.2.1015080                           0.00832
1.2.28914                             0.00018

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.17391                            14.13670
1.2.1623109                          10.79012
1.2.1610085                           9.57940
1.2.33015                             5.19752
1.2.36449                             3.71639
1.2.893637                            2.24807
1.2.102755                            1.55225
1.2.1565108                           1.41355
1.2.1560396                           1.09271
1.2.888089                            0.67639
1.2.1039433                           0.42537
1.2.1599329                           0.37829
1.2.1207813                           0.34013
1.2.883916                            0.26417
1.2.420759                            0.18361
1.2.439234                            0.16757
1.2.462696                            0.14546
1.2.706162                            0.13894
1.2.702289                            0.13858
1.2.973383                            0.07409
1.2.399792                            0.07027
1.2.432100                            0.05624
1.2.1621254                           0.02940
1.2.1212240                           0.01070
1.2.755045                            0.00865
1.2.573323                            0.00400
1.2.1696220                           0.00169
1.2.973616                            0.00163
1.2.582863                            0.00155
1.2.397354                            0.00037
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         859.37001
1.2.479474                           18.59274
1.2.888089                           18.30865
1.2.1669186                           8.69593
1.2.1621254                           7.53571
1.2.1565108                           6.52355
1.2.1560396                           5.64747
1.2.893637                            3.76215
1.2.33015                             3.46838
1.2.1039433                           1.53060
1.2.36449                             1.27909
1.2.1207813                           1.20669
1.2.34467                             0.81294
1.2.883916                            0.48378
1.2.973383                            0.23864
1.2.432100                            0.19407
1.2.126225                            0.12923
1.2.702289                            0.11783
1.2.1610085                           0.04717
1.2.1696220                           0.00945
1.2.997236                            0.00555
1.2.1001333                           0.00314
1.2.1212240                           0.00022

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                          17.41957
1.2.358149                           12.05520
1.2.710899                            4.04310
1.2.185761                            0.05966
1.2.376992                            0.02766
1.2.1214711                           0.00595
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.358149                           30.61271
1.2.1621254                          10.93199
1.2.514500                            4.22389
1.2.1701295                           0.05459
1.2.381712                            0.05282
1.2.185761                            0.05036
1.2.981588                            0.01325
1.2.376992                            0.00712
1.2.1214711                           0.00663
1.2.710899                            0.00099

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1694252                         108.68181
1.2.465206                           48.50665
1.2.544003                            3.76164
1.2.1621254                           0.59485
1.2.168607                            0.47702
1.2.470547                            0.33725
1.2.383547                            0.26360
1.2.1599329                           0.00266
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.544003                          121.04279
1.2.1640534                          69.38370
1.2.1694252                          68.82255
1.2.470547                           10.86323
1.2.168607                            2.04987
1.2.465206                            0.80817
1.2.141030                            0.15470
1.2.1621254                           0.15290
1.2.1599329                           0.02946

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                           1.91826
1.2.1214711                           0.00666
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                           3.90934
1.2.1214711                           0.00778

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                          16.64930
1.2.1702713                           2.37565
1.2.414379                            1.30533
1.2.1015710                           0.30463
1.2.467903                            0.00458
1.2.1161154                           0.00374
1.2.17391                             0.00168
1.2.32794                             0.00012
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                          11.16550
1.2.4064                              9.74947
1.2.1015710                           7.11160
1.2.1700499                           2.22080
1.2.618986                            0.52114
1.2.17391                             0.25612
1.2.414379                            0.23262
1.2.1618052                           0.13776
1.2.993563                            0.12952
1.2.521936                            0.10673
1.2.541093                            0.06553
1.2.611135                            0.03833
1.2.1673312                           0.02486
1.2.420759                            0.02360
1.2.698                               0.01892
1.2.408108                            0.01622
1.2.1081424                           0.00072
1.2.1694507                           0.00060

Snapshots: https://mmcontest.bitshares.org/snapshots20200201.tbz

Code: [Select]
$ tar xjf snapshots20200201.tbz
$ find 2020-02-01 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
91d852943247ab25c7a43ee48185374ad03f822c546f8084d2ed663dd2abce31  -

Proposal for sending out rewards of 2020-02-01:

https://cryptofresh.com/tx/31aaf938ffbfef2c21a747f420adb0d0bd8a8098
https://cryptofresh.com/b/45001833

https://cryptofresh.com/p/1.10.56670
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on February 03, 2020, 02:03:27 pm
Reward data for 2020-02-02

(note: new parameters applied since 2020-01-27)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 2225.09509 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1693506                          98.43264
1.2.33015                            13.53881
1.2.1209227                          12.13862
1.2.36449                            10.82157
1.2.1560396                           5.88633
1.2.1616179                           3.91443
1.2.1674365                           2.21442
1.2.799404                            1.57730
1.2.862646                            1.52621
1.2.395549                            1.49458
1.2.391704                            0.58672
1.2.881146                            0.54626
1.2.227254                            0.43408
1.2.298                               0.42827
1.2.409973                            0.37894
1.2.841459                            0.30641
1.2.152712                            0.30181
1.2.1160364                           0.28935
1.2.433286                            0.04340
1.2.126225                            0.03889
1.2.838939                            0.03825
1.2.114226                            0.02939
1.2.573323                            0.02866
1.2.1527702                           0.02399
1.2.160830                            0.00779
1.2.1619104                           0.00714
1.2.451257                            0.00710
1.2.1015080                           0.00335
1.2.736124                            0.00229
1.2.1107986                           0.00151
1.2.1049152                           0.00084
1.2.1059025                           0.00036
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1619104                         197.85581
1.2.1693506                         183.38764
1.2.1669186                          88.30515
1.2.1213071                          54.44430
1.2.1214396                          31.18065
1.2.1560396                          13.44173
1.2.1616179                           6.72195
1.2.881146                            4.44549
1.2.395549                            1.97446
1.2.33015                             1.74088
1.2.409973                            1.60218
1.2.1160364                           0.97676
1.2.799404                            0.96724
1.2.160830                            0.39155
1.2.1687144                           0.38671
1.2.973616                            0.38288
1.2.1527702                           0.16535
1.2.1591759                           0.02758
1.2.1038508                           0.02588
1.2.126225                            0.02407
1.2.1158382                           0.02142
1.2.857733                            0.01888
1.2.1691129                           0.00555
1.2.836759                            0.00463
1.2.1104807                           0.00025

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1565108                           4.89310
1.2.33015                             1.43715
1.2.606017                            0.93634
1.2.1039433                           0.74460
1.2.1696206                           0.70673
1.2.395549                            0.67503
1.2.1700686                           0.29786
1.2.36449                             0.22938
1.2.1616179                           0.20949
1.2.424868                            0.15919
1.2.1592306                           0.15702
1.2.160723                            0.04428
1.2.888089                            0.04371
1.2.1696220                           0.03618
1.2.417172                            0.01223
1.2.1108195                           0.00962
1.2.470547                            0.00742
1.2.1599329                           0.00292
1.2.641198                            0.00247
1.2.457276                            0.00041
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1592306                          53.97994
1.2.424868                           22.75728
1.2.888089                           13.60863
1.2.641198                           11.10200
1.2.33015                             9.76451
1.2.1669186                           9.16053
1.2.1108195                           8.51142
1.2.606017                            6.14194
1.2.1565108                           6.09790
1.2.1696206                           4.35081
1.2.395549                            1.50640
1.2.1616179                           1.16225
1.2.1039433                           0.62997
1.2.1599329                           0.15316
1.2.1696220                           0.12051
1.2.470547                            0.12050
1.2.383547                            0.11963

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.800115                            1.47372
1.2.424868                            0.47447
1.2.1565108                           0.36791
1.2.753832                            0.16360
1.2.973616                            0.12710
1.2.33015                             0.06638
1.2.152712                            0.03832
1.2.36449                             0.01374
1.2.1702655                           0.00864
1.2.857733                            0.00340
1.2.838939                            0.00221
1.2.1622544                           0.00004
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.424868                          511.47763
1.2.962243                          134.04998
1.2.1565108                           0.81109
1.2.973616                            0.46387
1.2.800115                            0.11836
1.2.879901                            0.07292
1.2.419257                            0.04651
1.2.1701364                           0.01479
1.2.1015080                           0.00027

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1623109                          13.41394
1.2.893637                            3.75900
1.2.1565108                           2.61842
1.2.36449                             2.54799
1.2.33015                             1.74196
1.2.548395                            1.54598
1.2.1560396                           1.28138
1.2.1039433                           0.79717
1.2.888089                            0.73196
1.2.17391                             0.72115
1.2.102755                            0.50529
1.2.1207813                           0.18006
1.2.702289                            0.09499
1.2.883916                            0.07393
1.2.976082                            0.04226
1.2.706162                            0.02514
1.2.1145260                           0.01190
1.2.620350                            0.01173
1.2.479343                            0.00937
1.2.366568                            0.00562
1.2.183307                            0.00141
1.2.1695634                           0.00068
1.2.1101112                           0.00062
1.2.755045                            0.00056
1.2.377814                            0.00041
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         485.88273
1.2.1669186                           7.83058
1.2.1560396                           3.74207
1.2.1565108                           3.52684
1.2.888089                            1.82035
1.2.883916                            1.80711
1.2.548395                            1.38290
1.2.1207813                           1.22747
1.2.17391                             1.16415
1.2.702289                            0.72632
1.2.1039433                           0.32359
1.2.1145260                           0.25682
1.2.893637                            0.08167
1.2.183307                            0.00736
1.2.1696220                           0.00321

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.376992                            0.04716
1.2.185761                            0.04179
1.2.1214711                           0.01391
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.04374
1.2.1214711                           0.01200
1.2.376992                            0.01104
1.2.981588                            0.00112

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.465206                          123.54312
1.2.1694252                           0.24270
1.2.1599329                           0.05220
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.465206                            2.84240
1.2.141030                            0.06349
1.2.457276                            0.02256
1.2.1599329                           0.00429

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.00956
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.01066

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.414379                            0.28986
1.2.624418                            0.01675
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.472755                            2.32458
1.2.141030                            1.20211
1.2.420759                            0.42696
1.2.414379                            0.23029
1.2.17391                             0.14259
1.2.514500                            0.13914
1.2.610843                            0.07382
1.2.913523                            0.07173
1.2.658404                            0.04993
1.2.536054                            0.02161
1.2.475905                            0.00128
1.2.887526                            0.00045

Snapshots: https://mmcontest.bitshares.org/snapshots20200202.tbz

Code: [Select]
$ tar xjf snapshots20200202.tbz
$ find 2020-02-02 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
c316491463e9958e15fe0df51d80e4eb1ace49470c0191799fa2f1145f9277aa  -

Proposal for sending out rewards of 2020-02-02:

https://cryptofresh.com/tx/6ffdb6b1dfb424c1ffc4490fb7d9d28b7da4cd4f
https://cryptofresh.com/b/45036092

https://cryptofresh.com/p/1.10.56783
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on February 04, 2020, 12:53:27 am
Reward data for 2020-02-03

(note: new parameters applied since 2020-01-27)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 1436.24357 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1693506                          86.12003
1.2.36449                            16.51815
1.2.33015                            12.37748
1.2.1209227                          12.10116
1.2.1674365                           6.07230
1.2.1560396                           4.87258
1.2.799404                            1.32252
1.2.395549                            1.18852
1.2.862646                            1.09155
1.2.1616179                           0.44004
1.2.391704                            0.39792
1.2.409973                            0.35699
1.2.1691739                           0.30860
1.2.1160364                           0.23465
1.2.1687144                           0.05964
1.2.1587504                           0.03885
1.2.1619104                           0.01993
1.2.973616                            0.01264
1.2.160830                            0.00935
1.2.1695688                           0.00855
1.2.462483                            0.00676
1.2.1623723                           0.00434
1.2.1016168                           0.00264
1.2.434962                            0.00247
1.2.1527702                           0.00101
1.2.126225                            0.00019
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1619104                         262.44844
1.2.1213071                          57.10696
1.2.1669186                          35.73079
1.2.1214396                          31.81336
1.2.1691739                          13.16002
1.2.1695688                          12.92722
1.2.1560396                          10.67968
1.2.881146                            4.66392
1.2.831392                            4.34060
1.2.1616179                           4.20515
1.2.395549                            2.54462
1.2.1693506                           1.66258
1.2.409973                            1.10082
1.2.1160364                           0.73334
1.2.1687203                           0.64867
1.2.1687144                           0.59556
1.2.799404                            0.43089
1.2.160830                            0.21506
1.2.1527702                           0.07679
1.2.1038508                           0.05518
1.2.1158382                           0.04582
1.2.973616                            0.02358
1.2.1591759                           0.00671
1.2.1595915                           0.00337
1.2.142489                            0.00039

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                           4.27787
1.2.1565108                           3.29528
1.2.36449                             1.02415
1.2.33015                             0.71991
1.2.1039433                           0.57419
1.2.395549                            0.50224
1.2.606017                            0.22820
1.2.888089                            0.12498
1.2.501058                            0.11278
1.2.1698970                           0.07690
1.2.1616179                           0.07302
1.2.160723                            0.00648
1.2.1108195                           0.00256
1.2.417172                            0.00022
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1700686                          38.81227
1.2.606017                           19.17552
1.2.888089                           17.24684
1.2.1592306                           8.33716
1.2.1108195                           7.40334
1.2.1565108                           7.15305
1.2.1669186                           6.45744
1.2.33015                             3.72804
1.2.641198                            2.56509
1.2.1692978                           2.06630
1.2.395549                            1.02941
1.2.500397                            1.02614
1.2.1698970                           0.61104
1.2.501058                            0.58346
1.2.1039433                           0.50277
1.2.1694252                           0.31172
1.2.1616179                           0.03349
1.2.1675273                           0.01262
1.2.1606562                           0.01208
1.2.1696220                           0.00996

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                           5.64776
1.2.1565108                           0.39380
1.2.800115                            0.23829
1.2.753832                            0.11940
1.2.973616                            0.01498
1.2.1066083                           0.01005
1.2.1702655                           0.00151
1.2.394730                            0.00083
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.962243                           72.36881
1.2.1702902                          22.35549
1.2.973616                            0.94999
1.2.1565108                           0.91822
1.2.433846                            0.08474
1.2.879901                            0.08013
1.2.852954                            0.03137
1.2.1066083                           0.00680

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             4.08136
1.2.33015                             2.44320
1.2.1565108                           2.27814
1.2.1560396                           1.81772
1.2.1039433                           0.81752
1.2.1207813                           0.71785
1.2.883916                            0.17298
1.2.702289                            0.09521
1.2.1623109                           0.06756
1.2.1618052                           0.02397
1.2.973616                            0.00832
1.2.432100                            0.00381
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         450.01392
1.2.1669186                           8.47439
1.2.1560396                           4.66303
1.2.1565108                           3.97096
1.2.893637                            3.79983
1.2.1207813                           3.75501
1.2.548395                            2.15980
1.2.1039433                           1.03485
1.2.883916                            0.86641
1.2.702289                            0.53445
1.2.1145260                           0.05564
1.2.36449                             0.04884
1.2.183307                            0.01525
1.2.171761                            0.00567
1.2.918942                            0.00149

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.11426
1.2.1214711                           0.03933
1.2.376992                            0.03781
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.376992                            0.07237
1.2.185761                            0.05816
1.2.1214711                           0.01507

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.465206                           68.79108
1.2.1694252                          39.41912
1.2.168607                            0.38799
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.420759                            5.13535
1.2.1694252                           4.68237
1.2.465206                            1.22477

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01428
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.01554

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.414379                            0.64191
1.2.624418                            0.02172
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.610843                            1.16370
1.2.1618052                           0.95446
1.2.420759                            0.66054
1.2.414379                            0.32899
1.2.514500                            0.22344
1.2.887526                            0.07128
1.2.141030                            0.04070
1.2.527775                            0.03714
1.2.1673312                           0.03141
1.2.449259                            0.02465
1.2.658404                            0.00168
1.2.475905                            0.00020

Snapshots: https://mmcontest.bitshares.org/snapshots20200203.tbz

Code: [Select]
$ tar xjf snapshots20200203.tbz
$ find 2020-02-03 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
b3e9ba12cf3d39c020a134b12bc3ce763f49424bfbcab9fce1e2944543988f64  -

Proposal for sending out rewards of 2020-02-03:

https://cryptofresh.com/tx/f9071bf24e7be2434861af379a2cb53ddd026eb4
https://cryptofresh.com/b/45049054

https://cryptofresh.com/p/1.10.56803
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on February 05, 2020, 12:54:42 am
Reward data for 2020-02-04

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 2028.90478 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             9.07485
1.2.33015                             7.05277
1.2.1560396                           5.36991
1.2.1123614                           2.50849
1.2.1691739                           1.52773
1.2.395549                            1.35733
1.2.799404                            1.04888
1.2.1011965                           0.68742
1.2.409973                            0.43558
1.2.1687144                           0.37656
1.2.862646                            0.34680
1.2.1160364                           0.28063
1.2.462483                            0.15851
1.2.1674365                           0.11632
1.2.1587504                           0.06397
1.2.391704                            0.05892
1.2.1616179                           0.05620
1.2.446695                            0.05275
1.2.160830                            0.03267
1.2.1619104                           0.02621
1.2.701415                            0.01086
1.2.1695688                           0.00392
1.2.1527702                           0.00255
1.2.1685096                           0.00029
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1619104                         242.89032
1.2.1213071                          59.77274
1.2.1214396                          36.26111
1.2.1669186                          30.31688
1.2.1691739                          25.32253
1.2.1695688                          25.09913
1.2.1674365                          13.04898
1.2.1560396                          11.14957
1.2.33015                             6.34285
1.2.881146                            5.37552
1.2.395549                            2.72260
1.2.799404                            1.64167
1.2.1687203                           1.19036
1.2.409973                            1.11351
1.2.1687144                           1.10066
1.2.1160364                           0.80267
1.2.1038508                           0.35383
1.2.160830                            0.15260
1.2.1527702                           0.10482
1.2.1158382                           0.02792
1.2.1616179                           0.02492
1.2.573323                            0.00149
1.2.1049152                           0.00007

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                          18.85583
1.2.36449                             8.19593
1.2.33015                             5.78868
1.2.1565108                           3.99493
1.2.1108195                           2.26296
1.2.1593369                           1.31425
1.2.1039433                           0.76829
1.2.395549                            0.71633
1.2.501058                            0.18903
1.2.888089                            0.07862
1.2.1698970                           0.04576
1.2.606017                            0.04224
1.2.1616179                           0.00398
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1700686                          81.11888
1.2.1692978                          30.06516
1.2.424868                           29.54918
1.2.1669186                          21.92020
1.2.888089                           15.27121
1.2.1108195                           9.82278
1.2.1565108                           9.72115
1.2.606017                            7.29457
1.2.33015                             5.53801
1.2.395549                            1.33450
1.2.641198                            0.90663
1.2.1698970                           0.67293
1.2.1039433                           0.59178
1.2.501058                            0.33240
1.2.1606562                           0.14589
1.2.1616179                           0.02187
1.2.1675273                           0.02099

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                          23.31174
1.2.753832                            4.62212
1.2.424868                            1.53933
1.2.1565108                           0.79118
1.2.800115                            0.53917
1.2.384530                            0.29738
1.2.1703333                           0.14721
1.2.1622544                           0.09910
1.2.160723                            0.01263
1.2.394730                            0.00975
1.2.973616                            0.00215
1.2.1702655                           0.00112
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.424868                          559.40525
1.2.962243                           98.04754
1.2.1702902                          84.07837
1.2.973616                            2.39999
1.2.800115                            2.20372
1.2.1565108                           2.18733
1.2.1703333                           0.84295
1.2.1622544                           0.21748
1.2.879901                            0.17113
1.2.1701364                           0.01416
1.2.1066083                           0.00277

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1623109                           9.16164
1.2.36449                             4.08696
1.2.33015                             2.77989
1.2.1565108                           2.54539
1.2.1560396                           1.95521
1.2.1207813                           1.26626
1.2.1039433                           0.73451
1.2.883916                            0.18882
1.2.702289                            0.13675
1.2.432100                            0.11698
1.2.171761                            0.10184
1.2.1618052                           0.06932
1.2.582863                            0.00948
1.2.973616                            0.00942
1.2.1115520                           0.00649
1.2.1574729                           0.00349
1.2.1145260                           0.00276
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         268.49480
1.2.548395                            9.52672
1.2.1669186                           4.00405
1.2.1207813                           3.87448
1.2.1565108                           3.51381
1.2.1560396                           2.56144
1.2.893637                            2.41990
1.2.1039433                           1.35961
1.2.883916                            0.78392
1.2.36449                             0.57235
1.2.702289                            0.38492
1.2.183307                            0.05489
1.2.1145260                           0.00010

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.19936
1.2.1214711                           0.06826
1.2.376992                            0.02692
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.376992                            0.11879
1.2.185761                            0.07748
1.2.1214711                           0.01980

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1694252                          33.45555
1.2.465206                            1.53005
1.2.168607                            0.43867
1.2.710899                            0.01895
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.710899                           92.15482
1.2.465206                           27.14975
1.2.1694252                          19.82311
1.2.470547                            0.01121

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01939
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.02109

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.414379                            0.03632
1.2.449259                            0.00006
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.141030                            0.00933
1.2.1673312                           0.00185
1.2.450386                            0.00080
1.2.1121820                           0.00048
1.2.514500                            0.00043
1.2.658404                            0.00040
1.2.887526                            0.00020
1.2.611135                            0.00007
1.2.475905                            0.00004

Snapshots: https://mmcontest.bitshares.org/snapshots20200204.tbz

Code: [Select]
$ tar xjf snapshots20200204.tbz
$ find 2020-02-04 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
b09eb55e8d3ff5ab3e810c6f6c93aec310043c77f53df63c3fe8aae832a351bf  -

Proposal for sending out rewards of 2020-02-04:

https://cryptofresh.com/tx/44a093c97afdbb2d6d0e209875c2eeebd1815157
https://cryptofresh.com/b/45077809

https://cryptofresh.com/p/1.10.56842
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on February 06, 2020, 12:53:16 am
Reward data for 2020-02-05

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 3910.49625 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             6.74473
1.2.33015                             5.54090
1.2.1560396                           4.65619
1.2.1123614                           2.24215
1.2.395549                            1.40685
1.2.799404                            0.90237
1.2.409973                            0.46128
1.2.1687144                           0.42136
1.2.1160364                           0.30622
1.2.391704                            0.11056
1.2.1616179                           0.09169
1.2.160830                            0.08742
1.2.462483                            0.08514
1.2.1599154                           0.06510
1.2.1691739                           0.03326
1.2.1587504                           0.02372
1.2.1015080                           0.02188
1.2.446700                            0.00876
1.2.1695688                           0.00533
1.2.1527702                           0.00526
1.2.973616                            0.00522
1.2.1214396                           0.00435
1.2.1619104                           0.00368
1.2.573323                            0.00288
1.2.1623723                           0.00030
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         158.36427
1.2.1619104                         102.45579
1.2.1695688                          56.47616
1.2.1669186                          50.90406
1.2.1213071                          49.01681
1.2.1674365                          44.92203
1.2.1214396                          24.44930
1.2.1560396                          10.61351
1.2.881146                            3.27401
1.2.395549                            3.03953
1.2.437438                            2.28810
1.2.799404                            1.19621
1.2.1687144                           1.06576
1.2.409973                            0.93104
1.2.490345                            0.78956
1.2.1160364                           0.58511
1.2.1038508                           0.20651
1.2.871579                            0.11225
1.2.1015080                           0.06844
1.2.160830                            0.05196
1.2.1527702                           0.02325
1.2.203202                            0.02065
1.2.1616179                           0.00724
1.2.573323                            0.00650
1.2.446700                            0.00220
1.2.1685096                           0.00006

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                          36.12372
1.2.36449                             8.33605
1.2.33015                             6.47948
1.2.1593369                           5.22687
1.2.1565108                           4.49693
1.2.1108195                           1.92604
1.2.1700686                           0.96790
1.2.1039433                           0.56825
1.2.395549                            0.41022
1.2.424868                            0.28799
1.2.486857                            0.25080
1.2.501058                            0.19983
1.2.1698970                           0.04965
1.2.477169                            0.04771
1.2.888089                            0.01836
1.2.606017                            0.01749
1.2.417172                            0.01451
1.2.1616179                           0.01270
1.2.457447                            0.00414
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1700686                         138.20446
1.2.424868                           80.05227
1.2.1692978                          59.60151
1.2.1669186                          48.60169
1.2.1108195                          15.66656
1.2.888089                            8.30518
1.2.1565108                           6.90047
1.2.395549                            2.35771
1.2.606017                            1.34109
1.2.1039433                           1.12422
1.2.1698970                           1.02063
1.2.33015                             0.77671
1.2.1703892                           0.48180
1.2.1606562                           0.06382
1.2.203202                            0.02862
1.2.1616179                           0.00245
1.2.457447                            0.00021

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                          48.94533
1.2.424868                            9.35235
1.2.753832                            3.83498
1.2.800115                            2.93321
1.2.1565108                           1.96197
1.2.1621128                           1.57960
1.2.384530                            0.59317
1.2.1703333                           0.39690
1.2.36449                             0.34093
1.2.33015                             0.29646
1.2.1622544                           0.10788
1.2.1700406                           0.08416
1.2.1015080                           0.02932
1.2.394730                            0.01015
1.2.973616                            0.00140
1.2.437438                            0.00047
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.424868                         1249.12109
1.2.437438                          217.35452
1.2.962243                          168.29231
1.2.1702902                         147.97587
1.2.973616                            1.12384
1.2.1565108                           1.06595
1.2.1703333                           0.60070
1.2.1622544                           0.37289
1.2.879901                            0.09792
1.2.1701364                           0.03199
1.2.1066083                           0.00682

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1623109                          40.78213
1.2.36449                             6.47198
1.2.33015                             3.05293
1.2.1565108                           2.64928
1.2.1560396                           1.56903
1.2.1207813                           1.40686
1.2.1039433                           0.76666
1.2.883916                            0.14044
1.2.702289                            0.09407
1.2.432100                            0.08808
1.2.183307                            0.00174
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         486.62842
1.2.1560396                           4.20470
1.2.1207813                           3.87082
1.2.893637                            3.55479
1.2.1565108                           3.55354
1.2.548395                            2.74830
1.2.1669186                           2.34354
1.2.1039433                           1.23294
1.2.702289                            0.54221
1.2.883916                            0.41209
1.2.432100                            0.12298
1.2.183307                            0.03648

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.06497
1.2.376992                            0.04252
1.2.1214711                           0.01614
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.07981
1.2.376992                            0.03448
1.2.1214711                           0.02729

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.710899                          186.04962
1.2.1694252                          87.25253
1.2.168607                            4.55497
1.2.465206                            3.74756
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.710899                          163.39887
1.2.1694252                          55.06994
1.2.168607                            2.70891
1.2.465206                            0.40941

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01450
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.01609

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.671710                            0.49100
1.2.414379                            0.25061
1.2.784586                            0.01934
1.2.913523                            0.01245
1.2.467410                            0.00892
1.2.582863                            0.00277
1.2.624418                            0.00089
1.2.467903                            0.00041
1.2.907621                            0.00010
1.2.1618052                           0.00003
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.545151                            9.30623
1.2.141030                            6.54203
1.2.414379                            1.54812
1.2.1618052                           1.05265
1.2.514500                            0.37436
1.2.658404                            0.14947
1.2.610843                            0.09503
1.2.1682384                           0.08295
1.2.611135                            0.07401
1.2.22656                             0.04348
1.2.475905                            0.03328
1.2.1121820                           0.03057
1.2.1673312                           0.01197
1.2.527775                            0.00895
1.2.1691852                           0.00788

Snapshots: https://mmcontest.bitshares.org/snapshots20200205.tbz

Code: [Select]
$ tar xjf snapshots20200205.tbz
$ find 2020-02-05 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
fc4a3504e3130a6cf35b5edb7ea693dc5fabe3babc461df796ede0519c574db0  -

Proposal for sending out rewards of 2020-02-05:

https://cryptofresh.com/tx/2c11cdf220b98725a643b83b9a17deb4f53d4e95
https://cryptofresh.com/b/45106515

https://cryptofresh.com/p/1.10.56861
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on February 07, 2020, 01:21:19 am
Reward data for 2020-02-06

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 4519.29314 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            12.64525
1.2.33015                             9.68381
1.2.1693506                           7.73064
1.2.1560396                           4.76057
1.2.1703320                           1.76876
1.2.395549                            1.37325
1.2.1691739                           1.18412
1.2.799404                            0.89406
1.2.409973                            0.47250
1.2.391704                            0.40982
1.2.1616179                           0.35840
1.2.1160364                           0.30603
1.2.1687144                           0.25632
1.2.227254                            0.05380
1.2.126225                            0.05047
1.2.160830                            0.02571
1.2.1015080                           0.02144
1.2.1527702                           0.02070
1.2.973616                            0.01529
1.2.1619104                           0.01324
1.2.1695688                           0.01136
1.2.446700                            0.00190
1.2.1623723                           0.00188
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1619104                         205.94869
1.2.1695688                         205.76282
1.2.1674365                          49.09708
1.2.1213071                          47.45337
1.2.1669186                          31.85310
1.2.1214396                          26.33175
1.2.1560396                          10.62030
1.2.1703320                           6.31938
1.2.1691739                           4.46154
1.2.881146                            3.64620
1.2.395549                            3.17783
1.2.799404                            1.23561
1.2.409973                            0.83560
1.2.1687144                           0.72990
1.2.1160364                           0.56505
1.2.871579                            0.27930
1.2.1038508                           0.08418
1.2.1703576                           0.06066
1.2.160830                            0.01829
1.2.573323                            0.00981
1.2.446700                            0.00961
1.2.1527702                           0.00635
1.2.126225                            0.00359
1.2.1015080                           0.00275
1.2.1616850                           0.00123
1.2.1693816                           0.00046

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                          22.05330
1.2.1565108                           3.61192
1.2.36449                             3.01033
1.2.33015                             2.87074
1.2.1700686                           0.73505
1.2.486857                            0.66184
1.2.395549                            0.50056
1.2.1039433                           0.46191
1.2.424868                            0.24309
1.2.1698970                           0.15216
1.2.1616179                           0.15030
1.2.606017                            0.10278
1.2.477169                            0.04945
1.2.102755                            0.04443
1.2.888089                            0.02845
1.2.964                               0.02587
1.2.1673813                           0.01335
1.2.1108195                           0.00346
1.2.501058                            0.00248
1.2.417172                            0.00247
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1700686                         123.21948
1.2.1592306                          87.13394
1.2.1692978                          37.88504
1.2.606017                           37.28552
1.2.424868                           27.88618
1.2.641198                           18.60366
1.2.1108195                          15.21443
1.2.888089                           12.86544
1.2.1669186                           8.46479
1.2.1565108                           7.67576
1.2.33015                             3.51099
1.2.395549                            2.70283
1.2.1698970                           1.49649
1.2.1039433                           1.02210
1.2.1703892                           0.36082
1.2.964                               0.02038
1.2.501058                            0.00626
1.2.1015080                           0.00233

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                          38.97744
1.2.36449                             2.70098
1.2.33015                             2.52191
1.2.753832                            1.79059
1.2.424868                            1.33805
1.2.800115                            1.24061
1.2.1565108                           0.91521
1.2.1622544                           0.25870
1.2.1700406                           0.25595
1.2.1703333                           0.22415
1.2.973616                            0.14842
1.2.875086                            0.01947
1.2.1015080                           0.01864
1.2.394730                            0.00598
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.424868                         1090.88867
1.2.962243                          167.02363
1.2.1702902                         163.56393
1.2.529261                           97.22374
1.2.437438                            8.59426
1.2.800115                            2.26949
1.2.1565108                           2.18220
1.2.973616                            2.03736
1.2.1703333                           0.91524
1.2.1622544                           0.24261
1.2.879901                            0.18678
1.2.852954                            0.06818
1.2.1701364                           0.04213
1.2.1060824                           0.01026
1.2.1015080                           0.00932
1.2.1066083                           0.00547
1.2.1704106                           0.00229
1.2.126225                            0.00047
1.2.1009535                           0.00038

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1623109                          17.96016
1.2.36449                             9.31653
1.2.33015                             4.01901
1.2.1565108                           2.24278
1.2.1560396                           1.49476
1.2.1207813                           0.86224
1.2.1039433                           0.54367
1.2.883916                            0.22731
1.2.702289                            0.15846
1.2.432100                            0.08393
1.2.183307                            0.00695
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         841.73707
1.2.1560396                           7.14717
1.2.893637                            6.10373
1.2.1565108                           5.24633
1.2.102755                            4.10187
1.2.1039433                           2.23914
1.2.1207813                           0.57401
1.2.883916                            0.33791
1.2.702289                            0.27310
1.2.432100                            0.19905

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.09220
1.2.376992                            0.05734
1.2.1214711                           0.03070
1.2.515700                            0.00154
1.2.446184                            0.00115
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.10235
1.2.708204                            0.10183
1.2.376992                            0.05150
1.2.1214711                           0.02688
1.2.456477                            0.00523
1.2.555103                            0.00021

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.710899                          472.82335
1.2.1610646                         132.60217
1.2.1694252                         116.09390
1.2.168607                            5.11196
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1694252                         145.50130
1.2.1610646                          83.10716
1.2.168607                            9.41138
1.2.710899                            1.24644

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01628
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.01773

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.414379                            0.36935
1.2.1618052                           0.24123
1.2.913523                            0.06873
1.2.624418                            0.00494
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.414379                            0.48634
1.2.545151                            0.22112
1.2.141030                            0.20246
1.2.513476                            0.04873
1.2.884759                            0.01786
1.2.514500                            0.00888
1.2.561986                            0.00449
1.2.1682384                           0.00354
1.2.475905                            0.00103

Snapshots: https://mmcontest.bitshares.org/snapshots20200206.tbz

Code: [Select]
$ tar xjf snapshots20200206.tbz
$ find 2020-02-06 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
0731e2acafd3c45cee012f24ccf700809dab4cc982b41fdbc00838c4cc00ae4f  -

Proposal for sending out rewards of 2020-02-06:

https://cryptofresh.com/tx/bfcfc4cc58fc3ce1cfbb4159d328f2d015c118f3
https://cryptofresh.com/b/45135665

https://cryptofresh.com/p/1.10.56893
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on February 08, 2020, 01:51:43 am
Reward data for 2020-02-07

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 4560.11873 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                            24.59819
1.2.36449                            21.35693
1.2.1693506                          14.18810
1.2.964                               6.07599
1.2.1703320                           5.63409
1.2.1560396                           4.99396
1.2.395549                            1.77659
1.2.799404                            1.40680
1.2.1687144                           0.51645
1.2.409973                            0.38957
1.2.391704                            0.28172
1.2.1160364                           0.25620
1.2.1616179                           0.24410
1.2.1691739                           0.10400
1.2.1039433                           0.10384
1.2.126225                            0.09755
1.2.227254                            0.08996
1.2.1015080                           0.06293
1.2.446695                            0.02562
1.2.1674365                           0.02405
1.2.1527702                           0.01594
1.2.1695688                           0.01462
1.2.1619104                           0.01041
1.2.973616                            0.00342
1.2.1700338                           0.00282
1.2.1623723                           0.00250
1.2.160830                            0.00113
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1619104                         290.08286
1.2.1695688                         171.48336
1.2.1691739                         119.17492
1.2.1674365                         117.14013
1.2.1669186                          71.68170
1.2.1213071                          48.06690
1.2.1214396                          26.76504
1.2.1560396                          13.23100
1.2.1703320                           6.75252
1.2.395549                            4.14502
1.2.881146                            3.94477
1.2.1111852                           2.34278
1.2.33015                             2.29208
1.2.409973                            1.37185
1.2.1687144                           1.14457
1.2.799404                            0.89446
1.2.1160364                           0.84867
1.2.871579                            0.26810
1.2.1039433                           0.22844
1.2.359772                            0.11386
1.2.160830                            0.05236
1.2.1038508                           0.05081
1.2.446700                            0.02827
1.2.573323                            0.01210
1.2.1527702                           0.00831
1.2.479465                            0.00557
1.2.1616850                           0.00228
1.2.1691463                           0.00042

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                          19.53846
1.2.964                              12.91113
1.2.36449                             9.20796
1.2.33015                             7.53882
1.2.1565108                           3.62389
1.2.1039433                           0.52374
1.2.1610646                           0.48481
1.2.395549                            0.43325
1.2.1698970                           0.19305
1.2.424868                            0.11445
1.2.501058                            0.10815
1.2.1616179                           0.09838
1.2.641198                            0.09250
1.2.102755                            0.04955
1.2.1694252                           0.01675
1.2.417172                            0.00751
1.2.606017                            0.00007
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1700686                         239.01031
1.2.606017                           69.21868
1.2.1694252                          27.28742
1.2.1592306                          21.90542
1.2.1692978                          21.81267
1.2.1108195                          15.30638
1.2.424868                            9.45587
1.2.641198                            8.19327
1.2.1565108                           6.86582
1.2.33015                             2.42759
1.2.395549                            2.05491
1.2.1698970                           1.61854
1.2.1039433                           0.79888
1.2.888089                            0.41289
1.2.1703892                           0.31780
1.2.203202                            0.09633
1.2.964                               0.08899
1.2.1696220                           0.01499
1.2.1015080                           0.01219

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                          46.40978
1.2.753832                           16.65219
1.2.36449                             6.40715
1.2.33015                             5.60594
1.2.529261                            2.02399
1.2.1565108                           1.66915
1.2.1700406                           0.30418
1.2.1622544                           0.24561
1.2.1703333                           0.08523
1.2.973616                            0.08189
1.2.1015080                           0.06366
1.2.424868                            0.01664
1.2.997947                            0.00428
1.2.433846                            0.00112
1.2.875086                            0.00084
1.2.1704510                           0.00063
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.424868                          335.08901
1.2.1702902                         165.91935
1.2.529261                          109.09830
1.2.973616                            1.86810
1.2.1565108                           1.79601
1.2.800115                            1.15947
1.2.1703333                           0.75133
1.2.1622544                           0.35210
1.2.879901                            0.13530
1.2.462696                            0.09583
1.2.1701364                           0.07623
1.2.1015080                           0.06057
1.2.1686570                           0.04629
1.2.1066083                           0.03244
1.2.126225                            0.00818

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             7.05861
1.2.1623109                           4.24474
1.2.33015                             3.44430
1.2.1565108                           2.47627
1.2.1560396                           1.23344
1.2.1039433                           0.76591
1.2.1207813                           0.44079
1.2.883916                            0.17750
1.2.702289                            0.11156
1.2.183307                            0.00575
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                        1081.11732
1.2.102755                            9.70349
1.2.1560396                           8.61670
1.2.893637                            6.53292
1.2.1565108                           4.17447
1.2.1039433                           1.19807
1.2.1207813                           1.15869
1.2.883916                            0.39658
1.2.702289                            0.33943

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.09432
1.2.376992                            0.04561
1.2.1214711                           0.03140
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.10049
1.2.376992                            0.04402
1.2.1214711                           0.02625

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.710899                          451.18376
1.2.1704541                          94.41111
1.2.1610646                          81.31486
1.2.1694252                          59.45626
1.2.168607                            5.20601
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610646                         227.39936
1.2.710899                          190.50245
1.2.1694252                         154.83225
1.2.168607                           13.10602
1.2.529030                            0.05846

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.02242
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.02441

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.414379                            1.00100
1.2.1618052                           0.46539
1.2.1702713                           0.43858
1.2.913523                            0.31918
1.2.1082367                           0.09745
1.2.624418                            0.02298
1.2.642101                            0.00263
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.545151                            2.92458
1.2.414379                            1.03963
1.2.1443127                           0.15547
1.2.514500                            0.11751
1.2.561986                            0.05955
1.2.404218                            0.05908
1.2.1682384                           0.04686

Snapshots: https://mmcontest.bitshares.org/snapshots20200207.tbz

Code: [Select]
$ tar xjf snapshots20200207.tbz
$ find 2020-02-07 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
92ca6352b42c380291f54957449ab942419b9556afaf459644d40b91640fb930  -

Proposal for sending out rewards of 2020-02-07:

https://cryptofresh.com/tx/478f82cc186c2825c80c6d35e81b6966815e6f21
https://cryptofresh.com/b/45165023

https://cryptofresh.com/p/1.10.56933
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on February 09, 2020, 01:42:43 am
Reward data for 2020-02-08

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 4111.61547 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            11.30370
1.2.33015                             9.29454
1.2.1560396                           6.65379
1.2.1674365                           4.41302
1.2.1693506                           3.47613
1.2.1703320                           2.63670
1.2.964                               2.09347
1.2.395549                            1.38082
1.2.1213071                           0.78272
1.2.409973                            0.52448
1.2.799404                            0.51198
1.2.1687144                           0.40635
1.2.1039433                           0.33918
1.2.1160364                           0.31999
1.2.415588                            0.17320
1.2.391704                            0.09038
1.2.126225                            0.08260
1.2.1616179                           0.06244
1.2.227254                            0.02552
1.2.1619104                           0.02174
1.2.1015080                           0.01467
1.2.1527702                           0.00778
1.2.1688732                           0.00117
1.2.1623723                           0.00028
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1619104                         251.39350
1.2.1213071                          61.08696
1.2.1669186                          52.23580
1.2.1214396                          36.87554
1.2.1674365                          18.95443
1.2.1560396                          15.19347
1.2.33015                             6.64099
1.2.881146                            5.27742
1.2.799404                            4.41243
1.2.395549                            2.78862
1.2.1691739                           1.87032
1.2.1687144                           0.98516
1.2.409973                            0.91032
1.2.1039433                           0.72753
1.2.871579                            0.72030
1.2.1160364                           0.69219
1.2.1703320                           0.63800
1.2.1038508                           0.27042
1.2.160830                            0.15213
1.2.1661254                           0.15139
1.2.1702168                           0.12950
1.2.96393                             0.09908
1.2.1527702                           0.02802
1.2.1695688                           0.01072
1.2.446700                            0.00956
1.2.1616179                           0.00895
1.2.1015080                           0.00848
1.2.573323                            0.00391

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            12.65453
1.2.1610646                          10.43898
1.2.964                              10.40110
1.2.33015                             9.61984
1.2.1565108                           3.15731
1.2.1039433                           0.50937
1.2.395549                            0.48338
1.2.1703892                           0.25052
1.2.1698970                           0.06383
1.2.1616179                           0.05334
1.2.424868                            0.04467
1.2.102755                            0.03878
1.2.1694252                           0.00167
1.2.417172                            0.00097
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1700686                         336.21664
1.2.606017                           57.81361
1.2.1108195                          12.35834
1.2.1565108                           4.86262
1.2.1698970                           1.60045
1.2.395549                            1.58626
1.2.1703892                           1.37898
1.2.486857                            1.36762
1.2.1039433                           0.47863
1.2.424868                            0.19055
1.2.1123614                           0.11755
1.2.888089                            0.06376
1.2.33015                             0.01907
1.2.1015080                           0.00183
1.2.96393                             0.00011

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.753832                            6.79171
1.2.36449                             2.74522
1.2.33015                             2.42356
1.2.529261                            1.00061
1.2.1565108                           0.88564
1.2.973616                            0.18292
1.2.1703333                           0.14904
1.2.1622544                           0.11646
1.2.126225                            0.03845
1.2.424868                            0.02053
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.424868                          576.18004
1.2.529261                          124.57003
1.2.1703333                           9.58385
1.2.800115                            1.57140
1.2.1565108                           1.46177
1.2.973616                            1.45598
1.2.462696                            0.41812
1.2.1701364                           0.33258
1.2.1702168                           0.27314
1.2.1622544                           0.21776
1.2.1686570                           0.19538
1.2.879901                            0.12781
1.2.126225                            0.06190

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             5.70253
1.2.1565108                           2.31012
1.2.1560396                           1.59458
1.2.33015                             1.58477
1.2.1039433                           0.72556
1.2.1623109                           0.29951
1.2.1574729                           0.28945
1.2.1207813                           0.20096
1.2.702289                            0.08399
1.2.883916                            0.06157
1.2.102755                            0.03333
1.2.973383                            0.02027
1.2.973616                            0.00199
1.2.183307                            0.00088
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         776.56079
1.2.36449                            38.88445
1.2.1560396                           5.21137
1.2.893637                            4.68606
1.2.102755                            3.24315
1.2.883916                            2.96246
1.2.1565108                           2.79592
1.2.1207813                           0.91009
1.2.1039433                           0.65011
1.2.702289                            0.53582
1.2.126225                            0.00244

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.08821
1.2.1214711                           0.02902
1.2.376992                            0.01080
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.09557
1.2.1214711                           0.02458
1.2.376992                            0.01298

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.710899                           45.53510
1.2.1610646                          38.17379
1.2.1704541                          27.24197
1.2.168607                            1.24577
1.2.501058                            0.40424
1.2.1694252                           0.14653
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.964                             762.11728
1.2.710899                          415.61394
1.2.1704541                         132.36863
1.2.1610646                         101.73304
1.2.1694252                          12.18397
1.2.168607                            2.87295
1.2.465206                            0.68615
1.2.457276                            0.06422
1.2.1696220                           0.00057

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.00408
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.00445

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.414379                            0.49518
1.2.1618052                           0.46060
1.2.913523                            0.32699
1.2.1702713                           0.18143
1.2.624418                            0.02354
1.2.1082367                           0.00905
1.2.570046                            0.00663
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.545151                           14.58731
1.2.414379                            1.35782
1.2.141030                            0.26078
1.2.514500                            0.19266
1.2.1443127                           0.12517
1.2.561986                            0.04804
1.2.1682384                           0.03783
1.2.530110                            0.01582
1.2.404218                            0.00456
1.2.475905                            0.00132
1.2.183307                            0.00073

Snapshots: https://mmcontest.bitshares.org/snapshots20200208.tbz

Code: [Select]
$ tar xjf snapshots20200208.tbz
$ find 2020-02-08 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
43d26942649dea032b840026df1cd8efb5d126c9a8c71626f9a83db0121aba64  -

Proposal for sending out rewards of 2020-02-08:

https://cryptofresh.com/tx/00255e757fbe73b4487e7fe6957a4cc85399bb5a
https://cryptofresh.com/b/45193636

https://cryptofresh.com/p/1.10.56951
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: Nesh on February 09, 2020, 06:14:10 pm
Looking at the payouts it seems like the participation has dropped a lot. Maybe it is time to reduce the target depth to make the contest more profitable and attractive again?
Title: Re: Market making contest (main thread)
Post by: abit on February 09, 2020, 06:29:16 pm
Looking at the payouts it seems like the participation has dropped a lot. Maybe it is time to reduce the target depth to make the contest more profitable and attractive again?
More profitable for participants means higher cost for us.
I think the more important thing is more promotion/marketing to make more people know here are opportunities to earn annually 100% .
Title: Re: Market making contest (main thread)
Post by: abit on February 10, 2020, 12:36:52 am
Reward data for 2020-02-09

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 4748.03087 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1693506                          11.36715
1.2.36449                             9.50999
1.2.33015                             7.08025
1.2.1560396                           5.19546
1.2.1209227                           1.98619
1.2.799404                            1.59036
1.2.1703320                           1.02120
1.2.395549                            0.93094
1.2.391704                            0.88456
1.2.881146                            0.74238
1.2.1616179                           0.74016
1.2.1123614                           0.50119
1.2.1687144                           0.47514
1.2.1039433                           0.30902
1.2.409973                            0.29879
1.2.964                               0.28898
1.2.1160364                           0.28201
1.2.227254                            0.27867
1.2.1674365                           0.21509
1.2.126225                            0.06170
1.2.1213071                           0.03446
1.2.1527702                           0.02950
1.2.796113                            0.01201
1.2.1158382                           0.00542
1.2.1015080                           0.00464
1.2.1619104                           0.00445
1.2.160830                            0.00386
1.2.1599154                           0.00269
1.2.1211717                           0.00102
1.2.451257                            0.00018
1.2.1214396                           0.00018
1.2.1232178                           0.00003
1.2.1691129                           0.00003
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1619104                         221.10743
1.2.1213071                          77.44591
1.2.1214396                          42.53084
1.2.442230                           41.08870
1.2.1669186                          26.79430
1.2.1560396                          18.57328
1.2.33015                            13.94522
1.2.1703320                           8.00822
1.2.881146                            4.86222
1.2.1209227                           3.50591
1.2.799404                            2.72716
1.2.395549                            2.42582
1.2.1039433                           1.06819
1.2.1687144                           0.90681
1.2.1693506                           0.86892
1.2.1160364                           0.68128
1.2.1621254                           0.50368
1.2.409973                            0.25672
1.2.964                               0.22199
1.2.871579                            0.18492
1.2.160830                            0.11129
1.2.1038508                           0.07586
1.2.1702168                           0.05771
1.2.126225                            0.03951
1.2.1527702                           0.01013
1.2.1623723                           0.00717
1.2.796113                            0.00669
1.2.446700                            0.00237
1.2.1015080                           0.00110
1.2.1232178                           0.00104

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1700686                           8.12510
1.2.1610646                           5.77893
1.2.964                               5.54116
1.2.36449                             4.16802
1.2.1565108                           3.21893
1.2.33015                             3.11181
1.2.1143893                           1.56124
1.2.395549                            0.58236
1.2.1039433                           0.49608
1.2.415588                            0.28404
1.2.1703892                           0.22962
1.2.606017                            0.15498
1.2.1108195                           0.08593
1.2.1599329                           0.07827
1.2.1621254                           0.07114
1.2.102755                            0.06147
1.2.1616179                           0.05750
1.2.1704541                           0.00716
1.2.417172                            0.00274
1.2.424868                            0.00063
1.2.1696220                           0.00028
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1700686                         182.09025
1.2.606017                           45.80017
1.2.1592306                          32.62269
1.2.36449                            18.70825
1.2.1143893                          18.61606
1.2.1108195                          10.88887
1.2.1565108                           9.27771
1.2.33015                             4.72410
1.2.1039433                           1.19405
1.2.395549                            0.75745
1.2.486857                            0.53691
1.2.1698970                           0.38265
1.2.1610646                           0.26185
1.2.1703892                           0.25794
1.2.424868                            0.07271
1.2.1696220                           0.05299
1.2.1123614                           0.03398
1.2.888089                            0.01200
1.2.1015080                           0.00079
1.2.501058                            0.00002

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.753832                            1.78162
1.2.33015                             1.09119
1.2.1565108                           0.90615
1.2.36449                             0.69721
1.2.1622544                           0.33673
1.2.1703333                           0.19794
1.2.1700406                           0.15399
1.2.973616                            0.02853
1.2.424868                            0.02479
1.2.126225                            0.02184
1.2.394730                            0.00848
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.424868                          585.47863
1.2.529261                           38.47742
1.2.1703333                           6.55877
1.2.800115                            2.47590
1.2.1565108                           1.74147
1.2.973616                            0.29097
1.2.1622544                           0.26436
1.2.879901                            0.15409
1.2.1701364                           0.09853
1.2.462696                            0.08701
1.2.1686570                           0.04073
1.2.1702168                           0.03936
1.2.1015080                           0.00801
1.2.126225                            0.00645

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             6.29934
1.2.33015                             3.61000
1.2.1565108                           2.23870
1.2.1560396                           1.44775
1.2.102755                            0.51716
1.2.1039433                           0.45341
1.2.1207813                           0.43545
1.2.883916                            0.23862
1.2.702289                            0.16419
1.2.1623109                           0.10058
1.2.973616                            0.06337
1.2.183307                            0.01708
1.2.17391                             0.00487
1.2.755045                            0.00095
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         424.74626
1.2.36449                            24.43393
1.2.1565108                           3.83556
1.2.1560396                           2.80411
1.2.893637                            2.65404
1.2.973616                            1.13449
1.2.883916                            0.83553
1.2.102755                            0.82706
1.2.1207813                           0.65897
1.2.1039433                           0.60890
1.2.702289                            0.32156
1.2.126225                            0.00381

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.05848
1.2.376992                            0.03210
1.2.1214711                           0.02040
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.376992                            0.05202
1.2.185761                            0.03313
1.2.1214711                           0.00878

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.964                             560.80472
1.2.1704541                         405.87036
1.2.1610646                         224.96657
1.2.1694252                          31.75690
1.2.710899                            8.41719
1.2.465206                            3.30200
1.2.168607                            0.20770
1.2.501058                            0.19111
1.2.375073                            0.11547
1.2.1682766                           0.09447
1.2.1621254                           0.04726
1.2.162910                            0.00540
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.964                             772.51722
1.2.710899                          576.49399
1.2.1610646                          71.26560
1.2.1704541                          48.86124
1.2.1694252                          41.45130
1.2.457276                            1.22845
1.2.1700383                           0.64272
1.2.168607                            0.37432
1.2.375073                            0.13175
1.2.377479                            0.02809
1.2.1682766                           0.01703

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.160985                            0.13346
1.2.162910                            0.05332
1.2.1214711                           0.01145
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.05834
1.2.162910                            0.01188

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.529172                            2.64542
1.2.913523                            1.12294
1.2.414379                            1.11035
1.2.443574                            0.09331
1.2.1618052                           0.06806
1.2.624418                            0.02194
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.545151                            1.37204
1.2.414379                            1.10700
1.2.514500                            0.01281

Snapshots: https://mmcontest.bitshares.org/snapshots20200209.tbz

Code: [Select]
$ tar xjf snapshots20200209.tbz
$ find 2020-02-09 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
4b627b3d0457afc75f2a084b67c9868691cad2ffceb59c59a9eb5a3d60bed589  -

Proposal for sending out rewards of 2020-02-09:

https://cryptofresh.com/tx/1e3ba9c8912ca9bfde5f0a4f12ae03e6b5e21c1a
https://cryptofresh.com/b/45221047

https://cryptofresh.com/p/1.10.56995
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: nobtx on February 10, 2020, 11:17:35 pm
I wonder why I don't get the contest reward for more than a week, btw all my orders on XBTS and my account name is hoop4.
Title: Re: Market making contest (main thread)
Post by: abit on February 11, 2020, 12:46:37 am
I wonder why I don't get the contest reward for more than a week, btw all my orders on XBTS and my account name is hoop4.
Your orders are too small. There is a rule:
- minimum valid order size 100 BTS.
Title: Re: Market making contest (main thread)
Post by: abit on February 11, 2020, 12:54:57 am
Reward data for 2020-02-10

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 3074.32792 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                             6.16953
1.2.1560396                           5.73282
1.2.36449                             5.48658
1.2.1703320                           1.90507
1.2.227254                            0.97126
1.2.799404                            0.95050
1.2.395549                            0.94045
1.2.1687144                           0.44987
1.2.1039433                           0.39379
1.2.409973                            0.29284
1.2.1160364                           0.24239
1.2.881146                            0.22413
1.2.1616179                           0.18923
1.2.1691739                           0.03457
1.2.1695688                           0.02630
1.2.1674365                           0.01572
1.2.573323                            0.01416
1.2.1527702                           0.01026
1.2.1158382                           0.00821
1.2.483995                            0.00602
1.2.973616                            0.00314
1.2.163267                            0.00130
1.2.1616850                           0.00050
1.2.1211717                           0.00006
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1209227                         216.81830
1.2.442230                          144.63193
1.2.1619104                         102.38657
1.2.1695688                          94.51062
1.2.1669186                          79.25549
1.2.1691739                          75.08612
1.2.1213071                          54.69154
1.2.1214396                          25.95219
1.2.1560396                          16.77323
1.2.1703320                          10.16810
1.2.1674365                           5.40705
1.2.881146                            3.61021
1.2.799404                            3.45293
1.2.33015                             2.33811
1.2.395549                            1.79317
1.2.1039433                           1.50840
1.2.1687144                           0.92823
1.2.1160364                           0.61774
1.2.409973                            0.60671
1.2.871579                            0.10162
1.2.126225                            0.05338
1.2.1527702                           0.02623
1.2.1623723                           0.01268
1.2.1702168                           0.00536
1.2.444285                            0.00224
1.2.1015080                           0.00006

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                          16.07624
1.2.1700686                          10.53619
1.2.33015                             4.91860
1.2.36449                             4.01670
1.2.1565108                           3.40477
1.2.1610646                           1.77126
1.2.964                               1.56155
1.2.395549                            0.58297
1.2.1039433                           0.34721
1.2.415588                            0.12275
1.2.1704541                           0.08133
1.2.1703892                           0.06806
1.2.102755                            0.02645
1.2.424868                            0.02025
1.2.1696220                           0.01841
1.2.1616179                           0.00931
1.2.1698970                           0.00108
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1592306                         110.07483
1.2.36449                            29.84563
1.2.1692978                          17.52084
1.2.606017                           15.81930
1.2.1108195                          11.97181
1.2.1700686                           9.79901
1.2.1565108                           5.53500
1.2.1698970                           1.59380
1.2.1703892                           1.16089
1.2.395549                            1.07500
1.2.501058                            0.75123
1.2.33015                             0.57312
1.2.1039433                           0.51570
1.2.424868                            0.21588
1.2.486857                            0.01788
1.2.1696220                           0.00373

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                          32.03532
1.2.1565108                           0.97385
1.2.1066083                           0.44308
1.2.1622544                           0.29721
1.2.1700406                           0.22140
1.2.424868                            0.12373
1.2.879901                            0.05238
1.2.973616                            0.05169
1.2.394730                            0.01056
1.2.1078909                           0.00124
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.424868                          478.30604
1.2.1702902                         240.61274
1.2.529261                            7.13820
1.2.1703333                           5.30424
1.2.800115                            3.16939
1.2.1565108                           2.89429
1.2.1622544                           0.41694
1.2.879901                            0.05319
1.2.1015080                           0.02684
1.2.126225                            0.02021
1.2.1701364                           0.00514
1.2.1702168                           0.00492

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1565108                           2.60369
1.2.33015                             1.99245
1.2.36449                             1.78916
1.2.1039433                           0.74685
1.2.1207813                           0.33057
1.2.883916                            0.14166
1.2.973616                            0.13630
1.2.702289                            0.10611
1.2.183307                            0.01772
1.2.1623109                           0.01617
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         106.67731
1.2.36449                             9.97990
1.2.1565108                           2.56485
1.2.33015                             1.47627
1.2.1560396                           0.92941
1.2.973616                            0.87084
1.2.1039433                           0.86649
1.2.1207813                           0.80089
1.2.893637                            0.79766
1.2.702289                            0.44903
1.2.883916                            0.34557

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.07556
1.2.376992                            0.06645
1.2.1214711                           0.02464
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.10777
1.2.376992                            0.04201
1.2.1214711                           0.02887

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1704541                         135.91450
1.2.964                              95.68360
1.2.1610646                          43.93395
1.2.1694252                          21.14743
1.2.710899                            2.61543
1.2.375073                            0.46738
1.2.1682766                           0.39485
1.2.465206                            0.37194
1.2.33015                             0.05343
1.2.162910                            0.01292
1.2.1621254                           0.00922
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.710899                          248.62120
1.2.964                             198.23837
1.2.1704541                         133.16529
1.2.1610646                          83.23915
1.2.1694252                          42.99892
1.2.544003                           18.84521
1.2.169701                           10.43153
1.2.33015                             6.00316
1.2.465206                            5.74179
1.2.1700383                           1.00166
1.2.457276                            0.81566
1.2.433244                            0.75672
1.2.375073                            0.50497
1.2.1682766                           0.06293
1.2.377479                            0.01437
1.2.1696220                           0.00758

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.160985                            0.20713
1.2.1146842                           0.05096
1.2.1214711                           0.02129
1.2.162910                            0.01336
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.437487                            0.04127
1.2.1214711                           0.02286
1.2.162910                            0.02029

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1015710                           0.76324
1.2.1702713                           0.06260
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.545151                            0.85272
1.2.17391                             0.08421
1.2.1015710                           0.07294
1.2.169701                            0.03357
1.2.1067440                           0.02966
1.2.1687590                           0.00677
1.2.642101                            0.00086
1.2.530110                            0.00054

Snapshots: https://mmcontest.bitshares.org/snapshots20200210.tbz

Code: [Select]
$ tar xjf snapshots20200210.tbz
$ find 2020-02-10 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
e4f10c6931a92789c32a5b406b7c3a9b0e4bd9321bcc167f2a981bd039601f74  -

Proposal for sending out rewards of 2020-02-10:

https://cryptofresh.com/tx/bccb0a5a6063df3ddf22283bfb2bdfd3c712ed98
https://cryptofresh.com/b/45250135

https://cryptofresh.com/p/1.10.57016
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on February 12, 2020, 06:11:34 am
Reward data for 2020-02-11

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 4161.46869 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                            10.23344
1.2.36449                             8.96059
1.2.1560396                           7.35095
1.2.1703320                           2.95456
1.2.227254                            1.98426
1.2.799404                            1.50302
1.2.395549                            1.00835
1.2.1039433                           0.48513
1.2.1687144                           0.44702
1.2.409973                            0.30888
1.2.1160364                           0.26579
1.2.1616179                           0.16056
1.2.979913                            0.13384
1.2.1691739                           0.06986
1.2.1695688                           0.03239
1.2.573323                            0.01542
1.2.1527702                           0.01016
1.2.1158382                           0.00803
1.2.973616                            0.00420
1.2.1211717                           0.00217
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         370.30515
1.2.1695688                         288.07841
1.2.1669186                         131.89292
1.2.1619104                         120.24881
1.2.1209227                         101.89320
1.2.1213071                          62.72479
1.2.1214396                          30.93045
1.2.442230                           30.40464
1.2.1703320                          19.50131
1.2.1560396                          14.37163
1.2.875663                           11.04667
1.2.881146                            4.74534
1.2.33015                             3.50333
1.2.799404                            2.78999
1.2.395549                            2.47632
1.2.1703038                           1.71175
1.2.1039433                           1.43409
1.2.1123614                           1.25800
1.2.409973                            0.89538
1.2.1687144                           0.86269
1.2.1160364                           0.53251
1.2.36449                             0.25737
1.2.1621254                           0.13789
1.2.919400                            0.13047
1.2.126225                            0.12800
1.2.1527702                           0.02141
1.2.1565363                           0.00098

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                          43.75987
1.2.1700686                          11.66250
1.2.36449                             6.03350
1.2.33015                             5.49127
1.2.1565108                           2.46155
1.2.964                               2.23129
1.2.486857                            0.97408
1.2.606017                            0.27689
1.2.1039433                           0.24406
1.2.395549                            0.23884
1.2.1704541                           0.08359
1.2.1696220                           0.07001
1.2.1703892                           0.03913
1.2.102755                            0.02603
1.2.424868                            0.02544
1.2.1698970                           0.01709
1.2.501058                            0.00992
1.2.1616179                           0.00855
1.2.417172                            0.00499
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.36449                            52.00700
1.2.1692978                          51.56315
1.2.606017                           26.16828
1.2.1108195                          15.75579
1.2.1565108                           9.23772
1.2.1700686                           8.98168
1.2.395549                            2.92460
1.2.1703892                           1.97393
1.2.1698970                           1.64874
1.2.1039433                           0.79087
1.2.424868                            0.76336
1.2.964                               0.18037
1.2.1696220                           0.09328
1.2.1123614                           0.07251
1.2.501058                            0.01484
1.2.486857                            0.00162
1.2.1565363                           0.00101

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                          99.64822
1.2.1565108                           0.79298
1.2.33015                             0.46614
1.2.36449                             0.28757
1.2.1700406                           0.23727
1.2.1622544                           0.21784
1.2.424868                            0.12987
1.2.879901                            0.09898
1.2.1703333                           0.09780
1.2.973616                            0.04024
1.2.1701364                           0.02865
1.2.394730                            0.01115
1.2.126225                            0.00745
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.424868                          322.09300
1.2.1702902                         265.46793
1.2.1703333                           3.45878
1.2.1565108                           2.67171
1.2.529261                            2.15147
1.2.800115                            1.84153
1.2.1622544                           0.43457
1.2.879901                            0.03860
1.2.126225                            0.02809
1.2.1707340                           0.01076
1.2.1701364                           0.00594
1.2.1702168                           0.00362

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1565108                           2.46554
1.2.33015                             1.93100
1.2.36449                             1.57362
1.2.1039433                           0.51828
1.2.1207813                           0.23528
1.2.354252                            0.16737
1.2.973616                            0.15796
1.2.702289                            0.09671
1.2.883916                            0.09625
1.2.1702168                           0.01786
1.2.183307                            0.00626
1.2.1623109                           0.00295
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                          52.65507
1.2.36449                             3.88689
1.2.1565108                           2.64776
1.2.33015                             1.37803
1.2.1207813                           0.93091
1.2.702289                            0.47327
1.2.1039433                           0.36551
1.2.1560396                           0.34886
1.2.893637                            0.30652
1.2.883916                            0.27117
1.2.102755                            0.02640
1.2.126225                            0.02080

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.07556
1.2.376992                            0.06645
1.2.1214711                           0.02464
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.10777
1.2.376992                            0.04201
1.2.1214711                           0.02887

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1704541                        1011.34809
1.2.465206                           16.56936
1.2.964                               3.96631
1.2.710899                            0.75092
1.2.1682766                           0.38117
1.2.375073                            0.29281
1.2.1610646                           0.06361
1.2.1694252                           0.05147
1.2.162910                            0.01544
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.710899                          373.56511
1.2.1704541                         166.74838
1.2.1694252                          81.21918
1.2.1610646                          72.66587
1.2.964                              63.72883
1.2.544003                           60.83207
1.2.169701                           46.78350
1.2.33015                             3.56621
1.2.433244                            1.17620
1.2.1640534                           1.02757
1.2.457276                            0.61929
1.2.375073                            0.54079
1.2.1682766                           0.04973
1.2.377479                            0.01327

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.160985                            0.15687
1.2.162910                            0.01673
1.2.1214711                           0.01632
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.01891
1.2.162910                            0.01584

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1015710                           0.00259
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.545151                            0.00861
1.2.1015710                           0.00209
1.2.1067440                           0.00029
1.2.1687590                           0.00006

Snapshots: https://mmcontest.bitshares.org/snapshots20200211.tbz

Code: [Select]
$ tar xjf snapshots20200211.tbz
$ find 2020-02-11 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
740d96c9c5c567ef1869d094faee332fd24df6bcdb26690332e95533e8bdb656  -

Proposal for sending out rewards of 2020-02-11:

https://cryptofresh.com/tx/3e6f09104bb0cd022ecef1b94b6a9708e9790c66
https://cryptofresh.com/b/45284532

https://cryptofresh.com/p/1.10.57053
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on February 13, 2020, 03:04:06 am
Reward data for 2020-02-12

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 4736.60996 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691739                          40.16029
1.2.1669186                          39.02853
1.2.1611651                          16.59851
1.2.36449                            15.04841
1.2.33015                            10.74957
1.2.1560396                           6.88468
1.2.831392                            6.31803
1.2.1076048                           4.42628
1.2.1674365                           1.70390
1.2.1703320                           0.98217
1.2.395549                            0.85918
1.2.227254                            0.68527
1.2.799404                            0.62994
1.2.1687144                           0.47077
1.2.1039433                           0.36465
1.2.546693                            0.31084
1.2.409973                            0.29725
1.2.1592306                           0.28956
1.2.1616179                           0.27472
1.2.1160364                           0.20007
1.2.1641550                           0.11260
1.2.627054                            0.08575
1.2.1621254                           0.05883
1.2.126225                            0.05394
1.2.979913                            0.05072
1.2.1587504                           0.03991
1.2.525366                            0.03785
1.2.1695688                           0.02910
1.2.1527702                           0.01415
1.2.1158382                           0.01168
1.2.973616                            0.01106
1.2.415588                            0.01025
1.2.1703996                           0.00405
1.2.1211717                           0.00239
1.2.457447                            0.00002
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         158.10191
1.2.1619104                          89.39482
1.2.1695688                          67.45440
1.2.1213071                          57.93473
1.2.442230                           41.58277
1.2.36449                            32.63804
1.2.1214396                          27.74745
1.2.33015                            27.57486
1.2.1703320                          15.90786
1.2.1560396                          14.11879
1.2.1123614                           5.26248
1.2.1611651                           5.25224
1.2.1669186                           4.86663
1.2.881146                            4.06875
1.2.875663                            3.07063
1.2.799404                            2.65667
1.2.395549                            2.65194
1.2.409973                            1.24089
1.2.1687144                           1.03927
1.2.627054                            0.94865
1.2.1160364                           0.75306
1.2.1039433                           0.47672
1.2.979913                            0.20865
1.2.126225                            0.20584
1.2.964                               0.06492
1.2.1527702                           0.01725
1.2.1718787                           0.00897
1.2.1716043                           0.00294
1.2.1015842                           0.00238
1.2.1701133                           0.00077
1.2.1703038                           0.00068
1.2.919400                            0.00015
1.2.1702168                           0.00002

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                          49.99054
1.2.1700686                          40.78247
1.2.36449                             8.35768
1.2.33015                             5.88902
1.2.1696206                           4.83769
1.2.486857                            4.07087
1.2.1565108                           3.82163
1.2.1611651                           2.25071
1.2.1039433                           0.52325
1.2.964                               0.47565
1.2.395549                            0.38433
1.2.102755                            0.12689
1.2.1696220                           0.11837
1.2.1703892                           0.07458
1.2.417172                            0.06445
1.2.501058                            0.05901
1.2.1616179                           0.05243
1.2.606017                            0.04507
1.2.1704541                           0.03821
1.2.888089                            0.02961
1.2.1698970                           0.00863
1.2.424868                            0.00311
1.2.710899                            0.00030
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1692978                          44.56013
1.2.36449                            40.26454
1.2.606017                           20.27849
1.2.1108195                          11.62460
1.2.1565108                           8.51597
1.2.964                               5.15025
1.2.1698970                           2.02616
1.2.395549                            1.84500
1.2.486857                            1.50608
1.2.1039433                           1.48558
1.2.424868                            0.46418
1.2.1703892                           0.22440
1.2.501058                            0.22411
1.2.1123614                           0.21377
1.2.33015                             0.20939
1.2.1696220                           0.07222
1.2.542032                            0.04989

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                          55.88663
1.2.1076048                           9.89879
1.2.529261                            6.72878
1.2.33015                             2.81345
1.2.1565108                           1.61186
1.2.36449                             1.53143
1.2.1703333                           0.35980
1.2.1622544                           0.16565
1.2.973616                            0.08904
1.2.1701364                           0.07232
1.2.354252                            0.06787
1.2.126225                            0.02433
1.2.1700406                           0.02240
1.2.394730                            0.00030
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.424868                          196.38680
1.2.1702902                         160.17309
1.2.529261                           28.11978
1.2.1703333                           2.63450
1.2.1565108                           1.51413
1.2.800115                            0.73169
1.2.1686570                           0.52033
1.2.1622544                           0.51061
1.2.462696                            0.41251
1.2.879901                            0.11767
1.2.1701364                           0.11470
1.2.1014559                           0.06787
1.2.1702168                           0.01132
1.2.1707340                           0.00648
1.2.126225                            0.00353
1.2.1704510                           0.00255

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             3.24377
1.2.33015                             2.21992
1.2.1565108                           2.00195
1.2.1560396                           0.93865
1.2.1039433                           0.63530
1.2.1623109                           0.30797
1.2.1207813                           0.20591
1.2.883916                            0.14849
1.2.702289                            0.08639
1.2.354252                            0.07997
1.2.973616                            0.07229
1.2.1702168                           0.00307
1.2.183307                            0.00043
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         365.76676
1.2.36449                            32.62399
1.2.33015                            11.64320
1.2.171761                            5.62040
1.2.1565108                           4.56418
1.2.17391                             4.03985
1.2.1560396                           2.65016
1.2.893637                            2.57739
1.2.1207813                           0.95849
1.2.102755                            0.94594
1.2.702289                            0.67311
1.2.1039433                           0.34783
1.2.126225                            0.20024
1.2.883916                            0.19371

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.12186
1.2.376992                            0.05242
1.2.1214711                           0.02491
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.08514
1.2.376992                            0.07659
1.2.1214711                           0.02246

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1704541                        1245.80433
1.2.465206                           13.35836
1.2.964                               9.77352
1.2.1694252                           6.56599
1.2.710899                            0.50143
1.2.1682766                           0.10349
1.2.375073                            0.10000
1.2.162910                            0.01571
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1704541                         667.77340
1.2.1610646                         344.09386
1.2.710899                          295.20186
1.2.1694252                         160.20854
1.2.169701                           87.99188
1.2.544003                           15.19914
1.2.457276                            1.32680
1.2.964                               0.79295
1.2.433244                            0.36596
1.2.375073                            0.14590
1.2.377479                            0.02934
1.2.1682766                           0.00716
1.2.470547                            0.00196

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.162910                            0.00570
1.2.1214711                           0.00496
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.00943

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1015710                           0.57463
1.2.1082367                           0.01044
1.2.799256                            0.00729
1.2.509194                            0.00611
1.2.913523                            0.00258
1.2.1682384                           0.00044
1.2.1618052                           0.00024
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.639983                            0.08752
1.2.414379                            0.01373
1.2.1443127                           0.01169
1.2.171905                            0.00021
1.2.354252                            0.00015

Snapshots: https://mmcontest.bitshares.org/snapshots20200212.tbz

Code: [Select]
$ tar xjf snapshots20200212.tbz
$ find 2020-02-12 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
c289f93b2c600505e612e2774b89728b329aab0bdcc1d0ab2ef2725526320735  -

Proposal for sending out rewards of 2020-02-12:

https://cryptofresh.com/tx/2c2d7b483fa7eb3810d17be5135ce9d128b43ffd
https://cryptofresh.com/b/45309479

https://cryptofresh.com/p/1.10.57072
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on February 14, 2020, 09:01:57 am
Reward data for 2020-02-13

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 4193.56266 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691739                           9.04435
1.2.1560396                           6.26868
1.2.33015                             6.10450
1.2.36449                             6.08642
1.2.1669186                           6.05086
1.2.1076048                           5.47526
1.2.1674365                           1.82145
1.2.831392                            1.42196
1.2.395549                            0.79613
1.2.799404                            0.74994
1.2.1703320                           0.60029
1.2.1616179                           0.57618
1.2.409973                            0.40133
1.2.1687144                           0.38228
1.2.1160364                           0.27732
1.2.1039433                           0.26979
1.2.833711                            0.05237
1.2.1587504                           0.03978
1.2.843891                            0.03549
1.2.1695688                           0.02778
1.2.979913                            0.02501
1.2.881146                            0.02458
1.2.1527702                           0.01568
1.2.1158382                           0.01539
1.2.126225                            0.01489
1.2.973616                            0.01217
1.2.1015080                           0.01004
1.2.1211717                           0.00509
1.2.1703996                           0.00460
1.2.446695                            0.00437
1.2.1214396                           0.00241
1.2.1213071                           0.00232
1.2.1619104                           0.00167
1.2.462483                            0.00162
1.2.451257                            0.00090
1.2.736124                            0.00087
1.2.1016163                           0.00027
1.2.507112                            0.00023
1.2.457447                            0.00009
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                         306.13849
1.2.1691739                         225.21133
1.2.1209227                          98.23115
1.2.1619104                          89.30771
1.2.1669186                          66.52359
1.2.1213071                          57.81041
1.2.1214396                          30.12519
1.2.1560396                          13.52530
1.2.36449                             7.71246
1.2.33015                             7.69696
1.2.1703320                           7.52376
1.2.881146                            4.77308
1.2.799404                            3.99338
1.2.395549                            2.12954
1.2.627054                            1.54923
1.2.1621254                           1.07023
1.2.1687144                           0.99853
1.2.409973                            0.96050
1.2.1039433                           0.65684
1.2.1160364                           0.58926
1.2.126225                            0.17756
1.2.979913                            0.09714
1.2.833711                            0.09596
1.2.1682766                           0.08619
1.2.1702168                           0.04961
1.2.359772                            0.02413
1.2.1527702                           0.01682
1.2.507112                            0.01226
1.2.1015080                           0.00151
1.2.843891                            0.00130
1.2.1703576                           0.00021

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1700686                          73.66586
1.2.1692978                          25.45800
1.2.1696206                           9.11071
1.2.36449                             6.05455
1.2.33015                             4.29974
1.2.1565108                           2.20749
1.2.964                               0.99351
1.2.1108195                           0.56801
1.2.395549                            0.55876
1.2.102755                            0.21993
1.2.1039433                           0.19618
1.2.1616179                           0.13090
1.2.1698970                           0.08781
1.2.1611651                           0.05147
1.2.1704541                           0.03703
1.2.417172                            0.02576
1.2.1696220                           0.01884
1.2.1703892                           0.01066
1.2.1694252                           0.00559
1.2.888089                            0.00524
1.2.424868                            0.00508
1.2.501058                            0.00314
1.2.1702168                           0.00115
1.2.710899                            0.00061
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1692978                          26.83152
1.2.36449                            21.13082
1.2.1108195                          13.45263
1.2.606017                           10.89252
1.2.1700686                          10.73235
1.2.1592306                          10.14298
1.2.1565108                           3.65879
1.2.1696206                           2.67404
1.2.395549                            1.70000
1.2.1698970                           1.60340
1.2.486857                            1.26838
1.2.964                               0.84397
1.2.1039433                           0.72919
1.2.888089                            0.25934
1.2.33015                             0.25428
1.2.424868                            0.19239
1.2.1703892                           0.16029
1.2.501058                            0.13993
1.2.1123614                           0.09170
1.2.1696220                           0.05539
1.2.1702168                           0.01752
1.2.1694252                           0.00633
1.2.620350                            0.00139

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                          81.66089
1.2.1700406                           7.68838
1.2.33015                             2.97817
1.2.529261                            2.07926
1.2.36449                             2.02204
1.2.1703333                           0.90468
1.2.1565108                           0.76759
1.2.973616                            0.18309
1.2.1622544                           0.16271
1.2.1701364                           0.09936
1.2.437438                            0.02258
1.2.1702168                           0.00299
1.2.126225                            0.00275
1.2.879901                            0.00067
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.424868                          405.22556
1.2.1702902                         142.74554
1.2.437438                          119.22959
1.2.116476                           20.46549
1.2.800115                            2.20125
1.2.1015080                           1.91981
1.2.1565108                           1.40188
1.2.1703333                           1.38397
1.2.1686570                           0.44136
1.2.1701364                           0.41737
1.2.1622544                           0.32201
1.2.879901                            0.19683
1.2.33015                             0.03956
1.2.36449                             0.02173
1.2.126225                            0.01133
1.2.1702168                           0.00056

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.17391                             3.08396
1.2.33015                             2.27762
1.2.36449                             1.79881
1.2.1565108                           0.94389
1.2.1560396                           0.79639
1.2.883916                            0.41728
1.2.1039433                           0.33111
1.2.1207813                           0.28232
1.2.702289                            0.13006
1.2.1702168                           0.05655
1.2.973616                            0.05356
1.2.1623109                           0.00819
1.2.973383                            0.00775
1.2.183307                            0.00440
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         321.43790
1.2.36449                            23.60910
1.2.33015                             7.64053
1.2.1565108                           3.11899
1.2.17391                             2.06992
1.2.893637                            2.02438
1.2.1560396                           1.51638
1.2.165730                            1.02194
1.2.1039433                           0.62255
1.2.102755                            0.40481
1.2.1207813                           0.40095
1.2.702289                            0.37813
1.2.126225                            0.25107
1.2.973383                            0.13035
1.2.883916                            0.10921
1.2.116476                            0.03631
1.2.888089                            0.00890
1.2.1702168                           0.00185

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.376992                            0.04451
1.2.185761                            0.04418
1.2.1214711                           0.01517
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.05151
1.2.376992                            0.03964
1.2.1214711                           0.01442

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1704541                         584.05382
1.2.1694252                          62.23233
1.2.1593369                          24.68491
1.2.415588                            7.55112
1.2.964                               1.94089
1.2.501058                            1.47879
1.2.710899                            0.00708
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1704541                         308.89108
1.2.710899                          254.23632
1.2.544003                          195.18048
1.2.1610646                         179.06854
1.2.1694252                          84.99300
1.2.529261                           62.57017
1.2.1674365                          22.60145
1.2.465206                            5.69129
1.2.457276                            0.66849
1.2.964                               0.03324
1.2.377479                            0.01064

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01371
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.01494

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1015710                           7.65556
1.2.799256                            4.38668
1.2.1082367                           3.65016
1.2.509194                            3.07324
1.2.913523                            1.25016
1.2.1618052                           0.14489
1.2.1682384                           0.06600
1.2.475905                            0.01275
1.2.483990                            0.00686
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.414379                            2.25820
1.2.1443127                           0.95117
1.2.639983                            0.11614
1.2.624418                            0.01490
1.2.467903                            0.00091

Snapshots: https://mmcontest.bitshares.org/snapshots20200213.tbz

Code: [Select]
$ tar xjf snapshots20200213.tbz
$ find 2020-02-13 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
b0395d37467c3e1fbdc603c93bdda843be66dc30720b0d889a40efe9e293eb05  -

Proposal for sending out rewards of 2020-02-13:

https://cryptofresh.com/tx/dacf3d2a838713c70c9e56751e62a9daaf9c3033
https://cryptofresh.com/b/45345411

https://cryptofresh.com/p/1.10.57113
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on February 15, 2020, 01:44:50 am
Reward data for 2020-02-14

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 2512.17543 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1560396                           7.71782
1.2.33015                             4.14565
1.2.36449                             3.82763
1.2.395549                            0.50318
1.2.833711                            0.43155
1.2.1616179                           0.37519
1.2.1703320                           0.33345
1.2.409973                            0.31414
1.2.1039433                           0.28796
1.2.799404                            0.25748
1.2.1687144                           0.24738
1.2.1160364                           0.21035
1.2.1621254                           0.17624
1.2.831392                            0.16944
1.2.1669186                           0.14279
1.2.979913                            0.10353
1.2.1695688                           0.06978
1.2.964                               0.06900
1.2.1015080                           0.01146
1.2.1527702                           0.00864
1.2.1691739                           0.00607
1.2.736124                            0.00193
1.2.227254                            0.00178
1.2.1619104                           0.00104
1.2.1622513                           0.00044
1.2.1066977                           0.00008
1.2.973616                            0.00008
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                          90.01592
1.2.1619104                          84.39686
1.2.1669186                          46.91615
1.2.1213071                          39.54650
1.2.1691739                          27.62188
1.2.33015                            24.97668
1.2.437438                           21.74294
1.2.1214396                          18.46334
1.2.1560396                          13.30053
1.2.799404                            3.94247
1.2.881146                            3.26057
1.2.1209227                           2.70050
1.2.395549                            1.93198
1.2.1039433                           1.42961
1.2.409973                            0.99236
1.2.964                               0.93573
1.2.1687144                           0.71125
1.2.1160364                           0.66225
1.2.833711                            0.42113
1.2.1703038                           0.18690
1.2.1703320                           0.10082
1.2.1527702                           0.02968
1.2.126225                            0.02679
1.2.359772                            0.02075
1.2.979913                            0.01865
1.2.1682766                           0.01291
1.2.1703576                           0.00130
1.2.1716043                           0.00096
1.2.1699746                           0.00027

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                          10.38594
1.2.1700686                           7.40951
1.2.1565108                           4.09962
1.2.36449                             3.88948
1.2.33015                             2.89322
1.2.395549                            0.49346
1.2.1039433                           0.35919
1.2.964                               0.24902
1.2.1698970                           0.10390
1.2.102755                            0.09553
1.2.1702168                           0.03913
1.2.606017                            0.01267
1.2.1108195                           0.00546
1.2.1704541                           0.00025
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1700686                          63.50720
1.2.1696206                          31.53564
1.2.1108195                          11.79179
1.2.1565108                           7.31432
1.2.1692978                           5.93468
1.2.606017                            2.92963
1.2.964                               2.54711
1.2.395549                            1.66353
1.2.1039433                           1.09365
1.2.1698970                           0.92150
1.2.888089                            0.27833
1.2.1703892                           0.03403
1.2.437963                            0.00259
1.2.432560                            0.00195
1.2.424868                            0.00126

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                          11.38349
1.2.36449                             5.73289
1.2.33015                             5.66480
1.2.1703333                           2.54442
1.2.1565108                           1.52395
1.2.973616                            0.17010
1.2.1622544                           0.15378
1.2.1701364                           0.08883
1.2.126225                            0.01325
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                          27.55029
1.2.116476                           19.21073
1.2.424868                           12.67981
1.2.437438                            8.41237
1.2.1703333                           2.79212
1.2.1565108                           1.53322
1.2.800115                            1.34703
1.2.1622544                           0.41648
1.2.1701364                           0.24806
1.2.879901                            0.11915
1.2.1686570                           0.09244
1.2.33015                             0.08630
1.2.973616                            0.05113
1.2.126225                            0.04324
1.2.1702168                           0.02706

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1623109                          27.99640
1.2.33015                             2.96813
1.2.36449                             2.60221
1.2.811171                            1.89936
1.2.1565108                           1.73724
1.2.1560396                           1.56696
1.2.17391                             0.86636
1.2.1207813                           0.28156
1.2.973383                            0.20210
1.2.171761                            0.20158
1.2.702289                            0.16850
1.2.883916                            0.09354
1.2.126225                            0.01826
1.2.973616                            0.01174
1.2.183307                            0.00001
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                          22.13983
1.2.36449                            12.65279
1.2.33015                            10.44350
1.2.1565108                           4.37210
1.2.1560396                           2.43858
1.2.893637                            2.01364
1.2.171761                            0.68469
1.2.973383                            0.67931
1.2.1207813                           0.66607
1.2.883916                            0.33896
1.2.702289                            0.24802
1.2.17391                             0.09114
1.2.1702168                           0.07656
1.2.165730                            0.04739
1.2.126225                            0.03210
1.2.811171                            0.00022
1.2.773030                            0.00010

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.16758
1.2.1214711                           0.05498
1.2.376992                            0.02440
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.09834
1.2.376992                            0.07975
1.2.1214711                           0.02555

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.415588                          170.03103
1.2.1694252                          72.86546
1.2.1704541                          14.43948
1.2.465206                           11.78161
1.2.964                              11.52569
1.2.710899                            0.64629
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1704541                         328.70698
1.2.544003                          295.40792
1.2.1610646                         240.63483
1.2.710899                          231.93358
1.2.1694252                         115.29393
1.2.964                             105.13259
1.2.529261                           67.96749
1.2.415588                           37.09289
1.2.1593369                          32.69093
1.2.1674365                           9.05643
1.2.457276                            0.87562
1.2.377479                            0.01522

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01513
1.2.162910                            0.00942
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.01645
1.2.162910                            0.00940

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1015710                           0.76761
1.2.509194                            0.23961
1.2.913523                            0.11081
1.2.1673312                           0.06746
1.2.565129                            0.06577
1.2.744620                            0.01208
1.2.1618052                           0.01120
1.2.475905                            0.01086
1.2.483990                            0.00300
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.414379                            0.94881
1.2.432353                            0.28580
1.2.639983                            0.12405
1.2.777276                            0.05079
1.2.444013                            0.03539
1.2.1081424                           0.01498
1.2.183307                            0.01478
1.2.430333                            0.01422

Snapshots: https://mmcontest.bitshares.org/snapshots20200214.tbz

Code: [Select]
$ tar xjf snapshots20200214.tbz
$ find 2020-02-14 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
038de8d62a490b40a895f600d82e96013bf232d5d88dd7e58b599411501cd3ee  -

Proposal for sending out rewards of 2020-02-14:

https://cryptofresh.com/tx/d28a0077798d3c34086b60cbb90cac478a34e358
https://cryptofresh.com/b/45365386

https://cryptofresh.com/p/1.10.57152
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: Bhuz on February 15, 2020, 10:14:09 am
I just wanted to mention that all past proposals that have my vote have been verified before approving, even if I did not post here on the forum.

Verified and approved today's one as well.
Title: Re: Market making contest (main thread)
Post by: abit on February 16, 2020, 01:47:21 am
Reward data for 2020-02-15

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 3426.05982 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1560396                           6.60434
1.2.33015                             4.74913
1.2.36449                             3.23712
1.2.799404                            2.70895
1.2.1703320                           1.33409
1.2.395549                            1.08558
1.2.409973                            0.37848
1.2.1695688                           0.36592
1.2.1039433                           0.36102
1.2.1687144                           0.33370
1.2.1160364                           0.26308
1.2.1616179                           0.15567
1.2.1669186                           0.08279
1.2.831392                            0.05786
1.2.979913                            0.05595
1.2.1691739                           0.05230
1.2.871579                            0.02274
1.2.1622513                           0.01307
1.2.126225                            0.01209
1.2.1015080                           0.00873
1.2.1527702                           0.00432
1.2.1113416                           0.00402
1.2.973616                            0.00241
1.2.736124                            0.00092
1.2.964                               0.00036
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         221.53316
1.2.1695688                         181.52125
1.2.1209227                         145.59098
1.2.1619104                         124.52544
1.2.1669186                          77.49478
1.2.1213071                          52.61065
1.2.33015                            33.71825
1.2.437438                           31.59839
1.2.1214396                          24.44147
1.2.1560396                          15.05440
1.2.881146                            4.90372
1.2.964                               2.68723
1.2.395549                            2.30084
1.2.799404                            2.29997
1.2.1703320                           1.93052
1.2.1527713                           1.57762
1.2.1039433                           1.08335
1.2.409973                            0.98760
1.2.1687144                           0.85311
1.2.486857                            0.68252
1.2.1160364                           0.63910
1.2.934266                            0.37966
1.2.126225                            0.12403
1.2.36449                             0.11760
1.2.1527702                           0.05467
1.2.1702168                           0.03716
1.2.979913                            0.03435
1.2.359772                            0.00797
1.2.1716043                           0.00558
1.2.1158382                           0.00074

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1700686                           7.15790
1.2.36449                             5.43806
1.2.33015                             4.08055
1.2.1565108                           3.39723
1.2.964                               0.84461
1.2.395549                            0.46606
1.2.1039433                           0.33965
1.2.1621254                           0.33474
1.2.102755                            0.08102
1.2.1692978                           0.06651
1.2.710899                            0.00872
1.2.1702168                           0.00573
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1696206                          62.06472
1.2.1700686                          21.15793
1.2.1692978                          17.59442
1.2.1108195                           8.03706
1.2.1565108                           6.81156
1.2.395549                            1.94792
1.2.1698970                           1.29780
1.2.606017                            0.96461
1.2.964                               0.85564
1.2.1039433                           0.56245
1.2.1621254                           0.44479
1.2.888089                            0.32016
1.2.1592306                           0.26584
1.2.1703892                           0.15212
1.2.486857                            0.06666
1.2.1702168                           0.03797
1.2.1123614                           0.02510

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             2.80321
1.2.33015                             2.30988
1.2.1703333                           1.59246
1.2.1565108                           1.19428
1.2.1702902                           0.53452
1.2.973616                            0.26850
1.2.1701364                           0.16346
1.2.1622544                           0.06730
1.2.126225                            0.05677
1.2.437438                            0.00103
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         147.54687
1.2.116476                           36.20939
1.2.437438                            1.36642
1.2.1565108                           1.15963
1.2.1703333                           0.79351
1.2.800115                            0.71624
1.2.1701364                           0.28428
1.2.1622544                           0.28306
1.2.973616                            0.20059
1.2.1686570                           0.19527
1.2.879901                            0.09305
1.2.908221                            0.08264
1.2.1702168                           0.05036
1.2.33015                             0.03382

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1623109                           3.98396
1.2.36449                             2.97291
1.2.33015                             2.47882
1.2.171761                            1.30062
1.2.1565108                           1.04684
1.2.1560396                           0.59573
1.2.1207813                           0.40126
1.2.1011965                           0.36640
1.2.973616                            0.23035
1.2.702289                            0.16638
1.2.883916                            0.15593
1.2.981588                            0.14086
1.2.126225                            0.07367
1.2.183307                            0.00052
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.36449                             5.96580
1.2.1565108                           4.77298
1.2.33015                             2.30290
1.2.893637                            1.28968
1.2.1560396                           0.74639
1.2.1011965                           0.35677
1.2.1207813                           0.34841
1.2.171761                            0.32020
1.2.702289                            0.21790
1.2.973383                            0.15975
1.2.973616                            0.15118
1.2.883916                            0.12765
1.2.126225                            0.06091
1.2.1618052                           0.04539
1.2.1702168                           0.02590
1.2.17391                             0.00075

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.796685                           69.04500
1.2.185761                            0.11145
1.2.376992                            0.10885
1.2.1214711                           0.01602
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.6274                              0.79958
1.2.467162                            0.64246
1.2.456477                            0.51890
1.2.1687590                           0.47854
1.2.1558033                           0.11554
1.2.185761                            0.08414
1.2.1214711                           0.08159
1.2.555103                            0.03453
1.2.376992                            0.02023

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1694252                         121.97801
1.2.415588                           84.68787
1.2.964                               9.87896
1.2.465206                            8.54066
1.2.710899                            0.12539
1.2.1682766                           0.08252
1.2.375073                            0.03377
1.2.162910                            0.00449
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1704541                         818.67515
1.2.544003                          305.97174
1.2.1694252                         271.52919
1.2.710899                          165.32865
1.2.964                             109.12518
1.2.529261                           67.88989
1.2.415588                           34.15009
1.2.1610646                          11.11609
1.2.1143893                           4.78235
1.2.1674365                           3.15095
1.2.1592306                           2.96555
1.2.457276                            1.02315
1.2.375073                            0.17012
1.2.377479                            0.03125

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.162910                            0.00412
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.00441

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1015710                           3.70343
1.2.414379                            1.27399
1.2.509194                            0.22111
1.2.913523                            0.13076
1.2.1673312                           0.04652
1.2.475905                            0.02416
1.2.744620                            0.01988
1.2.536054                            0.00537
1.2.483990                            0.00241
1.2.907621                            0.00004
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.639983                            1.34386
1.2.414379                            1.04747
1.2.432353                            0.44091
1.2.1081424                           0.08113
1.2.777276                            0.03333
1.2.1015710                           0.01917
1.2.183307                            0.00777
1.2.1723082                           0.00735
1.2.430333                            0.00702
1.2.449259                            0.00607
1.2.1668804                           0.00004
1.2.913523                            0.00002

Snapshots: https://mmcontest.bitshares.org/snapshots20200215.tbz

Code: [Select]
$ tar xjf snapshots20200215.tbz
$ find 2020-02-15 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
cafdb452a616a1890a302e8dcdcf76d2a52e91d747137bf431c2f7770fd43288  -

Proposal for sending out rewards of 2020-02-15:

https://cryptofresh.com/tx/58cf61fc725218a9a1fa481f4efa97a3755b7104
https://cryptofresh.com/b/45394196

https://cryptofresh.com/p/1.10.57187
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on February 17, 2020, 12:53:38 am
Reward data for 2020-02-16

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 1265.30441 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1669186                          32.23752
1.2.36449                             9.38460
1.2.1560396                           5.91763
1.2.770386                            4.23175
1.2.477408                            2.71426
1.2.799404                            2.14443
1.2.1703320                           1.10459
1.2.33015                             0.93271
1.2.395549                            0.75627
1.2.1695688                           0.66619
1.2.1039433                           0.43112
1.2.1687144                           0.34065
1.2.1160364                           0.24914
1.2.409973                            0.22680
1.2.490345                            0.20892
1.2.415588                            0.12116
1.2.126225                            0.07766
1.2.1015080                           0.06505
1.2.457447                            0.04957
1.2.1592306                           0.04160
1.2.1691739                           0.01294
1.2.1616179                           0.01018
1.2.831392                            0.00565
1.2.979913                            0.00385
1.2.973616                            0.00279
1.2.1527702                           0.00137
1.2.957530                            0.00123
1.2.1113416                           0.00111
1.2.1622513                           0.00080
1.2.1527713                           0.00019
1.2.1619104                           0.00013
1.2.1716043                           0.00007
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                         424.56829
1.2.1619104                         105.05532
1.2.1691739                         101.79119
1.2.437438                           86.11296
1.2.1209227                          55.47403
1.2.1213071                          47.44015
1.2.36449                            23.39223
1.2.1214396                          21.79569
1.2.1592306                          21.14153
1.2.1560396                          17.32550
1.2.33015                             6.43176
1.2.1703320                           4.60056
1.2.881146                            4.06365
1.2.1123614                           3.55543
1.2.799404                            3.31317
1.2.964                               1.68057
1.2.395549                            1.61606
1.2.1039433                           1.15870
1.2.409973                            0.96154
1.2.1687144                           0.85788
1.2.1160364                           0.72953
1.2.1211717                           0.15484
1.2.1527702                           0.14653
1.2.126225                            0.14596
1.2.1038508                           0.06408
1.2.1702168                           0.03551
1.2.736124                            0.01161
1.2.796113                            0.01041
1.2.446700                            0.00355
1.2.573323                            0.00132
1.2.1616179                           0.00100
1.2.973616                            0.00055

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1565108                           3.22000
1.2.1039433                           0.49274
1.2.964                               0.25095
1.2.36449                             0.24904
1.2.395549                            0.22965
1.2.1698970                           0.22095
1.2.1692978                           0.19731
1.2.33015                             0.11393
1.2.1696206                           0.07001
1.2.1700686                           0.05581
1.2.1593369                           0.03819
1.2.486857                            0.02502
1.2.1702168                           0.00011
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1692978                          14.35749
1.2.1700686                          12.12834
1.2.1565108                           8.31542
1.2.1108195                           6.57520
1.2.395549                            0.97225
1.2.1039433                           0.75226
1.2.1698970                           0.63477
1.2.1703892                           0.13472
1.2.888089                            0.08886
1.2.1123614                           0.07330
1.2.964                               0.01015
1.2.102755                            0.00871
1.2.606017                            0.00130

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1565108                           0.91563
1.2.36449                             0.83019
1.2.1703333                           0.57599
1.2.1702902                           0.40935
1.2.33015                             0.17791
1.2.1701364                           0.13101
1.2.1622544                           0.12810
1.2.973616                            0.04686
1.2.433846                            0.04510
1.2.126225                            0.01093
1.2.1066083                           0.00539
1.2.1702168                           0.00177
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         103.09978
1.2.1565108                           2.23867
1.2.1610085                           1.88186
1.2.800115                            1.02351
1.2.1701364                           0.27193
1.2.1622544                           0.21648
1.2.879901                            0.17613
1.2.33015                             0.05707
1.2.908221                            0.05467
1.2.36449                             0.04138
1.2.433846                            0.04003
1.2.1030523                           0.03557
1.2.126225                            0.01865
1.2.1662711                           0.00004

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             1.82359
1.2.1565108                           1.20701
1.2.1560396                           1.07426
1.2.981588                            0.54134
1.2.893637                            0.39132
1.2.33015                             0.27075
1.2.702289                            0.13149
1.2.883916                            0.12667
1.2.1011965                           0.12556
1.2.973616                            0.07701
1.2.126225                            0.03728
1.2.1207813                           0.03037
1.2.1623109                           0.02656
1.2.182587                            0.00560
1.2.183307                            0.00026
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.36449                             7.31941
1.2.33015                             3.55326
1.2.1565108                           2.37194
1.2.1560396                           1.63172
1.2.171761                            1.20052
1.2.893637                            1.12978
1.2.973616                            1.11287
1.2.1011965                           0.55657
1.2.702289                            0.26898
1.2.1207813                           0.24806
1.2.883916                            0.22804
1.2.126225                            0.07752
1.2.1702168                           0.04730
1.2.973383                            0.04187
1.2.17391                             0.00148
1.2.182587                            0.00001

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.796685                           62.90036
1.2.185761                            0.17225
1.2.376992                            0.04501
1.2.1214711                           0.02287
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.6274                              0.83323
1.2.467162                            0.66950
1.2.456477                            0.54074
1.2.1687590                           0.48698
1.2.708204                            0.22484
1.2.185761                            0.12666
1.2.1558033                           0.12041
1.2.376992                            0.08119
1.2.1214711                           0.06177
1.2.555103                            0.03598

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1682766                           0.50931
1.2.375073                            0.15272
1.2.162910                            0.02812
1.2.964                               0.01652
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1704541                           8.17656
1.2.964                               1.68796
1.2.415588                            1.44711
1.2.375073                            1.33736
1.2.1143893                           1.14910
1.2.544003                            0.00275

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.162910                            0.00205
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.162910                            0.00205

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.509194                            0.10335
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.639983                            0.75914
1.2.1015710                           0.68519
1.2.545151                            0.02333
1.2.432353                            0.00355
1.2.777276                            0.00241
1.2.913523                            0.00132
1.2.1067440                           0.00081

Snapshots: https://mmcontest.bitshares.org/snapshots20200216.tbz

Code: [Select]
$ tar xjf snapshots20200216.tbz
$ find 2020-02-16 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
a60414add5ab26122e3e69d5aa964daa69f40ee529cdceaafb5f7f9a5c5fa0b7  -

Proposal for sending out rewards of 2020-02-16:

https://cryptofresh.com/tx/fab746ba31a37dce771f73e7e59c5d57ccbda307
https://cryptofresh.com/b/45421837

https://cryptofresh.com/p/1.10.57206
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on February 18, 2020, 12:31:12 am
Reward data for 2020-02-17

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 1710.98593 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.796685                           45.95003
1.2.1560396                           4.58669
1.2.36449                             4.04915
1.2.799404                            1.85073
1.2.881146                            1.42055
1.2.1695688                           1.36916
1.2.1669186                           1.22493
1.2.1592306                           0.76517
1.2.1703320                           0.71698
1.2.395549                            0.69138
1.2.490345                            0.52634
1.2.409973                            0.51304
1.2.1687144                           0.45781
1.2.1693506                           0.44303
1.2.1039433                           0.43866
1.2.1160364                           0.31221
1.2.973616                            0.26035
1.2.1691739                           0.17271
1.2.227254                            0.10692
1.2.126225                            0.10434
1.2.33015                             0.03992
1.2.1619104                           0.03276
1.2.1527702                           0.02157
1.2.1622513                           0.01074
1.2.573323                            0.00534
1.2.446700                            0.00410
1.2.501937                            0.00161
1.2.1527713                           0.00124
1.2.1015080                           0.00092
1.2.1702168                           0.00050
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                         545.24704
1.2.1691739                         253.62621
1.2.1619104                         184.48544
1.2.1213071                          98.77637
1.2.437438                           95.31424
1.2.1214396                          53.86721
1.2.1592306                          39.52359
1.2.1560396                          19.95640
1.2.881146                            5.09768
1.2.1209227                           3.07348
1.2.1693506                           2.59898
1.2.1123614                           2.50320
1.2.395549                            2.39185
1.2.799404                            1.49545
1.2.1687144                           1.37150
1.2.409973                            1.17964
1.2.1160364                           0.84258
1.2.1039433                           0.70865
1.2.1038508                           0.43123
1.2.973616                            0.19801
1.2.1527702                           0.13440
1.2.126225                            0.08429
1.2.736124                            0.05590
1.2.1616179                           0.05122
1.2.1701133                           0.03475
1.2.394730                            0.02312
1.2.446700                            0.01495
1.2.573323                            0.00332
1.2.1015080                           0.00239

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1565108                           2.85743
1.2.1108195                           1.35173
1.2.1698970                           0.71104
1.2.1039433                           0.54961
1.2.395549                            0.48418
1.2.1692978                           0.39346
1.2.964                               0.38743
1.2.36449                             0.05758
1.2.33015                             0.00194
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1700686                          58.17040
1.2.1108195                          22.10234
1.2.1565108                           7.61817
1.2.1039433                           1.36009
1.2.1692978                           1.12591
1.2.964                               0.42734
1.2.1698970                           0.27897
1.2.395549                            0.25897
1.2.102755                            0.17625
1.2.606017                            0.07081
1.2.1606562                           0.00211

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1565108                           0.81393
1.2.1702902                           0.41826
1.2.973616                            0.26677
1.2.1622544                           0.15529
1.2.36449                             0.14461
1.2.1701364                           0.13078
1.2.838939                            0.05738
1.2.433846                            0.04149
1.2.33015                             0.01544
1.2.1701133                           0.00006
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         105.04439
1.2.1610085                          11.48772
1.2.1565108                           3.33451
1.2.800115                            2.09119
1.2.993563                            0.91498
1.2.1701364                           0.32277
1.2.1622544                           0.28743
1.2.879901                            0.26570
1.2.433846                            0.15731
1.2.33015                             0.11872
1.2.36449                             0.08553
1.2.368786                            0.00473
1.2.1002536                           0.00222

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.796685                            8.36656
1.2.36449                             1.45727
1.2.1565108                           1.14035
1.2.893637                            0.92599
1.2.1560396                           0.62753
1.2.981588                            0.38413
1.2.973616                            0.30463
1.2.702289                            0.13966
1.2.883916                            0.08943
1.2.1011965                           0.08223
1.2.126225                            0.06384
1.2.1207813                           0.02036
1.2.1623109                           0.01885
1.2.33015                             0.01148
1.2.182587                            0.01049
1.2.1101112                           0.01007
1.2.183307                            0.00040
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1565108                           3.30150
1.2.1560396                           2.13644
1.2.171761                            1.43356
1.2.1011965                           0.69471
1.2.893637                            0.62418
1.2.1207813                           0.45845
1.2.883916                            0.34121
1.2.702289                            0.34020
1.2.17391                             0.27206
1.2.973616                            0.19746
1.2.126225                            0.10395
1.2.1702168                           0.04335
1.2.1696220                           0.00320

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.06495
1.2.376992                            0.05730
1.2.1214711                           0.02138
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.08889
1.2.376992                            0.03761
1.2.1214711                           0.02533

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                           2.81493
1.2.964                               0.08852
1.2.162910                            0.00398
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1692978                          76.57629
1.2.1704541                           2.93141
1.2.964                               0.85338
1.2.375073                            0.09572
1.2.529261                            0.00352

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.162910                            0.00012
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.162910                            0.00012

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

Snapshots: https://mmcontest.bitshares.org/snapshots20200217.tbz

Code: [Select]
$ tar xjf snapshots20200217.tbz
$ find 2020-02-17 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
28c95c7725793869b5a20537e8029f1d4b1767ffc81b1cff1bcd7cfe7d2ed83c  -

Proposal for sending out rewards of 2020-02-17:

https://cryptofresh.com/tx/6daff098c754aa71871c7304c1e6ac921a6ca80e
https://cryptofresh.com/b/45450103

https://cryptofresh.com/p/1.10.57228
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on February 19, 2020, 09:30:05 am
Reward data for 2020-02-18

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 691.44103 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             8.24463
1.2.1560396                           7.46387
1.2.1071905                           6.03481
1.2.1703320                           2.37119
1.2.1591362                           2.19286
1.2.33015                             2.18178
1.2.881146                            2.04866
1.2.799404                            1.40126
1.2.1695688                           0.49560
1.2.395549                            0.45819
1.2.1687144                           0.36657
1.2.409973                            0.33963
1.2.490345                            0.30167
1.2.1160364                           0.26815
1.2.1693506                           0.23505
1.2.1209227                           0.19232
1.2.1039433                           0.13964
1.2.126225                            0.08596
1.2.1527702                           0.07276
1.2.625128                            0.04678
1.2.1622513                           0.03220
1.2.973616                            0.00788
1.2.476786                            0.00491
1.2.1691739                           0.00394
1.2.1702168                           0.00350
1.2.1214396                           0.00149
1.2.1619104                           0.00129
1.2.1309978                           0.00023
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                         199.63385
1.2.437438                           73.27979
1.2.1213071                          56.87288
1.2.1619104                          39.66463
1.2.1691739                          27.40263
1.2.1214396                          26.51733
1.2.1560396                          11.02834
1.2.1592306                           6.61205
1.2.1693506                           3.93434
1.2.881146                            3.01631
1.2.395549                            2.45348
1.2.799404                            2.32291
1.2.409973                            1.30151
1.2.1687144                           1.10201
1.2.973616                            1.03039
1.2.1039433                           0.94777
1.2.1160364                           0.79932
1.2.126225                            0.30323
1.2.394730                            0.18006
1.2.1527702                           0.00109
1.2.446700                            0.00024

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                           2.78351
1.2.1108195                           2.53734
1.2.1565108                           2.03540
1.2.1698970                           0.60864
1.2.395549                            0.55792
1.2.36449                             0.31438
1.2.1039433                           0.18662
1.2.33015                             0.01272
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1700686                          55.51788
1.2.1108195                          14.01823
1.2.1565108                           6.25235
1.2.964                               3.96970
1.2.1692978                           1.70453
1.2.1039433                           1.19618
1.2.1698970                           0.67594
1.2.395549                            0.52539

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1565108                           1.97442
1.2.33015                             0.58682
1.2.973616                            0.44133
1.2.354252                            0.37029
1.2.1702902                           0.23063
1.2.1701364                           0.14020
1.2.1622544                           0.13105
1.2.36449                             0.00168
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                          48.47336
1.2.1610085                          12.44858
1.2.437438                            5.03975
1.2.993563                            2.36596
1.2.1565108                           1.24805
1.2.800115                            1.03706
1.2.1701364                           0.35047
1.2.1622544                           0.30395
1.2.433846                            0.22487
1.2.879901                            0.10924
1.2.33015                             0.05963
1.2.36449                             0.03766
1.2.751742                            0.03448
1.2.368786                            0.00206

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1565108                           1.48826
1.2.36449                             1.25401
1.2.1560396                           0.69576
1.2.981588                            0.35997
1.2.973616                            0.31690
1.2.33015                             0.22233
1.2.702289                            0.10123
1.2.1011965                           0.09278
1.2.883916                            0.08411
1.2.126225                            0.04505
1.2.1207813                           0.01960
1.2.1623109                           0.01766
1.2.182587                            0.01018
1.2.183307                            0.00019
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1565108                           2.12982
1.2.1560396                           1.71333
1.2.893637                            1.70891
1.2.171761                            1.28254
1.2.973616                            0.70553
1.2.1011965                           0.45379
1.2.702289                            0.31053
1.2.883916                            0.27224
1.2.1207813                           0.19905
1.2.126225                            0.10064
1.2.17391                             0.00156
1.2.1702168                           0.00047

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.376992                            0.05158
1.2.185761                            0.04700
1.2.1214711                           0.00608
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.376992                            0.07126
1.2.1214711                           0.01967
1.2.185761                            0.01887

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.964                               0.64821
1.2.375073                            0.02715
1.2.710899                            0.01216
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.710899                            7.69131
1.2.544003                            4.86283
1.2.964                               2.22143
1.2.375073                            0.25183
1.2.457276                            0.01595
1.2.377479                            0.00001

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

Snapshots: https://mmcontest.bitshares.org/snapshots20200218.tbz

Code: [Select]
$ tar xjf snapshots20200218.tbz
$ find 2020-02-18 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
98c02ee9d65acde18d3c074db771ae2b0cc29dce53f8c0e2381dcb6a3d4f497e  -

Proposal for sending out rewards of 2020-02-18:

https://cryptofresh.com/tx/010282b3e5bbefe251741558bc44ee1f08b9f239
https://cryptofresh.com/b/45489042

https://cryptofresh.com/p/1.10.57274
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on February 20, 2020, 12:53:35 am
Reward data for 2020-02-19

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 2257.23203 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             5.91920
1.2.33015                             5.88767
1.2.1560396                           4.18843
1.2.1695688                           2.60620
1.2.1703320                           1.43487
1.2.395549                            0.66104
1.2.1691739                           0.64687
1.2.490345                            0.49128
1.2.1687144                           0.48599
1.2.740569                            0.45238
1.2.409973                            0.35040
1.2.799404                            0.31342
1.2.1622513                           0.29499
1.2.1160364                           0.25932
1.2.1039433                           0.18716
1.2.126225                            0.17368
1.2.1693506                           0.17353
1.2.625128                            0.09283
1.2.1015080                           0.06665
1.2.1046331                           0.03460
1.2.433566                            0.03380
1.2.1527702                           0.02505
1.2.973616                            0.00994
1.2.1049152                           0.00007
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                         836.20149
1.2.1691739                         221.79382
1.2.437438                          152.69762
1.2.1213071                          50.45267
1.2.1214396                          26.51544
1.2.1619104                          22.73786
1.2.1560396                          11.05419
1.2.881146                            5.99622
1.2.1693506                           5.48823
1.2.799404                            4.85223
1.2.973616                            3.55116
1.2.1683553                           2.91704
1.2.395549                            2.80248
1.2.409973                            1.35161
1.2.1687144                           1.03733
1.2.1160364                           0.81256
1.2.1039433                           0.54241
1.2.126225                            0.22936
1.2.487202                            0.06754
1.2.581357                            0.02333
1.2.1527702                           0.01126
1.2.446700                            0.00857
1.2.736124                            0.00327

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                          83.92779
1.2.36449                             5.15293
1.2.33015                             4.50999
1.2.1591362                           3.38935
1.2.1565108                           1.73052
1.2.1108195                           1.55736
1.2.1698970                           0.69700
1.2.395549                            0.50428
1.2.1621254                           0.22453
1.2.1039433                           0.22121
1.2.964                               0.14970
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1692978                          37.88914
1.2.1108195                          16.45026
1.2.1700686                           9.37795
1.2.1565108                           6.59156
1.2.964                               3.84753
1.2.1039433                           1.70501
1.2.1698970                           1.39869
1.2.395549                            0.77510
1.2.1621254                           0.36158

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                          64.23106
1.2.1565108                           0.91213
1.2.33015                             0.68227
1.2.1701364                           0.12780
1.2.1622544                           0.12043
1.2.973616                            0.07192
1.2.437438                            0.03728
1.2.879901                            0.02413
1.2.36449                             0.00164
1.2.526121                            0.00023
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         288.24963
1.2.437438                          119.34650
1.2.1610085                          29.45291
1.2.993563                           10.40388
1.2.1565108                           2.17039
1.2.800115                            2.17026
1.2.1701364                           0.59908
1.2.33015                             0.14445
1.2.1622544                           0.14153
1.2.879901                            0.09543
1.2.36449                             0.08310
1.2.368786                            0.01428

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             1.40775
1.2.33015                             1.32688
1.2.1565108                           1.24279
1.2.1560396                           0.58771
1.2.981588                            0.41937
1.2.1011965                           0.21218
1.2.883916                            0.11020
1.2.702289                            0.10458
1.2.893637                            0.08433
1.2.1207813                           0.04094
1.2.126225                            0.02446
1.2.1623109                           0.02059
1.2.182587                            0.01258
1.2.183307                            0.00208
1.2.1101112                           0.00183
1.2.462696                            0.00068
1.2.888089                            0.00001
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1565108                           2.58638
1.2.1560396                           1.22713
1.2.893637                            1.16085
1.2.171761                            0.93926
1.2.33015                             0.55263
1.2.1011965                           0.47976
1.2.973616                            0.39306
1.2.702289                            0.20500
1.2.126225                            0.18437
1.2.883916                            0.17709
1.2.1207813                           0.15303
1.2.36449                             0.10020
1.2.973383                            0.07731
1.2.1702168                           0.00001

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.26791
1.2.376992                            0.04989
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.162910                            0.23011
1.2.376992                            0.14373
1.2.1214711                           0.10899
1.2.185761                            0.09862

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                          23.61296
1.2.964                               5.89522
1.2.375073                            0.05109
1.2.710899                            0.00293
1.2.1623109                           0.00260
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                          84.44901
1.2.544003                           29.40141
1.2.964                              12.72055
1.2.375073                            0.30614
1.2.457276                            0.11834
1.2.507112                            0.00441
1.2.377479                            0.00071

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.414379                            0.33054
1.2.784586                            0.02972
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.545151                            7.41367
1.2.639983                            2.08530
1.2.1067440                           0.30765
1.2.611135                            0.08549
1.2.530110                            0.04321
1.2.911735                            0.04080
1.2.33015                             0.03635
1.2.1121820                           0.03531
1.2.561986                            0.02719
1.2.475905                            0.00933
1.2.183307                            0.00725
1.2.638986                            0.00169

Snapshots: https://mmcontest.bitshares.org/snapshots20200219.tbz

Code: [Select]
$ tar xjf snapshots20200219.tbz
$ find 2020-02-19 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
8ff62993068953572a2c556923b9ccdcf61ec6a3378de7a985a2177b7b71244a  -

Proposal for sending out rewards of 2020-02-19:

https://cryptofresh.com/tx/d76a0473904699846141fa46ab5c8469aa2d5ddf
https://cryptofresh.com/b/45507323

https://cryptofresh.com/p/1.10.57302
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on February 21, 2020, 12:44:16 am
Reward data for 2020-02-20

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 2437.59214 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.470047                           12.77697
1.2.36449                             9.10947
1.2.33015                             8.80875
1.2.1560396                           4.22068
1.2.1695688                           2.79798
1.2.799404                            1.75333
1.2.581357                            0.91059
1.2.395549                            0.88488
1.2.838939                            0.83924
1.2.1703320                           0.55215
1.2.1687144                           0.49166
1.2.1071905                           0.44572
1.2.409973                            0.38458
1.2.1672514                           0.34642
1.2.1046331                           0.31258
1.2.1160364                           0.22137
1.2.126225                            0.14193
1.2.1691739                           0.12428
1.2.1039433                           0.09078
1.2.1693506                           0.08034
1.2.793604                            0.04596
1.2.1622513                           0.04549
1.2.497541                            0.01599
1.2.1527702                           0.00638
1.2.573323                            0.00574
1.2.1617894                           0.00505
1.2.973616                            0.00258
1.2.446700                            0.00177
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                        1022.90063
1.2.1691739                         215.43609
1.2.1672514                         120.94805
1.2.437438                           78.61452
1.2.1213071                          54.93198
1.2.487202                           49.61707
1.2.1619104                          36.91615
1.2.743179                           29.18643
1.2.1071905                          28.39101
1.2.1214396                          24.44939
1.2.1560396                          11.05607
1.2.881146                            5.26576
1.2.1693506                           3.71566
1.2.395549                            2.72826
1.2.973616                            2.35528
1.2.581357                            1.77421
1.2.409973                            1.25917
1.2.1687144                           1.25716
1.2.1160364                           0.81936
1.2.852954                            0.60459
1.2.799404                            0.50054
1.2.1039433                           0.21379
1.2.1038508                           0.16303
1.2.126225                            0.14336
1.2.1527702                           0.04167
1.2.736124                            0.02688
1.2.573323                            0.01919
1.2.1640883                           0.01779
1.2.1704446                           0.01427
1.2.796113                            0.00993
1.2.446700                            0.00679
1.2.1616179                           0.00287

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                          82.96285
1.2.36449                             4.35197
1.2.33015                             3.11058
1.2.203202                            1.62745
1.2.1565108                           1.53820
1.2.395549                            0.41595
1.2.1698970                           0.25378
1.2.1621254                           0.21318
1.2.1591362                           0.19280
1.2.1071905                           0.16772
1.2.1039433                           0.06162
1.2.448839                            0.04514
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1692978                          40.93502
1.2.1108195                          14.62586
1.2.1565108                           4.52095
1.2.1698970                           2.05859
1.2.395549                            1.04035
1.2.1591362                           0.84198
1.2.1039433                           0.49145
1.2.1071905                           0.25137
1.2.102755                            0.06382
1.2.606017                            0.00771

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                          82.77308
1.2.1565108                           0.56055
1.2.1701364                           0.12325
1.2.973616                            0.09923
1.2.1622544                           0.05164
1.2.437438                            0.02310
1.2.879901                            0.01826
1.2.126225                            0.00916
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         304.12987
1.2.437438                           64.21095
1.2.1610085                          36.17041
1.2.993563                           12.75927
1.2.800115                            2.42163
1.2.1565108                           1.78755
1.2.1701364                           0.47043
1.2.33015                             0.13776
1.2.1622544                           0.09711
1.2.879901                            0.08868
1.2.1606711                           0.05382
1.2.36449                             0.03092
1.2.368786                            0.01773
1.2.1015080                           0.00236

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.893637                            1.49924
1.2.1565108                           1.35201
1.2.36449                             1.03995
1.2.33015                             0.92304
1.2.1560396                           0.64210
1.2.702289                            0.20517
1.2.395549                            0.13873
1.2.1011965                           0.10870
1.2.883916                            0.05493
1.2.973616                            0.04645
1.2.1207813                           0.02546
1.2.973383                            0.01787
1.2.126225                            0.01755
1.2.182587                            0.01494
1.2.1101112                           0.01441
1.2.1039433                           0.01206
1.2.183307                            0.01057
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1565108                           2.25381
1.2.1560396                           0.73515
1.2.883916                            0.50281
1.2.1011965                           0.29905
1.2.702289                            0.23822
1.2.395549                            0.15567
1.2.973383                            0.09199
1.2.1039433                           0.09045
1.2.126225                            0.08375
1.2.1606902                           0.03165
1.2.893637                            0.03160
1.2.1207813                           0.01306
1.2.171761                            0.00943
1.2.182587                            0.00569

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.376992                            0.05931
1.2.185761                            0.05297
1.2.1214711                           0.01615
1.2.1703576                           0.00066
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.162910                            0.29318
1.2.185761                            0.08632
1.2.376992                            0.05112
1.2.1214711                           0.03213

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                           5.08250
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.465206                            1.19258
1.2.1558033                           0.55386

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.414379                            3.01243
1.2.881413                            0.81932
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.639983                            9.05742
1.2.911735                            1.53463
1.2.611135                            0.37135
1.2.1121820                           0.08599

Snapshots: https://mmcontest.bitshares.org/snapshots20200220.tbz

Code: [Select]
$ tar xjf snapshots20200220.tbz
$ find 2020-02-20 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
dd484f649d6c6654e99635ccf6826b5ce24d67a57aa96932c828f6bef6fc38c5  -

Proposal for sending out rewards of 2020-02-20:

https://cryptofresh.com/tx/a3db64cece4b6691f17d64559092dbdd065cce08
https://cryptofresh.com/b/45535834

https://cryptofresh.com/p/1.10.57342
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on February 22, 2020, 12:49:36 am
Reward data for 2020-02-21

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 3400.39476 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            18.28229
1.2.1611651                          16.82944
1.2.33015                            14.89961
1.2.1691739                          14.05976
1.2.1560396                           5.39706
1.2.799404                            4.23000
1.2.1695688                           3.53990
1.2.470047                            2.56434
1.2.581357                            2.39901
1.2.1046331                           1.34229
1.2.395549                            1.31802
1.2.1703320                           1.14954
1.2.138771                            0.66136
1.2.1687144                           0.62002
1.2.409973                            0.54300
1.2.1160364                           0.33807
1.2.875663                            0.24228
1.2.1039433                           0.21526
1.2.756556                            0.17980
1.2.433566                            0.17568
1.2.1622513                           0.15059
1.2.1693506                           0.12803
1.2.1672514                           0.12654
1.2.838939                            0.10814
1.2.126225                            0.09323
1.2.1309978                           0.07084
1.2.573323                            0.02846
1.2.1527702                           0.02569
1.2.497541                            0.01109
1.2.446700                            0.00773
1.2.437438                            0.00614
1.2.1015080                           0.00041
1.2.973616                            0.00033
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                        1158.82157
1.2.1691739                         375.89871
1.2.1672514                         245.12967
1.2.437438                          115.37164
1.2.1213071                          65.44353
1.2.1619104                          49.87437
1.2.1214396                          30.58231
1.2.1560396                          16.94853
1.2.487202                           15.91499
1.2.1611651                           7.83848
1.2.881146                            7.09254
1.2.581357                            3.99575
1.2.395549                            3.18676
1.2.973616                            2.70128
1.2.743179                            1.83635
1.2.1687144                           1.35780
1.2.409973                            1.17946
1.2.1039433                           1.07401
1.2.1160364                           0.88504
1.2.126225                            0.38077
1.2.852954                            0.21030
1.2.799404                            0.16941
1.2.138771                            0.15097
1.2.796113                            0.05085
1.2.1527702                           0.02051
1.2.736124                            0.01139
1.2.1038508                           0.00805
1.2.446700                            0.00418

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                          61.84259
1.2.1591362                          19.82611
1.2.36449                             4.84494
1.2.33015                             4.03377
1.2.1565108                           3.01401
1.2.1621254                           0.43297
1.2.395549                            0.40433
1.2.1698970                           0.39164
1.2.1703892                           0.24424
1.2.1039433                           0.23410
1.2.455090                            0.19026
1.2.448839                            0.02744
1.2.203202                            0.02289
1.2.1702168                           0.00303
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1692978                          53.77535
1.2.1621254                          20.12068
1.2.1108195                          17.54913
1.2.1565108                           8.40210
1.2.1591362                           3.17243
1.2.1698970                           2.28850
1.2.1039433                           1.43408
1.2.395549                            1.37280
1.2.1703892                           0.26907
1.2.1702168                           0.06735

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         123.08955
1.2.33015                             4.47830
1.2.36449                             4.24996
1.2.1703333                           1.37102
1.2.1565108                           1.17851
1.2.1701364                           0.13961
1.2.1622544                           0.09776
1.2.1572787                           0.07302
1.2.973616                            0.06208
1.2.126225                            0.05958
1.2.437438                            0.05759
1.2.879901                            0.00350
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         691.52069
1.2.1610085                          15.60585
1.2.437438                           14.03968
1.2.993563                            8.23503
1.2.1565108                           2.87023
1.2.800115                            2.40537
1.2.1701364                           0.47312
1.2.1622544                           0.38092
1.2.879901                            0.13773
1.2.33015                             0.13766
1.2.870325                            0.11677
1.2.1015080                           0.00086

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1565108                           2.35924
1.2.893637                            1.57676
1.2.36449                             1.49642
1.2.33015                             1.38443
1.2.1560396                           0.62054
1.2.702289                            0.29543
1.2.1011965                           0.28003
1.2.395549                            0.25046
1.2.1039433                           0.24333
1.2.126225                            0.08750
1.2.973383                            0.08251
1.2.883916                            0.07761
1.2.1207813                           0.05157
1.2.1101112                           0.02446
1.2.183307                            0.01209
1.2.973616                            0.00171
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1565108                           4.05880
1.2.1560396                           2.50117
1.2.1039433                           0.52388
1.2.702289                            0.36739
1.2.138771                            0.31803
1.2.883916                            0.31724
1.2.395549                            0.25215
1.2.126225                            0.24722
1.2.973383                            0.20789
1.2.1011965                           0.20704
1.2.182587                            0.02903
1.2.1207813                           0.01264
1.2.171761                            0.00257

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.07234
1.2.376992                            0.06365
1.2.1214711                           0.02359
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.162910                            0.27564
1.2.185761                            0.12205
1.2.376992                            0.04809
1.2.1214711                           0.03270

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                          19.01066
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                          72.31744
1.2.465206                            8.13929
1.2.1558033                           0.11762

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.414379                            1.77367
1.2.881413                            1.06213
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.639983                            7.55822
1.2.911735                            0.62827
1.2.611135                            0.30988
1.2.1067440                           0.22782
1.2.1121820                           0.08852
1.2.33015                             0.00265
1.2.574415                            0.00002

Snapshots: https://mmcontest.bitshares.org/snapshots20200221.tbz

Code: [Select]
$ tar xjf snapshots20200221.tbz
$ find 2020-02-21 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
6eb25f3ac914b95dafc04fa88f9c82e5fa09b5e9ced7c59dd4552edb1a70ae68  -

Proposal for sending out rewards of 2020-02-21:

https://cryptofresh.com/tx/d4b828914c2e40cb946afc8b8a795503c4678240
https://cryptofresh.com/b/45564483

https://cryptofresh.com/p/1.10.57356
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on February 23, 2020, 02:44:56 am
Reward data for 2020-02-22

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 4346.87193 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                            11.47238
1.2.36449                            11.07802
1.2.1691739                           6.15894
1.2.1560396                           4.64592
1.2.799404                            3.69877
1.2.1703320                           3.29876
1.2.581357                            2.18392
1.2.1695688                           1.36851
1.2.395549                            1.09064
1.2.1046331                           0.88888
1.2.138771                            0.79891
1.2.1687144                           0.58571
1.2.409973                            0.43717
1.2.1039433                           0.34490
1.2.1160364                           0.32145
1.2.1702168                           0.11634
1.2.1693506                           0.09438
1.2.875663                            0.07643
1.2.1622513                           0.06398
1.2.433566                            0.05186
1.2.1672514                           0.05069
1.2.1309978                           0.01760
1.2.1527702                           0.01749
1.2.573323                            0.01606
1.2.126225                            0.01534
1.2.446700                            0.00598
1.2.1623109                           0.00433
1.2.973616                            0.00193
1.2.1214396                           0.00097
1.2.1213071                           0.00094
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                         747.81567
1.2.1672514                         326.89550
1.2.1691739                         274.53704
1.2.1623109                         205.11166
1.2.437438                          154.93960
1.2.1213071                          63.80914
1.2.1619104                          49.59907
1.2.1214396                          29.70412
1.2.487202                           17.75669
1.2.1560396                          15.59558
1.2.743179                            7.99660
1.2.881146                            6.66778
1.2.395549                            2.72078
1.2.973616                            1.56595
1.2.1687144                           1.30486
1.2.409973                            1.20264
1.2.581357                            1.10068
1.2.126225                            0.83940
1.2.1160364                           0.75816
1.2.1611651                           0.61542
1.2.1039433                           0.57517
1.2.1703320                           0.18903
1.2.799404                            0.14420
1.2.796113                            0.05887
1.2.1038508                           0.03100
1.2.1527702                           0.02434
1.2.736124                            0.01997
1.2.446700                            0.00542

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                          69.76071
1.2.1591362                          60.20709
1.2.457447                           29.32208
1.2.36449                            12.61509
1.2.33015                            10.22231
1.2.1565108                           2.28047
1.2.1621254                           1.97443
1.2.1703892                           1.08788
1.2.1698970                           0.40853
1.2.1039433                           0.32271
1.2.395549                            0.30700
1.2.1700686                           0.00240
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.168607                           73.87147
1.2.1692978                          42.91623
1.2.1621254                          22.68766
1.2.1108195                          17.87240
1.2.1565108                           7.66318
1.2.1703892                           3.32845
1.2.1698970                           2.08834
1.2.395549                            1.70860
1.2.1039433                           1.36985
1.2.1702168                           0.17413
1.2.1700686                           0.05391

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                          85.39496
1.2.36449                             9.86845
1.2.33015                             8.66878
1.2.1703333                           7.14430
1.2.1565108                           0.90934
1.2.800115                            0.65377
1.2.437438                            0.47892
1.2.1701364                           0.15471
1.2.1572787                           0.10826
1.2.838939                            0.09654
1.2.126225                            0.08395
1.2.1622544                           0.06425
1.2.1702168                           0.05687
1.2.973616                            0.04855
1.2.841918                            0.00239
1.2.430656                            0.00008
1.2.419031                            0.00008
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.437438                          600.50228
1.2.1702902                         512.35587
1.2.1610085                          52.16549
1.2.993563                           13.95492
1.2.1565108                           4.30882
1.2.800115                            3.76971
1.2.1701364                           0.80201
1.2.1622544                           0.50523
1.2.33015                             0.35384
1.2.879901                            0.23326
1.2.1015080                           0.00133

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1751                              4.57602
1.2.36449                             3.82749
1.2.33015                             3.16311
1.2.1565108                           2.66316
1.2.893637                            1.88890
1.2.1560396                           0.97242
1.2.1039433                           0.35096
1.2.507112                            0.31041
1.2.702289                            0.20777
1.2.1011965                           0.18364
1.2.883916                            0.12922
1.2.395549                            0.12325
1.2.126225                            0.11630
1.2.1207813                           0.05061
1.2.1101112                           0.02618
1.2.183307                            0.01673
1.2.973383                            0.00228
1.2.973616                            0.00076
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1565108                           3.10177
1.2.1560396                           2.77526
1.2.1039433                           0.72905
1.2.702289                            0.55315
1.2.395549                            0.50415
1.2.138771                            0.41794
1.2.883916                            0.23552
1.2.1011965                           0.21640
1.2.973383                            0.18778
1.2.126225                            0.12671
1.2.182587                            0.07242
1.2.1207813                           0.01114
1.2.171761                            0.00222

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.07248
1.2.376992                            0.06238
1.2.1214711                           0.02363
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.162910                            0.27564
1.2.185761                            0.12205
1.2.376992                            0.04809
1.2.1214711                           0.03270

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                          40.02692
1.2.1682766                           0.08321
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                         645.78941
1.2.465206                            1.04346
1.2.375073                            0.27696

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.414379                            2.06889
1.2.881413                            0.27435
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.639983                            3.38457
1.2.611135                            0.22892
1.2.1121820                           0.09151
1.2.1695634                           0.00056
1.2.33015                             0.00005
1.2.183307                            0.00001

Snapshots: https://mmcontest.bitshares.org/snapshots20200222.tbz

Code: [Select]
$ tar xjf snapshots20200222.tbz
$ find 2020-02-22 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
41cc0a7f522ea313e1c85847b782132aa6ce0aeb4ac3cf8e4bf688b482dc8089  -

Proposal for sending out rewards of 2020-02-22:

https://cryptofresh.com/tx/3cf7b306f931799feb937cb438ef9db7eeafed57
https://cryptofresh.com/b/45595478

https://cryptofresh.com/p/1.10.57416
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on February 24, 2020, 01:21:47 am
Reward data for 2020-02-23

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 4540.70876 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            11.75066
1.2.33015                             9.08688
1.2.1703320                           7.11463
1.2.1693506                           5.96717
1.2.1691739                           4.36594
1.2.1560396                           4.35118
1.2.799404                            3.00218
1.2.1611651                           1.49417
1.2.395549                            1.21810
1.2.1695688                           1.20016
1.2.1046331                           1.03896
1.2.138771                            0.88951
1.2.1687144                           0.51360
1.2.409973                            0.48404
1.2.1160364                           0.31774
1.2.1702168                           0.31103
1.2.1039433                           0.26089
1.2.875663                            0.22362
1.2.1672514                           0.19128
1.2.433566                            0.15253
1.2.581357                            0.14157
1.2.126225                            0.08480
1.2.1622513                           0.03955
1.2.1316822                           0.02792
1.2.1214396                           0.02226
1.2.1527702                           0.02211
1.2.1213071                           0.02134
1.2.573323                            0.02126
1.2.973616                            0.01302
1.2.446700                            0.00676
1.2.1619104                           0.00146
1.2.504310                            0.00136
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                         590.83422
1.2.1672514                         449.82212
1.2.1691739                         377.64780
1.2.1623109                         152.27984
1.2.437438                          129.39417
1.2.1619104                          77.75664
1.2.1213071                          67.48263
1.2.1527713                          35.72783
1.2.1214396                          34.67081
1.2.1560396                          20.51369
1.2.1703320                          16.44606
1.2.881146                            8.53407
1.2.743179                            2.77317
1.2.1038508                           2.20456
1.2.395549                            2.00545
1.2.1687144                           1.03449
1.2.409973                            0.94893
1.2.1039433                           0.94304
1.2.126225                            0.76830
1.2.1160364                           0.65699
1.2.33015                             0.31025
1.2.359772                            0.09493
1.2.796113                            0.04568
1.2.1693506                           0.03020
1.2.1527702                           0.02234
1.2.736124                            0.01033
1.2.852954                            0.00832
1.2.446700                            0.00498
1.2.1746602                           0.00119

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                          77.73312
1.2.1692978                          73.66396
1.2.1591362                          66.27259
1.2.415588                            8.11693
1.2.457447                            8.06275
1.2.36449                             4.80311
1.2.33015                             3.83444
1.2.1565108                           2.22722
1.2.395549                            1.02824
1.2.1703892                           0.70226
1.2.1039433                           0.23193
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1692978                         154.51772
1.2.168607                          150.28441
1.2.1621254                          63.35347
1.2.1108195                          19.07428
1.2.1565108                           7.99444
1.2.1591362                           7.96184
1.2.1703892                           3.04478
1.2.1039433                           2.13702
1.2.1698970                           1.51897
1.2.395549                            1.37068
1.2.138771                            0.98589
1.2.1702168                           0.05841

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         118.81076
1.2.36449                             4.88465
1.2.33015                             4.27353
1.2.1703333                           3.75804
1.2.800115                            1.43896
1.2.1565108                           0.65704
1.2.1622544                           0.19051
1.2.1701364                           0.14355
1.2.138771                            0.11313
1.2.126225                            0.09102
1.2.1702168                           0.06988
1.2.437438                            0.06152
1.2.1572787                           0.05577
1.2.973616                            0.03657
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         627.77966
1.2.437438                          544.28642
1.2.1610085                          66.24209
1.2.993563                           21.00217
1.2.1565108                           5.15452
1.2.138771                            4.43839
1.2.800115                            3.84852
1.2.1701364                           0.69013
1.2.879901                            0.27500
1.2.1622544                           0.24567
1.2.1015080                           0.00196

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1751                              6.10638
1.2.36449                             5.24930
1.2.33015                             5.05303
1.2.893637                            3.36862
1.2.1560396                           1.88818
1.2.1565108                           1.80227
1.2.138771                            0.40893
1.2.1039433                           0.16323
1.2.395549                            0.15296
1.2.883916                            0.11359
1.2.126225                            0.09194
1.2.702289                            0.08105
1.2.1011965                           0.07079
1.2.182587                            0.02847
1.2.1101112                           0.01092
1.2.183307                            0.00866
1.2.973616                            0.00798
1.2.1207813                           0.00205
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1565108                           5.04657
1.2.1560396                           2.16838
1.2.395549                            0.77397
1.2.1011965                           0.71639
1.2.883916                            0.57670
1.2.702289                            0.54412
1.2.171761                            0.49914
1.2.1039433                           0.26517
1.2.138771                            0.25510
1.2.1207813                           0.08216
1.2.973383                            0.03356
1.2.182587                            0.02989

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.07253
1.2.376992                            0.06195
1.2.1214711                           0.02365
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.162910                            0.27564
1.2.185761                            0.12205
1.2.376992                            0.04809
1.2.1214711                           0.03270

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                          51.55511
1.2.1682766                           0.25820
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                         356.92808
1.2.375073                            0.85933

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.414379                            0.02144
1.2.881413                            0.00582
1.2.922955                            0.00004
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.542490                            0.00465
1.2.654418                            0.00122
1.2.33015                             0.00013

Snapshots: https://mmcontest.bitshares.org/snapshots20200223.tbz

Code: [Select]
$ tar xjf snapshots20200223.tbz
$ find 2020-02-23 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
f00bbc672a667ad88525bf59bed15a678117b0ccfad3efe7047f1214dcf02335  -

Proposal for sending out rewards of 2020-02-23:

https://cryptofresh.com/tx/eef55dc4549c4c08f5dff01b18de7b364208d6b3
https://cryptofresh.com/b/45622585

https://cryptofresh.com/p/1.10.57457
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on February 25, 2020, 12:35:21 am
Reward data for 2020-02-24

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 4013.23240 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1672514                          77.45784
1.2.437438                           56.83414
1.2.36449                            17.42925
1.2.33015                            14.99274
1.2.1611651                           9.05752
1.2.1560396                           8.13381
1.2.799404                            7.72416
1.2.1693506                           7.14935
1.2.1691739                           4.16450
1.2.1703320                           2.37253
1.2.1695688                           1.32866
1.2.1046331                           1.09554
1.2.138771                            0.78508
1.2.395549                            0.78244
1.2.1071905                           0.62772
1.2.1039433                           0.53755
1.2.1687144                           0.50304
1.2.409973                            0.43197
1.2.126225                            0.34032
1.2.1702168                           0.30231
1.2.875663                            0.29473
1.2.1160364                           0.24108
1.2.433566                            0.21240
1.2.1622513                           0.13103
1.2.1527713                           0.11153
1.2.852954                            0.04177
1.2.573323                            0.03878
1.2.1527702                           0.02339
1.2.415588                            0.01992
1.2.906515                            0.01217
1.2.446700                            0.00674
1.2.1309978                           0.00003
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                         551.02553
1.2.1672514                         319.11756
1.2.437438                          278.68335
1.2.1691739                         168.48799
1.2.1623109                         144.15977
1.2.1527713                          84.70178
1.2.1213071                          57.99583
1.2.1619104                          48.42877
1.2.1214396                          26.51905
1.2.1703320                          16.80797
1.2.1560396                          13.37892
1.2.881146                            4.85008
1.2.1038508                           3.52200
1.2.395549                            2.43314
1.2.1687144                           1.32507
1.2.1039433                           1.17478
1.2.409973                            1.15218
1.2.1160364                           0.91243
1.2.1683553                           0.72502
1.2.852954                            0.63659
1.2.138771                            0.56158
1.2.33015                             0.24940
1.2.126225                            0.13138
1.2.796113                            0.06225
1.2.1527702                           0.02285
1.2.736124                            0.01722
1.2.1703576                           0.01259
1.2.446700                            0.00508
1.2.573323                            0.00141

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                          60.73617
1.2.415588                           13.44655
1.2.36449                             2.31320
1.2.33015                             2.27127
1.2.1565108                           1.44273
1.2.395549                            0.51475
1.2.1621254                           0.40540
1.2.138771                            0.38260
1.2.1039433                           0.21816
1.2.1703892                           0.17372
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.168607                           62.27981
1.2.1692978                          36.92732
1.2.1621254                          28.00123
1.2.1108195                          10.45831
1.2.1565108                           5.44855
1.2.1591362                           3.45136
1.2.1703892                           2.94758
1.2.138771                            1.20615
1.2.395549                            1.15803
1.2.1698970                           0.90538
1.2.1039433                           0.27811
1.2.1702168                           0.06916
1.2.1621128                           0.00734

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                          85.46282
1.2.36449                             7.06726
1.2.33015                             6.18577
1.2.1703333                           5.06914
1.2.800115                            1.71006
1.2.1565108                           0.98793
1.2.138771                            0.81048
1.2.1622544                           0.17664
1.2.437438                            0.13972
1.2.1701364                           0.13913
1.2.126225                            0.12349
1.2.1702168                           0.06340
1.2.1572787                           0.02963
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.437438                          984.52540
1.2.1702902                         421.09856
1.2.1610085                         110.90010
1.2.993563                           31.82054
1.2.800115                            5.28664
1.2.138771                            2.88704
1.2.1565108                           2.25553
1.2.1701364                           1.00984
1.2.1622544                           0.26156
1.2.879901                            0.11788
1.2.1015080                           0.00281

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1751                              3.98090
1.2.36449                             2.92090
1.2.33015                             2.83890
1.2.893637                            2.04568
1.2.1565108                           1.15488
1.2.1560396                           0.94570
1.2.1039433                           0.52284
1.2.883916                            0.27665
1.2.138771                            0.18027
1.2.395549                            0.13663
1.2.1011965                           0.11805
1.2.126225                            0.08402
1.2.702289                            0.05662
1.2.973616                            0.03928
1.2.182587                            0.02388
1.2.1101112                           0.00726
1.2.183307                            0.00549
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1565108                           6.00205
1.2.1560396                           2.96861
1.2.1039433                           1.89568
1.2.1011965                           0.91091
1.2.171761                            0.70747
1.2.702289                            0.40974
1.2.883916                            0.38808
1.2.1207813                           0.29214
1.2.138771                            0.25658
1.2.395549                            0.25089
1.2.126225                            0.05475
1.2.1696220                           0.02649
1.2.182587                            0.01930

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.07242
1.2.376992                            0.06294
1.2.1214711                           0.02361
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.162910                            0.27553
1.2.185761                            0.12204
1.2.376992                            0.04807
1.2.1214711                           0.03269

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                          16.96787
1.2.1682766                           0.25820
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                         117.33683
1.2.375073                            0.85933

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.414379                            2.44821
1.2.881413                            0.62018
1.2.922955                            0.02617
1.2.483990                            0.02483
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.467032                            1.04109
1.2.33015                             0.03189

Snapshots: https://mmcontest.bitshares.org/snapshots20200224.tbz

Code: [Select]
$ tar xjf snapshots20200224.tbz
$ find 2020-02-24 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
68d0d2d9dfe435cf0fa48b39e436aa8232d0cf808e162356e99dbe3d7a646cc7  -

Proposal for sending out rewards of 2020-02-24:

https://cryptofresh.com/tx/ea6753cea7af864e08fe94fb0f90acb4ac472986
https://cryptofresh.com/b/45650029

https://cryptofresh.com/p/1.10.57474
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on February 26, 2020, 10:50:52 am
Reward data for 2020-02-25

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 2977.05292 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1672514                          59.32880
1.2.477471                           56.69214
1.2.437438                           35.51922
1.2.1592640                          25.58294
1.2.36449                            19.15603
1.2.1560396                           9.27141
1.2.33015                             8.46956
1.2.799404                            5.34904
1.2.1703320                           3.17883
1.2.1611651                           2.64569
1.2.1693506                           2.51456
1.2.1691739                           1.81104
1.2.1592306                           1.31000
1.2.1695688                           1.07969
1.2.1527713                           0.99725
1.2.395549                            0.56406
1.2.1039433                           0.53648
1.2.1046331                           0.49267
1.2.1687144                           0.40932
1.2.138771                            0.37960
1.2.409973                            0.32327
1.2.1623109                           0.30277
1.2.126225                            0.23389
1.2.1071905                           0.22098
1.2.1160364                           0.19777
1.2.573323                            0.18957
1.2.1702168                           0.09712
1.2.875663                            0.07137
1.2.1622513                           0.06055
1.2.433566                            0.05134
1.2.973616                            0.01127
1.2.1527702                           0.00909
1.2.1703996                           0.00513
1.2.446700                            0.00276
1.2.415588                            0.00071
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                         546.56405
1.2.1691739                         102.62373
1.2.437438                           83.43626
1.2.1527713                          74.00524
1.2.1672514                          68.75943
1.2.1623109                          56.29718
1.2.1213071                          47.97460
1.2.1619104                          33.98278
1.2.1560396                          22.60024
1.2.1214396                          22.16021
1.2.1703320                           7.59665
1.2.881146                            3.66096
1.2.33015                             1.96961
1.2.395549                            1.73219
1.2.1687144                           1.44092
1.2.409973                            1.35810
1.2.852954                            0.92604
1.2.1160364                           0.86103
1.2.1039433                           0.80927
1.2.799404                            0.44226
1.2.1071905                           0.29883
1.2.1527702                           0.23941
1.2.1683553                           0.18106
1.2.736124                            0.09975
1.2.573323                            0.08137
1.2.796113                            0.07935
1.2.446700                            0.03190
1.2.1703576                           0.02345
1.2.1616179                           0.02163
1.2.126225                            0.00081

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                          40.65933
1.2.415588                           12.84905
1.2.36449                             3.56136
1.2.33015                             3.14376
1.2.1565108                           2.87008
1.2.1621254                           2.50744
1.2.1039433                           0.39046
1.2.1703892                           0.18537
1.2.395549                            0.18059
1.2.138771                            0.12651
1.2.1702168                           0.00347
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.168607                           40.23891
1.2.1692978                          10.84284
1.2.1591362                          10.83717
1.2.1108195                          10.03703
1.2.1565108                           3.74225
1.2.1698970                           1.40018
1.2.1621254                           1.30367
1.2.395549                            0.91511
1.2.1039433                           0.41315
1.2.1703892                           0.37070
1.2.203202                            0.21351
1.2.102755                            0.12951
1.2.1702168                           0.09071
1.2.606017                            0.01812

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                          42.99357
1.2.36449                             8.41633
1.2.33015                             4.73668
1.2.1703333                           4.43923
1.2.1565108                           1.78225
1.2.138771                            1.03954
1.2.800115                            0.22845
1.2.1701364                           0.14550
1.2.1622544                           0.12624
1.2.437438                            0.10721
1.2.126225                            0.06139
1.2.1702168                           0.05760
1.2.1572787                           0.02445
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.437438                          905.12944
1.2.1702902                         346.89355
1.2.1610085                         108.37735
1.2.993563                           33.65029
1.2.800115                            4.46581
1.2.1703333                           1.74640
1.2.1565108                           1.29488
1.2.138771                            0.85359
1.2.1701364                           0.82378
1.2.1622544                           0.30903
1.2.126225                            0.23636
1.2.879901                            0.07678
1.2.837518                            0.00755
1.2.1611571                           0.00620
1.2.1015080                           0.00314
1.2.1703996                           0.00136

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             5.64518
1.2.893637                            4.29972
1.2.33015                             3.25780
1.2.1565108                           2.86219
1.2.1560396                           2.38531
1.2.1751                              1.60376
1.2.1039433                           0.55782
1.2.1621254                           0.27427
1.2.138771                            0.20794
1.2.883916                            0.18171
1.2.395549                            0.14993
1.2.1011965                           0.10835
1.2.702289                            0.04701
1.2.126225                            0.03590
1.2.1101112                           0.00628
1.2.183307                            0.00553
1.2.973616                            0.00409
1.2.182587                            0.00345
1.2.973383                            0.00166
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.171761                            2.17765
1.2.1565108                           2.09794
1.2.1560396                           2.01381
1.2.1039433                           1.29177
1.2.1011965                           1.07461
1.2.395549                            0.60799
1.2.883916                            0.56057
1.2.642101                            0.51757
1.2.17391                             0.41396
1.2.1207813                           0.22817
1.2.702289                            0.18244
1.2.126225                            0.10361
1.2.182587                            0.06916
1.2.893637                            0.05070
1.2.1696220                           0.02968
1.2.1702168                           0.01357
1.2.973383                            0.00237

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.12010
1.2.376992                            0.05824
1.2.1214711                           0.04072
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.162910                            0.19519
1.2.185761                            0.11385
1.2.376992                            0.07712
1.2.1214711                           0.03028

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                           3.58012
1.2.1682766                           0.16026
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.375073                            0.54623
1.2.33015                             0.36942
1.2.1621254                           0.30177

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.414379                            3.07523
1.2.502910                            1.02647
1.2.881413                            0.87246
1.2.922955                            0.02354
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.467032                            0.74999
1.2.33015                             0.19695
1.2.1618052                           0.05305

Snapshots: https://mmcontest.bitshares.org/snapshots20200225.tbz

Code: [Select]
$ tar xjf snapshots20200225.tbz
$ find 2020-02-25 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
7078da3b0bb4febf430092a057f138ac5596be00aa7d9a1e1ab782893b640a4d  -

Proposal for sending out rewards of 2020-02-25:

https://cryptofresh.com/tx/7b7d17b7ae72c1b1ed196523fbb9c83f7fa13ebd
https://cryptofresh.com/b/45690688

https://cryptofresh.com/p/1.10.57511
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on February 27, 2020, 09:27:01 am
Reward data for 2020-02-26

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 1622.12066 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            15.57788
1.2.33015                            15.11628
1.2.1214396                          10.26016
1.2.1213071                           9.24531
1.2.1592640                           7.60371
1.2.1560396                           6.06012
1.2.477471                            4.60807
1.2.1527713                           2.68149
1.2.799404                            1.07194
1.2.871242                            0.94345
1.2.881146                            0.77090
1.2.437438                            0.62271
1.2.1687144                           0.54961
1.2.395549                            0.48986
1.2.409973                            0.39679
1.2.1160364                           0.29744
1.2.1703320                           0.19246
1.2.1039433                           0.19050
1.2.415588                            0.10005
1.2.852954                            0.05498
1.2.1693506                           0.04775
1.2.1621254                           0.02964
1.2.1695688                           0.02953
1.2.97136                             0.02374
1.2.449023                            0.01869
1.2.1691739                           0.01335
1.2.1619104                           0.00965
1.2.973616                            0.00907
1.2.1622513                           0.00863
1.2.138771                            0.00778
1.2.126225                            0.00485
1.2.501937                            0.00427
1.2.573323                            0.00099
1.2.1702168                           0.00091
1.2.457447                            0.00041
1.2.1046331                           0.00036
1.2.1527702                           0.00030
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         244.94629
1.2.1695688                         206.93335
1.2.1619104                         134.38069
1.2.831392                           74.29908
1.2.1213071                          60.42419
1.2.1214396                          21.45695
1.2.1560396                          13.53495
1.2.437438                            7.26245
1.2.1527713                           6.40254
1.2.881146                            4.10133
1.2.1621254                           2.82602
1.2.33015                             2.14231
1.2.1616179                           1.68453
1.2.1687144                           1.68416
1.2.799404                            1.45226
1.2.409973                            1.22363
1.2.395549                            1.10776
1.2.1682766                           0.78961
1.2.1160364                           0.70906
1.2.852954                            0.54007
1.2.1703320                           0.37775
1.2.1527702                           0.36560
1.2.1039433                           0.19180
1.2.573323                            0.05868
1.2.449023                            0.03753
1.2.977660                            0.02677
1.2.736124                            0.02248
1.2.446700                            0.01491
1.2.1066977                           0.00984
1.2.396635                            0.00270
1.2.1599154                           0.00026

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                           5.18640
1.2.33015                             3.71348
1.2.415588                            1.80199
1.2.1621254                           0.89400
1.2.1698970                           0.71114
1.2.36449                             0.40660
1.2.1565108                           0.40219
1.2.1039433                           0.21952
1.2.395549                            0.14807
1.2.1597332                           0.13552
1.2.1108195                           0.04801
1.2.1703892                           0.00555
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1108195                          23.51605
1.2.1591362                          13.47957
1.2.1692978                           3.23737
1.2.1565108                           2.80463
1.2.1621254                           1.42273
1.2.1698970                           1.27370
1.2.1606562                           0.89698
1.2.1621128                           0.61857
1.2.1616179                           0.57654
1.2.395549                            0.38355
1.2.1597332                           0.34756
1.2.606017                            0.29717
1.2.905548                            0.23934
1.2.102755                            0.12346
1.2.1703892                           0.12228
1.2.1039433                           0.07758
1.2.33015                             0.07570
1.2.831392                            0.04978
1.2.203202                            0.01899

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                          61.60533
1.2.993563                           17.84842
1.2.36449                             9.75112
1.2.33015                             8.67601
1.2.1565108                           0.58018
1.2.1703333                           0.43713
1.2.800115                            0.15555
1.2.973616                            0.14215
1.2.1701364                           0.13844
1.2.1622544                           0.12945
1.2.138771                            0.12544
1.2.415588                            0.02676
1.2.838939                            0.02265
1.2.126225                            0.01972
1.2.879901                            0.01004
1.2.1702168                           0.00372
1.2.1572787                           0.00117
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         539.33296
1.2.1610085                           8.27213
1.2.993563                            4.92127
1.2.1565108                           3.01784
1.2.800115                            0.58539
1.2.1701364                           0.33805
1.2.1622544                           0.19843
1.2.879901                            0.09531
1.2.1703333                           0.07183
1.2.1104807                           0.01230

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                             5.29612
1.2.36449                             4.24343
1.2.1560396                           0.62462
1.2.893637                            0.53867
1.2.1565108                           0.47248
1.2.973616                            0.46380
1.2.1039433                           0.22162
1.2.395549                            0.10238
1.2.1207813                           0.09331
1.2.883916                            0.09086
1.2.973383                            0.08952
1.2.1011965                           0.07189
1.2.702289                            0.03470
1.2.1621254                           0.01751
1.2.1618052                           0.01340
1.2.1751                              0.00648
1.2.138771                            0.00231
1.2.126225                            0.00134
1.2.182587                            0.00024
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.17391                             4.80870
1.2.33015                             3.59002
1.2.1565108                           3.12272
1.2.1560396                           1.82192
1.2.1011965                           1.81057
1.2.102755                            1.74000
1.2.893637                            1.51963
1.2.171761                            0.98607
1.2.698                               0.68516
1.2.1207813                           0.34585
1.2.973383                            0.23466
1.2.1039433                           0.22550
1.2.395549                            0.19033
1.2.702289                            0.12296
1.2.642101                            0.11261
1.2.883916                            0.08808
1.2.1702168                           0.03441

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.09707
1.2.376992                            0.02680
1.2.1214711                           0.01169
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.05469
1.2.376992                            0.04923
1.2.1214711                           0.03613

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                           0.15900
1.2.1601766                           0.00407
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.33015                             1.21142
1.2.1621254                           0.10426

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.414379                            0.27867
1.2.502910                            0.10800
1.2.881413                            0.10104
1.2.922955                            0.00194
1.2.642101                            0.00082
1.2.475905                            0.00002
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.33015                             0.15418
1.2.467032                            0.08365
1.2.414379                            0.00812

Snapshots: https://mmcontest.bitshares.org/snapshots20200226.tbz

Code: [Select]
$ tar xjf snapshots20200226.tbz
$ find 2020-02-26 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
dacc83a3d6835b0be3b78ca193505e9e612f230cedd249691735c83c3eac340f  -

Proposal for sending out rewards of 2020-02-26:

https://cryptofresh.com/tx/13b0b11cad5e720f10ddd4cdb8aa0ad8f5788e18
https://cryptofresh.com/b/45717621

https://cryptofresh.com/p/1.10.57534
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on February 28, 2020, 09:52:06 am
Reward data for 2020-02-27

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 4088.33159 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1213071                          33.19204
1.2.36449                            12.67387
1.2.33015                            11.97514
1.2.1214396                          11.72767
1.2.1611651                           8.51089
1.2.881146                            5.06926
1.2.1560396                           4.21599
1.2.1691739                           2.14284
1.2.799404                            1.84142
1.2.477471                            0.97101
1.2.1687144                           0.72159
1.2.409973                            0.67108
1.2.395549                            0.49354
1.2.1160364                           0.39030
1.2.1682766                           0.19780
1.2.1015080                           0.16748
1.2.1039433                           0.13901
1.2.1695688                           0.06894
1.2.449023                            0.04867
1.2.1622513                           0.04000
1.2.973616                            0.03623
1.2.1527713                           0.02559
1.2.1592640                           0.02029
1.2.1527702                           0.01250
1.2.1619104                           0.00947
1.2.1693506                           0.00399
1.2.126225                            0.00302
1.2.1616850                           0.00074
1.2.1703908                           0.00001
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                         841.46718
1.2.1691739                         494.28513
1.2.1619104                         315.02307
1.2.1693506                         146.07996
1.2.1213071                          81.82120
1.2.437438                           76.50714
1.2.1214396                          44.85849
1.2.1560396                          13.53371
1.2.1687144                           1.48199
1.2.1682766                           1.03487
1.2.409973                            0.99896
1.2.1616179                           0.89585
1.2.852954                            0.79707
1.2.1160364                           0.58791
1.2.881146                            0.37280
1.2.1699746                           0.24867
1.2.1527702                           0.10143
1.2.267889                            0.09466
1.2.1527713                           0.08803
1.2.449023                            0.06819
1.2.1039433                           0.06610
1.2.799404                            0.06365
1.2.977660                            0.03155
1.2.1703996                           0.01999
1.2.573323                            0.01435
1.2.1640883                           0.01072
1.2.1066977                           0.00753
1.2.446700                            0.00624
1.2.396635                            0.00249

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.415588                          995.48355
1.2.1692978                          63.61114
1.2.33015                             3.71146
1.2.36449                             2.02489
1.2.1565108                           1.49173
1.2.1698970                           0.60224
1.2.1597332                           0.34662
1.2.1621254                           0.19039
1.2.1039433                           0.15559
1.2.395549                            0.04384
1.2.1702168                           0.01089
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1692978                          33.89290
1.2.1108195                          19.53267
1.2.457447                            4.97356
1.2.1621254                           4.93403
1.2.1565108                           4.40158
1.2.1698970                           1.86670
1.2.1606562                           0.24463
1.2.1597332                           0.23578
1.2.415588                            0.22869
1.2.1039433                           0.03380
1.2.102755                            0.01561
1.2.1616179                           0.01182
1.2.606017                            0.01180
1.2.203202                            0.00027

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                          68.19379
1.2.993563                            6.99429
1.2.36449                             3.20452
1.2.33015                             3.02506
1.2.800115                            1.76089
1.2.1565108                           0.59700
1.2.1622544                           0.30523
1.2.1703333                           0.18057
1.2.1701364                           0.14894
1.2.973616                            0.11698
1.2.879901                            0.03493
1.2.437438                            0.01387
1.2.126225                            0.00302
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         552.66482
1.2.437438                          132.51750
1.2.1565108                           6.72667
1.2.800115                            0.42034
1.2.1701364                           0.37969
1.2.1622544                           0.27899
1.2.879901                            0.21297
1.2.1104807                           0.00644
1.2.157583                            0.00010

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.163186                            4.32882
1.2.33015                             2.05520
1.2.36449                             1.28731
1.2.1560396                           0.99353
1.2.1565108                           0.93578
1.2.1039433                           0.67442
1.2.1011965                           0.25047
1.2.883916                            0.20542
1.2.395549                            0.18113
1.2.1207813                           0.14909
1.2.702289                            0.14865
1.2.973383                            0.12559
1.2.1702168                           0.11906
1.2.973616                            0.04950
1.2.126225                            0.00215
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.33015                            19.01526
1.2.1565108                           7.39908
1.2.1560396                           4.82781
1.2.698                               3.16679
1.2.893637                            3.10999
1.2.17391                             2.51143
1.2.102755                            1.50161
1.2.1011965                           0.64022
1.2.1207813                           0.30830
1.2.973383                            0.25745
1.2.1039433                           0.18699
1.2.395549                            0.17993
1.2.702289                            0.17645
1.2.1702168                           0.02246
1.2.883916                            0.00112

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.17408
1.2.376992                            0.02859
1.2.1214711                           0.01541
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.376992                            0.08546
1.2.185761                            0.08124
1.2.1214711                           0.05059
1.2.480645                            0.00151

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                           0.15504
1.2.1682766                           0.00725
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.33015                             1.04304
1.2.1621254                           0.07616
1.2.1682766                           0.01537
1.2.501058                            0.00474

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

Snapshots: https://mmcontest.bitshares.org/snapshots20200227.tbz

Code: [Select]
$ tar xjf snapshots20200227.tbz
$ find 2020-02-27 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
23756cd08b450276224aa89382df9b931c512860b2088dbf047267cab97a13dc  -

Proposal for sending out rewards of 2020-02-27:

https://cryptofresh.com/tx/8b83bc56cbd537172fc43e5771b1cf9307c4f2e2
https://cryptofresh.com/b/45746850

https://cryptofresh.com/p/1.10.57570
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on February 29, 2020, 08:37:07 am
Reward data for 2020-02-28

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 3334.20522 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                            15.80920
1.2.36449                            15.72929
1.2.1611651                          14.40793
1.2.415588                            4.52372
1.2.1560396                           4.30318
1.2.1693506                           3.95663
1.2.1691739                           2.40868
1.2.799404                            1.18671
1.2.477471                            0.88088
1.2.395549                            0.75583
1.2.1687144                           0.56352
1.2.409973                            0.44462
1.2.1039433                           0.19468
1.2.1160364                           0.19407
1.2.1592640                           0.18215
1.2.1016168                           0.15946
1.2.1622513                           0.04647
1.2.973616                            0.04187
1.2.1695688                           0.03042
1.2.1527713                           0.02757
1.2.1213071                           0.01998
1.2.1619104                           0.01462
1.2.1527702                           0.01291
1.2.852954                            0.00677
1.2.126225                            0.00522
1.2.1616850                           0.00371
1.2.1702168                           0.00213
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         281.41029
1.2.1619104                         227.09788
1.2.1693506                         205.98649
1.2.1695688                         188.13015
1.2.1213071                          86.86009
1.2.33015                            58.64131
1.2.1214396                          43.62880
1.2.437438                           28.33304
1.2.1560396                          12.52785
1.2.881146                            9.48056
1.2.782669                            2.92866
1.2.799404                            2.20488
1.2.1687144                           1.52103
1.2.409973                            1.25443
1.2.395549                            0.70752
1.2.1160364                           0.68674
1.2.1616179                           0.39783
1.2.449023                            0.17384
1.2.1039433                           0.16667
1.2.1703996                           0.13774
1.2.1636927                           0.09765
1.2.1527702                           0.05151
1.2.1527713                           0.03485
1.2.977660                            0.00560
1.2.1066977                           0.00222
1.2.415588                            0.00060
1.2.573323                            0.00054
1.2.152739                            0.00015

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.415588                         1536.14628
1.2.1692978                          46.11171
1.2.33015                             6.56913
1.2.36449                             3.21232
1.2.1565108                           1.87339
1.2.203202                            1.05272
1.2.1597332                           0.46255
1.2.1039433                           0.27899
1.2.395549                            0.12565
1.2.1621254                           0.11547
1.2.1702168                           0.06997
1.2.1698970                           0.00081
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1692978                          32.69018
1.2.1108195                          22.56542
1.2.1565108                           8.83814
1.2.1621254                           4.69200
1.2.1698970                           2.08652
1.2.395549                            0.72731
1.2.1606562                           0.45828
1.2.415588                            0.28203
1.2.1597332                           0.13629
1.2.1039433                           0.11991
1.2.203202                            0.10766
1.2.1616179                           0.00773
1.2.606017                            0.00667
1.2.620350                            0.00506
1.2.102755                            0.00177
1.2.1693506                           0.00095

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                          92.16927
1.2.993563                           14.13692
1.2.36449                             6.43758
1.2.33015                             6.16914
1.2.1565108                           1.05908
1.2.800115                            0.69506
1.2.1703333                           0.67812
1.2.973616                            0.23927
1.2.1622544                           0.22724
1.2.1701364                           0.17013
1.2.126225                            0.04695
1.2.1702168                           0.02231
1.2.138771                            0.01830
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         248.92202
1.2.1565108                           3.39175
1.2.800115                            2.18926
1.2.1701364                           0.42615
1.2.1622544                           0.28987
1.2.879901                            0.21877

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.163186                           13.59462
1.2.1560396                           1.08795
1.2.1565108                           1.05044
1.2.883916                            0.35394
1.2.1011965                           0.29696
1.2.33015                             0.23797
1.2.702289                            0.21191
1.2.1039433                           0.17268
1.2.973383                            0.11969
1.2.1207813                           0.11925
1.2.36449                             0.09331
1.2.126225                            0.06374
1.2.395549                            0.03374
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.33015                            27.03311
1.2.1565108                           7.04179
1.2.1560396                           3.95456
1.2.893637                            2.95362
1.2.17391                             1.08301
1.2.698                               0.82015
1.2.102755                            0.80512
1.2.1011965                           0.45330
1.2.1702168                           0.39888
1.2.1207813                           0.36036
1.2.973383                            0.33813
1.2.1039433                           0.28243
1.2.395549                            0.15832
1.2.702289                            0.12937

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.06476
1.2.376992                            0.04104
1.2.1214711                           0.02115
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.08747
1.2.376992                            0.02641
1.2.1214711                           0.02333

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                           0.31824
1.2.1682766                           0.22736
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.33015                             1.26016
1.2.1682766                           0.46437
1.2.1621254                           0.15747
1.2.501058                            0.00902

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.414379                            0.69867
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.570698                            2.01090
1.2.414379                            0.74142
1.2.33015                             0.17186

Snapshots: https://mmcontest.bitshares.org/snapshots20200228.tbz

Code: [Select]
$ tar xjf snapshots20200228.tbz
$ find 2020-02-28 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
11f2baeaa10a777cc246b8e868081418168270533ad7f1112dd928eaff327fdc  -

Proposal for sending out rewards of 2020-02-28:

https://cryptofresh.com/tx/99ab9bfd65c3aee3226cf5a15d54f1d0986f3c2c
https://cryptofresh.com/b/45774074

https://cryptofresh.com/p/1.10.57574
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on March 01, 2020, 12:53:28 am
Reward data for 2020-02-29

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 4043.48162 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1611651                          74.08341
1.2.36449                            16.62882
1.2.33015                            16.09030
1.2.1691739                          12.15748
1.2.831392                           10.94973
1.2.1693506                          10.69050
1.2.1560396                           4.33959
1.2.477471                            1.80732
1.2.1592640                           1.77761
1.2.799404                            1.47771
1.2.395549                            0.78994
1.2.1687144                           0.71337
1.2.409973                            0.61182
1.2.1160364                           0.33038
1.2.1039433                           0.16948
1.2.1527713                           0.05657
1.2.1695688                           0.04803
1.2.852954                            0.04478
1.2.126225                            0.03140
1.2.1527702                           0.02506
1.2.1702168                           0.02240
1.2.1712903                           0.02162
1.2.1616850                           0.00584
1.2.973616                            0.00527
1.2.1101638                           0.00020
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                         312.06569
1.2.1691739                         284.30622
1.2.1619104                         161.13684
1.2.1693506                         157.59623
1.2.1213071                          79.80749
1.2.1214396                          37.64148
1.2.437438                           35.91731
1.2.33015                            35.61691
1.2.1560396                          11.93555
1.2.831392                            8.18757
1.2.881146                            7.11371
1.2.1611651                           4.93822
1.2.395549                            1.94380
1.2.782669                            1.79772
1.2.1687144                           1.34767
1.2.409973                            0.83821
1.2.799404                            0.63226
1.2.1160364                           0.21448
1.2.1616179                           0.19229
1.2.1039433                           0.17316
1.2.1622513                           0.14729
1.2.449023                            0.07851
1.2.919400                            0.02968
1.2.1527702                           0.02146
1.2.1527713                           0.00951
1.2.1691463                           0.00002

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.415588                         1717.98783
1.2.1692978                          42.49512
1.2.33015                             5.93808
1.2.36449                             4.43990
1.2.1565108                           2.23838
1.2.203202                            1.72213
1.2.1698970                           0.41249
1.2.1621254                           0.35453
1.2.395549                            0.27136
1.2.1039433                           0.12363
1.2.1597332                           0.02243
1.2.1702168                           0.02197
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1692978                          49.81002
1.2.1108195                          20.86974
1.2.1565108                           7.10898
1.2.1597332                           1.37533
1.2.1621254                           1.35346
1.2.1698970                           1.15441
1.2.395549                            0.98353
1.2.1039433                           0.38170
1.2.415588                            0.31443
1.2.203202                            0.14830
1.2.1606562                           0.14739
1.2.1702168                           0.00913

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         102.86602
1.2.993563                           24.67756
1.2.36449                             7.45332
1.2.33015                             7.11106
1.2.1703333                           1.69853
1.2.1565108                           1.36187
1.2.1701364                           0.25899
1.2.1622544                           0.20838
1.2.973616                            0.11126
1.2.879901                            0.10448
1.2.1702168                           0.05932
1.2.138771                            0.04744
1.2.126225                            0.01964
1.2.437438                            0.00638
1.2.1572787                           0.00020
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         493.36421
1.2.437438                          165.31707
1.2.800115                            4.09733
1.2.1565108                           3.30973
1.2.1701364                           0.49705
1.2.1622544                           0.42999
1.2.126225                            0.14386
1.2.879901                            0.08917
1.2.1702168                           0.05231

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.163186                           19.94066
1.2.1560396                           1.79072
1.2.1565108                           1.32379
1.2.883916                            0.59653
1.2.1011965                           0.35376
1.2.33015                             0.34653
1.2.36449                             0.30749
1.2.702289                            0.28770
1.2.1039433                           0.17907
1.2.973383                            0.14641
1.2.1207813                           0.09426
1.2.126225                            0.05421
1.2.395549                            0.03854
1.2.973616                            0.00760
1.2.1751                              0.00092
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.33015                            27.08755
1.2.1565108                           5.84059
1.2.1560396                           3.30539
1.2.893637                            2.69003
1.2.17391                             0.93600
1.2.102755                            0.71098
1.2.1702168                           0.56379
1.2.1207813                           0.37710
1.2.1011965                           0.37119
1.2.126225                            0.34431
1.2.1039433                           0.28745
1.2.973383                            0.26601
1.2.395549                            0.25237
1.2.702289                            0.09630
1.2.698                               0.08894

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.06247
1.2.376992                            0.05509
1.2.1214711                           0.02040
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.08966
1.2.376992                            0.03544
1.2.1214711                           0.02408

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                           0.25589
1.2.1682766                           0.20482
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1682766                           0.46551
1.2.1621254                           0.08788
1.2.501058                            0.02362
1.2.33015                             0.00792

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.414379                            1.74587
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.414379                            1.85731
1.2.570698                            0.25257
1.2.530110                            0.06420
1.2.33015                             0.00535

Snapshots: https://mmcontest.bitshares.org/snapshots20200229.tbz

Code: [Select]
$ tar xjf snapshots20200229.tbz
$ find 2020-02-29 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
272f274fc2d0c1b1759baa2202800c45a23131b9841ef4e0c0858d743eafe137  -

Proposal for sending out rewards of 2020-02-29:

https://cryptofresh.com/tx/b3be84670094407b32442dcc4e9a156b54c3ec65
https://cryptofresh.com/b/45793559

https://cryptofresh.com/p/1.10.57580
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on March 02, 2020, 08:53:03 am
Reward data for 2020-03-01

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 2792.69137 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1611651                          39.18129
1.2.33015                            19.12403
1.2.36449                            18.29648
1.2.1693506                          11.52824
1.2.1560396                           4.60548
1.2.1592640                           2.50551
1.2.799404                            2.13267
1.2.477471                            2.12692
1.2.1687144                           0.93278
1.2.395549                            0.84976
1.2.1703320                           0.65466
1.2.409973                            0.64891
1.2.1160364                           0.45583
1.2.1691739                           0.32258
1.2.126225                            0.22995
1.2.1006667                           0.13540
1.2.1039433                           0.12379
1.2.1712903                           0.09988
1.2.1527713                           0.06505
1.2.1214396                           0.03533
1.2.1527702                           0.02887
1.2.1702168                           0.02448
1.2.1695688                           0.01729
1.2.796113                            0.01585
1.2.1616850                           0.00216
1.2.973616                            0.00081
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1619104                         190.91177
1.2.1691739                         188.12544
1.2.1693506                         166.77977
1.2.1695688                         115.03029
1.2.1213071                          91.13380
1.2.1214396                          42.22886
1.2.1611651                          21.27027
1.2.1560396                          13.75293
1.2.831392                           13.31407
1.2.33015                             8.25502
1.2.881146                            7.82390
1.2.395549                            2.69975
1.2.1687144                           1.42168
1.2.782669                            1.25250
1.2.409973                            0.95289
1.2.1622513                           0.66854
1.2.1160364                           0.34760
1.2.1039433                           0.15835
1.2.1616179                           0.15557
1.2.449023                            0.07511
1.2.1527702                           0.01708

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.415588                         1322.45971
1.2.1692978                          16.26416
1.2.33015                             4.58264
1.2.1621254                           3.58715
1.2.1565108                           2.07339
1.2.36449                             1.06153
1.2.395549                            0.24172
1.2.1039433                           0.10605
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                          82.09790
1.2.1108195                          15.48459
1.2.1019038                          10.15680
1.2.1692978                           8.96227
1.2.1565108                           3.81165
1.2.1698970                           2.35215
1.2.395549                            1.32773
1.2.1039433                           0.31846
1.2.203202                            0.29301
1.2.415588                            0.26757
1.2.121                               0.17527
1.2.1606562                           0.06706
1.2.1702168                           0.04157

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                          31.20510
1.2.993563                           30.05218
1.2.36449                             4.53240
1.2.33015                             4.28663
1.2.1703333                           2.14875
1.2.1565108                           0.63928
1.2.1622544                           0.25751
1.2.1701364                           0.23350
1.2.879901                            0.09687
1.2.138771                            0.06579
1.2.1572787                           0.00137
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         193.22449
1.2.1565108                           4.83991
1.2.800115                            4.72402
1.2.1701364                           0.45930
1.2.126225                            0.29672
1.2.1622544                           0.26766
1.2.1702168                           0.13270

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.163186                           18.14362
1.2.1560396                           2.41640
1.2.1565108                           1.54658
1.2.883916                            0.85035
1.2.33015                             0.54332
1.2.1011965                           0.38209
1.2.702289                            0.31314
1.2.395549                            0.28797
1.2.36449                             0.26526
1.2.1039433                           0.17625
1.2.973383                            0.10591
1.2.1207813                           0.07361
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.33015                            23.17049
1.2.1565108                           4.13752
1.2.973383                            2.68307
1.2.1560396                           2.14208
1.2.893637                            1.94016
1.2.17391                             0.94752
1.2.102755                            0.69026
1.2.126225                            0.46018
1.2.1207813                           0.39839
1.2.1702168                           0.39096
1.2.1011965                           0.33329
1.2.1039433                           0.29040
1.2.395549                            0.22830
1.2.698                               0.13872
1.2.702289                            0.08388

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.06247
1.2.376992                            0.05509
1.2.1214711                           0.02040
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.08966
1.2.376992                            0.03544
1.2.1214711                           0.02408

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                           0.23674
1.2.1682766                           0.22335
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1682766                           0.45631
1.2.33015                             0.31851
1.2.1621254                           0.08628
1.2.501058                            0.01194

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.414379                            1.74587
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.414379                            1.85731
1.2.33015                             0.46246
1.2.530110                            0.14999

Snapshots: https://mmcontest.bitshares.org/snapshots20200301.tbz

Code: [Select]
$ tar xjf snapshots20200301.tbz
$ find 2020-03-01 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
71eecade737542ef7326bfa734a9747547bbe185a2ca53cdb1875b2280e316d4  -

Proposal for sending out rewards of 2020-03-01:

https://cryptofresh.com/tx/07b6e54323387bd764d281d7d609675f0835ff19
https://cryptofresh.com/b/45831856

https://cryptofresh.com/p/1.10.57598
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on March 03, 2020, 10:05:53 am
Reward data for 2020-03-02

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 5540.44310 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1611651                          36.03023
1.2.1693506                          31.23247
1.2.1691739                           6.55045
1.2.1560396                           4.34081
1.2.1703320                           3.57590
1.2.36449                             3.47413
1.2.477471                            3.03410
1.2.799404                            2.65795
1.2.33015                             2.55897
1.2.1592640                           2.33767
1.2.395549                            0.86231
1.2.1687144                           0.77056
1.2.409973                            0.61566
1.2.1160364                           0.42598
1.2.126225                            0.24883
1.2.424868                            0.18571
1.2.1039433                           0.16475
1.2.1527713                           0.09570
1.2.1695688                           0.07533
1.2.1213071                           0.04588
1.2.1527702                           0.04391
1.2.1702168                           0.03636
1.2.1712903                           0.01559
1.2.973616                            0.00292
1.2.1619104                           0.00032
1.2.573323                            0.00015
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         451.45193
1.2.1695688                         357.38387
1.2.1619104                         189.47933
1.2.1693506                         166.19678
1.2.1213071                          82.63125
1.2.437438                           80.85761
1.2.831392                           55.93783
1.2.424868                           50.54864
1.2.1214396                          39.50670
1.2.1611651                          23.74128
1.2.1560396                          14.22866
1.2.881146                            8.21739
1.2.33015                             4.03753
1.2.1703320                           3.36899
1.2.395549                            3.18717
1.2.1687144                           1.61508
1.2.782669                            1.21062
1.2.409973                            0.95969
1.2.1160364                           0.60501
1.2.126225                            0.26604
1.2.1621254                           0.14963
1.2.1039433                           0.13694
1.2.449023                            0.11801
1.2.1616179                           0.07953
1.2.1622513                           0.07663
1.2.1703996                           0.01551
1.2.1527702                           0.01018

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.415588                         1141.36480
1.2.1692978                          68.27010
1.2.1621254                          19.20117
1.2.1565108                           1.34663
1.2.1698970                           1.09728
1.2.395549                            0.79749
1.2.203202                            0.56100
1.2.1039433                           0.43638
1.2.36449                             0.29356
1.2.634395                            0.06822
1.2.33015                             0.04970
1.2.1597332                           0.00296
1.2.1712903                           0.00013
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                         376.30159
1.2.1692978                          72.94610
1.2.1108195                          26.51212
1.2.1565108                           9.48471
1.2.1019038                           7.38994
1.2.1698970                           3.06981
1.2.395549                            0.75244
1.2.1597332                           0.53112
1.2.415588                            0.25099
1.2.121                               0.22583
1.2.203202                            0.19445
1.2.1039433                           0.12951
1.2.1606562                           0.02842
1.2.1702168                           0.02511

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         135.19775
1.2.993563                           64.08969
1.2.1703333                           2.99637
1.2.36449                             1.16172
1.2.33015                             0.72503
1.2.1565108                           0.69000
1.2.1701364                           0.28326
1.2.1622544                           0.27460
1.2.138771                            0.11798
1.2.879901                            0.11164
1.2.126225                            0.06320
1.2.959097                            0.04124
1.2.437438                            0.01527
1.2.1572787                           0.00261
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         758.67927
1.2.437438                          169.85261
1.2.1565108                           5.80622
1.2.800115                            5.41816
1.2.1703333                           1.07072
1.2.1701364                           0.59504
1.2.1622544                           0.31243
1.2.126225                            0.20650
1.2.1702168                           0.11472

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.163186                           12.19868
1.2.1560396                           2.29374
1.2.1565108                           1.21860
1.2.1623109                           0.98267
1.2.883916                            0.65206
1.2.395549                            0.35834
1.2.1011965                           0.35515
1.2.702289                            0.23705
1.2.36449                             0.20072
1.2.1039433                           0.17115
1.2.973383                            0.12816
1.2.33015                             0.07956
1.2.1207813                           0.06991
1.2.126225                            0.02793
1.2.1751                              0.02148
1.2.138771                            0.00768
1.2.973616                            0.00568
1.2.182587                            0.00010
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         937.46350
1.2.33015                            46.92509
1.2.1565108                           4.91565
1.2.1560396                           3.94750
1.2.893637                            2.83548
1.2.1702168                           0.88518
1.2.17391                             0.88324
1.2.102755                            0.62482
1.2.395549                            0.57991
1.2.883916                            0.52265
1.2.698                               0.44322
1.2.973383                            0.39597
1.2.126225                            0.33165
1.2.1207813                           0.32950
1.2.1011965                           0.30091
1.2.1039433                           0.23001
1.2.702289                            0.11673

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.06247
1.2.376992                            0.05509
1.2.1214711                           0.02040
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.08966
1.2.376992                            0.03544
1.2.1214711                           0.02408

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1682766                           0.37841
1.2.1621254                           0.17654
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1682766                           0.38866
1.2.1621254                           0.14262

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.162910                            0.00674
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.162910                            0.00673

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.414379                            1.75405
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.414379                            1.85427
1.2.530110                            0.14975
1.2.33015                             0.00046

Snapshots: https://mmcontest.bitshares.org/snapshots20200302.tbz

Code: [Select]
$ tar xjf snapshots20200302.tbz
$ find 2020-03-02 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
bfb7df4cdcb796a8883e8ed2b907de860f2468cb4057d7b8e72e79b67dc652f1  -

Proposal for sending out rewards of 2020-03-02:

https://cryptofresh.com/tx/d9a16d6f9259efc98de51082f2e06d81bd5262f6
https://cryptofresh.com/b/45861947

https://cryptofresh.com/p/1.10.57613
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on March 04, 2020, 01:01:40 pm
Reward data for 2020-03-03

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 6904.23938 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.415588                          118.69362
1.2.1693506                          37.31296
1.2.1611651                          34.75855
1.2.1691739                          29.27897
1.2.1703320                           8.25712
1.2.1560396                           4.41109
1.2.424868                            4.24250
1.2.477471                            3.99566
1.2.1592640                           3.38318
1.2.799404                            2.59791
1.2.36449                             2.45349
1.2.395549                            1.22225
1.2.1687144                           0.84841
1.2.409973                            0.67883
1.2.1160364                           0.41275
1.2.126225                            0.25692
1.2.33015                             0.21082
1.2.1702168                           0.14199
1.2.1527713                           0.12657
1.2.1039433                           0.11996
1.2.782669                            0.10167
1.2.1527702                           0.05670
1.2.1695688                           0.04492
1.2.973616                            0.00074
1.2.573323                            0.00046
1.2.437438                            0.00012
1.2.1619104                           0.00002
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                         418.80176
1.2.1691739                         373.26952
1.2.1619104                         242.02276
1.2.437438                          151.52082
1.2.1693506                         130.37737
1.2.424868                           87.58694
1.2.1213071                          78.78789
1.2.1214396                          37.52352
1.2.1560396                          14.09951
1.2.1703320                          10.63398
1.2.1611651                          10.01805
1.2.881146                            7.65717
1.2.395549                            1.58839
1.2.1687144                           1.51654
1.2.409973                            0.92602
1.2.782669                            0.78733
1.2.1160364                           0.63217
1.2.126225                            0.42379
1.2.1039433                           0.22785
1.2.449023                            0.11294
1.2.1703996                           0.03053
1.2.415588                            0.01157
1.2.1622513                           0.00409
1.2.1527702                           0.00162

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.415588                         1293.97153
1.2.1692978                          73.06326
1.2.1621254                          22.77347
1.2.1565108                           1.36306
1.2.203202                            1.20005
1.2.36449                             1.02038
1.2.395549                            0.43202
1.2.1698970                           0.29916
1.2.1039433                           0.27480
1.2.33015                             0.02272
1.2.114363                            0.00538
1.2.501058                            0.00388
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                         505.27873
1.2.1692978                          78.47413
1.2.1108195                          22.79555
1.2.1565108                           4.68117
1.2.1698970                           3.50824
1.2.1019038                           3.14011
1.2.395549                            1.12707
1.2.415588                            0.33904
1.2.1039433                           0.15782
1.2.121                               0.11399
1.2.1702168                           0.01548

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         263.52636
1.2.993563                          100.28381
1.2.1703333                           5.42448
1.2.1565108                           0.76050
1.2.36449                             0.69992
1.2.1701364                           0.34523
1.2.1622544                           0.19207
1.2.138771                            0.14527
1.2.879901                            0.09142
1.2.126225                            0.08989
1.2.33015                             0.04766
1.2.437438                            0.02525
1.2.1572787                           0.00309
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         825.34508
1.2.437438                          548.74265
1.2.800115                            6.73339
1.2.1565108                           4.78178
1.2.1703333                           3.13397
1.2.1701364                           0.71233
1.2.1702168                           0.33908
1.2.1622544                           0.33904
1.2.126225                            0.13813

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1623109                          11.84503
1.2.163186                            8.10285
1.2.1560396                           1.65458
1.2.1565108                           0.98249
1.2.36449                             0.50598
1.2.1011965                           0.32283
1.2.395549                            0.30074
1.2.883916                            0.19042
1.2.126225                            0.16736
1.2.1039433                           0.16030
1.2.702289                            0.15243
1.2.973383                            0.13357
1.2.1207813                           0.06205
1.2.33015                             0.04884
1.2.1751                              0.02735
1.2.973616                            0.01702
1.2.138771                            0.01685
1.2.182587                            0.00031
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                        1189.76145
1.2.33015                            60.98633
1.2.1565108                           6.67649
1.2.1560396                           5.73547
1.2.893637                            4.07941
1.2.973383                            3.60655
1.2.1702168                           1.37591
1.2.698                               0.92696
1.2.883916                            0.91323
1.2.395549                            0.84304
1.2.17391                             0.82219
1.2.102755                            0.48039
1.2.1011965                           0.28529
1.2.1207813                           0.22307
1.2.1039433                           0.20808
1.2.702289                            0.15447
1.2.420263                            0.06198

BTC / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.12285
1.2.376992                            0.05100
1.2.1214711                           0.03761
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.07973
1.2.376992                            0.07420
1.2.1214711                           0.02953

USDT / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1682766                           0.27380
1.2.1621254                           0.16552
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1682766                           0.28699
1.2.1621254                           0.09898

ETH / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.162910                            0.02458
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.162910                            0.01875

EOS / bitassets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.414379                            1.53309
1.2.420263                            0.12830
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.414379                            1.04093
1.2.530110                            0.24151
1.2.467032                            0.05341
1.2.33015                             0.01554

Snapshots: https://mmcontest.bitshares.org/snapshots20200303.tbz

Code: [Select]
$ tar xjf snapshots20200303.tbz
$ find 2020-03-03 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
9a94167845f7fdd3a7d588c25e4d853e35a07ad43c23b97841b808d6f5ede270  -

Proposal for sending out rewards of 2020-03-03:

https://cryptofresh.com/tx/d6e43ec6cd583d19907e9f9e3938f1b21ed19592
https://cryptofresh.com/b/45894266

https://cryptofresh.com/p/1.10.57617
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on March 05, 2020, 09:31:36 am
Reward data for 2020-03-04

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 8410.00654 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1611651                          53.10737
1.2.1693506                          51.79317
1.2.1691739                          25.62660
1.2.424868                           12.40379
1.2.1703320                           9.23190
1.2.477471                            4.41248
1.2.1592640                           3.61734
1.2.1560396                           3.32326
1.2.799404                            2.12906
1.2.36449                             2.09225
1.2.33015                             1.57653
1.2.395549                            1.05345
1.2.1687144                           0.69358
1.2.409973                            0.63064
1.2.1160364                           0.42728
1.2.782669                            0.34705
1.2.1702168                           0.17213
1.2.1527713                           0.14753
1.2.126225                            0.12036
1.2.1039433                           0.11726
1.2.253044                            0.07509
1.2.1527702                           0.06124
1.2.1695688                           0.04350
1.2.437438                            0.02364
1.2.573323                            0.00061
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         467.28256
1.2.1695688                         383.98848
1.2.1619104                         261.96641
1.2.1693506                         260.04093
1.2.437438                          131.25624
1.2.1213071                          77.63126
1.2.424868                           53.43229
1.2.1611651                          41.87810
1.2.1214396                          41.63588
1.2.1703320                          32.43083
1.2.1560396                          10.77387
1.2.881146                            7.92763
1.2.395549                            1.78954
1.2.1687144                           1.76638
1.2.1702168                           1.47544
1.2.409973                            0.94283
1.2.1160364                           0.57808
1.2.126225                            0.54840
1.2.782669                            0.45449
1.2.799404                            0.20760
1.2.1039433                           0.16721
1.2.1683553                           0.13170
1.2.449023                            0.08685

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.415588                         1442.01363
1.2.1692978                          62.39686
1.2.1621254                          12.34721
1.2.1565108                           1.55799
1.2.203202                            1.38730
1.2.395549                            0.49099
1.2.36449                             0.37862
1.2.1703892                           0.31426
1.2.1039433                           0.27971
1.2.33015                             0.05491
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                         737.32547
1.2.1692978                          85.13152
1.2.1108195                          24.52427
1.2.1565108                           5.44255
1.2.1698970                           4.14754
1.2.1019038                           2.66562
1.2.395549                            0.86588
1.2.415588                            0.50715
1.2.1039433                           0.16791
1.2.121                               0.04998

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         348.05465
1.2.993563                          273.62131
1.2.1703333                          14.30545
1.2.1621128                           0.75642
1.2.36449                             0.65428
1.2.1565108                           0.59936
1.2.33015                             0.48314
1.2.1701364                           0.43475
1.2.138771                            0.23756
1.2.1622544                           0.23689
1.2.437438                            0.00724
1.2.1702168                           0.00669
1.2.1572787                           0.00486
1.2.126225                            0.00411
1.2.389064                            0.00002
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.437438                         1230.51586
1.2.1702902                         912.14932
1.2.1703333                           8.77564
1.2.800115                            6.60696
1.2.1565108                           4.26302
1.2.1702168                           0.69587
1.2.1701364                           0.55480
1.2.126225                            0.46110
1.2.1622544                           0.22701
1.2.934266                            0.16400
1.2.1015080                           0.00488

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.163186                           12.34486
1.2.1623109                          11.41587
1.2.604050                            2.06452
1.2.1560396                           1.52635
1.2.1565108                           0.68657
1.2.1011965                           0.45082
1.2.883916                            0.43113
1.2.395549                            0.40900
1.2.702289                            0.29136
1.2.1039433                           0.26214
1.2.36449                             0.24216
1.2.33015                             0.21036
1.2.973383                            0.16916
1.2.183307                            0.10926
1.2.1207813                           0.10618
1.2.1751                              0.08121
1.2.138771                            0.03571
1.2.126225                            0.03242
1.2.182587                            0.00174
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                        1176.28404
1.2.33015                            35.29206
1.2.1565108                           9.48504
1.2.1560396                           3.67055
1.2.893637                            3.07813
1.2.883916                            0.44888
1.2.126225                            0.41478
1.2.17391                             0.38465
1.2.395549                            0.33331
1.2.973383                            0.32695
1.2.1702168                           0.28477
1.2.1011965                           0.27419
1.2.1039433                           0.22259
1.2.1207813                           0.19818
1.2.702289                            0.12641
1.2.183307                            0.02985
1.2.102755                            0.00002

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.22147
1.2.1214711                           0.07754
1.2.376992                            0.04318
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.376992                            0.14084
1.2.185761                            0.08516
1.2.1214711                           0.02221

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                           0.15907
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                           0.09900

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.162910                            0.03085
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.162910                            0.01542

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.414379                            8.96538
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.530110                            0.91199
1.2.183307                            0.01454

Snapshots: https://mmcontest.bitshares.org/snapshots20200304.tbz

Code: [Select]
$ tar xjf snapshots20200304.tbz
$ find 2020-03-04 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
7089541881471889d659a6ed0b6bd347cf4f120b7d7fc9379df55a2e4ae88b37  -

Proposal for sending out rewards of 2020-03-04:

https://cryptofresh.com/tx/b38f32b41993f5e0e94eb22f3a8848778c7b953e
https://cryptofresh.com/b/45918804

https://cryptofresh.com/p/1.10.57628
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on March 06, 2020, 01:15:05 pm
Reward data for 2020-03-05

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 6541.24099 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1611651                          27.04541
1.2.1691739                          20.07814
1.2.1592640                           8.94439
1.2.477471                            8.37512
1.2.1693506                           5.50123
1.2.1560396                           4.74673
1.2.424868                            3.69587
1.2.171761                            2.96522
1.2.36449                             2.44421
1.2.33015                             1.76665
1.2.799404                            1.54011
1.2.1703320                           0.88088
1.2.782669                            0.77151
1.2.1687144                           0.68713
1.2.435970                            0.61529
1.2.1527713                           0.59704
1.2.253044                            0.54070
1.2.409973                            0.51339
1.2.395549                            0.47272
1.2.1160364                           0.36929
1.2.1015080                           0.28065
1.2.1039433                           0.13894
1.2.1527702                           0.12983
1.2.126225                            0.10934
1.2.170965                            0.05723
1.2.1695688                           0.03880
1.2.437438                            0.01377
1.2.1702168                           0.01309
1.2.573323                            0.01055
1.2.138771                            0.00387
1.2.1619104                           0.00051
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         400.85806
1.2.1695688                         330.10658
1.2.1693506                         218.91360
1.2.1619104                         179.59308
1.2.424868                          168.65603
1.2.1213071                          75.38323
1.2.437438                           69.33597
1.2.1611651                          68.57090
1.2.1214396                          37.07320
1.2.1703320                          24.43814
1.2.1560396                          11.89821
1.2.881146                            6.53598
1.2.395549                            3.15136
1.2.1687144                           1.78671
1.2.799404                            1.62652
1.2.409973                            1.08619
1.2.1702168                           0.84421
1.2.1160364                           0.70931
1.2.126225                            0.57258
1.2.1039433                           0.17522
1.2.1622513                           0.09481
1.2.449023                            0.05131

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.415588                         1413.70271
1.2.1692978                          66.70538
1.2.1621254                          10.07349
1.2.1565108                           1.49284
1.2.395549                            0.62162
1.2.1698970                           0.61791
1.2.203202                            0.61284
1.2.1703892                           0.27199
1.2.36449                             0.24644
1.2.1039433                           0.10361
1.2.33015                             0.08410
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                         578.69628
1.2.1692978                          55.77466
1.2.1108195                          21.87630
1.2.203202                            4.55223
1.2.1565108                           3.98275
1.2.1698970                           3.13617
1.2.395549                            0.55280
1.2.415588                            0.42792
1.2.1703892                           0.32257
1.2.773030                            0.32006
1.2.1019038                           0.20683
1.2.1039433                           0.17894
1.2.501058                            0.03381
1.2.1733481                           0.00012

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         365.08337
1.2.993563                            9.66007
1.2.1703333                           2.13340
1.2.1621128                           0.91289
1.2.1565108                           0.71031
1.2.36449                             0.66567
1.2.33015                             0.48655
1.2.437438                            0.46857
1.2.138771                            0.45760
1.2.1701364                           0.33765
1.2.1622544                           0.16217
1.2.1702168                           0.04030
1.2.126225                            0.01136
1.2.1572787                           0.01095
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         742.80862
1.2.437438                          362.36978
1.2.993563                           52.19319
1.2.1703333                          18.08531
1.2.800115                            7.91232
1.2.1565108                           2.36207
1.2.1701364                           0.88057
1.2.1702168                           0.56473
1.2.126225                            0.36948
1.2.1622544                           0.25234
1.2.1015080                           0.00583
1.2.1703996                           0.00556

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1623109                          15.59855
1.2.163186                            6.84780
1.2.1560396                           1.75612
1.2.1565108                           1.41862
1.2.36449                             0.31990
1.2.883916                            0.28730
1.2.395549                            0.27237
1.2.33015                             0.23868
1.2.604050                            0.20681
1.2.1011965                           0.20419
1.2.1039433                           0.13478
1.2.973383                            0.12326
1.2.702289                            0.11909
1.2.1751                              0.09666
1.2.138771                            0.04853
1.2.126225                            0.02700
1.2.183307                            0.02437
1.2.1207813                           0.00430
1.2.182587                            0.00340
1.2.1101112                           0.00003
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                        1035.19829
1.2.33015                            33.78196
1.2.1560396                           4.51758
1.2.1565108                           3.54498
1.2.893637                            2.94209
1.2.883916                            1.46393
1.2.395549                            1.29908
1.2.973383                            0.35919
1.2.1011965                           0.26786
1.2.1039433                           0.24503
1.2.1702168                           0.18391
1.2.126225                            0.16621
1.2.702289                            0.10350
1.2.1207813                           0.08644
1.2.183307                            0.04031
1.2.17391                             0.00784

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.08988
1.2.1214711                           0.03004
1.2.376992                            0.03004
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.08896
1.2.376992                            0.03372
1.2.1214711                           0.02351

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                           0.15678
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.773030                            0.18140
1.2.1621254                           0.08233

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.414379                            0.22864
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.183307                            0.00189

Snapshots: https://mmcontest.bitshares.org/snapshots20200305.tbz

Code: [Select]
$ tar xjf snapshots20200305.tbz
$ find 2020-03-05 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
2b4c9a87c02c532173e597b4c1794b2941c984f8b63a4f2befea0a80275d3d18  -

Proposal for sending out rewards of 2020-03-05:

https://cryptofresh.com/tx/af126a029879418046d37991752da447d7c294d3
https://cryptofresh.com/b/45951991

https://cryptofresh.com/p/1.10.57641
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: bitcrab on March 07, 2020, 05:03:40 am
seems whales like to find the low volume pairs to place orders to get reward and avoid being filled.

perhaps contest need to optimize rules to discourage this.

(http://i1.fuimg.com/523014/e15d46991b0bcf20.png)
Title: Re: Market making contest (main thread)
Post by: abit on March 07, 2020, 10:35:12 am
Reward data for 2020-03-06

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 6278.03651 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1693506                          57.71734
1.2.1611651                          32.52015
1.2.591470                           21.55471
1.2.1691739                          10.80038
1.2.424868                           10.71545
1.2.1592640                           5.75026
1.2.477471                            5.46240
1.2.1560396                           4.50634
1.2.171761                            3.99173
1.2.36449                             3.19501
1.2.33015                             2.07662
1.2.799404                            1.61750
1.2.253044                            1.59671
1.2.435970                            1.11767
1.2.395549                            0.92849
1.2.1687144                           0.64399
1.2.782669                            0.46971
1.2.409973                            0.39045
1.2.1527713                           0.31407
1.2.1160364                           0.26873
1.2.126225                            0.26608
1.2.1039433                           0.09892
1.2.1527702                           0.08590
1.2.170965                            0.06744
1.2.573323                            0.04874
1.2.1614154                           0.02627
1.2.1695688                           0.02401
1.2.1702168                           0.02162
1.2.138771                            0.00089
1.2.1619104                           0.00063
1.2.1682766                           0.00016
1.2.1146633                           0.00009
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         315.84463
1.2.1695688                         257.40768
1.2.424868                          256.91253
1.2.1619104                         191.90498
1.2.1611651                         105.73112
1.2.1693506                         100.96614
1.2.1213071                          74.75487
1.2.437438                           68.00208
1.2.1703320                          43.70474
1.2.1214396                          36.10926
1.2.1560396                          13.90414
1.2.881146                            6.13410
1.2.395549                            2.55180
1.2.1687144                           2.05993
1.2.409973                            1.89730
1.2.799404                            1.86378
1.2.1702168                           1.79717
1.2.1160364                           0.96066
1.2.782669                            0.52904
1.2.1039433                           0.18688
1.2.126225                            0.13580
1.2.449023                            0.08304
1.2.1527702                           0.00135
1.2.1622513                           0.00021

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.415588                         1545.01038
1.2.1692978                          72.04783
1.2.1621254                           6.67070
1.2.1611651                           3.12951
1.2.1565108                           1.78775
1.2.395549                            0.67154
1.2.1703892                           0.55907
1.2.33015                             0.39367
1.2.36449                             0.32018
1.2.1597332                           0.18410
1.2.1039433                           0.07343
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                         717.01774
1.2.1692978                          51.30443
1.2.1108195                          20.21938
1.2.1700686                          10.98593
1.2.203202                            9.74463
1.2.1698970                           3.74113
1.2.1565108                           3.26505
1.2.1703892                           2.78068
1.2.1597332                           2.15386
1.2.395549                            1.59533
1.2.415588                            0.47649
1.2.1039433                           0.20226
1.2.1019038                           0.10764
1.2.890296                            0.01151

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         307.19250
1.2.1565108                           1.94455
1.2.1703333                           1.78987
1.2.1621128                           0.91590
1.2.36449                             0.77263
1.2.33015                             0.52324
1.2.1701364                           0.30764
1.2.138771                            0.27794
1.2.1622544                           0.14669
1.2.126225                            0.03323
1.2.437438                            0.01016
1.2.1572787                           0.00631
1.2.1702168                           0.00587
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         653.34398
1.2.437438                          112.49455
1.2.993563                           22.17356
1.2.1703333                          12.12598
1.2.800115                            5.97433
1.2.1565108                           2.04744
1.2.1701364                           0.69811
1.2.1622544                           0.41166
1.2.1702168                           0.32043
1.2.126225                            0.05853
1.2.1703996                           0.00974
1.2.1015080                           0.00580

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.163186                            5.84774
1.2.1565108                           2.70410
1.2.1560396                           2.13792
1.2.1623109                           2.13232
1.2.36449                             0.57943
1.2.33015                             0.37247
1.2.395549                            0.26704
1.2.126225                            0.14360
1.2.1011965                           0.11840
1.2.883916                            0.11320
1.2.1039433                           0.10492
1.2.973383                            0.09491
1.2.702289                            0.09015
1.2.1751                              0.08254
1.2.604050                            0.08129
1.2.138771                            0.01616
1.2.182587                            0.00240
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         990.67340
1.2.33015                            26.96167
1.2.1560396                           3.45157
1.2.893637                            2.56773
1.2.1565108                           2.18296
1.2.883916                            1.35646
1.2.395549                            0.78218
1.2.1011965                           0.57889
1.2.1702168                           0.56116
1.2.17391                             0.47440
1.2.702289                            0.34326
1.2.1039433                           0.33326
1.2.1207813                           0.27247
1.2.102755                            0.26029
1.2.973383                            0.25850
1.2.183307                            0.07817
1.2.698                               0.01132

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.06564
1.2.376992                            0.05797
1.2.1214711                           0.02146
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.09414
1.2.376992                            0.03726
1.2.1214711                           0.02528

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                           0.16894
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.773030                            0.11375
1.2.1621254                           0.09292

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.414379                            3.10791
1.2.183307                            0.01682
1.2.527775                            0.00131
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.530110                            0.34084
1.2.414379                            0.08944

Snapshots: https://mmcontest.bitshares.org/snapshots20200306.tbz

Code: [Select]
$ tar xjf snapshots20200306.tbz
$ find 2020-03-06 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
d52ecb512a9330794d68e11e8eb6996087aee9157e3c0f7af6d94e5e3d25119c  -

Proposal for sending out rewards of 2020-03-06:

https://cryptofresh.com/tx/786272713a7e59a36cbc2a310d137ed5f8449818
https://cryptofresh.com/b/45977523

https://cryptofresh.com/p/1.10.57669
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on March 08, 2020, 11:35:25 am
Reward data for 2020-03-07

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 6226.32460 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1693506                          94.81622
1.2.1611651                          11.07306
1.2.591470                            7.09596
1.2.424868                            6.65204
1.2.477471                            5.93478
1.2.1560396                           5.33201
1.2.1592640                           4.42953
1.2.171761                            3.27548
1.2.36449                             2.88593
1.2.33015                             1.81808
1.2.253044                            1.31021
1.2.395549                            0.75165
1.2.1687144                           0.66130
1.2.1702168                           0.52589
1.2.782669                            0.45958
1.2.409973                            0.43569
1.2.1527713                           0.31110
1.2.1160364                           0.28557
1.2.435970                            0.21310
1.2.126225                            0.19650
1.2.1614154                           0.16055
1.2.1527702                           0.08250
1.2.1691739                           0.06993
1.2.170965                            0.05810
1.2.1039433                           0.05306
1.2.1695688                           0.04167
1.2.573323                            0.04009
1.2.138771                            0.00001
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         301.46689
1.2.424868                          249.27728
1.2.1619104                         237.98640
1.2.1695688                         231.13512
1.2.437438                          100.21700
1.2.1213071                          75.65427
1.2.1214396                          34.69557
1.2.1703320                          27.98717
1.2.1560396                          10.05382
1.2.881146                            6.35666
1.2.799404                            3.82608
1.2.395549                            1.99198
1.2.1687144                           1.89508
1.2.409973                            1.47395
1.2.1160364                           0.62276
1.2.1702168                           0.53647
1.2.126225                            0.38858
1.2.782669                            0.34222
1.2.1039433                           0.28299
1.2.449023                            0.08371
1.2.1682766                           0.03899

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.415588                         1029.70908
1.2.1692978                          60.94327
1.2.1611651                          16.26090
1.2.1621254                           3.98708
1.2.614532                            1.90341
1.2.1565108                           1.43445
1.2.36449                             0.59739
1.2.1597332                           0.56179
1.2.544003                            0.46790
1.2.395549                            0.44212
1.2.33015                             0.42787
1.2.1703892                           0.39881
1.2.203202                            0.37236
1.2.1039433                           0.07997
1.2.634395                            0.00050
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                         653.76118
1.2.1700686                          89.52840
1.2.1692978                          61.08089
1.2.1108195                          22.79084
1.2.1611651                          17.50606
1.2.1597332                           4.73013
1.2.1698970                           3.67579
1.2.1565108                           3.39405
1.2.1703892                           1.45015
1.2.395549                            1.44734
1.2.1019038                           0.63429
1.2.415588                            0.41883
1.2.1039433                           0.19158
1.2.203202                            0.12369
1.2.890296                            0.06305

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         259.98290
1.2.437438                           71.07648
1.2.1565108                           2.37587
1.2.1703333                           2.25645
1.2.36449                             0.95061
1.2.1621128                           0.92456
1.2.33015                             0.58617
1.2.1701364                           0.22718
1.2.1066083                           0.08887
1.2.1622544                           0.08390
1.2.138771                            0.04126
1.2.126225                            0.03892
1.2.1702168                           0.01095
1.2.1572787                           0.00099
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         627.32391
1.2.437438                          590.10884
1.2.800115                            5.46234
1.2.1565108                           1.47069
1.2.1703333                           1.09360
1.2.1701364                           0.64711
1.2.1622544                           0.46050
1.2.1015080                           0.02469
1.2.1703996                           0.00964

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.163186                            2.84653
1.2.1560396                           1.53304
1.2.1565108                           1.14730
1.2.1623109                           0.80254
1.2.36449                             0.60054
1.2.33015                             0.36279
1.2.883916                            0.23996
1.2.395549                            0.16650
1.2.1039433                           0.11827
1.2.973383                            0.11370
1.2.126225                            0.10852
1.2.1011965                           0.10536
1.2.604050                            0.09010
1.2.702289                            0.08189
1.2.1751                              0.04018
1.2.138771                            0.02189
1.2.182587                            0.00114
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                        1189.89364
1.2.33015                            25.86791
1.2.1560396                           4.20384
1.2.893637                            3.86308
1.2.1565108                           3.03522
1.2.17391                             0.63243
1.2.883916                            0.58164
1.2.1702168                           0.51689
1.2.1011965                           0.51264
1.2.395549                            0.39173
1.2.702289                            0.25394
1.2.1039433                           0.24719
1.2.973383                            0.23444
1.2.1207813                           0.20733
1.2.102755                            0.17279
1.2.183307                            0.08518

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.06564
1.2.376992                            0.05797
1.2.1214711                           0.02146
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.09414
1.2.376992                            0.03726
1.2.1214711                           0.02528

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621254                           0.45087
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.773030                            2.78397
1.2.1621254                           0.69874

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.414379                            3.41181
1.2.527775                            0.02248
1.2.183307                            0.01761
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.530110                            0.37420
1.2.414379                            0.21772
1.2.681077                            0.05313

Snapshots: https://mmcontest.bitshares.org/snapshots20200307.tbz

Code: [Select]
$ tar xjf snapshots20200307.tbz
$ find 2020-03-07 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
2f78f0dbeb7434c036e135331c7ac753974c4490d5968c3ebfe6cb00bf0657c7  -

Proposal for sending out rewards of 2020-03-07:

https://cryptofresh.com/tx/85175ccc37e0ce11cc343dae11850c188094f06b
https://cryptofresh.com/b/46007376

https://cryptofresh.com/p/1.10.57692
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: binggo on March 09, 2020, 12:08:26 am
Now i must question the Market making contest:

1. Did the MM have checked the trade volume for so long time?or considered it as a measure of the "liquidity"?

2. Did the MM have checked the growth rate of new effective users for so long time?or considered it as a measure of the "result"?

3. Did the MM have a BSIP for the community to vote?or the fund can be used easily by Committee without the vote of the community?

In a way, the MM became a joke slowly, only have expenditure,nothing gained.
Title: Re: Market making contest (main thread)
Post by: abit on March 09, 2020, 01:50:22 pm
Reward data for 2020-03-08

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 4950.54367 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1672514                          32.65842
1.2.1611651                          20.86610
1.2.1693506                           9.81902
1.2.1560396                           6.45612
1.2.36449                             3.37872
1.2.424868                            1.72228
1.2.33015                             1.68461
1.2.1687144                           0.69582
1.2.477471                            0.45781
1.2.409973                            0.43441
1.2.799404                            0.38923
1.2.446241                            0.32274
1.2.171761                            0.26155
1.2.1160364                           0.25856
1.2.395549                            0.22040
1.2.1703320                           0.17478
1.2.1592640                           0.17450
1.2.253044                            0.10462
1.2.1039433                           0.07408
1.2.1691739                           0.06303
1.2.435970                            0.06290
1.2.1702168                           0.05344
1.2.126225                            0.03253
1.2.1695688                           0.02217
1.2.1614154                           0.01651
1.2.449023                            0.01294
1.2.1527713                           0.00992
1.2.1685794                           0.00736
1.2.1527702                           0.00650
1.2.782669                            0.00612
1.2.170965                            0.00576
1.2.573323                            0.00312
1.2.1712903                           0.00305
1.2.477349                            0.00005
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         245.70449
1.2.1619104                         214.55735
1.2.1695688                         190.51984
1.2.424868                          178.72476
1.2.831392                          145.89483
1.2.437438                           82.08211
1.2.1213071                          70.02649
1.2.1611651                          63.79361
1.2.1214396                          33.93985
1.2.1560396                          12.70163
1.2.881146                            5.29740
1.2.782669                            4.25956
1.2.799404                            2.89868
1.2.1687144                           2.16889
1.2.409973                            1.79163
1.2.1160364                           0.88952
1.2.1703320                           0.67446
1.2.395549                            0.56273
1.2.1039433                           0.38294
1.2.1527702                           0.23159
1.2.449023                            0.20390
1.2.1527713                           0.19332
1.2.126225                            0.18150
1.2.1622513                           0.11457
1.2.33015                             0.10474
1.2.796113                            0.07572
1.2.573323                            0.02874
1.2.1683553                           0.02243
1.2.446700                            0.01767
1.2.1756706                           0.01208
1.2.1702168                           0.01186
1.2.1066977                           0.00973
1.2.396635                            0.00706
1.2.1672514                           0.00283
1.2.1703996                           0.00162

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.415588                         1100.88882
1.2.1692978                          52.25537
1.2.1592640                           5.95200
1.2.1108195                           3.26519
1.2.1565108                           2.11533
1.2.1672514                           1.81913
1.2.1621254                           0.57463
1.2.203202                            0.50728
1.2.1700686                           0.43676
1.2.36449                             0.23729
1.2.1039433                           0.15743
1.2.33015                             0.11959
1.2.614532                            0.11860
1.2.395549                            0.04579
1.2.1597332                           0.04557
1.2.888089                            0.02937
1.2.1703892                           0.00228
1.2.1702168                           0.00222
1.2.457447                            0.00089
1.2.1309978                           0.00004
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                         102.36443
1.2.1692978                          52.99073
1.2.1700686                          39.93258
1.2.1591362                          28.44128
1.2.1108195                          16.55541
1.2.1019038                          10.29485
1.2.606017                            4.46053
1.2.1565108                           4.08983
1.2.1698970                           2.28521
1.2.102755                            1.41120
1.2.890296                            1.02033
1.2.1606562                           0.93706
1.2.203202                            0.62856
1.2.415588                            0.37777
1.2.395549                            0.25877
1.2.1039433                           0.16185
1.2.1621128                           0.14049
1.2.1703892                           0.05869

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         235.00709
1.2.437438                           70.49262
1.2.1565108                           1.46955
1.2.1703333                           0.87499
1.2.36449                             0.70092
1.2.33015                             0.34659
1.2.1701364                           0.20834
1.2.1622544                           0.07823
1.2.1066083                           0.01708
1.2.1621128                           0.01406
1.2.126225                            0.01227
1.2.138771                            0.00072
1.2.1702168                           0.00055
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         652.92353
1.2.437438                           56.82115
1.2.800115                            6.60065
1.2.1565108                           1.79496
1.2.1701364                           0.52536
1.2.1622544                           0.29495
1.2.1703333                           0.01064
1.2.1015080                           0.00374

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1623109                           6.83300
1.2.1560396                           2.06271
1.2.17391                             1.71268
1.2.1565108                           1.36838
1.2.163186                            1.14778
1.2.36449                             0.62799
1.2.33015                             0.25805
1.2.883916                            0.20563
1.2.1039433                           0.14561
1.2.973383                            0.11401
1.2.1011965                           0.11070
1.2.1618052                           0.08016
1.2.702289                            0.07113
1.2.395549                            0.05730
1.2.1702168                           0.04720
1.2.126225                            0.04282
1.2.604050                            0.03117
1.2.1751                              0.01620
1.2.138771                            0.00851
1.2.182587                            0.00018
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         995.01332
1.2.17391                            35.22531
1.2.33015                            14.23441
1.2.893637                            4.29234
1.2.1560396                           3.50572
1.2.1565108                           2.56145
1.2.698                               1.55192
1.2.102755                            1.10581
1.2.883916                            0.91277
1.2.1011965                           0.69824
1.2.1039433                           0.40079
1.2.702289                            0.40024
1.2.183307                            0.31951
1.2.395549                            0.30671
1.2.973383                            0.26978
1.2.1207813                           0.22255
1.2.1702168                           0.04843
1.2.126225                            0.04219

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.11069
1.2.376992                            0.02142
1.2.1214711                           0.01363
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.06518
1.2.1214711                           0.05023
1.2.376992                            0.04431

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.414379                            6.13230
1.2.1599329                           0.86140
1.2.571953                            0.09264
1.2.183307                            0.06758
1.2.527775                            0.04164
1.2.913523                            0.01214
1.2.475905                            0.00267
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1599329                          62.14943
1.2.530110                            0.71187
1.2.467032                            0.64659
1.2.1682384                           0.63654
1.2.570920                            0.46284
1.2.414379                            0.41531
1.2.681077                            0.15559
1.2.1210805                           0.06653

Snapshots: https://mmcontest.bitshares.org/snapshots20200308.tbz

Code: [Select]
$ tar xjf snapshots20200308.tbz
$ find 2020-03-08 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
47fd7bcf71aaadb9d88ce12e02cabcb983ced2c3b589072e8cb8ebf23c1791a2  -

Proposal for sending out rewards of 2020-03-08:

https://cryptofresh.com/tx/edcf59b49a488e06d1ecbd4802cade439f3e12c4
https://cryptofresh.com/b/46037859

https://cryptofresh.com/p/1.10.57700
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: binggo on March 10, 2020, 02:35:07 pm
So, which committee can answer these questions?


Now i must question the Market making contest:

1. Did the MM have checked the trade volume for so long time?or considered it as a measure of the "liquidity"?

2. Did the MM have checked the growth rate of new effective users for so long time?or considered it as a measure of the "result"?

3. Did the MM have a BSIP for the community to vote?or the fund can be used easily by Committee without the vote of the community?

In a way, the MM became a joke slowly, only have expenditure,nothing gained.
Title: Re: Market making contest (main thread)
Post by: abit on March 10, 2020, 04:15:51 pm
Reward data for 2020-03-09

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 5748.82957 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1672514                          85.00410
1.2.424868                            9.43758
1.2.437438                            9.09636
1.2.1693506                           5.42871
1.2.1560396                           4.98597
1.2.36449                             2.93786
1.2.33015                             1.96768
1.2.799404                            1.84840
1.2.1703320                           1.68043
1.2.395549                            1.26610
1.2.1687144                           0.78793
1.2.409973                            0.46452
1.2.1160364                           0.41729
1.2.171761                            0.13892
1.2.1039433                           0.13521
1.2.449023                            0.07147
1.2.253044                            0.05556
1.2.126225                            0.03466
1.2.1702168                           0.03005
1.2.435970                            0.02938
1.2.1622513                           0.02701
1.2.1614154                           0.02419
1.2.1695688                           0.00246
1.2.170965                            0.00208
1.2.573323                            0.00165
1.2.1527702                           0.00073
1.2.1213071                           0.00068
1.2.1527713                           0.00059
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         262.90317
1.2.1619104                         228.42722
1.2.1695688                         197.64811
1.2.424868                          152.00282
1.2.1213071                          75.47975
1.2.437438                           49.01054
1.2.1214396                          33.50684
1.2.1560396                          11.53180
1.2.881146                            5.43738
1.2.395549                            1.78041
1.2.1672514                           1.76907
1.2.1687144                           1.66362
1.2.409973                            0.92573
1.2.1160364                           0.73291
1.2.799404                            0.38687
1.2.1622513                           0.23519
1.2.1039433                           0.21169
1.2.1527702                           0.18922
1.2.1527713                           0.16773
1.2.1682766                           0.09664
1.2.1760756                           0.08938
1.2.573323                            0.03384
1.2.446700                            0.01660
1.2.1066977                           0.01335
1.2.396635                            0.00663
1.2.449023                            0.00539

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.415588                         1272.14375
1.2.1692978                          66.98718
1.2.1591362                          44.23969
1.2.1592640                           3.35902
1.2.1698970                           1.26311
1.2.1565108                           1.17576
1.2.36449                             0.75713
1.2.395549                            0.37342
1.2.33015                             0.32543
1.2.1039433                           0.09080
1.2.203202                            0.07960
1.2.1108195                           0.06814
1.2.888089                            0.02606
1.2.354252                            0.01127
1.2.1621254                           0.00895
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1692978                          55.16640
1.2.1591362                          38.42472
1.2.1108195                          25.78439
1.2.1565108                           2.96909
1.2.606017                            2.37103
1.2.395549                            0.98733
1.2.1698970                           0.69719
1.2.102755                            0.63459
1.2.203202                            0.63271
1.2.415588                            0.44665
1.2.1621254                           0.13645
1.2.1606562                           0.08458
1.2.1039433                           0.08182
1.2.1703892                           0.00728

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         438.45592
1.2.437438                          117.08419
1.2.1703333                           2.44244
1.2.36449                             0.81656
1.2.1565108                           0.73356
1.2.33015                             0.52891
1.2.1701364                           0.32238
1.2.1622544                           0.11869
1.2.126225                            0.03396
1.2.138771                            0.01049
1.2.1702168                           0.00626
1.2.1066083                           0.00160
1.2.1712903                           0.00030
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                        1019.45672
1.2.437438                           11.32125
1.2.800115                            6.32103
1.2.1565108                           2.57402
1.2.1701364                           0.57035
1.2.1059354                           0.25382
1.2.126225                            0.24462
1.2.1622544                           0.22794
1.2.1558498                           0.00028
1.2.1104807                           0.00001

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1623109                           4.48920
1.2.163186                            4.21858
1.2.1560396                           1.31335
1.2.1565108                           1.19751
1.2.17391                             1.06327
1.2.36449                             0.51126
1.2.33015                             0.31553
1.2.395549                            0.30355
1.2.883916                            0.30057
1.2.1618052                           0.18451
1.2.1599329                           0.13701
1.2.973383                            0.12286
1.2.1011965                           0.12130
1.2.1039433                           0.11744
1.2.702289                            0.09092
1.2.1596231                           0.06863
1.2.604050                            0.06812
1.2.1751                              0.05954
1.2.126225                            0.03666
1.2.1702168                           0.02955
1.2.138771                            0.01865
1.2.182587                            0.00108
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                        1354.89664
1.2.17391                             6.00114
1.2.893637                            5.01506
1.2.1560396                           4.17804
1.2.1565108                           2.97152
1.2.883916                            0.82516
1.2.395549                            0.60595
1.2.1011965                           0.40662
1.2.1039433                           0.38490
1.2.102755                            0.37134
1.2.973383                            0.29709
1.2.702289                            0.27641
1.2.1702168                           0.19695
1.2.698                               0.19146
1.2.183307                            0.09919
1.2.126225                            0.09049
1.2.1596231                           0.07082
1.2.1207813                           0.04607

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.22066
1.2.376992                            0.04526
1.2.1214711                           0.01628
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.376992                            0.11190
1.2.1214711                           0.11015
1.2.185761                            0.08144

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                           4.34651
1.2.1210805                           3.67986
1.2.543432                            2.41195
1.2.414379                            0.29772
1.2.183307                            0.08673
1.2.571953                            0.04936
1.2.475905                            0.00142
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1599329                          60.55178
1.2.1210805                           3.68699
1.2.414379                            3.10098
1.2.1682384                           2.71447
1.2.530110                            1.92734
1.2.467032                            1.60279
1.2.570920                            0.71767
1.2.681077                            0.36606

Snapshots: https://mmcontest.bitshares.org/snapshots20200309.tbz

Code: [Select]
$ tar xjf snapshots20200309.tbz
$ find 2020-03-09 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
f7343fffcff9606b1fab2f1b47843a6d34753d13dd0229b5b5e5d66bfec3fc48  -

Proposal for sending out rewards of 2020-03-09:

https://cryptofresh.com/tx/bf9d0ede023665f930c512d7ce21a1503f544691
https://cryptofresh.com/b/46069484

https://cryptofresh.com/p/1.10.57734
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on March 11, 2020, 01:03:31 pm
Reward data for 2020-03-10

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 5751.26622 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1672514                          42.30454
1.2.437438                           32.84743
1.2.1611651                           8.76866
1.2.1560396                           6.72623
1.2.36449                             2.97874
1.2.1693506                           2.81778
1.2.33015                             1.84017
1.2.1621254                           1.36806
1.2.1703320                           1.23468
1.2.395549                            1.01270
1.2.1687144                           0.46898
1.2.409973                            0.44948
1.2.1586707                           0.36152
1.2.756556                            0.30859
1.2.1160364                           0.29717
1.2.1614154                           0.25222
1.2.1066083                           0.23824
1.2.126225                            0.14904
1.2.799404                            0.12519
1.2.424868                            0.12269
1.2.171761                            0.12030
1.2.1622513                           0.11520
1.2.1039433                           0.07881
1.2.1033235                           0.05398
1.2.253044                            0.04812
1.2.449023                            0.04593
1.2.1691739                           0.02687
1.2.435970                            0.02284
1.2.1702168                           0.02280
1.2.1316822                           0.02138
1.2.796113                            0.00426
1.2.170965                            0.00258
1.2.573323                            0.00143
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         161.76732
1.2.1619104                         152.63316
1.2.1695688                         142.76994
1.2.424868                          139.00949
1.2.1213071                          63.54500
1.2.1214396                          28.03009
1.2.1560396                          10.31366
1.2.799404                            4.20638
1.2.881146                            3.91289
1.2.395549                            1.49384
1.2.1687144                           1.04316
1.2.409973                            1.02791
1.2.1160364                           0.42776
1.2.1760756                           0.34042
1.2.1682766                           0.31111
1.2.1039433                           0.31056
1.2.1622513                           0.28677
1.2.33015                             0.24541
1.2.1527713                           0.21155
1.2.1527702                           0.20875
1.2.126225                            0.09535
1.2.796113                            0.05222
1.2.573323                            0.04129
1.2.446700                            0.02680
1.2.1066977                           0.01319
1.2.396635                            0.01071

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.415588                         1286.27778
1.2.1672514                          87.43307
1.2.1692978                          51.78094
1.2.1591362                          12.53328
1.2.1565108                           1.53578
1.2.1108195                           1.01222
1.2.395549                            1.00128
1.2.1698970                           0.79368
1.2.36449                             0.24366
1.2.1039433                           0.13804
1.2.33015                             0.11510
1.2.1597332                           0.02943
1.2.203202                            0.01965
1.2.888089                            0.01037
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1108195                          43.66355
1.2.1565108                           4.01115
1.2.395549                            0.63235
1.2.1597332                           0.43251
1.2.415588                            0.38951
1.2.1672514                           0.18502
1.2.1621254                           0.17058
1.2.203202                            0.13783
1.2.1039433                           0.12027
1.2.1606562                           0.03598

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         548.79405
1.2.437438                           38.60593
1.2.1703333                           1.64345
1.2.1565108                           1.25304
1.2.36449                             0.77714
1.2.33015                             0.48846
1.2.1701364                           0.20459
1.2.1622544                           0.14316
1.2.126225                            0.10701
1.2.1702168                           0.00115
1.2.138771                            0.00035
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                        1278.82988
1.2.993563                          115.47915
1.2.800115                            6.40991
1.2.1565108                           1.57690
1.2.1701364                           0.71638
1.2.1059354                           0.24615
1.2.126225                            0.24222
1.2.1622544                           0.23851

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.163186                            4.53900
1.2.1623109                           3.39749
1.2.1565108                           1.82593
1.2.1560396                           1.48502
1.2.1599329                           0.84613
1.2.36449                             0.72129
1.2.33015                             0.43618
1.2.395549                            0.31126
1.2.883916                            0.18477
1.2.126225                            0.10555
1.2.1618052                           0.10456
1.2.1011965                           0.09877
1.2.1039433                           0.09763
1.2.973383                            0.09668
1.2.702289                            0.08226
1.2.1751                              0.06407
1.2.604050                            0.04768
1.2.138771                            0.01278
1.2.182587                            0.00028
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                        1356.35524
1.2.1599329                          10.41976
1.2.17391                             6.47027
1.2.893637                            4.81412
1.2.1560396                           4.20772
1.2.1565108                           2.12370
1.2.395549                            1.10041
1.2.883916                            0.89748
1.2.102755                            0.63497
1.2.1011965                           0.62771
1.2.1039433                           0.51561
1.2.973383                            0.38189
1.2.698                               0.32244
1.2.702289                            0.29784
1.2.1702168                           0.23079
1.2.183307                            0.10776
1.2.1207813                           0.03081

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.22066
1.2.376992                            0.04526
1.2.1214711                           0.01628
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.376992                            0.11190
1.2.1214711                           0.11015
1.2.185761                            0.08144

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.414379                            8.63330
1.2.543432                            8.32657
1.2.1623109                           1.93934
1.2.1599329                           1.73726
1.2.390210                            0.86191
1.2.183307                            0.09868
1.2.571953                            0.02463
1.2.475905                            0.00071
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                           4.92492
1.2.530110                            4.70542
1.2.524889                            2.71257
1.2.414379                            2.49966
1.2.1599329                           1.34278
1.2.1682384                           1.32003
1.2.467032                            0.84400
1.2.1210805                           0.31272
1.2.681077                            0.24486
1.2.570920                            0.12352

Snapshots: https://mmcontest.bitshares.org/snapshots20200310.tbz

Code: [Select]
$ tar xjf snapshots20200310.tbz
$ find 2020-03-10 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
ae7b238628a016ffa9c964655f7615ae21faa2b94a1eb10a23f6939d5f44c890  -

Proposal for sending out rewards of 2020-03-10:

https://cryptofresh.com/tx/3f760cb547f3cdacdf7341295827b6a18627c99d
https://cryptofresh.com/b/46093231

https://cryptofresh.com/p/1.10.57750
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on March 12, 2020, 12:13:35 pm
Reward data for 2020-03-11

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 5674.41787 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.437438                           46.63153
1.2.1611651                          18.67668
1.2.1560396                           9.90529
1.2.36449                             3.39544
1.2.1614154                           2.65559
1.2.1621254                           2.58761
1.2.33015                             2.36318
1.2.1066083                           1.72034
1.2.1693506                           0.94476
1.2.756556                            0.93984
1.2.395549                            0.64559
1.2.1703320                           0.59550
1.2.1046331                           0.54693
1.2.1687144                           0.39705
1.2.409973                            0.35154
1.2.1160364                           0.20878
1.2.1622513                           0.13509
1.2.126225                            0.11127
1.2.1712903                           0.10467
1.2.1039433                           0.08238
1.2.435970                            0.06320
1.2.449023                            0.02366
1.2.1691739                           0.01584
1.2.1702168                           0.00851
1.2.1071905                           0.00502
1.2.1695688                           0.00480
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         232.04071
1.2.1695688                         175.50945
1.2.1619104                          94.86723
1.2.424868                           72.32228
1.2.1213071                          45.45461
1.2.1214396                          19.59575
1.2.1560396                          10.70689
1.2.799404                            4.84756
1.2.881146                            2.32846
1.2.409973                            1.41929
1.2.1687144                           1.23249
1.2.395549                            1.07079
1.2.1527713                           0.87069
1.2.1527702                           0.65808
1.2.1611651                           0.52603
1.2.36449                             0.51731
1.2.1039433                           0.51456
1.2.1622513                           0.34762
1.2.1160364                           0.34655
1.2.446700                            0.33361
1.2.33015                             0.32834
1.2.126225                            0.25520
1.2.1033235                           0.19271
1.2.573323                            0.14310
1.2.396635                            0.13339
1.2.1640883                           0.05904
1.2.1066977                           0.05649
1.2.796113                            0.03760
1.2.1712903                           0.02218
1.2.1066083                           0.00016

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.415588                         1532.98691
1.2.1692978                          44.04696
1.2.1672514                          10.85098
1.2.1591362                           9.52762
1.2.1565108                           2.79738
1.2.1108195                           2.45312
1.2.1597332                           0.96302
1.2.1698970                           0.89253
1.2.395549                            0.47941
1.2.36449                             0.44323
1.2.33015                             0.26996
1.2.1039433                           0.11375
1.2.1703892                           0.06630
1.2.888089                            0.00471
1.2.1712903                           0.00425
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1672514                         182.10152
1.2.1692978                         102.06507
1.2.1108195                          16.58757
1.2.1565108                           3.47982
1.2.1591362                           3.40551
1.2.203202                            1.15172
1.2.1597332                           1.14247
1.2.1606562                           1.07494
1.2.395549                            1.07299
1.2.1698970                           0.74150
1.2.415588                            0.42815
1.2.1039433                           0.28400
1.2.1621254                           0.22703
1.2.1712903                           0.02685

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         507.28071
1.2.437438                           61.78398
1.2.1565108                           2.20623
1.2.1703333                           1.51904
1.2.36449                             0.75140
1.2.33015                             0.49659
1.2.1066083                           0.26412
1.2.1701364                           0.17946
1.2.1622544                           0.12829
1.2.126225                            0.09613
1.2.1059354                           0.01324
1.2.1702168                           0.00043
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                        1359.03475
1.2.993563                          168.69541
1.2.800115                            6.21804
1.2.1565108                           1.49795
1.2.1701364                           0.69054
1.2.1622544                           0.38228
1.2.1059354                           0.22232
1.2.126225                            0.15560
1.2.1558498                           0.04376
1.2.437438                            0.01767

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                           6.64284
1.2.1565108                           3.68589
1.2.1560396                           2.22606
1.2.1618052                           1.48131
1.2.1623109                           0.81812
1.2.36449                             0.75166
1.2.163186                            0.52854
1.2.33015                             0.43017
1.2.1039433                           0.14110
1.2.883916                            0.13025
1.2.973383                            0.10757
1.2.395549                            0.10041
1.2.1011965                           0.09103
1.2.126225                            0.06269
1.2.702289                            0.04007
1.2.1751                              0.00746
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         775.04858
1.2.1599329                          30.94294
1.2.17391                            12.43941
1.2.893637                            3.76443
1.2.698                               3.68532
1.2.1560396                           2.87156
1.2.102755                            1.88727
1.2.883916                            1.88688
1.2.1565108                           1.84791
1.2.1011965                           1.36720
1.2.395549                            1.14600
1.2.702289                            0.54208
1.2.1039433                           0.45761
1.2.973383                            0.33799
1.2.1702168                           0.28560
1.2.183307                            0.11696

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.18556
1.2.376992                            0.04068
1.2.1214711                           0.01954
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.376992                            0.10074
1.2.1214711                           0.08271
1.2.185761                            0.06882

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.414379                           10.76501
1.2.1623109                           3.46613
1.2.1599329                           0.76161
1.2.571953                            0.15658
1.2.183307                            0.08525
1.2.475905                            0.00451
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                           4.28025
1.2.530110                            2.57969
1.2.414379                            1.32445
1.2.524889                            1.21534
1.2.1599329                           0.97690
1.2.1682384                           0.67950
1.2.467032                            0.42524
1.2.681077                            0.10098

Snapshots: https://mmcontest.bitshares.org/snapshots20200311.tbz

Code: [Select]
$ tar xjf snapshots20200311.tbz
$ find 2020-03-11 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
2297131e50eb4860ef9e9344996e642cac53ed44d19b5a3e3de1eccfe6523935  -

Proposal for sending out rewards of 2020-03-11:

https://cryptofresh.com/tx/fe06133382f583a103f48e61d066fa8738ffbdcc
https://cryptofresh.com/b/46120955

https://cryptofresh.com/p/1.10.57772
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on March 13, 2020, 08:12:04 am
Reward data for 2020-03-12

(note: SPARKDEX.BTC and SPARKDEX.ETH were removed since 2020-02-04)

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 3082.45455 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1560396                           5.80082
1.2.437438                            2.78913
1.2.1691739                           2.67428
1.2.36449                             1.97019
1.2.33015                             1.12136
1.2.395549                            0.73694
1.2.1687144                           0.61196
1.2.799404                            0.56710
1.2.1066083                           0.53284
1.2.409973                            0.50128
1.2.1621254                           0.18183
1.2.1614154                           0.14091
1.2.756556                            0.12394
1.2.1622513                           0.12142
1.2.1039433                           0.10380
1.2.1160364                           0.05042
1.2.1046331                           0.03749
1.2.126225                            0.02398
1.2.1527713                           0.02098
1.2.1527702                           0.01056
1.2.1712903                           0.00239
1.2.1619104                           0.00231
1.2.449023                            0.00118
1.2.604744                            0.00047
1.2.1015080                           0.00027
1.2.435970                            0.00006
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         278.06206
1.2.1619104                         219.88102
1.2.1695688                         183.82294
1.2.1213071                          66.84790
1.2.1214396                          32.74356
1.2.424868                           17.39938
1.2.1560396                          12.49283
1.2.881146                            6.00071
1.2.1616179                           4.38937
1.2.799404                            3.52465
1.2.36449                             1.72609
1.2.395549                            1.26822
1.2.409973                            1.22166
1.2.1687144                           1.18306
1.2.1691129                           0.80573
1.2.486857                            0.66007
1.2.33015                             0.65462
1.2.1527713                           0.56262
1.2.782669                            0.42309
1.2.1527702                           0.31448
1.2.1622513                           0.29443
1.2.1039433                           0.29084
1.2.1640883                           0.28673
1.2.1653544                           0.14273
1.2.1750023                           0.10128
1.2.446700                            0.09995
1.2.396635                            0.03848
1.2.573323                            0.02662
1.2.796113                            0.01935
1.2.1066977                           0.01844
1.2.1021184                           0.01638
1.2.1160364                           0.01265
1.2.1712903                           0.00475
1.2.1636927                           0.00411
1.2.1616484                           0.00006

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.415588                          804.10192
1.2.1692978                           5.55290
1.2.1672514                           4.79798
1.2.1591362                           2.71786
1.2.1565108                           1.55894
1.2.33015                             0.28015
1.2.395549                            0.23664
1.2.1108195                           0.15660
1.2.36449                             0.06974
1.2.355810                            0.06417
1.2.1039433                           0.06313
1.2.1703892                           0.01114
1.2.1597332                           0.00979
1.2.1698970                           0.00070
1.2.1309978                           0.00008
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1692978                         151.90078
1.2.1108195                          10.53344
1.2.1591362                           9.63338
1.2.1606562                           7.51738
1.2.355810                            6.20894
1.2.1565108                           2.59552
1.2.33015                             1.13260
1.2.1592640                           1.00143
1.2.1698970                           0.95525
1.2.36449                             0.85977
1.2.203202                            0.43760
1.2.457603                            0.36188
1.2.1039433                           0.26944
1.2.415588                            0.22198
1.2.395549                            0.20470
1.2.17391                             0.17356
1.2.1621254                           0.14893
1.2.1597332                           0.05350
1.2.102755                            0.02269
1.2.121                               0.02210
1.2.606017                            0.01766
1.2.1621128                           0.01094
1.2.457276                            0.00809
1.2.417653                            0.00051

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         189.83304
1.2.437438                           29.99467
1.2.1703333                           2.17264
1.2.1565108                           0.86778
1.2.36449                             0.39272
1.2.1701364                           0.22648
1.2.33015                             0.21829
1.2.1622544                           0.14541
1.2.1059354                           0.03857
1.2.800115                            0.02610
1.2.1702168                           0.02290
1.2.126225                            0.01781
1.2.138771                            0.01319
1.2.1572787                           0.00083
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         524.61311
1.2.437438                          245.61671
1.2.800115                            9.27899
1.2.1565108                           3.02299
1.2.1703333                           0.26886
1.2.1622544                           0.25163
1.2.1701364                           0.22088
1.2.126225                            0.12061

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                          23.25950
1.2.1560396                           1.56081
1.2.1565108                           1.43691
1.2.1623109                           1.40998
1.2.1618052                           0.54589
1.2.893637                            0.49142
1.2.36449                             0.40623
1.2.883916                            0.31693
1.2.395549                            0.28514
1.2.33015                             0.24345
1.2.163186                            0.22496
1.2.1011965                           0.17909
1.2.1751                              0.14108
1.2.1039433                           0.12334
1.2.973383                            0.12109
1.2.126225                            0.03603
1.2.558385                            0.01528
1.2.702289                            0.01510
1.2.183307                            0.01486
1.2.1702168                           0.01301
1.2.1121561                           0.00404
1.2.604050                            0.00374
1.2.138771                            0.00099
1.2.888089                            0.00025
1.2.182587                            0.00004
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         147.92920
1.2.698                               6.85004
1.2.102755                            3.98396
1.2.1560396                           3.54931
1.2.893637                            3.07328
1.2.1618052                           3.04206
1.2.1565108                           2.75479
1.2.17391                             1.78543
1.2.1011965                           0.99370
1.2.1039433                           0.47838
1.2.883916                            0.47755
1.2.973383                            0.28422
1.2.395549                            0.22701
1.2.126225                            0.07167
1.2.702289                            0.05084
1.2.1702168                           0.04980
1.2.183307                            0.00185
1.2.888089                            0.00019

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.07327
1.2.376992                            0.03311
1.2.1214711                           0.00829
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.376992                            0.04769
1.2.185761                            0.04463
1.2.1214711                           0.04156
1.2.168403                            0.01677

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1623109                           0.17471
1.2.414379                            0.02796
1.2.183307                            0.00194
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.414379                            0.61556
1.2.530110                            0.09396
1.2.1682384                           0.02556
1.2.1599329                           0.02020
1.2.183307                            0.01542
1.2.1621254                           0.00926
1.2.681077                            0.00543

Snapshots: https://mmcontest.bitshares.org/snapshots20200312.tbz

Code: [Select]
$ tar xjf snapshots20200312.tbz
$ find 2020-03-12 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
befaaddf05f374fc5ecb474936ec4ac51513686edaf0706503c02ac0c52d1e2f  -

Proposal for sending out rewards of 2020-03-12:

https://cryptofresh.com/tx/0e8fabd87a9832a6676560301245f376a0f0ffc4
https://cryptofresh.com/b/46144867

https://cryptofresh.com/p/1.10.57781
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on March 14, 2020, 01:29:41 pm
Reward data for 2020-03-13

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 1308.73466 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.437438                           20.27137
1.2.1693506                           5.34343
1.2.1560396                           3.45539
1.2.1703320                           1.97553
1.2.799404                            1.21765
1.2.1621254                           1.11134
1.2.36449                             0.78383
1.2.1066083                           0.69652
1.2.1614154                           0.68356
1.2.1687144                           0.62714
1.2.409973                            0.50453
1.2.33015                             0.36288
1.2.477471                            0.33151
1.2.395549                            0.29196
1.2.1160364                           0.26440
1.2.171761                            0.26297
1.2.1527713                           0.24933
1.2.881146                            0.17691
1.2.253044                            0.10519
1.2.1622513                           0.09611
1.2.1527702                           0.09178
1.2.520658                            0.07979
1.2.1593369                           0.07820
1.2.552781                            0.05257
1.2.838939                            0.05231
1.2.1702168                           0.03268
1.2.449023                            0.02858
1.2.1039433                           0.02588
1.2.782669                            0.02545
1.2.1619104                           0.00956
1.2.126225                            0.00552
1.2.170965                            0.00495
1.2.573323                            0.00491
1.2.1616850                           0.00128
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1213071                         101.94767
1.2.1619104                          73.30168
1.2.1214396                          49.18828
1.2.1560396                          10.19123
1.2.881146                           10.05239
1.2.1621254                           5.09745
1.2.36449                             3.24559
1.2.395549                            2.09105
1.2.799404                            1.49471
1.2.1616179                           1.21027
1.2.1687144                           1.13899
1.2.409973                            0.95333
1.2.33015                             0.85080
1.2.1160364                           0.46536
1.2.934266                            0.30376
1.2.1622513                           0.26154
1.2.486857                            0.19404
1.2.1039433                           0.19325
1.2.782669                            0.17512
1.2.444285                            0.11760
1.2.1527713                           0.06877
1.2.1750023                           0.05916
1.2.1527702                           0.04223
1.2.126225                            0.04094
1.2.1703320                           0.02305
1.2.573323                            0.01054
1.2.1021184                           0.00956
1.2.796113                            0.00802
1.2.446700                            0.00719
1.2.1066083                           0.00673
1.2.396635                            0.00250
1.2.1616484                           0.00012

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1672514                           8.02390
1.2.1108195                           1.88890
1.2.1565108                           0.85471
1.2.1591362                           0.41800
1.2.1592640                           0.13500
1.2.203202                            0.09516
1.2.395549                            0.08873
1.2.1597332                           0.05972
1.2.1039433                           0.03024
1.2.1593369                           0.01455
1.2.415588                            0.00404
1.2.36449                             0.00383
1.2.33015                             0.00123
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1591362                           2.93309
1.2.1565108                           2.31988
1.2.1108195                           0.75076
1.2.33015                             0.39667
1.2.395549                            0.31455
1.2.1621128                           0.16450
1.2.1039433                           0.10156
1.2.1672514                           0.03945
1.2.203202                            0.00516
1.2.1597332                           0.00358
1.2.501058                            0.00145
1.2.36449                             0.00115
1.2.614532                            0.00080

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1703333                           1.32230
1.2.1565108                           0.54862
1.2.36449                             0.28783
1.2.1622544                           0.19777
1.2.437438                            0.15070
1.2.1701364                           0.14745
1.2.138771                            0.09392
1.2.33015                             0.07521
1.2.800115                            0.01865
1.2.126225                            0.01722
1.2.1572787                           0.01067
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.437438                          865.50146
1.2.800115                           12.63774
1.2.1565108                           2.51319
1.2.1703333                           1.94062
1.2.1701364                           0.82512
1.2.1622544                           0.28858
1.2.33015                             0.26712
1.2.1702168                           0.25036
1.2.126225                            0.02934
1.2.36449                             0.00005

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.163186                           47.72433
1.2.1599329                          35.04391
1.2.1565108                           0.95344
1.2.1560396                           0.78028
1.2.17391                             0.72980
1.2.893637                            0.61993
1.2.614532                            0.46280
1.2.36449                             0.18545
1.2.604050                            0.17219
1.2.138771                            0.17110
1.2.1011965                           0.15538
1.2.395549                            0.11719
1.2.702289                            0.10649
1.2.973383                            0.10035
1.2.883916                            0.09932
1.2.33015                             0.07759
1.2.634395                            0.06365
1.2.1039433                           0.04451
1.2.1618052                           0.02467
1.2.183307                            0.02181
1.2.507112                            0.01997
1.2.1702168                           0.00912
1.2.888089                            0.00599
1.2.126225                            0.00518
1.2.182587                            0.00340
1.2.1101112                           0.00290
1.2.558385                            0.00130
1.2.478992                            0.00056
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.893637                            3.10231
1.2.1565108                           2.55475
1.2.1560396                           2.44204
1.2.698                               2.04827
1.2.1618052                           0.64531
1.2.1011965                           0.49474
1.2.395549                            0.34158
1.2.973383                            0.26445
1.2.883916                            0.25741
1.2.702289                            0.17165
1.2.1039433                           0.16444
1.2.614272                            0.15546
1.2.102755                            0.13945
1.2.36449                             0.13259
1.2.126225                            0.04662
1.2.33015                             0.02456
1.2.138771                            0.02249
1.2.182587                            0.00810
1.2.888089                            0.00673
1.2.377814                            0.00109
1.2.558385                            0.00093
1.2.183307                            0.00084

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.04438
1.2.376992                            0.02698
1.2.1214711                           0.01480
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.05054
1.2.376992                            0.02347
1.2.1214711                           0.01361

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

Snapshots: https://mmcontest.bitshares.org/snapshots20200313.tbz

Code: [Select]
$ tar xjf snapshots20200313.tbz
$ find 2020-03-13 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
942d284e092df242ef2c9ec910513ab354708c12637a8736c1c43edfdf397523  -

Proposal for sending out rewards of 2020-03-13:

https://cryptofresh.com/tx/61b67f710d65c5d794ba99c48d18ef984434e08b
https://cryptofresh.com/b/46179936

https://cryptofresh.com/p/1.10.57800
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: BunkerChainLabs-DataSecurityNode on March 14, 2020, 03:00:27 pm
Now i must question the Market making contest:

1. Did the MM have checked the trade volume for so long time?or considered it as a measure of the "liquidity"?

2. Did the MM have checked the growth rate of new effective users for so long time?or considered it as a measure of the "result"?

3. Did the MM have a BSIP for the community to vote?or the fund can be used easily by Committee without the vote of the community?

In a way, the MM became a joke slowly, only have expenditure,nothing gained.

These are fair questions to consider and get answers too.

I am finding it increasingly difficult to see why this is still running without seeing any visible benefit except to the few anonymous bots optimized to eat this up.
Title: Re: Market making contest (main thread)
Post by: abit on March 15, 2020, 06:31:59 pm
Reward data for 2020-03-14

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 2504.62177 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.437438                           38.04289
1.2.1693506                          13.44138
1.2.1560396                           4.80316
1.2.36449                             3.68303
1.2.1703320                           3.67193
1.2.33015                             2.45486
1.2.799404                            1.32816
1.2.756556                            1.26220
1.2.1690137                           0.81015
1.2.1621254                           0.77442
1.2.477471                            0.71782
1.2.1687144                           0.64439
1.2.171761                            0.58508
1.2.1637673                           0.47597
1.2.1066083                           0.35272
1.2.1606836                           0.30165
1.2.409973                            0.29924
1.2.1160364                           0.28136
1.2.1527713                           0.24264
1.2.253044                            0.23403
1.2.1622513                           0.12928
1.2.1702168                           0.08082
1.2.1527702                           0.07816
1.2.573323                            0.05455
1.2.782669                            0.05310
1.2.449023                            0.03138
1.2.477349                            0.01424
1.2.170965                            0.01041
1.2.1682766                           0.00692
1.2.1616850                           0.00491
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1213071                          75.83271
1.2.1214396                          38.03284
1.2.1560396                          18.45599
1.2.1619104                          18.27933
1.2.1621254                          16.44708
1.2.881146                            8.78250
1.2.799404                            4.51911
1.2.36449                             3.37550
1.2.33015                             3.02694
1.2.395549                            1.61402
1.2.1687144                           1.47607
1.2.409973                            0.86080
1.2.1160364                           0.68323
1.2.1622513                           0.57222
1.2.1703320                           0.39385
1.2.1606836                           0.10570
1.2.126225                            0.05513
1.2.477349                            0.00742
1.2.1527702                           0.00722

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1565108                           1.19791
1.2.1108195                           0.46574
1.2.1597332                           0.23063
1.2.395549                            0.10318
1.2.501058                            0.00253
1.2.620507                            0.00077
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1591362                           9.46332
1.2.1565108                           2.80786
1.2.1621128                           2.03552
1.2.33015                             0.51325
1.2.36449                             0.36424
1.2.354252                            0.27183
1.2.395549                            0.23097
1.2.1597332                           0.08097
1.2.620507                            0.00096

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621128                           4.18529
1.2.1703333                           2.47197
1.2.1565108                           1.06118
1.2.36449                             0.54581
1.2.437438                            0.26622
1.2.1622544                           0.24579
1.2.33015                             0.23530
1.2.1701364                           0.18032
1.2.138771                            0.17721
1.2.1572787                           0.01792
1.2.1558498                           0.00651
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.437438                         1624.32109
1.2.800115                           14.22577
1.2.1703333                           5.40216
1.2.1565108                           4.51493
1.2.1701364                           1.44546
1.2.1622544                           0.40422
1.2.1066083                           0.17133
1.2.1702168                           0.03298
1.2.126225                            0.02764
1.2.934266                            0.02655

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.163186                           24.45875
1.2.378299                            2.02850
1.2.1560396                           1.63239
1.2.1565108                           1.43955
1.2.36449                             1.26826
1.2.33015                             0.95957
1.2.395549                            0.39895
1.2.1621254                           0.39318
1.2.17391                             0.34480
1.2.893637                            0.31560
1.2.973383                            0.13786
1.2.1623109                           0.11187
1.2.614272                            0.08653
1.2.702289                            0.07191
1.2.138771                            0.06586
1.2.1011965                           0.02250
1.2.182587                            0.01993
1.2.1121561                           0.01085
1.2.604050                            0.00230
1.2.883916                            0.00165
1.2.1101112                           0.00149
1.2.183307                            0.00040
1.2.888089                            0.00027
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         366.63659
1.2.33015                           105.20644
1.2.36449                            12.80687
1.2.1019310                           8.08279
1.2.17391                             6.47076
1.2.1565108                           4.25450
1.2.1618052                           4.12253
1.2.1560396                           3.77058
1.2.893637                            3.51902
1.2.1621254                           2.86221
1.2.998                               1.17231
1.2.1011965                           0.75006
1.2.395549                            0.66218
1.2.614272                            0.61385
1.2.702289                            0.51520
1.2.883916                            0.31770
1.2.973383                            0.22930
1.2.126225                            0.02812
1.2.183307                            0.00916
1.2.138771                            0.00733
1.2.377814                            0.00574
1.2.182587                            0.00148
1.2.558385                            0.00093

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.06287
1.2.376992                            0.05626
1.2.1214711                           0.02059
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.08978
1.2.376992                            0.03556
1.2.1214711                           0.02416

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1682766                           0.02517
1.2.501058                            0.00489
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1682766                           0.03147

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.698                               1.73388
1.2.414379                            0.60561
1.2.33015                             0.55887
1.2.411140                            0.06313
1.2.1019310                           0.03319
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.33015                             0.12969
1.2.1210805                           0.11195
1.2.611135                            0.03163
1.2.570046                            0.02457
1.2.505576                            0.01536
1.2.705100                            0.00689
1.2.1067440                           0.00254
1.2.183307                            0.00125

Snapshots: https://mmcontest.bitshares.org/snapshots20200314.tbz

Code: [Select]
$ tar xjf snapshots20200314.tbz
$ find 2020-03-14 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
734eacdfead438826482aa92e4257de8aa3f055aaa6c8c6d5266498b442c3a48  -

Proposal for sending out rewards of 2020-03-14:

https://cryptofresh.com/tx/618c821f153ad79afdfac566f1215f1297927f5a
https://cryptofresh.com/b/46214687

https://cryptofresh.com/p/1.10.57826
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on March 16, 2020, 07:38:58 am
Reward data for 2020-03-15

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 2847.01291 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.437438                          141.06420
1.2.36449                            35.19609
1.2.33015                            33.11095
1.2.1693506                          25.24260
1.2.1599329                          11.57560
1.2.756556                            5.82546
1.2.1703320                           4.86116
1.2.1560396                           4.66823
1.2.799404                            1.49420
1.2.477471                            1.04824
1.2.1687144                           0.81471
1.2.1690137                           0.75282
1.2.171761                            0.60223
1.2.831392                            0.55992
1.2.395549                            0.51748
1.2.409973                            0.46502
1.2.1066083                           0.45210
1.2.1160364                           0.37295
1.2.253044                            0.24089
1.2.435970                            0.19761
1.2.1527713                           0.16957
1.2.1702168                           0.13481
1.2.1527702                           0.09182
1.2.1622513                           0.09139
1.2.782669                            0.05050
1.2.449023                            0.04887
1.2.1621254                           0.04190
1.2.877514                            0.02066
1.2.573323                            0.01547
1.2.477349                            0.01384
1.2.170965                            0.01271
1.2.996390                            0.01234
1.2.396635                            0.00746
1.2.1616850                           0.00511
1.2.796113                            0.00330
1.2.126225                            0.00130
1.2.1015080                           0.00016
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1213071                          58.09653
1.2.1214396                          26.70570
1.2.1703320                          14.06874
1.2.1621254                          11.99372
1.2.1560396                          11.99193
1.2.1619104                           7.88831
1.2.881146                            4.94729
1.2.33015                             4.29770
1.2.36449                             3.02418
1.2.395549                            2.97315
1.2.1687144                           1.58927
1.2.799404                            1.39247
1.2.409973                            1.03424
1.2.1160364                           0.71814
1.2.1622513                           0.57060
1.2.437438                            0.28040
1.2.1606836                           0.16224
1.2.126225                            0.11475
1.2.477349                            0.05307
1.2.1015080                           0.05230
1.2.573323                            0.03324
1.2.1527702                           0.00080
1.2.1527713                           0.00038

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1591362                           6.12117
1.2.36449                             4.30582
1.2.1621254                           4.05654
1.2.1108195                           3.94393
1.2.33015                             2.76315
1.2.1565108                           1.43586
1.2.395549                            0.30114
1.2.1597332                           0.13956
1.2.996390                            0.00988
1.2.396635                            0.00057
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                          33.92241
1.2.33015                            12.21823
1.2.36449                            12.00458
1.2.1108195                          11.60525
1.2.1591362                           3.89846
1.2.1565108                           2.97636
1.2.395549                            0.96580
1.2.1621128                           0.78005
1.2.501058                            0.43691
1.2.1597332                           0.28132
1.2.354252                            0.15017
1.2.396635                            0.00152

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1621128                           9.34364
1.2.1703333                           2.20762
1.2.36449                             1.65379
1.2.1565108                           0.70552
1.2.138771                            0.38093
1.2.1622544                           0.32663
1.2.1701364                           0.24636
1.2.437438                            0.11146
1.2.1572787                           0.05099
1.2.1558498                           0.00064
1.2.800115                            0.00054
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.437438                         1257.76372
1.2.800115                           16.70216
1.2.1565108                           5.25299
1.2.1703333                           2.95998
1.2.1701364                           0.81675
1.2.1622544                           0.36721
1.2.1066083                           0.35123
1.2.934266                            0.26560
1.2.126225                            0.03972
1.2.1702168                           0.00514
1.2.1761059                           0.00497
1.2.1611571                           0.00001

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.163186                           22.42367
1.2.36449                             9.85178
1.2.33015                             8.61742
1.2.1560396                           1.84217
1.2.1621254                           1.47205
1.2.1565108                           1.15758
1.2.395549                            0.26697
1.2.1623109                           0.26530
1.2.973383                            0.12914
1.2.138771                            0.10753
1.2.17391                             0.10343
1.2.1011965                           0.07909
1.2.702289                            0.06861
1.2.182587                            0.05768
1.2.1121561                           0.01743
1.2.1101112                           0.00136
1.2.961627                            0.00107
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         664.50759
1.2.33015                           256.97332
1.2.36449                            26.27509
1.2.17391                             7.52848
1.2.1621254                           7.06817
1.2.893637                            4.08091
1.2.1560396                           3.56046
1.2.1565108                           3.18330
1.2.395549                            1.13888
1.2.998                               0.71220
1.2.1011965                           0.39913
1.2.702289                            0.38662
1.2.883916                            0.32155
1.2.973383                            0.23962
1.2.614272                            0.11885
1.2.126225                            0.05243
1.2.378299                            0.01382
1.2.377814                            0.00533
1.2.183307                            0.00420
1.2.961627                            0.00194
1.2.558385                            0.00006

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.06287
1.2.376992                            0.05626
1.2.1214711                           0.02059
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.08978
1.2.376992                            0.03556
1.2.1214711                           0.02416

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.501058                            0.01387
1.2.1682766                           0.01360
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1682766                           0.01289

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

Snapshots: https://mmcontest.bitshares.org/snapshots20200315.tbz

Code: [Select]
$ tar xjf snapshots20200315.tbz
$ find 2020-03-15 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
ecf92661b9c36f1bdf185db3242a8f6fcc37d28865341b30e4ee02a21a47a53b  -

Proposal for sending out rewards of 2020-03-15:

https://cryptofresh.com/tx/90868ef08d4490f6392975c46bf5d85e85bcb009
https://cryptofresh.com/b/46230391

https://cryptofresh.com/p/1.10.57844
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on March 17, 2020, 09:35:25 am
Reward data for 2020-03-16

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 3241.55605 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.465853                          272.56223
1.2.437438                           50.59323
1.2.36449                            26.93790
1.2.33015                            25.31977
1.2.1693506                           7.95537
1.2.1560396                           4.78756
1.2.756556                            3.26182
1.2.1599329                           2.63837
1.2.799404                            1.47760
1.2.1691739                           1.23927
1.2.1703320                           1.13599
1.2.395549                            0.60141
1.2.435970                            0.55623
1.2.1687144                           0.42158
1.2.409973                            0.37689
1.2.1160364                           0.28161
1.2.171761                            0.20148
1.2.477471                            0.11546
1.2.126225                            0.11351
1.2.253044                            0.08059
1.2.1622513                           0.07522
1.2.1527713                           0.06343
1.2.1702168                           0.04213
1.2.477349                            0.03831
1.2.424868                            0.03757
1.2.1527702                           0.03472
1.2.573323                            0.02995
1.2.396635                            0.02427
1.2.796113                            0.01817
1.2.877514                            0.01627
1.2.449023                            0.01460
1.2.775263                            0.01360
1.2.782669                            0.00982
1.2.1695688                           0.00528
1.2.1690137                           0.00507
1.2.170965                            0.00393
1.2.1621254                           0.00329
1.2.1616850                           0.00171
1.2.435569                            0.00095
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         243.34034
1.2.1695688                         156.20562
1.2.1213071                          69.31016
1.2.1214396                          33.43180
1.2.1621254                          15.11417
1.2.1560396                          13.08316
1.2.1619104                          10.52304
1.2.1591362                           9.07760
1.2.424868                            8.40141
1.2.881146                            6.55802
1.2.1599329                           3.86756
1.2.395549                            2.96596
1.2.490345                            2.59799
1.2.1703320                           2.41298
1.2.33015                             2.15829
1.2.409973                            2.02963
1.2.1687144                           2.00998
1.2.799404                            1.44543
1.2.1160364                           1.03187
1.2.126225                            0.39814
1.2.1606836                           0.17140
1.2.1622513                           0.16191
1.2.573323                            0.08494
1.2.1527702                           0.02562
1.2.1527713                           0.01674
1.2.437438                            0.01013
1.2.1682766                           0.00674
1.2.1015080                           0.00468

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                          48.18156
1.2.36449                            10.90345
1.2.33015                             9.51159
1.2.1599329                           6.48920
1.2.1621254                           4.09278
1.2.1565108                           1.56494
1.2.1597332                           0.35232
1.2.395549                            0.34525
1.2.1698970                           0.26772
1.2.1592640                           0.05237
1.2.1591362                           0.01987
1.2.203202                            0.01042
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                         143.04898
1.2.36449                            82.09615
1.2.33015                            57.41562
1.2.1692978                          25.99927
1.2.1108195                          19.69820
1.2.1698970                           3.11081
1.2.1565108                           2.82799
1.2.1592640                           2.74358
1.2.1591362                           1.92116
1.2.1621128                           1.05985
1.2.395549                            1.03985
1.2.1597332                           0.34009
1.2.354252                            0.10764
1.2.1685794                           0.08476
1.2.396635                            0.01203
1.2.1682766                           0.00100

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         221.89442
1.2.36449                             8.33854
1.2.1621128                           3.27579
1.2.437438                            0.91236
1.2.1565108                           0.89102
1.2.1703333                           0.36495
1.2.33015                             0.33299
1.2.1701364                           0.29182
1.2.1622544                           0.16245
1.2.138771                            0.06951
1.2.800115                            0.02842
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         355.58137
1.2.437438                          256.54775
1.2.800115                            8.27715
1.2.138771                            2.79788
1.2.1565108                           1.52237
1.2.1703333                           0.54389
1.2.1701364                           0.40000
1.2.934266                            0.36307
1.2.1622544                           0.27288
1.2.1066083                           0.12319
1.2.126225                            0.01624

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.163186                           12.91784
1.2.36449                             6.60541
1.2.33015                             5.15207
1.2.1565108                           2.48296
1.2.1560396                           2.05836
1.2.1623109                           0.53984
1.2.1621254                           0.22736
1.2.395549                            0.20957
1.2.1599329                           0.17508
1.2.973383                            0.11568
1.2.1011965                           0.08131
1.2.126225                            0.07073
1.2.17391                             0.05959
1.2.702289                            0.04525
1.2.138771                            0.02887
1.2.1121561                           0.00655
1.2.1101112                           0.00078
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         732.09935
1.2.33015                           100.65482
1.2.36449                            30.90709
1.2.1599329                          19.22917
1.2.1621254                          18.03986
1.2.17391                             7.76688
1.2.998                               6.03253
1.2.893637                            3.58163
1.2.1560396                           2.87031
1.2.1565108                           1.65915
1.2.883916                            1.39742
1.2.395549                            1.14796
1.2.1618052                           0.98629
1.2.378299                            0.82212
1.2.1011965                           0.77766
1.2.702289                            0.57935
1.2.973383                            0.30239
1.2.126225                            0.08867
1.2.183307                            0.04774
1.2.182587                            0.02303
1.2.558385                            0.01555
1.2.377814                            0.01187
1.2.1702168                           0.00674

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.06310
1.2.376992                            0.05485
1.2.1214711                           0.02067
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.08956
1.2.376992                            0.03467
1.2.1214711                           0.02409

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1682766                           0.01952
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1682766                           0.05443

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.698                               4.55594
1.2.414379                            2.11559
1.2.33015                             0.27089
1.2.411140                            0.16586
1.2.570046                            0.15930
1.2.1081424                           0.00001
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.414379                            0.25467
1.2.33015                             0.00009

Snapshots: https://mmcontest.bitshares.org/snapshots20200316.tbz

Code: [Select]
$ tar xjf snapshots20200316.tbz
$ find 2020-03-16 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
959da494f3c5d918eeec8a4a42ca8fb0109d6c5ebb4f3b40fc5be497e298b555  -

Proposal for sending out rewards of 2020-03-16:

https://cryptofresh.com/tx/2ecac66b60c8869018a192058feee22c56871094
https://cryptofresh.com/b/46261439

https://cryptofresh.com/p/1.10.57862
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: binggo on March 18, 2020, 12:57:35 am

So, which committee can answer these questions?


Now i must question the Market making contest:

1. Did the MM have checked the trade volume for so long time?or considered it as a measure of the "liquidity"?

2. Did the MM have checked the growth rate of new effective users for so long time?or considered it as a measure of the "result"?

3. Did the MM have a BSIP for the community to vote?or the fund can be used easily by Committee without the vote of the community?

In a way, the MM became a joke slowly, only have expenditure,nothing gained.
Title: Re: Market making contest (main thread)
Post by: bitcrab on March 18, 2020, 03:24:54 am
Now i must question the Market making contest:

1. Did the MM have checked the trade volume for so long time?or considered it as a measure of the "liquidity"?

2. Did the MM have checked the growth rate of new effective users for so long time?or considered it as a measure of the "result"?

3. Did the MM have a BSIP for the community to vote?or the fund can be used easily by Committee without the vote of the community?

In a way, the MM became a joke slowly, only have expenditure,nothing gained.

These are fair questions to consider and get answers too.

I am finding it increasingly difficult to see why this is still running without seeing any visible benefit except to the few anonymous bots optimized to eat this up.

here are some pics to show how the trading volume of some relevant pairs changed after the contest began at the end of Oct 2019:

(http://i2.tiimg.com/523014/4f385603edcc0352.png)

(http://i2.tiimg.com/523014/96f985ad55b56245.png)

(http://i2.tiimg.com/523014/dfa592c06ee2a214.png)

(http://i2.tiimg.com/523014/21ba73f5300ff127.png)

Definitely the contest make big sense for a DEX and should continue.
Title: Re: Market making contest (main thread)
Post by: binggo on March 18, 2020, 04:08:15 am
These pics were meaningless,if didn't have BSIP76, we will see the true, this is very clearly, don't act like a blind.


and the committee still didn't answer these questions.

------------------------------------

这些数据一点意义都没有,如果没有BSIP76或者喂价越过锁定喂价,真相一目了然。


我问的是问题,东拉西扯的扯这些没用的干什么?交易大赛一开始就知道这些数据是怎么回事,难道现在才知道吗?



Definitely the contest make big sense for a DEX and should continue.
Title: Re: Market making contest (main thread)
Post by: abit on March 18, 2020, 11:25:11 am
Reward data for 2020-03-17

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 2673.45208 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.465853                          207.53164
1.2.36449                            19.71923
1.2.33015                            16.14620
1.2.437438                           12.08876
1.2.1560396                           5.21712
1.2.1599329                           2.65306
1.2.1693506                           1.67562
1.2.395549                            0.90191
1.2.1687144                           0.64681
1.2.409973                            0.54830
1.2.1703320                           0.44263
1.2.799404                            0.42473
1.2.424868                            0.39205
1.2.1160364                           0.33518
1.2.126225                            0.17938
1.2.1622513                           0.11767
1.2.477349                            0.03684
1.2.1527713                           0.01911
1.2.1691739                           0.01628
1.2.1702168                           0.01249
1.2.573323                            0.01185
1.2.1527702                           0.01087
1.2.396635                            0.00905
1.2.796113                            0.00617
1.2.449023                            0.00461
1.2.877514                            0.00425
1.2.1616850                           0.00008
1.2.171761                            0.00007
1.2.253044                            0.00002
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                         132.54434
1.2.1691739                         125.59589
1.2.1213071                          69.36557
1.2.1599329                          36.32380
1.2.1214396                          32.02757
1.2.424868                           14.47642
1.2.1560396                          11.56475
1.2.1619104                           9.34639
1.2.881146                            5.70633
1.2.33015                             4.40825
1.2.799404                            3.73158
1.2.395549                            3.13197
1.2.1687144                           1.37628
1.2.409973                            1.07502
1.2.1160364                           0.66909
1.2.126225                            0.42569
1.2.1622513                           0.27014
1.2.1703320                           0.19452
1.2.573323                            0.15507
1.2.1527702                           0.05958
1.2.1527713                           0.05430
1.2.1685794                           0.00256
1.2.796113                            0.00238
1.2.1691129                           0.00081

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                          24.18057
1.2.1591362                          12.11562
1.2.36449                             3.92860
1.2.33015                             2.83745
1.2.1565108                           1.25948
1.2.1621254                           1.05805
1.2.1599329                           1.01512
1.2.395549                            0.76095
1.2.1698970                           0.16746
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                          60.50410
1.2.1692978                          24.39138
1.2.1108195                          23.96600
1.2.1591362                           8.65472
1.2.1698970                           4.75665
1.2.1592640                           3.42837
1.2.1565108                           2.95442
1.2.36449                             1.56185
1.2.395549                            1.33870
1.2.1158950                           1.27926
1.2.1700686                           0.02038
1.2.1597332                           0.01352
1.2.424868                            0.00834

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         315.64802
1.2.36449                             7.46902
1.2.33015                             0.91558
1.2.1565108                           0.63962
1.2.1622544                           0.32941
1.2.1701364                           0.28839
1.2.1703333                           0.04664
1.2.437438                            0.03071
1.2.800115                            0.03047
1.2.1621128                           0.02348
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         387.95195
1.2.437438                          147.89387
1.2.800115                            8.05934
1.2.1565108                           4.79216
1.2.138771                            3.59213
1.2.1703333                           0.86869
1.2.1701364                           0.53869
1.2.1622544                           0.37562
1.2.934266                            0.12814
1.2.126225                            0.03848
1.2.1712903                           0.00036

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             4.71628
1.2.33015                             4.12782
1.2.1560396                           1.44752
1.2.1565108                           0.92613
1.2.1599329                           0.79096
1.2.883916                            0.63340
1.2.163186                            0.42513
1.2.1623109                           0.37304
1.2.395549                            0.31077
1.2.1011965                           0.13402
1.2.973383                            0.13209
1.2.702289                            0.07821
1.2.126225                            0.04401
1.2.138771                            0.01966
1.2.182587                            0.00471
1.2.1121561                           0.00462
1.2.17391                             0.00196
1.2.1101112                           0.00002
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         760.02024
1.2.33015                            45.40476
1.2.36449                            30.12941
1.2.998                               6.55144
1.2.1565108                           5.52134
1.2.893637                            4.78743
1.2.1560396                           3.86431
1.2.378299                            1.67541
1.2.1618052                           1.58896
1.2.1599329                           1.25394
1.2.1011965                           0.57016
1.2.702289                            0.55033
1.2.395549                            0.53479
1.2.883916                            0.45031
1.2.973383                            0.27916
1.2.558385                            0.21213
1.2.126225                            0.16111
1.2.17391                             0.15239
1.2.183307                            0.05218
1.2.377814                            0.02363
1.2.1702168                           0.01118

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.14549
1.2.376992                            0.02220
1.2.1214711                           0.00962
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.08142
1.2.1214711                           0.06447
1.2.376992                            0.05431

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.698                               7.88076
1.2.414379                            2.76509
1.2.33015                             0.35289
1.2.570046                            0.21172
1.2.411140                            0.04274
1.2.1682384                           0.00113
1.2.542490                            0.00083
1.2.571953                            0.00067
1.2.183307                            0.00005
1.2.527775                            0.00004
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.33015                             1.71666
1.2.414379                            0.43329
1.2.548288                            0.17423
1.2.489692                            0.00747

Snapshots: https://mmcontest.bitshares.org/snapshots20200317.tbz

Code: [Select]
$ tar xjf snapshots20200317.tbz
$ find 2020-03-17 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
ac4ebe3eca684ddb4d94fb2bc8ade0007a5c852b449c45aebf35f895ed032925  -

Proposal for sending out rewards of 2020-03-17:

https://cryptofresh.com/tx/d9c88af6c199566b8ae6e6a91293c3eaeb184782
https://cryptofresh.com/b/46292332

https://cryptofresh.com/p/1.10.57878
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on March 19, 2020, 01:13:25 pm
Reward data for 2020-03-18

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 4576.06253 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.465853                          247.75940
1.2.36449                            17.97523
1.2.437438                           15.21079
1.2.33015                            14.57321
1.2.1560396                           5.21789
1.2.1599329                           3.99588
1.2.1693506                           3.32202
1.2.1703320                           2.03821
1.2.799404                            1.28476
1.2.395549                            1.18353
1.2.1687144                           0.72521
1.2.409973                            0.72321
1.2.1160364                           0.43541
1.2.424868                            0.22053
1.2.126225                            0.20286
1.2.1622513                           0.08487
1.2.1691739                           0.07442
1.2.477349                            0.06394
1.2.171761                            0.05290
1.2.1527713                           0.03623
1.2.1672514                           0.03514
1.2.1702168                           0.02415
1.2.253044                            0.02116
1.2.1527702                           0.02034
1.2.573323                            0.01806
1.2.396635                            0.01395
1.2.877514                            0.01270
1.2.1761186                           0.00963
1.2.796113                            0.00777
1.2.449023                            0.00653
1.2.366568                            0.00526
1.2.1695688                           0.00274
1.2.434910                            0.00117
1.2.1616850                           0.00100
1.2.170965                            0.00038
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         600.28173
1.2.1695688                         367.34084
1.2.1213071                          92.11340
1.2.1214396                          48.51158
1.2.1599329                          29.49192
1.2.1619104                          15.96380
1.2.1560396                          13.73891
1.2.881146                           10.84800
1.2.33015                             8.08589
1.2.395549                            3.18398
1.2.799404                            2.82226
1.2.1703320                           1.82086
1.2.1687144                           1.62116
1.2.409973                            0.90936
1.2.1160364                           0.59401
1.2.424868                            0.25813
1.2.1672514                           0.21847
1.2.126225                            0.20429
1.2.1622513                           0.19350
1.2.1637673                           0.17052
1.2.573323                            0.11364
1.2.1527702                           0.03720
1.2.1527713                           0.01877
1.2.1761186                           0.00417

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                          27.60710
1.2.36449                            14.04496
1.2.1591362                          13.03495
1.2.33015                             9.00704
1.2.1621254                           2.68761
1.2.1565108                           1.30714
1.2.1599329                           0.70254
1.2.395549                            0.48409
1.2.203202                            0.35734
1.2.1698970                           0.28396
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                          43.12690
1.2.36449                            29.00355
1.2.1692978                          20.53958
1.2.1108195                          20.12499
1.2.33015                            10.78677
1.2.1698970                           3.96797
1.2.1565108                           3.10108
1.2.395549                            1.96373
1.2.1592640                           1.37386
1.2.1591362                           0.55399
1.2.1599329                           0.13816

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         585.97769
1.2.36449                             7.73726
1.2.1565108                           0.51292
1.2.1701364                           0.33958
1.2.1622544                           0.27685
1.2.437438                            0.05270
1.2.800115                            0.03091
1.2.1703333                           0.00993
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         711.97375
1.2.437438                          612.39551
1.2.800115                            8.79267
1.2.1565108                           3.61951
1.2.1703333                           1.77380
1.2.138771                            1.30173
1.2.1701364                           0.64584
1.2.1622544                           0.35407
1.2.126225                            0.05022

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.831392                           46.37637
1.2.1599329                          20.63260
1.2.36449                             9.81972
1.2.33015                             8.59269
1.2.163186                            6.86063
1.2.1623109                           3.46303
1.2.1560396                           1.82964
1.2.1565108                           0.88885
1.2.395549                            0.39047
1.2.883916                            0.27377
1.2.1011965                           0.23014
1.2.702289                            0.17177
1.2.973383                            0.13379
1.2.138771                            0.04562
1.2.17391                             0.03164
1.2.182587                            0.01930
1.2.1121561                           0.00499
1.2.1101112                           0.00041
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         738.23383
1.2.33015                            32.58374
1.2.36449                            17.20638
1.2.1565108                           4.87919
1.2.893637                            4.04748
1.2.998                               3.90139
1.2.1560396                           3.82696
1.2.378299                            0.93760
1.2.883916                            0.55547
1.2.395549                            0.52490
1.2.126225                            0.31529
1.2.1011965                           0.27512
1.2.973383                            0.25203
1.2.702289                            0.22918
1.2.1618052                           0.08523
1.2.558385                            0.07911
1.2.183307                            0.03126
1.2.377814                            0.01193

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.22207
1.2.376992                            0.04468
1.2.1214711                           0.01046
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.376992                            0.11332
1.2.1214711                           0.10793
1.2.185761                            0.08144

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.698                               7.68963
1.2.414379                            2.75439
1.2.33015                             0.33038
1.2.570046                            0.19050
1.2.1081424                           0.18036
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.33015                             1.95239
1.2.414379                            0.43331
1.2.548288                            0.26103

Snapshots: https://mmcontest.bitshares.org/snapshots20200318.tbz

Code: [Select]
$ tar xjf snapshots20200318.tbz
$ find 2020-03-18 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
c1416e753e9264081b79d2daabade614756d35cd14a842cfa4e826d85631ab18  -

Proposal for sending out rewards of 2020-03-18:

https://cryptofresh.com/tx/f5e82fb7fc90b4c164d71f6a5a2ae3e3d892dd34
https://cryptofresh.com/b/46323243

https://cryptofresh.com/p/1.10.57905
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on March 20, 2020, 05:01:03 pm
Reward data for 2020-03-19

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 3185.28374 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691739                          24.72685
1.2.36449                            14.30813
1.2.33015                            12.16750
1.2.465853                            9.04249
1.2.1592306                           5.71683
1.2.504310                            4.99156
1.2.1560396                           4.52965
1.2.437438                            2.56881
1.2.1599329                           1.44214
1.2.799404                            1.41615
1.2.1672514                           1.25000
1.2.1693506                           0.96387
1.2.1703320                           0.87842
1.2.395549                            0.71844
1.2.1687144                           0.68304
1.2.409973                            0.44063
1.2.477471                            0.37630
1.2.881146                            0.24450
1.2.1527713                           0.20571
1.2.1695688                           0.18536
1.2.423992                            0.17767
1.2.1160364                           0.16622
1.2.1622513                           0.15844
1.2.126225                            0.14270
1.2.1591362                           0.07914
1.2.171761                            0.04950
1.2.424868                            0.04656
1.2.782669                            0.02939
1.2.1527702                           0.02376
1.2.253044                            0.01859
1.2.138771                            0.01434
1.2.573323                            0.01153
1.2.477349                            0.00837
1.2.637700                            0.00599
1.2.1702168                           0.00574
1.2.1015080                           0.00336
1.2.877514                            0.00289
1.2.396635                            0.00247
1.2.449023                            0.00213
1.2.796113                            0.00193
1.2.831392                            0.00186
1.2.366568                            0.00183
1.2.170965                            0.00102
1.2.1616850                           0.00036
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         624.69342
1.2.1695688                         358.25102
1.2.424868                          137.13798
1.2.1619104                         106.83216
1.2.1213071                          89.63857
1.2.1214396                          44.89316
1.2.1560396                          11.38886
1.2.1591362                           6.10687
1.2.881146                            5.75392
1.2.1703320                           4.88430
1.2.395549                            3.83716
1.2.1687144                           2.20307
1.2.409973                            1.81900
1.2.799404                            1.79186
1.2.1599329                           1.52776
1.2.1160364                           0.91702
1.2.1622513                           0.26438
1.2.126225                            0.23046
1.2.449023                            0.15523
1.2.1015080                           0.14125
1.2.1527702                           0.13936
1.2.1637673                           0.08455
1.2.1672514                           0.06308
1.2.1527713                           0.05989
1.2.1702168                           0.02811
1.2.573323                            0.01780
1.2.1121561                           0.01343
1.2.477349                            0.00955
1.2.796113                            0.00636
1.2.457447                            0.00476
1.2.1298632                           0.00415
1.2.1616850                           0.00404
1.2.1606836                           0.00296
1.2.267889                            0.00268

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1591362                          13.86328
1.2.1692978                          13.85487
1.2.1621254                          11.75875
1.2.36449                             4.98844
1.2.1108195                           2.84185
1.2.33015                             2.51181
1.2.1565108                           1.31878
1.2.1698970                           0.84570
1.2.395549                            0.48704
1.2.1599329                           0.33547
1.2.203202                            0.26257
1.2.1592306                           0.01644
1.2.138771                            0.00922
1.2.1592640                           0.00019
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1108195                          25.15905
1.2.1621254                          14.28488
1.2.1592640                           5.48483
1.2.36449                             3.14451
1.2.1565108                           3.11370
1.2.33015                             2.52726
1.2.1692978                           1.82392
1.2.395549                            0.78988
1.2.1698970                           0.49010
1.2.1591362                           0.17368
1.2.138771                            0.11574
1.2.1597332                           0.02114
1.2.203202                            0.01505
1.2.1599329                           0.00807
1.2.1685794                           0.00126
1.2.457447                            0.00005

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         440.06363
1.2.831392                           12.73207
1.2.36449                             9.87877
1.2.33015                             2.35324
1.2.1565108                           1.58962
1.2.1701364                           0.22685
1.2.1622544                           0.22597
1.2.138771                            0.16401
1.2.800115                            0.03195
1.2.415588                            0.01728
1.2.1030523                           0.01264
1.2.437438                            0.00237
1.2.1298632                           0.00002
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         713.56166
1.2.437438                           16.61904
1.2.800115                            4.16653
1.2.1565108                           1.71028
1.2.138771                            1.02929
1.2.1703333                           0.79565
1.2.1701364                           0.72652
1.2.1622544                           0.46519
1.2.126225                            0.01427
1.2.1015080                           0.00016

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.163186                          194.09154
1.2.1599329                          13.68982
1.2.36449                             6.28153
1.2.33015                             5.47320
1.2.831392                            1.97689
1.2.1560396                           1.74914
1.2.893637                            1.64364
1.2.1623109                           0.72609
1.2.1565108                           0.69869
1.2.17391                             0.58686
1.2.883916                            0.33074
1.2.395549                            0.30228
1.2.1011965                           0.21364
1.2.702289                            0.13851
1.2.973383                            0.11823
1.2.138771                            0.07459
1.2.1101112                           0.03373
1.2.888089                            0.01891
1.2.126225                            0.01720
1.2.1039433                           0.00772
1.2.182587                            0.00272
1.2.1121561                           0.00186
1.2.1618052                           0.00064
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         118.60199
1.2.1599329                          15.88554
1.2.33015                             4.95608
1.2.1565108                           3.90862
1.2.1560396                           1.92013
1.2.395549                            0.65435
1.2.893637                            0.52020
1.2.883916                            0.45828
1.2.1011965                           0.29473
1.2.138771                            0.25907
1.2.973383                            0.20715
1.2.702289                            0.17845
1.2.1618052                           0.16560
1.2.888089                            0.13947
1.2.998                               0.08542
1.2.378299                            0.06930
1.2.126225                            0.04241
1.2.1039433                           0.04124
1.2.182587                            0.02333
1.2.558385                            0.01311
1.2.377814                            0.00089
1.2.183307                            0.00068

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.05221
1.2.376992                            0.00968
1.2.1214711                           0.00589
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.03937
1.2.376992                            0.02100
1.2.1214711                           0.01735

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.698                               0.76007
1.2.414379                            0.27225
1.2.570046                            0.01883
1.2.33015                             0.01148
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.414379                            0.04267
1.2.33015                             0.02573
1.2.548288                            0.02566

Snapshots: https://mmcontest.bitshares.org/snapshots20200319.tbz

Code: [Select]
$ tar xjf snapshots20200319.tbz
$ find 2020-03-19 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
e48f06d65aa3ccf12bf48ff1930445b700c36214ecd5b05ebb7eb835927abeeb  -

Proposal for sending out rewards of 2020-03-19:

https://cryptofresh.com/tx/35a6a59d90179a4bffb29cdee1da03d8295feff4
https://cryptofresh.com/b/46356468

https://cryptofresh.com/p/1.10.57918
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on March 21, 2020, 10:57:00 am
Reward data for 2020-03-20

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 3575.25332 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691739                          19.51795
1.2.36449                            15.49074
1.2.33015                            12.91630
1.2.1560396                           6.02949
1.2.504310                            3.29517
1.2.424868                            2.79221
1.2.395549                            1.09681
1.2.1599329                           1.04488
1.2.1703320                           0.88098
1.2.1687144                           0.67094
1.2.409973                            0.57281
1.2.1672514                           0.37343
1.2.1622513                           0.17120
1.2.126225                            0.16465
1.2.1160364                           0.15030
1.2.799404                            0.13141
1.2.449023                            0.05255
1.2.1015080                           0.02691
1.2.782669                            0.00290
1.2.1702168                           0.00169
1.2.1695688                           0.00111
1.2.1527702                           0.00066
1.2.1619104                           0.00053
1.2.1213071                           0.00008
1.2.1214396                           0.00007
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         631.30442
1.2.424868                          384.70135
1.2.1695688                         364.00893
1.2.1619104                         247.54848
1.2.437438                          142.62651
1.2.1213071                          83.52526
1.2.1214396                          42.32933
1.2.1560396                          10.64831
1.2.799404                            4.95798
1.2.395549                            3.15217
1.2.881146                            2.50428
1.2.1687144                           1.70749
1.2.409973                            1.32928
1.2.1591362                           1.08820
1.2.1160364                           0.80059
1.2.1703320                           0.65009
1.2.1527713                           0.45055
1.2.1637673                           0.37681
1.2.1622513                           0.36962
1.2.1527702                           0.36352
1.2.126225                            0.26078
1.2.1702168                           0.14431
1.2.449023                            0.11413
1.2.573323                            0.07739
1.2.267889                            0.06462
1.2.477349                            0.05984
1.2.1761301                           0.01696
1.2.861911                            0.00911

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1108195                          12.92773
1.2.1692978                          12.29027
1.2.36449                             5.64844
1.2.33015                             3.99731
1.2.1621254                           1.74571
1.2.1698970                           1.49522
1.2.1565108                           1.40531
1.2.1592640                           1.23899
1.2.395549                            0.39782
1.2.1685794                           0.32930
1.2.203202                            0.24975
1.2.1592306                           0.15396
1.2.138771                            0.07366
1.2.1761301                           0.02054
1.2.417653                            0.00819
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                          22.40692
1.2.1565108                           3.10165
1.2.1108195                           2.78225
1.2.1692978                           1.91865
1.2.1698970                           1.80692
1.2.395549                            0.86193
1.2.1592306                           0.70471
1.2.36449                             0.38893
1.2.138771                            0.30076
1.2.203202                            0.28572

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         481.71955
1.2.36449                             6.80610
1.2.33015                             4.99411
1.2.1703333                           1.02207
1.2.1565108                           0.71020
1.2.1622544                           0.23960
1.2.1701364                           0.20004
1.2.1247975                           0.16393
1.2.138771                            0.16089
1.2.800115                            0.08940
1.2.126225                            0.02425
1.2.1030523                           0.00081
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         680.31816
1.2.1703333                           5.65186
1.2.800115                            2.73901
1.2.1565108                           2.61390
1.2.1701364                           0.66857
1.2.1622544                           0.40130
1.2.126225                            0.11800

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                          17.80032
1.2.163186                            8.43585
1.2.36449                             6.99149
1.2.33015                             6.10300
1.2.1560396                           2.06023
1.2.893637                            1.82042
1.2.1565108                           1.18318
1.2.395549                            0.23876
1.2.883916                            0.19018
1.2.973383                            0.17707
1.2.1623109                           0.13202
1.2.1011965                           0.11341
1.2.702289                            0.09730
1.2.1039433                           0.08676
1.2.17391                             0.06486
1.2.126225                            0.05923
1.2.138771                            0.04873
1.2.1101112                           0.00821
1.2.183307                            0.00715
1.2.1074973                           0.00027
1.2.888089                            0.00013
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         255.13081
1.2.163186                            7.19102
1.2.1565108                           3.89204
1.2.1560396                           2.77604
1.2.1618052                           1.01864
1.2.17391                             0.63081
1.2.1011965                           0.59686
1.2.702289                            0.42866
1.2.1039433                           0.33615
1.2.395549                            0.32082
1.2.998                               0.29659
1.2.883916                            0.27003
1.2.973383                            0.25966
1.2.390210                            0.22709
1.2.126225                            0.10612
1.2.182587                            0.06705
1.2.378299                            0.05427
1.2.558385                            0.04818
1.2.183307                            0.03746
1.2.377814                            0.00342

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.05849
1.2.376992                            0.02241
1.2.1214711                           0.00941
1.2.267889                            0.00151
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.03652
1.2.1214711                           0.02100
1.2.376992                            0.01428

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01003
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.01091

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

Snapshots: https://mmcontest.bitshares.org/snapshots20200320.tbz

Code: [Select]
$ tar xjf snapshots20200320.tbz
$ find 2020-03-20 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
e9d273cabee2c8abd0cd98b19035d9ef153ebd990bc3558911683d88990f764c  -

Proposal for sending out rewards of 2020-03-20:

https://cryptofresh.com/tx/ec6402215a0dcaf89e69583192c4c8ef606780d6
https://cryptofresh.com/b/46377968

https://cryptofresh.com/p/1.10.57922
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on March 22, 2020, 01:59:17 pm
Reward data for 2020-03-21

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 1905.61260 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            18.99585
1.2.33015                            17.05819
1.2.1691739                           8.57987
1.2.1560396                           5.59639
1.2.504310                            2.30522
1.2.424868                            1.71132
1.2.395549                            1.07639
1.2.1703320                           0.80511
1.2.1599329                           0.79117
1.2.1687144                           0.71230
1.2.409973                            0.42502
1.2.1160364                           0.24781
1.2.1622513                           0.18646
1.2.126225                            0.16463
1.2.1015080                           0.13613
1.2.1672514                           0.13034
1.2.1616850                           0.03504
1.2.449023                            0.02666
1.2.799404                            0.01121
1.2.1702168                           0.00212
1.2.1527702                           0.00083
1.2.415588                            0.00071
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         255.50216
1.2.424868                          205.13077
1.2.1619104                         140.67228
1.2.437438                           72.99212
1.2.1213071                          71.84165
1.2.1214396                          33.09407
1.2.1560396                          12.66314
1.2.799404                            5.95312
1.2.395549                            2.72938
1.2.1703320                           2.16121
1.2.881146                            2.01845
1.2.1687144                           1.90143
1.2.486857                            1.79443
1.2.409973                            1.33277
1.2.1160364                           0.69792
1.2.1702168                           0.59314
1.2.1622513                           0.58718
1.2.126225                            0.53427
1.2.1527713                           0.49519
1.2.1637673                           0.41304
1.2.1599329                           0.32133
1.2.1527702                           0.20483
1.2.449023                            0.13608
1.2.477349                            0.09455
1.2.573323                            0.08842

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1592640                           9.70618
1.2.36449                             5.49697
1.2.33015                             4.68319
1.2.1108195                           3.45282
1.2.1565108                           1.38140
1.2.1592306                           0.64613
1.2.1698970                           0.54065
1.2.1692978                           0.47840
1.2.395549                            0.28231
1.2.138771                            0.04619
1.2.417653                            0.00683
1.2.267889                            0.00604
1.2.1761382                           0.00001
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1108195                           8.93343
1.2.33015                             6.46298
1.2.1565108                           3.18468
1.2.1698970                           2.77238
1.2.1592306                           1.30232
1.2.395549                            0.99329
1.2.36449                             0.61930
1.2.203202                            0.11130
1.2.267889                            0.00472

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         293.42323
1.2.36449                             8.17601
1.2.33015                             6.91739
1.2.800115                            1.21731
1.2.1565108                           1.21694
1.2.1703333                           0.39477
1.2.138771                            0.26597
1.2.1622544                           0.20366
1.2.1701364                           0.19660
1.2.1247975                           0.16209
1.2.751742                            0.03761
1.2.126225                            0.00878
1.2.415588                            0.00462
1.2.1030523                           0.00106
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         347.19577
1.2.1703333                           3.82290
1.2.1565108                           1.80250
1.2.1701364                           0.66928
1.2.1622544                           0.43470
1.2.415588                            0.21484
1.2.126225                            0.08519

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                          19.59269
1.2.36449                            11.16305
1.2.33015                             9.51534
1.2.163186                            7.53340
1.2.1560396                           2.61639
1.2.1565108                           2.32153
1.2.893637                            1.15572
1.2.973383                            0.16876
1.2.395549                            0.16678
1.2.883916                            0.16626
1.2.1039433                           0.10699
1.2.1011965                           0.09801
1.2.702289                            0.09707
1.2.126225                            0.06082
1.2.138771                            0.05397
1.2.17391                             0.03907
1.2.1623109                           0.02756
1.2.182587                            0.02440
1.2.558385                            0.01349
1.2.183307                            0.00824
1.2.1101112                           0.00785
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         207.83329
1.2.33015                            23.70389
1.2.36449                            15.37796
1.2.1560396                           2.33946
1.2.1565108                           2.32224
1.2.1599329                           1.19875
1.2.395549                            1.13774
1.2.883916                            1.13612
1.2.893637                            0.86903
1.2.1011965                           0.73792
1.2.1618052                           0.52949
1.2.702289                            0.50780
1.2.973383                            0.37316
1.2.1039433                           0.30000
1.2.126225                            0.10549
1.2.558385                            0.00827
1.2.377814                            0.00052

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.15362
1.2.376992                            0.02348
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.376992                            0.07594
1.2.185761                            0.04783
1.2.981588                            0.02992
1.2.1214711                           0.02074

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01077
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.01171

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.502910                            0.37176
1.2.698                               0.27678
1.2.414379                            0.24652
1.2.33015                             0.03397
1.2.1081424                           0.03248
1.2.570046                            0.00689
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.414379                            0.16637
1.2.505576                            0.07855
1.2.611135                            0.06562
1.2.183307                            0.02567
1.2.33015                             0.00102

Snapshots: https://mmcontest.bitshares.org/snapshots20200321.tbz

Code: [Select]
$ tar xjf snapshots20200321.tbz
$ find 2020-03-21 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
db39df257a0e3738b21ec98cf1d2869afa52c9c28e78f8359398208518e55377  -

Proposal for sending out rewards of 2020-03-21:

https://cryptofresh.com/tx/970eea8cadbc36472689640c073b176641f2f11e
https://cryptofresh.com/b/46410336

https://cryptofresh.com/p/1.10.57961
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on March 23, 2020, 02:26:45 pm
Reward data for 2020-03-22

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 1133.49742 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            30.79978
1.2.33015                            29.38335
1.2.1560396                           8.02831
1.2.504310                            5.77212
1.2.799404                            2.18064
1.2.447913                            1.51827
1.2.424868                            1.16276
1.2.1703320                           1.10938
1.2.395549                            0.95284
1.2.1687144                           0.58953
1.2.409973                            0.36184
1.2.497224                            0.35273
1.2.126225                            0.16340
1.2.1622513                           0.14149
1.2.1672514                           0.13062
1.2.782669                            0.12047
1.2.1599329                           0.11897
1.2.1160364                           0.11869
1.2.1702168                           0.02552
1.2.1616850                           0.01255
1.2.1527702                           0.00453
1.2.449023                            0.00444
1.2.1015080                           0.00240
1.2.973616                            0.00237
1.2.477349                            0.00182
1.2.796113                            0.00040
1.2.1527713                           0.00005
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.424868                          146.58446
1.2.1213071                          58.93385
1.2.437438                           50.13231
1.2.1214396                          26.84002
1.2.1560396                          13.96250
1.2.1703320                           8.32725
1.2.486857                            5.28526
1.2.799404                            3.79482
1.2.395549                            3.13570
1.2.1687144                           1.82782
1.2.409973                            1.80818
1.2.881146                            1.62148
1.2.1527713                           0.56385
1.2.1637673                           0.48123
1.2.1622513                           0.47174
1.2.1160364                           0.42204
1.2.1527702                           0.23116
1.2.126225                            0.21727
1.2.449023                            0.20404
1.2.1702168                           0.18676
1.2.1616850                           0.17481
1.2.477349                            0.13633
1.2.573323                            0.10434
1.2.796113                            0.00370
1.2.996390                            0.00362

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                            10.64847
1.2.1692978                           3.76601
1.2.36449                             3.43957
1.2.1565108                           1.39800
1.2.138771                            0.31504
1.2.395549                            0.23495
1.2.1599329                           0.19332
1.2.1597332                           0.13517
1.2.1698970                           0.12140
1.2.1621254                           0.08167
1.2.417653                            0.04664
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.36449                           123.00042
1.2.1621254                          73.82955
1.2.33015                            61.34780
1.2.1591362                          11.83179
1.2.1108195                           6.68022
1.2.1565108                           3.32534
1.2.1698970                           2.24485
1.2.1599329                           0.92463
1.2.395549                            0.62690
1.2.203202                            0.08190
1.2.1636918                           0.01200

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             8.25117
1.2.33015                             7.71517
1.2.1565108                           1.52419
1.2.800115                            1.37943
1.2.1703333                           0.42337
1.2.138771                            0.33864
1.2.1622544                           0.24410
1.2.1701364                           0.12863
1.2.1298632                           0.02307
1.2.126225                            0.00525
1.2.1030523                           0.00522
1.2.751742                            0.00306
1.2.973616                            0.00096
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1703333                           2.33495
1.2.1565108                           2.23991
1.2.1622544                           0.46190
1.2.1701364                           0.40806
1.2.126225                            0.10059
1.2.1015080                           0.07824
1.2.751742                            0.01248

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                          14.13434
1.2.36449                             8.23295
1.2.33015                             7.20396
1.2.163186                            7.06124
1.2.1560396                           2.63433
1.2.1565108                           2.49564
1.2.395549                            0.26636
1.2.883916                            0.21026
1.2.1011965                           0.17604
1.2.973383                            0.15906
1.2.126225                            0.10850
1.2.702289                            0.10363
1.2.1039433                           0.06335
1.2.138771                            0.03390
1.2.1623109                           0.03003
1.2.558385                            0.02779
1.2.182587                            0.02596
1.2.1101112                           0.00736
1.2.183307                            0.00517
1.2.17391                             0.00210
1.2.973616                            0.00067
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         230.53678
1.2.33015                            55.90565
1.2.36449                            41.49112
1.2.1560396                           2.62355
1.2.1565108                           2.36240
1.2.893637                            1.67723
1.2.883916                            0.86398
1.2.1618052                           0.85072
1.2.395549                            0.77676
1.2.702289                            0.50625
1.2.1011965                           0.47939
1.2.973383                            0.40681
1.2.1039433                           0.40094
1.2.998                               0.37210
1.2.126225                            0.02488
1.2.183307                            0.00228
1.2.377814                            0.00199

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.10276
1.2.376992                            0.02763
1.2.1214711                           0.02070
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.08577
1.2.981588                            0.04882
1.2.376992                            0.04246
1.2.1214711                           0.02272

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01233
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.01339

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.698                               7.66741
1.2.414379                            2.76171
1.2.33015                             0.89755
1.2.1081424                           0.20301
1.2.570046                            0.19100
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.414379                            0.65685

Snapshots: https://mmcontest.bitshares.org/snapshots20200322.tbz

Code: [Select]
$ tar xjf snapshots20200322.tbz
$ find 2020-03-22 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
025dab3e5d3b8bd3c472bcb68967b654d56a34d266726f787bd62d79bb3fee7b  -

Proposal for sending out rewards of 2020-03-22:

https://cryptofresh.com/tx/830948407fe3f3f1512260b8ff347a3c61ae8e29
https://cryptofresh.com/b/46439618

https://cryptofresh.com/p/1.10.57986
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on March 24, 2020, 02:23:27 pm
Reward data for 2020-03-23

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 2841.78356 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            24.57389
1.2.33015                            23.19060
1.2.1560396                           5.07549
1.2.504310                            4.41479
1.2.461657                            1.84900
1.2.395549                            1.06423
1.2.838939                            0.92453
1.2.424868                            0.68030
1.2.1687144                           0.65463
1.2.409973                            0.47673
1.2.614926                            0.45520
1.2.799404                            0.36136
1.2.1691739                           0.34844
1.2.1703320                           0.32938
1.2.1599329                           0.29852
1.2.126225                            0.15901
1.2.1622513                           0.13708
1.2.1160364                           0.09456
1.2.1702168                           0.05360
1.2.1606836                           0.04242
1.2.1672514                           0.04037
1.2.477349                            0.02018
1.2.449023                            0.01412
1.2.1695688                           0.01017
1.2.973616                            0.00663
1.2.1616850                           0.00193
1.2.1213071                           0.00041
1.2.1214396                           0.00024
1.2.1527702                           0.00004
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         385.01400
1.2.1695688                         260.78606
1.2.424868                          185.81755
1.2.437438                          180.46442
1.2.1213071                          66.25069
1.2.1599329                          56.96019
1.2.1214396                          32.60873
1.2.1560396                          12.36017
1.2.486857                            9.94494
1.2.799404                            4.42859
1.2.881146                            1.93577
1.2.33015                             1.93338
1.2.1687144                           1.78992
1.2.395549                            1.46123
1.2.409973                            1.38891
1.2.1160364                           0.68810
1.2.1527713                           0.66111
1.2.1637673                           0.53042
1.2.126225                            0.47896
1.2.1622513                           0.32163
1.2.1527702                           0.27843
1.2.1702168                           0.20458
1.2.449023                            0.14424
1.2.573323                            0.13019
1.2.1680908                           0.10484
1.2.1616850                           0.06746
1.2.490345                            0.04849
1.2.477349                            0.02846
1.2.796113                            0.01734
1.2.658988                            0.00787
1.2.1606836                           0.00433
1.2.396635                            0.00193

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                            15.00665
1.2.1692978                           1.85161
1.2.36449                             1.63514
1.2.1565108                           1.42625
1.2.1597332                           0.46253
1.2.1621254                           0.44413
1.2.395549                            0.34762
1.2.1599329                           0.20109
1.2.138771                            0.11584
1.2.203202                            0.11393
1.2.417653                            0.01715
1.2.435970                            0.00587
1.2.1698970                           0.00068
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.36449                            77.48042
1.2.1621254                          57.56525
1.2.33015                            50.83127
1.2.1108195                           5.33080
1.2.1692978                           4.79948
1.2.1565108                           3.29563
1.2.1698970                           1.76325
1.2.395549                            1.45971
1.2.1593369                           0.56598
1.2.1599329                           0.26924
1.2.203202                            0.08975

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         351.92945
1.2.36449                             9.88310
1.2.33015                             6.89485
1.2.800115                            1.56533
1.2.1565108                           0.96179
1.2.138771                            0.75481
1.2.973616                            0.56831
1.2.1703333                           0.34450
1.2.1701364                           0.19054
1.2.1622544                           0.17437
1.2.125232                            0.13603
1.2.311150                            0.09583
1.2.1298632                           0.01069
1.2.126225                            0.00727
1.2.1030523                           0.00332
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         492.22932
1.2.1703333                           1.87044
1.2.1565108                           1.63296
1.2.1701364                           0.57115
1.2.1622544                           0.36807
1.2.126225                            0.17861
1.2.1015080                           0.02602
1.2.751742                            0.02467
1.2.1298632                           0.00313

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                          10.58756
1.2.36449                             7.93658
1.2.33015                             6.94389
1.2.163186                            3.31462
1.2.1560396                           2.42098
1.2.1565108                           1.15610
1.2.1618052                           0.27224
1.2.395549                            0.22694
1.2.1623109                           0.18630
1.2.883916                            0.17599
1.2.973383                            0.16573
1.2.1074973                           0.14717
1.2.1011965                           0.12362
1.2.702289                            0.11275
1.2.1039433                           0.06417
1.2.126225                            0.03136
1.2.138771                            0.02359
1.2.558385                            0.02049
1.2.182587                            0.01444
1.2.973616                            0.01001
1.2.1101112                           0.00345
1.2.183307                            0.00064
1.2.17391                             0.00011
1.2.1682766                           0.00002
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         302.64771
1.2.33015                            61.07184
1.2.36449                            46.25634
1.2.1618052                           4.38248
1.2.1565108                           4.25021
1.2.1560396                           2.79117
1.2.893637                            1.65852
1.2.883916                            1.19341
1.2.17391                             0.56513
1.2.395549                            0.47838
1.2.1011965                           0.45937
1.2.998                               0.44420
1.2.702289                            0.42924
1.2.1039433                           0.42296
1.2.973383                            0.38016
1.2.126225                            0.12825
1.2.377814                            0.00486
1.2.183307                            0.00307

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.21293
1.2.1214711                           0.07473
1.2.376992                            0.04224
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.376992                            0.13640
1.2.185761                            0.08383
1.2.981588                            0.04755
1.2.1214711                           0.02213

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01976
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.02144

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.698                               7.66767
1.2.414379                            2.76180
1.2.33015                             0.89073
1.2.570046                            0.19100
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.414379                            0.45264
1.2.33015                             0.00805

Snapshots: https://mmcontest.bitshares.org/snapshots20200323.tbz

Code: [Select]
$ tar xjf snapshots20200323.tbz
$ find 2020-03-23 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
0c5b8290bcd2f8d09d9c0d2d2dcf5f7c59a64674cf68fbfa27967383edc55299  -

Proposal for sending out rewards of 2020-03-23:

https://cryptofresh.com/tx/f70a126a2cd615e2914daec2071b6cabb3b75b3d
https://cryptofresh.com/b/46468277

https://cryptofresh.com/p/1.10.58021
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on March 25, 2020, 02:35:06 pm
Reward data for 2020-03-24

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 2969.13025 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            22.25552
1.2.33015                            21.71690
1.2.1560396                           6.48767
1.2.1691739                           1.73918
1.2.504310                            1.21350
1.2.395549                            1.07552
1.2.461657                            0.81741
1.2.1687144                           0.77696
1.2.614926                            0.63557
1.2.1700406                           0.40906
1.2.409973                            0.38794
1.2.799404                            0.35108
1.2.1703320                           0.19695
1.2.1160364                           0.17606
1.2.1622513                           0.13717
1.2.424868                            0.11382
1.2.126225                            0.09214
1.2.1702168                           0.05376
1.2.1599329                           0.04279
1.2.477349                            0.02217
1.2.449023                            0.01837
1.2.1672514                           0.00617
1.2.1616850                           0.00194
1.2.457447                            0.00008
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         353.57867
1.2.1695688                         306.54948
1.2.424868                          203.92433
1.2.1213071                          66.83297
1.2.437438                           61.90519
1.2.1591362                          37.32586
1.2.1599329                          35.93246
1.2.33015                            33.36147
1.2.1214396                          30.39485
1.2.1560396                          12.18596
1.2.799404                            4.59968
1.2.395549                            2.82259
1.2.1687144                           2.00139
1.2.881146                            1.89263
1.2.409973                            1.62907
1.2.1712903                           1.46188
1.2.171761                            1.36431
1.2.1703320                           1.19526
1.2.1160364                           1.06341
1.2.1527713                           1.04474
1.2.1527702                           0.48864
1.2.1637673                           0.46495
1.2.1622513                           0.29776
1.2.573323                            0.27979
1.2.126225                            0.23616
1.2.1761504                           0.07943
1.2.449023                            0.07578
1.2.396635                            0.05751
1.2.477349                            0.01726
1.2.782669                            0.01631
1.2.796113                            0.00798

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                            10.87580
1.2.36449                             4.34144
1.2.1692978                           4.26022
1.2.1565108                           1.36580
1.2.203202                            0.49399
1.2.395549                            0.31176
1.2.138771                            0.19062
1.2.1599329                           0.09810
1.2.417653                            0.02822
1.2.1592640                           0.00669
1.2.1621254                           0.00010
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                         152.74547
1.2.36449                           119.05542
1.2.33015                            34.61181
1.2.1108195                           7.04847
1.2.1565108                           3.19802
1.2.1698970                           2.42327
1.2.1599329                           0.86856
1.2.1592306                           0.85743
1.2.395549                            0.61872

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         406.27073
1.2.36449                             9.23077
1.2.33015                             6.64870
1.2.800115                            1.54830
1.2.1565108                           1.21628
1.2.1703333                           0.64947
1.2.973616                            0.64136
1.2.138771                            0.31697
1.2.1701364                           0.26643
1.2.1622544                           0.14931
1.2.125232                            0.10545
1.2.126225                            0.02827
1.2.1030523                           0.00172
1.2.1712903                           0.00142
1.2.1298632                           0.00043
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         645.15115
1.2.1703333                           6.76911
1.2.1565108                           1.57521
1.2.1701364                           0.62635
1.2.1622544                           0.42263
1.2.934266                            0.10782
1.2.751742                            0.08460
1.2.126225                            0.01264
1.2.1611571                           0.00065
1.2.1298632                           0.00051
1.2.1015080                           0.00042

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                           9.60446
1.2.36449                             8.51731
1.2.33015                             7.45264
1.2.163186                            4.32686
1.2.1565108                           2.15454
1.2.1560396                           1.80671
1.2.395549                            0.21753
1.2.1011965                           0.16946
1.2.883916                            0.16864
1.2.973383                            0.14567
1.2.702289                            0.12543
1.2.126225                            0.06760
1.2.1039433                           0.05421
1.2.138771                            0.02501
1.2.558385                            0.01839
1.2.182587                            0.01627
1.2.1074973                           0.01128
1.2.1623109                           0.00492
1.2.1101112                           0.00451
1.2.183307                            0.00057
1.2.17391                             0.00010
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         167.07389
1.2.33015                            48.88856
1.2.36449                            35.70866
1.2.1618052                           6.97280
1.2.1599329                           3.10435
1.2.1565108                           2.45414
1.2.1560396                           2.15038
1.2.893637                            1.47425
1.2.883916                            1.38001
1.2.17391                             1.22626
1.2.998                               1.04651
1.2.395549                            0.61007
1.2.1039433                           0.49091
1.2.973383                            0.46338
1.2.702289                            0.41685
1.2.1011965                           0.32774
1.2.126225                            0.19961
1.2.1702168                           0.04697
1.2.831392                            0.01281
1.2.183307                            0.00829
1.2.377814                            0.00403

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.05005
1.2.376992                            0.02123
1.2.1214711                           0.01683
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.05754
1.2.376992                            0.01763
1.2.981588                            0.01628
1.2.1214711                           0.01625

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01976
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.02144

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.698                               7.66787
1.2.414379                            2.76188
1.2.33015                             0.88368
1.2.570046                            0.19101
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.33015                             0.94147
1.2.414379                            0.45264

Snapshots: https://mmcontest.bitshares.org/snapshots20200324.tbz

Code: [Select]
$ tar xjf snapshots20200324.tbz
$ find 2020-03-24 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
b041155c5d799f87d71925a741aed4a0d40b0bb201d43b38d4752c8e238349d0  -

Proposal for sending out rewards of 2020-03-24:

https://cryptofresh.com/tx/a677c0cfaef844d45fea265599c7119f2d7f63ca
https://cryptofresh.com/b/46497230

https://cryptofresh.com/p/1.10.58050
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on March 26, 2020, 11:32:53 am
Reward data for 2020-03-25

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 2642.79823 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            16.47633
1.2.33015                            15.91491
1.2.1560396                           8.93484
1.2.1691739                           2.13740
1.2.1700406                           1.97336
1.2.477471                            1.74698
1.2.395549                            0.98029
1.2.799404                            0.94125
1.2.1687144                           0.71925
1.2.1214396                           0.60532
1.2.1599329                           0.36417
1.2.409973                            0.35570
1.2.1160364                           0.21683
1.2.504310                            0.15824
1.2.1622513                           0.11055
1.2.1703320                           0.08132
1.2.614926                            0.06281
1.2.126225                            0.05171
1.2.477349                            0.01550
1.2.1702168                           0.00817
1.2.1616850                           0.00677
1.2.449023                            0.00380
1.2.424868                            0.00092
1.2.1636918                           0.00007
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         241.48729
1.2.1695688                         203.67983
1.2.1213071                          82.10147
1.2.424868                           68.87854
1.2.1591362                          58.04511
1.2.1214396                          41.73054
1.2.33015                            38.88810
1.2.1560396                          12.79354
1.2.171761                            5.25763
1.2.799404                            3.95066
1.2.881146                            2.37304
1.2.1687144                           2.02259
1.2.409973                            1.91903
1.2.1616179                           1.81099
1.2.1527713                           1.80620
1.2.1712903                           1.74924
1.2.1703320                           1.29366
1.2.1599329                           1.01790
1.2.1160364                           0.87681
1.2.1527702                           0.73796
1.2.782669                            0.71887
1.2.1637673                           0.64427
1.2.486857                            0.41534
1.2.395549                            0.34340
1.2.1622513                           0.22847
1.2.573323                            0.02558
1.2.1750023                           0.00280
1.2.446700                            0.00049
1.2.1021184                           0.00045
1.2.1761572                           0.00022

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                            12.29014
1.2.1565108                           1.41274
1.2.36449                             1.25344
1.2.1692978                           0.99419
1.2.1599329                           0.78638
1.2.395549                            0.29466
1.2.1621254                           0.28537
1.2.138771                            0.06943
1.2.417653                            0.01028
1.2.435970                            0.00175
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                         253.83922
1.2.36449                           165.50719
1.2.1599329                          12.17591
1.2.1108195                           9.51890
1.2.1692978                           5.42170
1.2.1565108                           3.39047
1.2.1698970                           2.48803
1.2.33015                             1.67070
1.2.395549                            0.32505

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         382.78875
1.2.36449                             6.81919
1.2.33015                             4.58327
1.2.1703333                           1.57832
1.2.1565108                           1.30301
1.2.800115                            1.20350
1.2.1701364                           0.19797
1.2.1622544                           0.15880
1.2.973616                            0.11055
1.2.138771                            0.04476
1.2.126225                            0.00739
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         616.76416
1.2.1703333                           6.86255
1.2.1565108                           1.99792
1.2.1701364                           0.64008
1.2.1622544                           0.43197
1.2.751742                            0.06529

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             7.00221
1.2.33015                             6.66938
1.2.1565108                           2.99491
1.2.1599329                           2.65252
1.2.1560396                           2.32429
1.2.163186                            1.47960
1.2.395549                            0.31677
1.2.883916                            0.15926
1.2.973383                            0.14064
1.2.702289                            0.09149
1.2.1011965                           0.09093
1.2.126225                            0.08198
1.2.1039433                           0.05401
1.2.888089                            0.04243
1.2.1702168                           0.03482
1.2.182587                            0.00816
1.2.138771                            0.00802
1.2.558385                            0.00467
1.2.1101112                           0.00154
1.2.917886                            0.00064
1.2.831392                            0.00043
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         160.73538
1.2.36449                            53.02316
1.2.33015                            46.35959
1.2.17391                             7.35419
1.2.1599329                           2.73580
1.2.998                               2.36671
1.2.1560396                           1.99090
1.2.1565108                           1.82695
1.2.893637                            1.34215
1.2.883916                            0.85712
1.2.1011965                           0.72371
1.2.702289                            0.62732
1.2.973383                            0.49088
1.2.1039433                           0.46353
1.2.831392                            0.31179
1.2.395549                            0.26532
1.2.126225                            0.19991
1.2.183307                            0.01860
1.2.377814                            0.00980

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.05944
1.2.376992                            0.04193
1.2.1214711                           0.01758
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.05693
1.2.376992                            0.03227
1.2.1214711                           0.02139

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.00782
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.00863

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.698                               7.67876
1.2.414379                            2.76580
1.2.33015                             0.70235
1.2.570046                            0.19128
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.33015                             0.94036
1.2.414379                            0.45264

Snapshots: https://mmcontest.bitshares.org/snapshots20200325.tbz

Code: [Select]
$ tar xjf snapshots20200325.tbz
$ find 2020-03-25 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
22d8ece9d0cd69d6765a2d663c6727e1ebbd4553084702a045e96c6759c02f83  -

Proposal for sending out rewards of 2020-03-25:

https://cryptofresh.com/tx/b95a1196d46d893e2f372da08d9bd38012298436
https://cryptofresh.com/b/46522312

https://cryptofresh.com/p/1.10.58064
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on March 27, 2020, 05:12:06 pm
Reward data for 2020-03-26

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 3913.52118 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            14.99395
1.2.33015                            12.91729
1.2.1560396                           6.13099
1.2.1691739                           4.51109
1.2.799404                            1.96877
1.2.1703320                           1.11078
1.2.395549                            0.73555
1.2.1687144                           0.73093
1.2.409973                            0.60468
1.2.1214396                           0.57375
1.2.1700406                           0.50195
1.2.1599329                           0.43774
1.2.424868                            0.34882
1.2.1160364                           0.33422
1.2.469791                            0.30372
1.2.1622513                           0.11144
1.2.126225                            0.04991
1.2.614926                            0.02379
1.2.396635                            0.00824
1.2.1616850                           0.00760
1.2.477349                            0.00531
1.2.573323                            0.00222
1.2.1761572                           0.00020
1.2.449023                            0.00008
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         977.92885
1.2.1695688                         614.51566
1.2.1213071                          93.91074
1.2.1591362                          69.53136
1.2.1214396                          47.23784
1.2.1560396                          13.56260
1.2.1703320                           7.56406
1.2.1616179                           5.05544
1.2.1599329                           4.31910
1.2.881146                            2.87733
1.2.1687144                           2.32081
1.2.486857                            2.14200
1.2.799404                            2.13840
1.2.782669                            1.48460
1.2.1046331                           1.27355
1.2.409973                            1.26975
1.2.424868                            1.14934
1.2.1637673                           1.05475
1.2.1527713                           1.04974
1.2.1712903                           0.59669
1.2.1527702                           0.46648
1.2.1160364                           0.46516
1.2.1622513                           0.23129
1.2.861911                            0.06359
1.2.1750023                           0.03898
1.2.1021184                           0.00630
1.2.1761752                           0.00091
1.2.573323                            0.00030

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                            12.22441
1.2.1565108                           1.55106
1.2.1599329                           1.24693
1.2.1621254                           0.79089
1.2.395549                            0.55653
1.2.138771                            0.03234
1.2.36449                             0.02955
1.2.417653                            0.00478
1.2.435970                            0.00206
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                          86.39916
1.2.1108195                          12.69201
1.2.1692978                           9.67886
1.2.1698970                           4.40871
1.2.1565108                           3.59451
1.2.36449                             2.87341
1.2.1599329                           1.81802

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         497.98634
1.2.36449                             8.53883
1.2.33015                             7.72436
1.2.1703333                           2.76821
1.2.800115                            1.62363
1.2.1067440                           0.82869
1.2.1565108                           0.69876
1.2.1701364                           0.38821
1.2.1622544                           0.17692
1.2.126225                            0.08966
1.2.973616                            0.05151
1.2.138771                            0.04871
1.2.477349                            0.02490
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         836.49647
1.2.1565108                           3.18410
1.2.1703333                           1.33524
1.2.1701364                           0.48007
1.2.1622544                           0.39229

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                             6.51771
1.2.36449                             6.05751
1.2.1560396                           2.82613
1.2.1565108                           2.52738
1.2.395549                            0.20964
1.2.973383                            0.15969
1.2.126225                            0.13742
1.2.883916                            0.12518
1.2.1599329                           0.07273
1.2.888089                            0.06456
1.2.702289                            0.05745
1.2.1011965                           0.04730
1.2.1039433                           0.03998
1.2.1702168                           0.01999
1.2.182587                            0.00307
1.2.1623109                           0.00081
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         243.40408
1.2.36449                           126.52860
1.2.33015                            66.03516
1.2.17391                            18.69512
1.2.831392                            8.59290
1.2.998                               8.17251
1.2.1560396                           2.75397
1.2.1565108                           1.79412
1.2.893637                            1.64742
1.2.1599329                           1.43247
1.2.1011965                           0.83833
1.2.702289                            0.82008
1.2.883916                            0.49521
1.2.973383                            0.42217
1.2.1039433                           0.32835
1.2.183307                            0.03450
1.2.377814                            0.01870
1.2.126225                            0.01101

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.11737
1.2.376992                            0.01930
1.2.1214711                           0.00183
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.07550
1.2.1214711                           0.06084
1.2.376992                            0.05188

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.00955
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.01037

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.698                               7.69291
1.2.414379                            2.77089
1.2.33015                             0.43532
1.2.570046                            0.19163
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.33015                             1.33113
1.2.414379                            0.45264

Snapshots: https://mmcontest.bitshares.org/snapshots20200326.tbz

Code: [Select]
$ tar xjf snapshots20200326.tbz
$ find 2020-03-26 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
07d3f3e55b35aded7c0b37c34147aa3eacb188f409ed97e73de9a0e1dfdb35eb  -

Proposal for sending out rewards of 2020-03-26:

https://cryptofresh.com/tx/7f7fd3ce0082724fedd59a2c9590f4fc090e2ca2
https://cryptofresh.com/b/46557800

https://cryptofresh.com/p/1.10.58084
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on March 28, 2020, 12:15:46 pm
Reward data for 2020-03-27

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 3871.24409 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691739                          28.30669
1.2.36449                            13.03289
1.2.33015                            11.10803
1.2.1560396                           6.70925
1.2.799404                            1.49772
1.2.1700406                           1.17042
1.2.1703320                           1.09911
1.2.1687144                           0.69413
1.2.409973                            0.47596
1.2.1599329                           0.46618
1.2.424868                            0.44014
1.2.395549                            0.26006
1.2.1160364                           0.23868
1.2.126225                            0.14077
1.2.1622513                           0.11008
1.2.614926                            0.03136
1.2.1213071                           0.02830
1.2.1214396                           0.01377
1.2.573323                            0.01266
1.2.469791                            0.01040
1.2.1616850                           0.00937
1.2.396635                            0.00932
1.2.477349                            0.00703
1.2.1212538                           0.00142
1.2.449023                            0.00019
1.2.1527702                           0.00002
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         877.54732
1.2.1695688                         552.63848
1.2.1213071                         109.40182
1.2.1214396                          66.45876
1.2.1591362                          59.76058
1.2.1560396                          15.58422
1.2.1703320                          10.02929
1.2.1616179                           4.93015
1.2.799404                            4.65343
1.2.486857                            4.03348
1.2.881146                            3.08038
1.2.861911                            2.40745
1.2.1687144                           2.12635
1.2.782669                            1.30860
1.2.409973                            1.11695
1.2.1712903                           0.97851
1.2.1637673                           0.96420
1.2.1640883                           0.92527
1.2.1160364                           0.72239
1.2.498000                            0.57467
1.2.1527713                           0.48705
1.2.1527702                           0.42560
1.2.424868                            0.37249
1.2.1622513                           0.22672
1.2.126225                            0.12823
1.2.573323                            0.08080
1.2.1750023                           0.04316
1.2.1021184                           0.00698

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                             7.84851
1.2.1565108                           1.52815
1.2.1599329                           0.83611
1.2.395549                            0.65867
1.2.1698970                           0.09950
1.2.138771                            0.03508
1.2.435970                            0.01735
1.2.417653                            0.00519
1.2.36449                             0.00176
1.2.1692978                           0.00134
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1108195                          14.24749
1.2.1692978                           6.63873
1.2.1698970                           5.32382
1.2.1565108                           3.85473
1.2.1599329                           1.66737
1.2.36449                             0.51641

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         486.83528
1.2.36449                             8.95981
1.2.33015                             8.22576
1.2.1703333                           5.29726
1.2.800115                            1.78536
1.2.1565108                           0.96786
1.2.1701364                           0.22659
1.2.1622544                           0.18177
1.2.126225                            0.09898
1.2.477349                            0.07507
1.2.973616                            0.06716
1.2.138771                            0.05168
1.2.1298632                           0.00036
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         702.37036
1.2.437438                           29.97167
1.2.1703333                           3.74604
1.2.1565108                           1.84671
1.2.1701364                           0.74649
1.2.1622544                           0.40907
1.2.1298632                           0.00033

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                             7.43224
1.2.36449                             6.84521
1.2.1560396                           2.96226
1.2.1565108                           2.26486
1.2.395549                            0.22151
1.2.973383                            0.16685
1.2.126225                            0.15186
1.2.1599329                           0.14088
1.2.883916                            0.13308
1.2.1011965                           0.08182
1.2.1623109                           0.08050
1.2.888089                            0.06547
1.2.702289                            0.05732
1.2.1039433                           0.04099
1.2.1702168                           0.02152
1.2.182587                            0.00307
1.2.163186                            0.00083
1.2.558385                            0.00001
1.2.138771                            0.00001
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         381.05776
1.2.36449                           202.79030
1.2.33015                           102.56042
1.2.17391                            20.53271
1.2.831392                           12.81619
1.2.998                               6.62358
1.2.1560396                           3.20871
1.2.1565108                           2.66107
1.2.893637                            1.94163
1.2.1599329                           1.31422
1.2.1011965                           0.68319
1.2.702289                            0.65191
1.2.883916                            0.44658
1.2.973383                            0.42858
1.2.1039433                           0.30323
1.2.183307                            0.03400
1.2.377814                            0.01839
1.2.126225                            0.00170

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.17394
1.2.376992                            0.03838
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.376992                            0.10302
1.2.1214711                           0.10139
1.2.185761                            0.07552

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01882
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.02045

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.698                              18.99360
1.2.414379                            7.00322
1.2.33015                             1.53097
1.2.570046                            0.48423
1.2.1682384                           0.22409
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.414379                            1.09292
1.2.33015                             0.60798

Snapshots: https://mmcontest.bitshares.org/snapshots20200327.tbz

Code: [Select]
$ tar xjf snapshots20200327.tbz
$ find 2020-03-27 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
a899d17f79808385ee21f9e6038130ba06f03e95986c12fb1989ddafd22eb520  -

Proposal for sending out rewards of 2020-03-27:

https://cryptofresh.com/tx/7fbd50b9067613b047dd66f3cecdeb61c37938c2
https://cryptofresh.com/b/46580618

https://cryptofresh.com/p/1.10.58094
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: R on March 28, 2020, 02:15:56 pm
Why are scamcoins being included in this contest?
Title: Re: Market making contest (main thread)
Post by: abit on March 29, 2020, 01:46:03 pm
Reward data for 2020-03-28

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 2636.91472 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691739                          20.47894
1.2.36449                            15.34665
1.2.33015                            14.23022
1.2.1560396                           5.56859
1.2.1611651                           1.84627
1.2.1700406                           1.71214
1.2.1703320                           1.62488
1.2.799404                            1.47833
1.2.395549                            1.24503
1.2.1033235                           0.94322
1.2.1687144                           0.82020
1.2.409973                            0.47312
1.2.424868                            0.41967
1.2.1160364                           0.33713
1.2.1599329                           0.31777
1.2.147921                            0.24597
1.2.126225                            0.24180
1.2.504310                            0.19775
1.2.461657                            0.17669
1.2.1622513                           0.16421
1.2.614926                            0.06836
1.2.1213071                           0.04656
1.2.477349                            0.03989
1.2.1695688                           0.03983
1.2.573323                            0.02486
1.2.1214396                           0.01607
1.2.1702168                           0.00834
1.2.1527713                           0.00575
1.2.1616850                           0.00496
1.2.449023                            0.00472
1.2.1527702                           0.00389
1.2.1316822                           0.00127
1.2.396635                            0.00020
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         593.41116
1.2.1695688                         384.32094
1.2.1213071                         109.78731
1.2.1214396                          56.62364
1.2.1560396                          23.23889
1.2.1591362                          16.57217
1.2.1703320                           4.37698
1.2.486857                            3.17005
1.2.881146                            2.89891
1.2.799404                            2.73963
1.2.1616179                           2.23381
1.2.1687144                           1.66566
1.2.782669                            1.15431
1.2.409973                            0.87916
1.2.1637673                           0.79666
1.2.498000                            0.76897
1.2.395549                            0.60620
1.2.1160364                           0.50774
1.2.1527713                           0.41186
1.2.1527702                           0.34644
1.2.424868                            0.32300
1.2.1622513                           0.24013
1.2.126225                            0.21549
1.2.573323                            0.07528
1.2.1703996                           0.04609
1.2.1691129                           0.04219
1.2.1704106                           0.03199
1.2.477349                            0.01940
1.2.1021184                           0.00051
1.2.457447                            0.00009
1.2.1606836                           0.00002

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                             7.11669
1.2.1565108                           1.45533
1.2.1611651                           0.83871
1.2.1599329                           0.40687
1.2.395549                            0.35931
1.2.1621254                           0.19976
1.2.36449                             0.07069
1.2.1698970                           0.05377
1.2.435970                            0.00001
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1108195                          10.66014
1.2.1611651                           4.80027
1.2.1698970                           3.62054
1.2.1565108                           3.38540
1.2.1692978                           1.40351
1.2.395549                            0.64840
1.2.1592640                           0.54310
1.2.1621254                           0.53137
1.2.36449                             0.22877
1.2.1599329                           0.13614

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         288.48064
1.2.36449                             9.42724
1.2.33015                             8.64477
1.2.1703333                           6.15053
1.2.1565108                           2.00030
1.2.800115                            1.53277
1.2.1701364                           0.28168
1.2.1622544                           0.20038
1.2.973616                            0.11790
1.2.477349                            0.04759
1.2.138771                            0.04710
1.2.126225                            0.03539
1.2.1298632                           0.02788
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         454.49202
1.2.1703333                           1.79614
1.2.1565108                           1.71502
1.2.1701364                           0.57953
1.2.1622544                           0.54334
1.2.126225                            0.04955
1.2.1298632                           0.02584
1.2.477349                            0.00660

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             7.80370
1.2.33015                             7.45050
1.2.1560396                           2.21655
1.2.1565108                           1.97579
1.2.1599329                           1.50014
1.2.17391                             0.99373
1.2.163186                            0.81124
1.2.883916                            0.21695
1.2.973383                            0.18332
1.2.395549                            0.15832
1.2.102755                            0.13561
1.2.1011965                           0.10246
1.2.126225                            0.09251
1.2.702289                            0.09077
1.2.1702168                           0.03864
1.2.1623109                           0.03563
1.2.1039433                           0.03270
1.2.182587                            0.00537
1.2.138771                            0.00338
1.2.558385                            0.00278
1.2.831392                            0.00095
1.2.1101112                           0.00084
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         272.01987
1.2.36449                           139.51112
1.2.33015                            67.82193
1.2.17391                            12.54629
1.2.998                               5.59814
1.2.1565108                           3.56023
1.2.1560396                           3.08181
1.2.1599329                           2.81510
1.2.893637                            1.87797
1.2.1011965                           0.78159
1.2.831392                            0.78151
1.2.1039433                           0.50761
1.2.702289                            0.37561
1.2.973383                            0.36565
1.2.883916                            0.35934
1.2.395549                            0.25899
1.2.126225                            0.04229
1.2.183307                            0.03572
1.2.390210                            0.01838
1.2.377814                            0.01810
1.2.366568                            0.00124

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.13788
1.2.376992                            0.03316
1.2.1214711                           0.00230
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.10977
1.2.1214711                           0.07661
1.2.376992                            0.07653

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01882
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.02045

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.698                               7.85084
1.2.414379                            2.83023
1.2.33015                             0.56742
1.2.570046                            0.19573
1.2.1682384                           0.00340
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.414379                            0.46226

Snapshots: https://mmcontest.bitshares.org/snapshots20200328.tbz

Code: [Select]
$ tar xjf snapshots20200328.tbz
$ find 2020-03-28 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
f7408249a1836983d2744de883038baad28ac09a7b10707d12d804d491458874  -

Proposal for sending out rewards of 2020-03-28:

https://cryptofresh.com/tx/a6450ad7c5e9e8be36e35cab271ae59caeb9a452
https://cryptofresh.com/b/46610950

https://cryptofresh.com/p/1.10.58108
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on March 30, 2020, 01:17:11 pm
Reward data for 2020-03-29

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 624.06587 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            16.47156
1.2.33015                            14.18292
1.2.1560396                           5.55375
1.2.1033235                           1.84788
1.2.1611651                           1.63747
1.2.799404                            1.11915
1.2.1687144                           0.57481
1.2.395549                            0.45228
1.2.504310                            0.36984
1.2.409973                            0.25435
1.2.1160364                           0.24157
1.2.461657                            0.24146
1.2.1622513                           0.22421
1.2.1703320                           0.21647
1.2.614926                            0.10836
1.2.1712903                           0.07447
1.2.171761                            0.07136
1.2.126225                            0.05894
1.2.1634961                           0.05867
1.2.573323                            0.02470
1.2.881146                            0.01687
1.2.1702168                           0.01577
1.2.1527713                           0.01546
1.2.1527702                           0.01034
1.2.449023                            0.00861
1.2.396635                            0.00048
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1213071                          96.82316
1.2.1214396                          46.03237
1.2.1560396                          14.30256
1.2.881146                            4.63878
1.2.799404                            4.05586
1.2.631561                            3.71193
1.2.1687144                           1.39316
1.2.1704106                           1.29988
1.2.395549                            0.90221
1.2.424868                            0.77944
1.2.486857                            0.76166
1.2.1160364                           0.54881
1.2.1703320                           0.48895
1.2.126225                            0.25954
1.2.1637673                           0.25259
1.2.1622513                           0.19870
1.2.409973                            0.19398
1.2.782669                            0.12840
1.2.1527702                           0.08802
1.2.1527713                           0.08409
1.2.477349                            0.06677
1.2.1703996                           0.04356
1.2.573323                            0.01788

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                             7.92514
1.2.1565108                           1.50233
1.2.1621254                           0.17928
1.2.395549                            0.13578
1.2.1599329                           0.09463
1.2.1698970                           0.00533
1.2.435970                            0.00008
1.2.138771                            0.00002
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1108195                           5.58066
1.2.1565108                           3.33922
1.2.1698970                           1.87302
1.2.395549                            0.55159
1.2.1621254                           0.09991
1.2.1597332                           0.00195

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             9.63080
1.2.33015                             7.86153
1.2.1703333                           5.90669
1.2.1565108                           2.76079
1.2.800115                            1.75048
1.2.1622544                           0.27125
1.2.1701364                           0.18379
1.2.973616                            0.13454
1.2.138771                            0.05241
1.2.126225                            0.03508
1.2.1298632                           0.02490
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1703333                           4.04139
1.2.1565108                           1.94089
1.2.1622544                           0.72848
1.2.1701364                           0.51047
1.2.126225                            0.12826
1.2.477349                            0.05985
1.2.1298632                           0.01859

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             9.10465
1.2.33015                             8.63060
1.2.1560396                           2.64845
1.2.1565108                           2.30544
1.2.163186                            1.68392
1.2.17391                             1.27870
1.2.1599329                           1.10132
1.2.883916                            0.22901
1.2.395549                            0.19657
1.2.973383                            0.16976
1.2.1011965                           0.09975
1.2.702289                            0.08361
1.2.102755                            0.08251
1.2.126225                            0.08099
1.2.1039433                           0.05545
1.2.1702168                           0.04526
1.2.893637                            0.01520
1.2.182587                            0.00598
1.2.558385                            0.00177
1.2.1101112                           0.00175
1.2.138771                            0.00032
1.2.183307                            0.00005
1.2.1598967                           0.00005
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         168.89812
1.2.36449                            94.77572
1.2.33015                            21.09891
1.2.17391                             5.36572
1.2.998                               3.93003
1.2.1560396                           2.79329
1.2.1565108                           2.49410
1.2.893637                            1.75567
1.2.1599329                           1.56834
1.2.395549                            1.24659
1.2.1011965                           0.75312
1.2.1039433                           0.46653
1.2.973383                            0.42180
1.2.883916                            0.39435
1.2.702289                            0.21092
1.2.126225                            0.11357
1.2.183307                            0.03136
1.2.377814                            0.01044

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.04185
1.2.376992                            0.03765
1.2.1214711                           0.01383
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.06081
1.2.376992                            0.02394
1.2.1214711                           0.01630

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01882
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.02045

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.698                               7.68837
1.2.414379                            2.76862
1.2.33015                             0.32820
1.2.570046                            0.19152
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.414379                            0.45264

Snapshots: https://mmcontest.bitshares.org/snapshots20200329.tbz

Code: [Select]
$ tar xjf snapshots20200329.tbz
$ find 2020-03-29 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
e4481daf2fc56ddbdaa4b1d5c14f96a6b6fa0884a074d073bec64c3da59b1156  -

Proposal for sending out rewards of 2020-03-29:

https://cryptofresh.com/tx/15b8f69b2c5e9fa3cfaaaf48d7c41e7db28eaa89
https://cryptofresh.com/b/46637576

https://cryptofresh.com/p/1.10.58114
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on March 31, 2020, 02:11:53 pm
Reward data for 2020-03-30

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 3153.11857 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            15.33225
1.2.33015                            12.28022
1.2.1691739                           6.60869
1.2.1560396                           6.28758
1.2.1033235                           1.09581
1.2.395549                            0.88240
1.2.799404                            0.73638
1.2.1687144                           0.67848
1.2.1703320                           0.53572
1.2.504310                            0.27704
1.2.1160364                           0.24062
1.2.126225                            0.15890
1.2.409973                            0.15566
1.2.1622513                           0.15408
1.2.881146                            0.10333
1.2.614926                            0.09474
1.2.1695688                           0.08809
1.2.171761                            0.06402
1.2.1019239                           0.01318
1.2.1527713                           0.01077
1.2.1702168                           0.01001
1.2.1527702                           0.00990
1.2.449023                            0.00575
1.2.1616850                           0.00106
1.2.396635                            0.00039
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         675.64868
1.2.1695688                         375.95311
1.2.1213071                         106.65237
1.2.1214396                          52.97383
1.2.1560396                          13.70898
1.2.799404                            5.35590
1.2.881146                            4.30728
1.2.171761                            3.64797
1.2.395549                            3.11642
1.2.1687144                           1.85552
1.2.1704106                           1.16955
1.2.486857                            0.92610
1.2.1703320                           0.92279
1.2.1160364                           0.78926
1.2.126225                            0.54139
1.2.409973                            0.27018
1.2.1637673                           0.26613
1.2.1622513                           0.24678
1.2.782669                            0.17798
1.2.1527702                           0.10725
1.2.1527713                           0.10344
1.2.477349                            0.08825
1.2.1712903                           0.04616
1.2.573323                            0.02162

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             9.27645
1.2.1692978                           7.59388
1.2.33015                             5.93283
1.2.1565108                           1.90435
1.2.395549                            0.37429
1.2.1599329                           0.19962
1.2.1698970                           0.06761
1.2.1621254                           0.01927
1.2.203202                            0.00036
1.2.435970                            0.00019
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1108195                          13.58020
1.2.1565108                           3.72646
1.2.1698970                           3.09258
1.2.395549                            0.71968
1.2.203202                            0.21871
1.2.1621254                           0.06268
1.2.1592640                           0.04649
1.2.36449                             0.00571

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         448.44499
1.2.36449                             8.88560
1.2.33015                             7.44926
1.2.1703333                           3.69984
1.2.1565108                           2.46875
1.2.800115                            1.46481
1.2.1622544                           0.33350
1.2.1701364                           0.28029
1.2.973616                            0.14704
1.2.138771                            0.05844
1.2.126225                            0.03303
1.2.1298632                           0.03012
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         681.10965
1.2.437438                           67.92150
1.2.1565108                           2.22264
1.2.1703333                           1.45668
1.2.1622544                           0.78513
1.2.1701364                           0.52355
1.2.126225                            0.21207
1.2.477349                            0.04744

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                          22.84289
1.2.36449                             6.97738
1.2.33015                             6.69654
1.2.1560396                           1.75446
1.2.1565108                           1.15584
1.2.163186                            0.46562
1.2.1623109                           0.36985
1.2.395549                            0.31139
1.2.883916                            0.20715
1.2.973383                            0.16419
1.2.126225                            0.14268
1.2.1011965                           0.10249
1.2.102755                            0.08390
1.2.1039433                           0.06910
1.2.702289                            0.06004
1.2.1702168                           0.04962
1.2.893637                            0.02289
1.2.182587                            0.00474
1.2.558385                            0.00400
1.2.1101112                           0.00048
1.2.138771                            0.00046
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.36449                           251.37437
1.2.1623109                         246.26193
1.2.1560396                           5.76785
1.2.17391                             5.24996
1.2.1565108                           4.08730
1.2.390210                            3.94204
1.2.998                               3.93445
1.2.893637                            2.57981
1.2.33015                             2.51194
1.2.395549                            1.84325
1.2.1599329                           1.61057
1.2.883916                            0.61370
1.2.1011965                           0.50512
1.2.1039433                           0.32449
1.2.973383                            0.31801
1.2.702289                            0.31392
1.2.183307                            0.03163
1.2.377814                            0.00777

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.10757
1.2.1214711                           0.03566
1.2.376992                            0.02885
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.08055
1.2.376992                            0.05030
1.2.1214711                           0.02138

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01882
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.02045

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.698                               7.70977
1.2.414379                            2.50050
1.2.570046                            0.19205
1.2.33015                             0.01851
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.414379                            0.45264

Snapshots: https://mmcontest.bitshares.org/snapshots20200330.tbz

Code: [Select]
$ tar xjf snapshots20200330.tbz
$ find 2020-03-30 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
16309bdab19c0b8060901e46b15eb2647a43a077071dc38d40268f8def16d866  -

Proposal for sending out rewards of 2020-03-30:

https://cryptofresh.com/tx/0a0f0d6403dd8db28254bd71b54f0b7fcb5cf502
https://cryptofresh.com/b/46666717

https://cryptofresh.com/p/1.10.58122
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: binggo on March 31, 2020, 11:37:23 pm
So, which committee can answer these questions?


    Now i must question the Market making contest:

    1. Did the MM have checked the trade volume for so long time?or considered it as a measure of the "liquidity"?

    2. Did the MM have checked the growth rate of new effective users for so long time?or considered it as a measure of the "result"?

    3. Did the MM have a BSIP for the community to vote?or the fund can be used easily by Committee without the vote of the community?

    In a way, the MM became a joke slowly, only have expenditure,nothing gained.
Title: Re: Market making contest (main thread)
Post by: abit on April 02, 2020, 06:44:45 am
Reward data for 2020-03-31

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 2835.54837 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            16.86241
1.2.33015                            12.84882
1.2.1691739                           9.57585
1.2.1560396                           7.04039
1.2.1703320                           3.79651
1.2.799404                            1.83139
1.2.395549                            0.91196
1.2.1033235                           0.83205
1.2.1687144                           0.66244
1.2.1599329                           0.42535
1.2.1015080                           0.26105
1.2.126225                            0.24870
1.2.1160364                           0.22467
1.2.1606836                           0.16320
1.2.1622513                           0.12830
1.2.504310                            0.10953
1.2.409973                            0.10428
1.2.424868                            0.05603
1.2.614926                            0.05366
1.2.1712903                           0.01198
1.2.1019239                           0.00855
1.2.449023                            0.00396
1.2.1695688                           0.00334
1.2.1616850                           0.00299
1.2.1527713                           0.00081
1.2.1527702                           0.00060
1.2.1702168                           0.00006
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         429.69324
1.2.1695688                         259.52431
1.2.1213071                          69.22933
1.2.1214396                          33.45655
1.2.1560396                          14.07852
1.2.424868                            7.41777
1.2.171761                            6.91417
1.2.1703320                           4.94306
1.2.1712903                           3.33336
1.2.799404                            3.02130
1.2.881146                            2.45772
1.2.1687144                           2.03015
1.2.395549                            1.71876
1.2.486857                            1.37937
1.2.1160364                           0.79756
1.2.782669                            0.65790
1.2.1637673                           0.50160
1.2.1622513                           0.46715
1.2.409973                            0.38389
1.2.126225                            0.30875
1.2.919400                            0.26871
1.2.1527713                           0.20846
1.2.1527702                           0.19149
1.2.477349                            0.14054
1.2.573323                            0.03649
1.2.1157844                           0.01311
1.2.1015080                           0.01044

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                          11.41226
1.2.36449                             8.37686
1.2.33015                             5.44653
1.2.1565108                           1.49409
1.2.395549                            0.70050
1.2.1599329                           0.41683
1.2.1698970                           0.36182
1.2.203202                            0.06631
1.2.138771                            0.00003
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1592306                          18.67079
1.2.1108195                          16.67571
1.2.1698970                           6.05449
1.2.1565108                           3.85260
1.2.1597332                           1.46659
1.2.395549                            0.89490
1.2.36449                             0.14494

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         480.86600
1.2.36449                             9.18285
1.2.33015                             6.79420
1.2.1703333                           3.71739
1.2.800115                            1.57224
1.2.1565108                           1.24161
1.2.1701364                           0.23570
1.2.1622544                           0.20008
1.2.973616                            0.07061
1.2.126225                            0.05561
1.2.138771                            0.05422
1.2.1298632                           0.05182
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         708.66167
1.2.1703333                           6.79915
1.2.1565108                           1.78653
1.2.1701364                           0.58754
1.2.1622544                           0.39177
1.2.126225                            0.12311
1.2.477349                            0.04383

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                          33.12685
1.2.36449                             6.57763
1.2.33015                             6.33903
1.2.1560396                           1.53634
1.2.1565108                           0.90939
1.2.163186                            0.58184
1.2.395549                            0.41881
1.2.1623109                           0.28225
1.2.973383                            0.22886
1.2.883916                            0.22112
1.2.417172                            0.19714
1.2.126225                            0.14770
1.2.102755                            0.10690
1.2.1011965                           0.10498
1.2.702289                            0.08740
1.2.1039433                           0.06609
1.2.1702168                           0.05218
1.2.893637                            0.01948
1.2.558385                            0.00734
1.2.182587                            0.00487
1.2.138771                            0.00111
1.2.1101112                           0.00060
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.36449                           272.87570
1.2.1623109                         271.63710
1.2.1560396                           5.54216
1.2.1565108                           5.21062
1.2.17391                             4.90404
1.2.998                               3.93009
1.2.390210                            3.24074
1.2.893637                            2.55796
1.2.1599329                           1.45329
1.2.395549                            1.27204
1.2.883916                            0.57690
1.2.1011965                           0.50208
1.2.702289                            0.43985
1.2.973383                            0.42418
1.2.1039433                           0.33319
1.2.183307                            0.03156
1.2.377814                            0.00803

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.23410
1.2.376992                            0.04220
1.2.1214711                           0.00802
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.16079
1.2.376992                            0.11009
1.2.1214711                           0.09941

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01882
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.02045

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.698                               7.71413
1.2.414379                            2.41172
1.2.570046                            0.19216
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.414379                            0.45862
1.2.33015                             0.29666

Snapshots: https://mmcontest.bitshares.org/snapshots20200331.tbz

Code: [Select]
$ tar xjf snapshots20200331.tbz
$ find 2020-03-31 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
f0dd9541413d28800e01fdd4176db5b9ca3cf42d410c4f6ab2a3aa9da26fe4cc  -

Proposal for sending out rewards of 2020-03-31:

https://cryptofresh.com/tx/dd7e0d7c68cd33de015ea2e1faa9a34993763bca
https://cryptofresh.com/b/46715223

https://cryptofresh.com/p/1.10.58133
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on April 02, 2020, 07:03:30 am
Reward data for 2020-04-01

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 4724.23797 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            15.37739
1.2.33015                            13.17063
1.2.1703320                          12.51462
1.2.1560396                           6.44938
1.2.1691739                           5.53408
1.2.799404                            2.87218
1.2.1599329                           1.37991
1.2.1033235                           1.03594
1.2.437438                            1.02432
1.2.395549                            0.83841
1.2.838939                            0.82459
1.2.1687144                           0.75173
1.2.424868                            0.48016
1.2.126225                            0.45213
1.2.1160364                           0.29294
1.2.435970                            0.29220
1.2.1622513                           0.21936
1.2.1015080                           0.21293
1.2.504310                            0.18619
1.2.409973                            0.12489
1.2.614926                            0.07082
1.2.1527713                           0.01024
1.2.1527702                           0.00819
1.2.1616850                           0.00652
1.2.449023                            0.00527
1.2.1019239                           0.00497
1.2.1607166                           0.00391
1.2.1702168                           0.00110
1.2.379048                            0.00036
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                        1083.54739
1.2.1695688                         662.84762
1.2.1213071                          88.49014
1.2.1214396                          46.32156
1.2.1560396                          16.79190
1.2.1703320                           8.73049
1.2.171761                            4.87709
1.2.1712903                           3.22150
1.2.881146                            3.21357
1.2.1687144                           1.73570
1.2.424868                            1.66942
1.2.486857                            1.40988
1.2.799404                            1.17281
1.2.1160364                           0.58194
1.2.1588219                           0.57041
1.2.395549                            0.55117
1.2.409973                            0.35662
1.2.1637673                           0.32971
1.2.1622513                           0.30831
1.2.573323                            0.24761
1.2.782669                            0.21061
1.2.126225                            0.17402
1.2.1527702                           0.13047
1.2.1527713                           0.12540
1.2.477349                            0.09406
1.2.1015080                           0.08854
1.2.1636927                           0.00986
1.2.1607166                           0.00334
1.2.396635                            0.00140
1.2.379048                            0.00001

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            13.98005
1.2.1692978                           9.67590
1.2.33015                             7.97608
1.2.1565108                           1.53527
1.2.395549                            0.35497
1.2.1599329                           0.33548
1.2.1698970                           0.24319
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1108195                          15.36569
1.2.1592306                          15.11726
1.2.1698970                           4.32806
1.2.1565108                           3.50666
1.2.1597332                           2.20189
1.2.395549                            1.39133
1.2.36449                             0.11306

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         530.77739
1.2.36449                             9.30318
1.2.33015                             5.76226
1.2.1703333                           2.25582
1.2.800115                            1.63836
1.2.1565108                           1.50723
1.2.1622544                           0.20721
1.2.1701364                           0.19863
1.2.437438                            0.11328
1.2.126225                            0.09986
1.2.973616                            0.07160
1.2.138771                            0.05168
1.2.1298632                           0.04758
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         808.14099
1.2.437438                          628.90168
1.2.1703333                          21.10239
1.2.1565108                           1.49375
1.2.1701364                           1.18082
1.2.1622544                           0.36876
1.2.477349                            0.04434

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                          32.58591
1.2.36449                             7.07086
1.2.33015                             6.70277
1.2.1560396                           1.65477
1.2.1565108                           0.80407
1.2.395549                            0.45491
1.2.1623109                           0.29408
1.2.417172                            0.28509
1.2.883916                            0.22761
1.2.973383                            0.20054
1.2.163186                            0.15488
1.2.1762345                           0.14380
1.2.126225                            0.14043
1.2.102755                            0.11318
1.2.1011965                           0.10477
1.2.702289                            0.08416
1.2.1039433                           0.06211
1.2.1702168                           0.05380
1.2.893637                            0.01965
1.2.558385                            0.00826
1.2.182587                            0.00483
1.2.1101112                           0.00016
1.2.138771                            0.00012
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.36449                           278.13137
1.2.1623109                         274.69151
1.2.1560396                           5.04765
1.2.17391                             4.59054
1.2.998                               3.92315
1.2.1565108                           3.38771
1.2.390210                            2.67022
1.2.893637                            2.32498
1.2.1599329                           1.30711
1.2.395549                            1.09509
1.2.883916                            0.54034
1.2.1011965                           0.49783
1.2.702289                            0.43424
1.2.973383                            0.41533
1.2.1762345                           0.39951
1.2.1039433                           0.33425
1.2.183307                            0.03148
1.2.377814                            0.00820

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.26246
1.2.376992                            0.04401
1.2.1214711                           0.01613
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.24459
1.2.376992                            0.10851
1.2.1214711                           0.10615

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01882
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.02045

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.698                               7.67942
1.2.414379                            2.40087
1.2.1081424                           0.21173
1.2.570046                            0.19129
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.414379                            0.46695
1.2.33015                             0.11571

Snapshots: https://mmcontest.bitshares.org/snapshots20200401.tbz

Code: [Select]
$ tar xjf snapshots20200401.tbz
$ find 2020-04-01 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
594f6db575c2927adce580271eda9c6b358150ac01baf2bd4ecae32637cb6f8e  -

Proposal for sending out rewards of 2020-04-01:

https://cryptofresh.com/tx/ded02f8d710d6024a3a0cf4fd733b5bc86fe250c
https://cryptofresh.com/b/46715625

https://cryptofresh.com/p/1.10.58134
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on April 03, 2020, 12:58:06 pm
Reward data for 2020-04-02

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 3027.64831 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            16.76420
1.2.33015                            16.05424
1.2.1691739                          11.85243
1.2.1560396                           7.76670
1.2.1703320                           5.63519
1.2.799404                            2.46516
1.2.395549                            1.13397
1.2.1599329                           1.07544
1.2.1687144                           0.64266
1.2.1033235                           0.54337
1.2.126225                            0.28720
1.2.1160364                           0.23667
1.2.409973                            0.19482
1.2.1606836                           0.07161
1.2.1015080                           0.06006
1.2.504310                            0.05341
1.2.435970                            0.05123
1.2.614926                            0.04620
1.2.1695688                           0.02496
1.2.1607166                           0.00732
1.2.449023                            0.00237
1.2.1616850                           0.00208
1.2.1527702                           0.00116
1.2.1527713                           0.00015
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.34467                           504.59441
1.2.1695688                         226.54528
1.2.1691739                         161.53587
1.2.1213071                          67.27856
1.2.1214396                          30.28847
1.2.1560396                          14.92526
1.2.1703320                          12.62445
1.2.171761                            9.22684
1.2.881146                            2.40795
1.2.799404                            2.38200
1.2.395549                            1.95314
1.2.1687144                           1.73856
1.2.486857                            1.70492
1.2.782669                            0.73552
1.2.1637673                           0.67546
1.2.1160364                           0.61920
1.2.409973                            0.60502
1.2.126225                            0.38529
1.2.1622513                           0.32414
1.2.1527713                           0.29926
1.2.1527702                           0.27448
1.2.477349                            0.19757
1.2.490345                            0.12749
1.2.1588219                           0.07865
1.2.573323                            0.06483
1.2.1607166                           0.01587
1.2.396635                            0.00854
1.2.986310                            0.00010

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                          15.81424
1.2.33015                            10.00326
1.2.36449                             8.71643
1.2.1592306                           3.57117
1.2.1621254                           1.88051
1.2.1565108                           1.40796
1.2.1599329                           1.22517
1.2.395549                            0.50140
1.2.1698970                           0.45441
1.2.138771                            0.07060
1.2.203202                            0.05265
1.2.1108195                           0.01143
1.2.417653                            0.01045
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                          81.36157
1.2.1108195                          17.47942
1.2.1565108                           3.38996
1.2.1698970                           3.01355
1.2.1692978                           1.30917
1.2.1597332                           1.28957
1.2.36449                             1.08764
1.2.395549                            0.72317

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         457.44212
1.2.616795                           28.26778
1.2.36449                            10.05526
1.2.33015                             8.47662
1.2.1703333                           2.89299
1.2.800115                            1.55061
1.2.1565108                           1.45329
1.2.1701364                           0.23262
1.2.1622544                           0.20054
1.2.437438                            0.08106
1.2.126225                            0.08071
1.2.973616                            0.06752
1.2.138771                            0.05047
1.2.1298632                           0.04235
1.2.447631                            0.00048
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         452.32739
1.2.437438                          370.97565
1.2.1703333                          12.84369
1.2.1565108                           2.01024
1.2.1701364                           0.88400
1.2.1622544                           0.41916
1.2.800115                            0.39689
1.2.477349                            0.07538
1.2.126225                            0.06811

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                          43.53503
1.2.36449                             7.62520
1.2.33015                             7.03559
1.2.1565108                           2.71300
1.2.163186                            1.84116
1.2.1560396                           1.53052
1.2.395549                            0.36373
1.2.883916                            0.26501
1.2.1623109                           0.24439
1.2.1762345                           0.21610
1.2.973383                            0.17447
1.2.102755                            0.14024
1.2.126225                            0.10644
1.2.1039433                           0.09091
1.2.1011965                           0.06782
1.2.1702168                           0.05994
1.2.893637                            0.02289
1.2.417172                            0.02001
1.2.558385                            0.00663
1.2.702289                            0.00582
1.2.138771                            0.00446
1.2.1101112                           0.00233
1.2.182587                            0.00033
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         196.00713
1.2.36449                            82.79401
1.2.447913                           31.57901
1.2.17391                             7.17285
1.2.1560396                           3.92069
1.2.998                               3.28781
1.2.1565108                           2.38865
1.2.1762345                           2.20749
1.2.893637                            2.14744
1.2.390210                            1.43705
1.2.1599329                           1.23822
1.2.395549                            0.90439
1.2.883916                            0.48992
1.2.973383                            0.44104
1.2.1039433                           0.43777
1.2.1011965                           0.41631
1.2.702289                            0.30440
1.2.126225                            0.06181
1.2.183307                            0.02616
1.2.377814                            0.00709

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.19925
1.2.376992                            0.04566
1.2.1214711                           0.01673
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.19438
1.2.376992                            0.08681
1.2.1214711                           0.08199

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01882
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.02045

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.698                               7.68887
1.2.414379                            2.40383
1.2.570046                            0.19153
1.2.1081424                           0.14137
1.2.447913                            0.07392
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.33015                             1.81810
1.2.414379                            0.46695

Snapshots: https://mmcontest.bitshares.org/snapshots20200402.tbz

Code: [Select]
$ tar xjf snapshots20200402.tbz
$ find 2020-04-02 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
57be040dd478fa779c4cae76c8523cf6c596a9e4f72dd80a2bd34e724fa47104  -

Proposal for sending out rewards of 2020-04-02:

https://cryptofresh.com/tx/624c9b4e0550cd97af937483342a00a97fd5ddd1
https://cryptofresh.com/b/46751423

https://cryptofresh.com/p/1.10.58145
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on April 04, 2020, 06:11:41 pm
Reward data for 2020-04-03

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 3608.72395 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            16.76111
1.2.33015                            16.09373
1.2.1691739                          10.69507
1.2.1560396                           7.48235
1.2.1703320                           5.75840
1.2.1066083                           4.53895
1.2.395549                            1.39929
1.2.1599329                           1.15805
1.2.1687144                           0.74871
1.2.1033235                           0.55103
1.2.409973                            0.33237
1.2.126225                            0.28934
1.2.1160364                           0.28489
1.2.504310                            0.04945
1.2.614926                            0.04564
1.2.1679473                           0.02639
1.2.992495                            0.02178
1.2.1607166                           0.00700
1.2.449023                            0.00265
1.2.1527702                           0.00239
1.2.1616850                           0.00174
1.2.1015080                           0.00008
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.34467                          1007.88650
1.2.1691739                         309.65588
1.2.1695688                         193.97057
1.2.1213071                          58.08600
1.2.1214396                          28.44917
1.2.1560396                          12.79145
1.2.799404                            5.20371
1.2.1591362                           4.84744
1.2.171761                            2.45036
1.2.1588219                           2.12419
1.2.881146                            2.05070
1.2.1687144                           1.59308
1.2.486857                            1.58769
1.2.409973                            0.92484
1.2.395549                            0.85573
1.2.782669                            0.75990
1.2.1622513                           0.61176
1.2.1637673                           0.59991
1.2.1160364                           0.53854
1.2.1682766                           0.52753
1.2.126225                            0.37547
1.2.1703320                           0.32330
1.2.1527713                           0.26942
1.2.1527702                           0.23313
1.2.477349                            0.14460
1.2.573323                            0.04756
1.2.1599329                           0.02668
1.2.1607166                           0.01396
1.2.396635                            0.00836

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                            11.16299
1.2.36449                             7.13751
1.2.1591362                           4.10483
1.2.1692978                           2.11786
1.2.1565108                           1.52270
1.2.395549                            0.90645
1.2.1599329                           0.83887
1.2.1621254                           0.54195
1.2.138771                            0.13512
1.2.203202                            0.11609
1.2.417653                            0.02000
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                          61.81846
1.2.1108195                          11.06754
1.2.1698970                           4.44077
1.2.1565108                           3.52362
1.2.395549                            0.98975
1.2.1692978                           0.95849

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         518.78297
1.2.36449                             8.73882
1.2.33015                             7.59242
1.2.751742                            1.79533
1.2.1565108                           0.79962
1.2.800115                            0.50849
1.2.1703333                           0.42127
1.2.1701364                           0.23961
1.2.1622544                           0.13213
1.2.126225                            0.02383
1.2.1298632                           0.01771
1.2.138771                            0.00853
1.2.973616                            0.00243
1.2.447631                            0.00030
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         806.59318
1.2.1565108                           2.96521
1.2.800115                            1.53531
1.2.1701364                           0.61286
1.2.1622544                           0.38043
1.2.126225                            0.24218

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                          48.50397
1.2.36449                             7.08011
1.2.33015                             6.19250
1.2.1565108                           2.93955
1.2.163186                            2.39488
1.2.1560396                           1.88769
1.2.1623109                           1.02860
1.2.1762345                           0.35617
1.2.883916                            0.27286
1.2.395549                            0.24046
1.2.1011965                           0.21267
1.2.102755                            0.16779
1.2.1039433                           0.16046
1.2.973383                            0.14172
1.2.126225                            0.08024
1.2.1702168                           0.06223
1.2.893637                            0.02357
1.2.558385                            0.00973
1.2.138771                            0.00547
1.2.1101112                           0.00303
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         243.28455
1.2.447913                           44.58425
1.2.36449                            42.38583
1.2.17391                            10.06986
1.2.1560396                           4.16222
1.2.998                               3.74980
1.2.893637                            2.08637
1.2.1565108                           1.80845
1.2.395549                            1.73266
1.2.1599329                           1.12306
1.2.1762345                           0.81578
1.2.973383                            0.62101
1.2.883916                            0.47681
1.2.126225                            0.32441
1.2.1011965                           0.27943
1.2.702289                            0.23450
1.2.1039433                           0.21581
1.2.183307                            0.02968
1.2.377814                            0.00648

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.05730
1.2.376992                            0.05150
1.2.1214711                           0.01887
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.08230
1.2.376992                            0.03286
1.2.1214711                           0.02216

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01882
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.02045

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.698                               7.71413
1.2.414379                            2.41172
1.2.570046                            0.19216
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.33015                             1.87660
1.2.414379                            0.46695

Snapshots: https://mmcontest.bitshares.org/snapshots20200403.tbz

Code: [Select]
$ tar xjf snapshots20200403.tbz
$ find 2020-04-03 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
cb5b2e3f69c53d22934a4a79684d56e9cea5fd060ca2cb8f9c3082f0f5144026  -

Proposal for sending out rewards of 2020-04-03:

https://cryptofresh.com/tx/624c9b4e0550cd97af937483342a00a97fd5ddd1
https://cryptofresh.com/b/46786397

https://cryptofresh.com/p/1.10.58155
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on April 05, 2020, 12:22:23 pm
Reward data for 2020-04-04

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 3520.64053 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.992495                           26.26447
1.2.36449                            13.08301
1.2.33015                            10.72300
1.2.1703320                           8.06244
1.2.1560396                           6.12859
1.2.1691739                           3.80027
1.2.799404                            1.86753
1.2.1599329                           1.57488
1.2.437438                            1.32794
1.2.395549                            0.96713
1.2.1033235                           0.79723
1.2.1687144                           0.71063
1.2.409973                            0.42061
1.2.1160364                           0.34370
1.2.126225                            0.34028
1.2.504310                            0.14821
1.2.1015080                           0.13184
1.2.614926                            0.06012
1.2.1679473                           0.04493
1.2.171066                            0.03992
1.2.477349                            0.01834
1.2.1607166                           0.01179
1.2.1527713                           0.00656
1.2.1527702                           0.00653
1.2.1616850                           0.00491
1.2.449023                            0.00347
1.2.1702168                           0.00234
1.2.370625                            0.00056
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.34467                          1379.09017
1.2.1691739                         516.88029
1.2.1695688                         125.89290
1.2.1213071                          89.15129
1.2.1214396                          44.34173
1.2.1560396                          17.55959
1.2.881146                            3.19516
1.2.799404                            2.24092
1.2.486857                            1.54229
1.2.1687144                           1.33656
1.2.409973                            0.73344
1.2.1682766                           0.60507
1.2.1588219                           0.54263
1.2.1606836                           0.53935
1.2.782669                            0.45924
1.2.1637673                           0.44406
1.2.1160364                           0.41596
1.2.171761                            0.40387
1.2.1622513                           0.29350
1.2.126225                            0.23725
1.2.1527713                           0.18531
1.2.1527702                           0.17954
1.2.477349                            0.14254
1.2.573323                            0.03487
1.2.1703996                           0.01835
1.2.1607166                           0.01042
1.2.396635                            0.00647
1.2.1616850                           0.00310
1.2.1702168                           0.00014

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                            11.81112
1.2.36449                            11.24642
1.2.1591362                           7.37996
1.2.1692978                           2.86512
1.2.1621254                           2.70853
1.2.1565108                           1.54269
1.2.1599329                           1.43783
1.2.1592306                           0.90839
1.2.395549                            0.66162
1.2.138771                            0.13015
1.2.417653                            0.01926
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                          11.73577
1.2.1108195                          10.26899
1.2.1565108                           3.28432
1.2.1698970                           2.76863

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         278.58215
1.2.36449                             6.91211
1.2.33015                             5.42273
1.2.1565108                           0.85869
1.2.1703333                           0.44336
1.2.800115                            0.43901
1.2.751742                            0.27109
1.2.1701364                           0.26951
1.2.1622544                           0.25139
1.2.973616                            0.05465
1.2.1298632                           0.02251
1.2.138771                            0.01727
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         450.41269
1.2.1565108                           4.40555
1.2.800115                            2.09544
1.2.1622544                           0.42189
1.2.1701364                           0.40568
1.2.126225                            0.24716

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                          59.56434
1.2.36449                             6.18911
1.2.33015                             5.41498
1.2.163186                            2.22717
1.2.1560396                           1.34616
1.2.1565108                           1.32807
1.2.1623109                           0.41309
1.2.1762345                           0.34566
1.2.883916                            0.32687
1.2.395549                            0.29161
1.2.1011965                           0.19509
1.2.102755                            0.17358
1.2.973383                            0.15976
1.2.1039433                           0.11563
1.2.126225                            0.06669
1.2.1702168                           0.06415
1.2.702289                            0.04885
1.2.893637                            0.01848
1.2.558385                            0.00986
1.2.138771                            0.00707
1.2.1101112                           0.00282
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         245.20447
1.2.36449                            42.00161
1.2.447913                           33.77040
1.2.17391                             8.44704
1.2.1560396                           5.49951
1.2.998                               3.00263
1.2.1565108                           2.84928
1.2.893637                            2.34823
1.2.1599329                           0.94913
1.2.1762345                           0.82113
1.2.883916                            0.39007
1.2.702289                            0.37389
1.2.1011965                           0.27775
1.2.973383                            0.25816
1.2.1039433                           0.21574
1.2.126225                            0.12072
1.2.183307                            0.02340
1.2.377814                            0.00672

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.05730
1.2.376992                            0.05150
1.2.1214711                           0.01887
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.08230
1.2.376992                            0.03286
1.2.1214711                           0.02216

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01882
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.02045

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.698                               7.71413
1.2.414379                            2.41172
1.2.570046                            0.19216
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.33015                             1.87660
1.2.414379                            0.46695

Snapshots: https://mmcontest.bitshares.org/snapshots20200404.tbz

Code: [Select]
$ tar xjf snapshots20200404.tbz
$ find 2020-04-04 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
0536f268dc3eb46e64b4608362e3008ce40d2c2f4f50d06dd42a830501f9b9f8  -

Proposal for sending out rewards of 2020-04-04:

https://cryptofresh.com/tx/d8f98640a451ec542b6ffc8a3355bd24717added
https://cryptofresh.com/b/46808155

https://cryptofresh.com/p/1.10.58164
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on April 06, 2020, 12:14:43 pm
Reward data for 2020-04-05

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 3798.32100 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            12.32523
1.2.33015                            10.02760
1.2.1560396                           8.15208
1.2.437438                            5.58846
1.2.1703320                           4.38031
1.2.1691739                           4.33277
1.2.799404                            4.07679
1.2.1674365                           3.26484
1.2.1599329                           2.92599
1.2.1033235                           1.27730
1.2.395549                            0.94829
1.2.171066                            0.88417
1.2.1687144                           0.83604
1.2.409973                            0.43361
1.2.1592306                           0.39674
1.2.1160364                           0.34555
1.2.504310                            0.33906
1.2.126225                            0.17605
1.2.614926                            0.10110
1.2.1679473                           0.04926
1.2.1527713                           0.02707
1.2.1527702                           0.01798
1.2.1702168                           0.01202
1.2.449023                            0.00728
1.2.1607166                           0.00392
1.2.573323                            0.00234
1.2.396635                            0.00139
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         814.65675
1.2.34467                           564.88466
1.2.1695688                         488.68204
1.2.1213071                         121.50063
1.2.1214396                          62.50770
1.2.1560396                          12.69767
1.2.881146                            4.52703
1.2.861911                            4.30216
1.2.395549                            1.98722
1.2.1687144                           1.57338
1.2.799404                            1.24126
1.2.1703320                           0.86114
1.2.486857                            0.74528
1.2.126225                            0.57636
1.2.409973                            0.51008
1.2.1160364                           0.46768
1.2.1674365                           0.20986
1.2.1637673                           0.20001
1.2.477349                            0.13301
1.2.1607166                           0.11046
1.2.1527702                           0.07334
1.2.1527713                           0.06356
1.2.782669                            0.02376
1.2.573323                            0.01488
1.2.396635                            0.00228
1.2.1765396                           0.00133
1.2.1616850                           0.00083

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                            13.20482
1.2.36449                            10.68153
1.2.1592306                           6.11896
1.2.1692978                           4.67787
1.2.1565108                           1.52260
1.2.395549                            0.67873
1.2.1621254                           0.60793
1.2.1592640                           0.53207
1.2.138771                            0.36017
1.2.501058                            0.21263
1.2.1599329                           0.12553
1.2.1698970                           0.09884
1.2.417653                            0.05332
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1108195                           8.81681
1.2.1565108                           3.43722
1.2.1698970                           1.41139
1.2.1599329                           0.56603
1.2.501058                            0.55374
1.2.395549                            0.47858

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         372.90718
1.2.36449                             7.82600
1.2.33015                             7.25141
1.2.1565108                           1.39227
1.2.1703333                           1.16641
1.2.800115                            0.41475
1.2.1701364                           0.25069
1.2.1622544                           0.24959
1.2.973616                            0.07685
1.2.138771                            0.04989
1.2.1298632                           0.04593
1.2.126225                            0.03632
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         579.69797
1.2.1565108                           2.35028
1.2.800115                            1.77198
1.2.1701364                           0.58501
1.2.1622544                           0.43228
1.2.1703333                           0.38698
1.2.126225                            0.17113

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                           8.54180
1.2.36449                             7.74964
1.2.33015                             6.78340
1.2.163186                            2.65226
1.2.1623109                           2.26599
1.2.1565108                           1.66083
1.2.1560396                           1.51679
1.2.1762345                           0.69471
1.2.883916                            0.67277
1.2.102755                            0.30463
1.2.1011965                           0.23815
1.2.702289                            0.21035
1.2.395549                            0.20998
1.2.417172                            0.15589
1.2.973383                            0.15335
1.2.1039433                           0.11917
1.2.1702168                           0.10113
1.2.126225                            0.02548
1.2.893637                            0.02032
1.2.138771                            0.01917
1.2.558385                            0.01191
1.2.1101112                           0.00335
1.2.378352                            0.00117
1.2.183307                            0.00005
1.2.1692640                           0.00004
1.2.17391                             0.00001
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         522.13883
1.2.447913                           12.24727
1.2.17391                             6.53858
1.2.1560396                           5.02647
1.2.1565108                           3.64312
1.2.893637                            2.59261
1.2.395549                            1.31542
1.2.1762345                           0.99422
1.2.998                               0.84035
1.2.1599329                           0.69915
1.2.36449                             0.66727
1.2.702289                            0.46842
1.2.973383                            0.38429
1.2.883916                            0.38311
1.2.1039433                           0.36718
1.2.126225                            0.25689
1.2.1011965                           0.19763
1.2.183307                            0.00641
1.2.377814                            0.00317

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.05730
1.2.376992                            0.05150
1.2.1214711                           0.01887
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.08230
1.2.376992                            0.03286
1.2.1214711                           0.02216

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01882
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.02045

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.698                              15.37114
1.2.447913                            5.83477
1.2.414379                            5.01000
1.2.571953                            0.91919
1.2.570046                            0.39049
1.2.1682384                           0.15560
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.610843                            1.93368
1.2.414379                            0.46695
1.2.33015                             0.36290

Snapshots: https://mmcontest.bitshares.org/snapshots20200405.tbz

Code: [Select]
$ tar xjf snapshots20200405.tbz
$ find 2020-04-05 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
ee856b797e41466f77f0a33f037eb36ddb1c07910b3a843224ef57ded74b10ec  -

Proposal for sending out rewards of 2020-04-05:

https://cryptofresh.com/tx/610567f678b1d7490d40517f6079ac40d3382c7f
https://cryptofresh.com/b/46836741

https://cryptofresh.com/p/1.10.58174
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on April 07, 2020, 01:27:27 pm
Reward data for 2020-04-06

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 2482.71299 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            15.50550
1.2.33015                            15.13186
1.2.1560396                           8.42112
1.2.799404                            3.28027
1.2.1691739                           2.49041
1.2.1674365                           2.39112
1.2.1700406                           2.36771
1.2.1703320                           1.80973
1.2.437438                            1.72257
1.2.1599329                           1.47661
1.2.1033235                           1.12845
1.2.395549                            0.81028
1.2.1606836                           0.73410
1.2.1687144                           0.65689
1.2.409973                            0.34564
1.2.126225                            0.29975
1.2.504310                            0.29500
1.2.1160364                           0.25414
1.2.992495                            0.19152
1.2.614926                            0.09077
1.2.477349                            0.01985
1.2.1702168                           0.01486
1.2.1527713                           0.01408
1.2.1607166                           0.01231
1.2.573323                            0.01079
1.2.1527702                           0.00892
1.2.449023                            0.00654
1.2.1015080                           0.00151
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.34467                           473.21718
1.2.1691739                         128.57752
1.2.1695688                          70.07061
1.2.1213071                          48.63536
1.2.1214396                          22.08336
1.2.1560396                          10.88164
1.2.1674365                          10.38575
1.2.1703320                           3.32009
1.2.395549                            1.84483
1.2.881146                            1.75267
1.2.1687144                           1.49493
1.2.799404                            1.28925
1.2.486857                            0.97060
1.2.844656                            0.88636
1.2.409973                            0.70776
1.2.1160364                           0.50649
1.2.782669                            0.44251
1.2.1637673                           0.43424
1.2.126225                            0.27148
1.2.477349                            0.22348
1.2.1527713                           0.16203
1.2.1527702                           0.15883
1.2.1622513                           0.10491
1.2.573323                            0.02943
1.2.1607166                           0.00985
1.2.396635                            0.00539
1.2.1616850                           0.00506
1.2.1765396                           0.00243
1.2.1021184                           0.00008
1.2.446700                            0.00008
1.2.986310                            0.00005

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1692978                          27.53351
1.2.1592306                          18.50753
1.2.36449                            12.48790
1.2.33015                             7.95839
1.2.1621254                           1.71476
1.2.1698970                           0.99427
1.2.501058                            0.97490
1.2.1592640                           0.96191
1.2.1565108                           0.93338
1.2.395549                            0.66876
1.2.1703892                           0.60125
1.2.138771                            0.32955
1.2.417653                            0.04872
1.2.1599329                           0.01525
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                         268.37990
1.2.1108195                          13.08189
1.2.1698970                           3.86048
1.2.1565108                           2.33021
1.2.395549                            0.92674
1.2.138771                            0.55869
1.2.1599329                           0.25708
1.2.1703892                           0.15032
1.2.1592640                           0.03710
1.2.501058                            0.02725

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         325.32132
1.2.36449                             9.58997
1.2.33015                             9.56198
1.2.1565108                           2.43959
1.2.1703333                           1.82208
1.2.800115                            0.54433
1.2.1701364                           0.20825
1.2.1622544                           0.04669
1.2.973616                            0.02536
1.2.126225                            0.02028
1.2.1298632                           0.01645
1.2.725820                            0.01274
1.2.138771                            0.01050
1.2.969646                            0.00062
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         520.61404
1.2.1703333                           1.88688
1.2.800115                            1.37568
1.2.1565108                           1.32727
1.2.1701364                           0.74044
1.2.1622544                           0.47668
1.2.126225                            0.03711
1.2.1157844                           0.00431
1.2.1702168                           0.00056
1.2.1298632                           0.00037
1.2.1558498                           0.00020

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             8.44603
1.2.33015                             7.39166
1.2.1565108                           3.28983
1.2.1560396                           3.06147
1.2.447913                            2.08768
1.2.1599329                           1.87747
1.2.163186                            1.26539
1.2.1762345                           0.27388
1.2.1623109                           0.23828
1.2.395549                            0.17503
1.2.883916                            0.13481
1.2.1011965                           0.12330
1.2.1039433                           0.09960
1.2.973383                            0.09674
1.2.102755                            0.09163
1.2.702289                            0.08100
1.2.126225                            0.07168
1.2.1702168                           0.03225
1.2.893637                            0.02225
1.2.138771                            0.00403
1.2.558385                            0.00342
1.2.1101112                           0.00160
1.2.961627                            0.00024
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         276.62411
1.2.447913                           23.61844
1.2.17391                            18.12839
1.2.163186                           13.29199
1.2.998                               9.27176
1.2.1599329                           5.34829
1.2.1560396                           2.46471
1.2.883916                            2.11320
1.2.1565108                           1.76969
1.2.893637                            1.60407
1.2.1762345                           1.58134
1.2.395549                            1.35488
1.2.1011965                           0.66002
1.2.702289                            0.58121
1.2.1039433                           0.32611
1.2.973383                            0.26244
1.2.698                               0.22016
1.2.831392                            0.14186
1.2.183307                            0.07229
1.2.377814                            0.02916
1.2.366568                            0.01074
1.2.102755                            0.00869
1.2.126225                            0.00703

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.05730
1.2.376992                            0.05150
1.2.1214711                           0.01887
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.08192
1.2.376992                            0.03287
1.2.1214711                           0.02217

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.00999
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.01086

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.698                               7.78971
1.2.447913                            3.62687
1.2.571953                            0.77460
1.2.414379                            0.65859
1.2.570046                            0.18388
1.2.1682384                           0.13741
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.33015                             2.56273
1.2.414379                            0.54917
1.2.610843                            0.39469
1.2.611135                            0.00001
1.2.505576                            0.00001

Snapshots: https://mmcontest.bitshares.org/snapshots20200406.tbz

Code: [Select]
$ tar xjf snapshots20200406.tbz
$ find 2020-04-06 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
f2228045c31e6fbeef7a333fade0c9832c59bd228fc2ec8004ce0a07521ccde0  -

Proposal for sending out rewards of 2020-04-06:

https://cryptofresh.com/tx/a30a981b9fe594c2d16c3b1011de4f1e3ab32db6
https://cryptofresh.com/b/46866886

https://cryptofresh.com/p/1.10.58182
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on April 08, 2020, 02:59:58 pm
Reward data for 2020-04-07

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 4006.20343 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            16.65323
1.2.33015                            14.71179
1.2.1674365                           8.52571
1.2.1703320                           4.62641
1.2.1700406                           3.23258
1.2.799404                            2.35698
1.2.1560396                           1.96990
1.2.1599329                           1.73092
1.2.1033235                           1.24183
1.2.395549                            0.88809
1.2.1687144                           0.71375
1.2.895861                            0.53931
1.2.409973                            0.37817
1.2.504310                            0.29763
1.2.1160364                           0.24567
1.2.126225                            0.13271
1.2.573323                            0.09127
1.2.614926                            0.08678
1.2.477349                            0.06065
1.2.1691739                           0.05901
1.2.1695688                           0.02992
1.2.1702168                           0.01231
1.2.1607166                           0.01106
1.2.449023                            0.00669
1.2.1527713                           0.00530
1.2.1527702                           0.00442
1.2.396635                            0.00001
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         776.43943
1.2.34467                           589.30965
1.2.1695688                         265.56446
1.2.1213071                          64.11926
1.2.1599329                          36.02990
1.2.1214396                          27.07153
1.2.1703320                          18.95210
1.2.1674365                           8.46338
1.2.844656                            5.43566
1.2.1560396                           4.13183
1.2.395549                            2.65514
1.2.881146                            2.32080
1.2.1687144                           1.88069
1.2.486857                            0.97976
1.2.409973                            0.76398
1.2.1160364                           0.70548
1.2.126225                            0.55677
1.2.799404                            0.32432
1.2.1606836                           0.29066
1.2.1637673                           0.24772
1.2.782669                            0.16847
1.2.1622513                           0.16703
1.2.1527702                           0.09268
1.2.1527713                           0.09253
1.2.573323                            0.02383
1.2.433286                            0.02305
1.2.477349                            0.02046
1.2.1607166                           0.00585
1.2.396635                            0.00454
1.2.1616850                           0.00230
1.2.1682766                           0.00114

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                             2.71821
1.2.1621254                           1.82888
1.2.1565108                           1.64161
1.2.395549                            0.63017
1.2.1698970                           0.50218
1.2.138771                            0.37333
1.2.1703892                           0.35297
1.2.444013                            0.28998
1.2.36449                             0.09754
1.2.1599329                           0.01961
1.2.1591759                           0.00655
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                         483.46322
1.2.444013                           16.32210
1.2.1108195                          12.81521
1.2.1565108                           4.36001
1.2.1698970                           4.33229
1.2.1599329                           3.08392
1.2.395549                            1.42691
1.2.1703892                           1.38111
1.2.138771                            0.59083
1.2.1591759                           0.02535

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         374.82551
1.2.36449                             8.45902
1.2.33015                             8.34308
1.2.1703333                           1.85365
1.2.1565108                           1.46752
1.2.800115                            0.48320
1.2.725820                            0.25706
1.2.1701364                           0.22730
1.2.751742                            0.10985
1.2.126225                            0.00058
1.2.1298632                           0.00009
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         646.01160
1.2.1703333                           2.05505
1.2.1565108                           1.51531
1.2.800115                            1.42964
1.2.1701364                           0.68656
1.2.1622544                           0.24485
1.2.1702168                           0.22163

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             7.41798
1.2.33015                             6.43761
1.2.447913                            3.80781
1.2.1565108                           1.41257
1.2.1560396                           1.02700
1.2.1623109                           0.45761
1.2.395549                            0.20348
1.2.1762345                           0.13831
1.2.1599329                           0.13772
1.2.1011965                           0.09526
1.2.883916                            0.07803
1.2.1039433                           0.06868
1.2.893637                            0.01925
1.2.126225                            0.01585
1.2.1702168                           0.00007
1.2.702289                            0.00005
1.2.102755                            0.00002
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         507.33164
1.2.1599329                           9.68229
1.2.17391                             5.15101
1.2.893637                            2.33363
1.2.698                               2.10191
1.2.1565108                           1.70920
1.2.1762345                           0.87150
1.2.395549                            0.77220
1.2.1560396                           0.70987
1.2.883916                            0.60107
1.2.1011965                           0.53150
1.2.831392                            0.47002
1.2.998                               0.45658
1.2.183307                            0.36129
1.2.1039433                           0.29728
1.2.102755                            0.05590
1.2.377814                            0.04478
1.2.366568                            0.04368
1.2.973383                            0.01114

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.185761                            0.05730
1.2.376992                            0.05150
1.2.1214711                           0.01887
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.08182
1.2.376992                            0.03288
1.2.1214711                           0.02217

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1682384                           0.12090
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.33015                             0.85323
1.2.610843                            0.20099

Snapshots: https://mmcontest.bitshares.org/snapshots20200407.tbz

Code: [Select]
$ tar xjf snapshots20200407.tbz
$ find 2020-04-07 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
b2079598ea3bc459b2a4878dd03d89a5f4886595d026dab4223c8c9bcb3992cc  -

Proposal for sending out rewards of 2020-04-07:

https://cryptofresh.com/tx/5443212ae18a30ee0f1b3713215c2ab737941d15
https://cryptofresh.com/b/46897477

https://cryptofresh.com/p/1.10.58188
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on April 09, 2020, 12:12:30 pm
Reward data for 2020-04-08

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 5357.06195 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691739                          44.83564
1.2.36449                            14.69951
1.2.33015                            11.58146
1.2.1703320                          10.96842
1.2.437438                            4.08782
1.2.1599329                           3.01129
1.2.1700406                           2.29411
1.2.895861                            1.58880
1.2.1674365                           1.52182
1.2.799404                            1.33970
1.2.1560396                           1.11925
1.2.395549                            1.02463
1.2.1033235                           0.75485
1.2.1687144                           0.63042
1.2.126225                            0.31068
1.2.409973                            0.21051
1.2.1160364                           0.20700
1.2.1767050                           0.20083
1.2.504310                            0.09115
1.2.614926                            0.04376
1.2.573323                            0.04239
1.2.1695688                           0.03967
1.2.477349                            0.02562
1.2.1213071                           0.00937
1.2.1607166                           0.00504
1.2.449023                            0.00372
1.2.1157844                           0.00288
1.2.1074973                           0.00022
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.34467                          1061.54297
1.2.1599329                         761.29284
1.2.1691739                         374.45689
1.2.1695688                         254.21049
1.2.1213071                          85.92664
1.2.1214396                          39.35418
1.2.1703320                          35.99110
1.2.881146                            4.48524
1.2.395549                            3.20027
1.2.1560396                           2.96276
1.2.1687144                           2.05992
1.2.486857                            1.64661
1.2.409973                            1.48105
1.2.799404                            0.93446
1.2.1160364                           0.83253
1.2.1674365                           0.70046
1.2.782669                            0.61507
1.2.1637673                           0.41108
1.2.1527702                           0.17011
1.2.1527713                           0.16725
1.2.1622513                           0.15067
1.2.126225                            0.03983
1.2.477349                            0.03407
1.2.573323                            0.03295
1.2.1607166                           0.00966
1.2.1616850                           0.00651
1.2.396635                            0.00619

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                             7.67953
1.2.1565108                           1.78693
1.2.1621254                           1.07313
1.2.1703892                           0.65598
1.2.395549                            0.37525
1.2.138771                            0.20540
1.2.1599329                           0.05045
1.2.1698970                           0.00996
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                         546.88668
1.2.1108195                          12.64670
1.2.1599329                           6.17135
1.2.1698970                           4.46761
1.2.1565108                           3.57484
1.2.395549                            1.64889
1.2.138771                            1.26505
1.2.1703892                           0.89074
1.2.1591759                           0.04826
1.2.501058                            0.00847

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         466.19656
1.2.36449                             8.05595
1.2.33015                             7.62105
1.2.1565108                           2.27430
1.2.1703333                           1.78381
1.2.800115                            0.46265
1.2.1701364                           0.24032
1.2.1622544                           0.14015
1.2.437438                            0.06378
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         783.90216
1.2.437438                          440.49407
1.2.1703333                           2.84905
1.2.800115                            2.30854
1.2.1565108                           1.37768
1.2.1701364                           0.92228
1.2.1702168                           0.55119
1.2.1622544                           0.35572
1.2.1767050                           0.08363

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                           9.34077
1.2.36449                             8.33292
1.2.33015                             7.28181
1.2.447913                            6.20959
1.2.1565108                           1.94501
1.2.1560396                           0.62641
1.2.1623109                           0.37219
1.2.1762345                           0.21822
1.2.395549                            0.17199
1.2.1011965                           0.12057
1.2.1039433                           0.11604
1.2.883916                            0.05481
1.2.126225                            0.03199
1.2.893637                            0.00884
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         140.40860
1.2.831392                            7.86535
1.2.1599329                           3.18116
1.2.893637                            2.20865
1.2.698                               2.08362
1.2.1565108                           1.68799
1.2.1762345                           1.60639
1.2.17391                             1.45063
1.2.395549                            1.33764
1.2.883916                            0.71435
1.2.1560396                           0.61388
1.2.1011965                           0.55503
1.2.183307                            0.45046
1.2.1039433                           0.32783
1.2.102755                            0.06985
1.2.366568                            0.05684

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.376992                            0.04359
1.2.185761                            0.02413
1.2.1214711                           0.01739
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.08209
1.2.376992                            0.03287
1.2.1214711                           0.02217

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                           0.59110
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1599329                         114.29871

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

Snapshots: https://mmcontest.bitshares.org/snapshots20200408.tbz

Code: [Select]
$ tar xjf snapshots20200408.tbz
$ find 2020-04-08 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
1719f191a2d1658a42ddc5e930ce685bca3964416b0bc841beb0fb9e27e9e751  -

Proposal for sending out rewards of 2020-04-08:

https://cryptofresh.com/tx/5443212ae18a30ee0f1b3713215c2ab737941d15
https://cryptofresh.com/b/46922857

https://cryptofresh.com/p/1.10.58193
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on April 10, 2020, 12:23:12 pm
Reward data for 2020-04-09

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 6863.16015 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            13.43479
1.2.33015                            10.55759
1.2.1703320                          10.05174
1.2.1674365                           9.69320
1.2.1560396                           6.08034
1.2.1691739                           4.40043
1.2.1700406                           3.08114
1.2.799404                            2.25540
1.2.395549                            1.38384
1.2.1599329                           1.33356
1.2.437438                            1.18953
1.2.1033235                           1.18173
1.2.1687144                           0.86299
1.2.1160364                           0.36848
1.2.409973                            0.34518
1.2.504310                            0.26941
1.2.1066083                           0.16715
1.2.573323                            0.13789
1.2.126225                            0.11588
1.2.1702168                           0.10214
1.2.614926                            0.08097
1.2.477349                            0.07836
1.2.1695688                           0.03486
1.2.1701133                           0.01971
1.2.1607166                           0.01563
1.2.1682766                           0.01213
1.2.1527713                           0.01070
1.2.1527702                           0.01002
1.2.1213071                           0.00787
1.2.449023                            0.00584
1.2.1247975                           0.00421
1.2.366568                            0.00157
1.2.1767050                           0.00116
1.2.396635                            0.00011
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                        1022.39046
1.2.34467                           661.52681
1.2.1695688                         529.96684
1.2.1599329                         427.52971
1.2.1213071                          85.76786
1.2.1214396                          43.63146
1.2.1703320                          32.92391
1.2.1560396                          16.39902
1.2.881146                            6.95972
1.2.1674365                           2.77980
1.2.395549                            2.63851
1.2.799404                            2.11881
1.2.844656                            1.73230
1.2.1687144                           1.67044
1.2.486857                            1.31631
1.2.409973                            0.82693
1.2.126225                            0.76678
1.2.1160364                           0.48899
1.2.1637673                           0.38084
1.2.1015080                           0.34082
1.2.782669                            0.28008
1.2.435569                            0.27849
1.2.1622513                           0.21027
1.2.1527702                           0.14312
1.2.1527713                           0.12210
1.2.477349                            0.03216
1.2.573323                            0.02756
1.2.1066083                           0.01926
1.2.366568                            0.01046
1.2.1607166                           0.00894
1.2.396635                            0.00524
1.2.1616850                           0.00425

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1565108                           1.42391
1.2.395549                            0.80714
1.2.1703892                           0.72734
1.2.1640883                           0.52613
1.2.1621254                           0.28491
1.2.919400                            0.16598
1.2.1599329                           0.05102
1.2.1591759                           0.02443
1.2.138771                            0.02277
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                         521.34124
1.2.1108195                          15.59147
1.2.1565108                           6.17075
1.2.1698970                           5.25154
1.2.1599329                           2.83974
1.2.138771                            2.40576
1.2.1703892                           2.15724
1.2.395549                            0.76862
1.2.1591759                           0.19827

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         510.71517
1.2.36449                             7.49138
1.2.33015                             7.15015
1.2.1703333                           2.82395
1.2.1565108                           2.04037
1.2.800115                            0.53356
1.2.1622544                           0.32692
1.2.1701364                           0.30201
1.2.437438                            0.09682
1.2.126225                            0.01718
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         910.43296
1.2.437438                          665.08962
1.2.800115                            3.14159
1.2.1703333                           2.70899
1.2.1565108                           2.13743
1.2.1701364                           0.88832
1.2.934266                            0.77257
1.2.1622544                           0.39582
1.2.1702168                           0.08832

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                          15.76264
1.2.447913                            6.22100
1.2.36449                             5.77776
1.2.33015                             5.05533
1.2.1560396                           1.50578
1.2.1565108                           0.77867
1.2.1762345                           0.29110
1.2.1623109                           0.26442
1.2.395549                            0.24671
1.2.1039433                           0.09904
1.2.1702168                           0.09672
1.2.1011965                           0.09524
1.2.883916                            0.07655
1.2.126225                            0.04807
1.2.893637                            0.00455
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         146.61102
1.2.831392                            6.28286
1.2.1560396                           4.71051
1.2.893637                            2.62088
1.2.698                               2.46741
1.2.1565108                           1.81202
1.2.17391                             1.03596
1.2.395549                            0.78100
1.2.1762345                           0.73669
1.2.883916                            0.58308
1.2.1011965                           0.35726
1.2.183307                            0.33442
1.2.1039433                           0.23589
1.2.102755                            0.05662
1.2.366568                            0.03462

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.376992                            0.02701
1.2.1214711                           0.01700
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.08102
1.2.376992                            0.02751
1.2.1214711                           0.02172

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                           1.94100
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1599329                         313.07221
1.2.1700686                          60.18784
1.2.1700383                          52.16260

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                           0.67266
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                         641.46057

Snapshots: https://mmcontest.bitshares.org/snapshots20200409.tbz

Code: [Select]
$ tar xjf snapshots20200409.tbz
$ find 2020-04-09 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
dcc26c016085fde3f5bfb4b2479d9d6a44be0488cb17c64b419a19ab50bbe39a  -

Proposal for sending out rewards of 2020-04-09:

https://cryptofresh.com/tx/0c034eaddd365f6444ba4939fffdd9a0d6c9841a
https://cryptofresh.com/b/46951363

https://cryptofresh.com/p/1.10.58213
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on April 11, 2020, 11:59:34 am
Reward data for 2020-04-10

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 7843.37927 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.358149                           63.60762
1.2.36449                            14.11075
1.2.24194                            12.10897
1.2.33015                            11.47698
1.2.1560396                           7.00639
1.2.1674365                           6.94539
1.2.1700406                           4.57969
1.2.799404                            2.73280
1.2.1066083                           1.65395
1.2.1691739                           1.30431
1.2.395549                            0.98324
1.2.1703320                           0.78415
1.2.1599329                           0.74241
1.2.1687144                           0.70355
1.2.1033235                           0.61313
1.2.1160364                           0.20961
1.2.126225                            0.17283
1.2.409973                            0.15853
1.2.1702168                           0.10225
1.2.573323                            0.06135
1.2.504310                            0.05718
1.2.614926                            0.05005
1.2.477349                            0.04192
1.2.457447                            0.01000
1.2.1607166                           0.00613
1.2.449023                            0.00268
1.2.1695688                           0.00249
1.2.1527702                           0.00123
1.2.1015080                           0.00029
1.2.366568                            0.00026
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                        1202.29873
1.2.34467                          1061.12012
1.2.1695688                         615.94178
1.2.1213071                          90.89837
1.2.1599329                          84.22663
1.2.1214396                          45.45706
1.2.1560396                          12.57773
1.2.1703320                           8.76452
1.2.1674365                           7.92175
1.2.881146                            5.62923
1.2.1621128                           2.42387
1.2.1687144                           1.93652
1.2.486857                            1.88830
1.2.1015080                           1.64064
1.2.799404                            1.55174
1.2.409973                            1.36803
1.2.1160364                           0.78057
1.2.782669                            0.66530
1.2.126225                            0.66128
1.2.395549                            0.54429
1.2.1637673                           0.53645
1.2.1622513                           0.23962
1.2.1527713                           0.23443
1.2.1527702                           0.20968
1.2.477349                            0.04218
1.2.573323                            0.03782
1.2.366568                            0.02191
1.2.1607166                           0.01419
1.2.1697521                           0.01001
1.2.396635                            0.00704
1.2.1616850                           0.00608
1.2.844656                            0.00004

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                             8.96297
1.2.1611651                           6.65849
1.2.36449                             3.14764
1.2.1565108                           1.59654
1.2.1640883                           0.96554
1.2.919400                            0.73022
1.2.1698970                           0.46876
1.2.395549                            0.30578
1.2.1703892                           0.24420
1.2.138771                            0.23045
1.2.1597332                           0.21398
1.2.1599329                           0.02684
1.2.1591759                           0.00389
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                          73.99822
1.2.1611651                          24.10247
1.2.1108195                          10.29914
1.2.1565108                           3.39832
1.2.1698970                           1.97809
1.2.1601766                           1.72739
1.2.1703892                           1.21250
1.2.1597332                           0.77738
1.2.1599329                           0.63275
1.2.1640883                           0.59631
1.2.395549                            0.47253
1.2.138771                            0.24079
1.2.1591759                           0.05396

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         765.71556
1.2.36449                             8.08100
1.2.33015                             7.73118
1.2.1703333                           4.08756
1.2.1565108                           1.44891
1.2.800115                            0.53107
1.2.1701364                           0.30018
1.2.1622544                           0.19360
1.2.126225                            0.12244
1.2.437438                            0.04503
1.2.751742                            0.00186
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                        1362.03169
1.2.437438                          406.18556
1.2.1703333                           2.98456
1.2.800115                            2.37980
1.2.1565108                           1.73285
1.2.1701364                           0.80904
1.2.1622544                           0.39475
1.2.1702168                           0.07271

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                          25.91179
1.2.447913                           12.74546
1.2.36449                             8.38140
1.2.33015                             7.08411
1.2.1560396                           1.87995
1.2.1565108                           1.29417
1.2.1762345                           0.33103
1.2.1702168                           0.24383
1.2.395549                            0.21910
1.2.1623109                           0.21386
1.2.1011965                           0.11817
1.2.883916                            0.11297
1.2.1039433                           0.05676
1.2.126225                            0.01585
1.2.702289                            0.00339
1.2.1074973                           0.00271
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         205.40707
1.2.614532                           17.01335
1.2.1560396                           2.87636
1.2.831392                            2.64258
1.2.1565108                           2.07749
1.2.893637                            1.96961
1.2.973383                            1.67823
1.2.698                               1.33940
1.2.17391                             1.03470
1.2.1762345                           0.76350
1.2.1039433                           0.50475
1.2.883916                            0.42425
1.2.395549                            0.40802
1.2.1011965                           0.39835
1.2.183307                            0.20441
1.2.126225                            0.16376
1.2.1702168                           0.09186
1.2.366568                            0.03598
1.2.102755                            0.03576

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01974
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.07441
1.2.1214711                           0.01946

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                           0.61121
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1700686                          27.17675
1.2.1700383                          23.46458
1.2.1150126                           7.46246

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                           5.84521
1.2.183307                            0.01439
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                        1491.87682
1.2.33015                             1.06968
1.2.414379                            0.22837
1.2.1599329                           0.05167

Snapshots: https://mmcontest.bitshares.org/snapshots20200410.tbz

Code: [Select]
$ tar xjf snapshots20200410.tbz
$ find 2020-04-10 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
ffe14f2aef4d63e8696f08139bc5ebdaa4653ac6e695c412d690ad57a23eac54  -

Proposal for sending out rewards of 2020-04-10:

https://cryptofresh.com/tx/f85f226431c840b0ffd79984c3bb361cee0c3de9
https://cryptofresh.com/b/46979629

https://cryptofresh.com/p/1.10.58219
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on April 12, 2020, 04:11:47 pm
Reward data for 2020-04-11

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 6707.12212 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691739                          81.88593
1.2.36449                            15.35148
1.2.33015                            12.59204
1.2.1674365                           9.60117
1.2.1560396                           7.61844
1.2.24194                             4.03681
1.2.799404                            2.43536
1.2.1700406                           2.28338
1.2.1066083                           0.79484
1.2.395549                            0.76009
1.2.1703320                           0.75759
1.2.1687144                           0.69544
1.2.1599329                           0.67477
1.2.1033235                           0.65716
1.2.881146                            0.56276
1.2.409973                            0.26472
1.2.1160364                           0.21161
1.2.1610297                           0.18326
1.2.1702168                           0.10877
1.2.126225                            0.10479
1.2.573323                            0.06592
1.2.504310                            0.06541
1.2.614926                            0.04845
1.2.1765504                           0.02296
1.2.477349                            0.01977
1.2.1527702                           0.00535
1.2.449023                            0.00332
1.2.366568                            0.00115
1.2.1771031                           0.00010
1.2.1527713                           0.00006
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         855.75876
1.2.1695688                         496.17271
1.2.34467                           137.22386
1.2.1213071                          87.08044
1.2.1214396                          43.36248
1.2.1560396                          12.61505
1.2.1674365                          11.35995
1.2.881146                            4.66275
1.2.799404                            2.60655
1.2.395549                            2.12662
1.2.1687144                           1.92275
1.2.486857                            1.53260
1.2.1621128                           1.40314
1.2.409973                            1.07413
1.2.126225                            0.90866
1.2.782669                            0.64936
1.2.1637673                           0.48894
1.2.1160364                           0.43583
1.2.1622513                           0.22200
1.2.1527713                           0.21495
1.2.1527702                           0.20502
1.2.1599329                           0.15671
1.2.1015080                           0.07776
1.2.477349                            0.04073
1.2.573323                            0.03713
1.2.366568                            0.02152
1.2.861911                            0.01498
1.2.396635                            0.00680
1.2.1771029                           0.00149

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                             9.99287
1.2.36449                             6.87615
1.2.1060824                           6.47244
1.2.1565108                           1.67604
1.2.1597332                           0.98550
1.2.395549                            0.49772
1.2.1698970                           0.42293
1.2.1621254                           0.30916
1.2.1640883                           0.17256
1.2.138771                            0.12076
1.2.1599329                           0.05474
1.2.1703892                           0.04913
1.2.919400                            0.04033
1.2.1591759                           0.00117
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                          51.30651
1.2.1611651                          37.71575
1.2.1108195                          12.36116
1.2.1565108                           3.46689
1.2.1698970                           2.78388
1.2.395549                            0.48273
1.2.1591759                           0.01511

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         892.98675
1.2.36449                             9.20626
1.2.33015                             8.90670
1.2.1703333                           3.80032
1.2.1565108                           1.68475
1.2.800115                            0.55833
1.2.1701364                           0.31217
1.2.1622544                           0.15656
1.2.126225                            0.12636
1.2.751742                            0.09649
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                        1595.60156
1.2.437438                          478.55014
1.2.1703333                           2.75832
1.2.1565108                           2.11750
1.2.800115                            2.10177
1.2.1701364                           0.77618
1.2.1622544                           0.43634
1.2.1765504                           0.25461
1.2.1702168                           0.07322

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                          26.38196
1.2.447913                           13.49293
1.2.36449                             8.25968
1.2.33015                             7.03707
1.2.1565108                           1.90828
1.2.1560396                           1.72987
1.2.1623109                           0.86865
1.2.395549                            0.29523
1.2.1762345                           0.21978
1.2.883916                            0.11695
1.2.1011965                           0.08862
1.2.1039433                           0.08464
1.2.1074973                           0.00580
1.2.702289                            0.00283
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         294.41461
1.2.1599329                          17.63641
1.2.614532                            5.93404
1.2.1560396                           3.51069
1.2.893637                            2.31935
1.2.1565108                           1.67609
1.2.831392                            1.21640
1.2.698                               1.13633
1.2.17391                             0.88340
1.2.1702168                           0.71460
1.2.1011965                           0.58249
1.2.1762345                           0.56229
1.2.1039433                           0.49774
1.2.883916                            0.42560
1.2.395549                            0.35580
1.2.183307                            0.18668
1.2.126225                            0.18459
1.2.102755                            0.04330
1.2.366568                            0.02876

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01974
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.07433
1.2.1214711                           0.01944
1.2.1765504                           0.00577

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                          16.51503
1.2.470547                            0.00635
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1150126                          60.75402
1.2.1700686                          36.47833
1.2.1700383                          30.42664
1.2.1599329                           1.02139
1.2.470547                            0.51289

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                          10.98450
1.2.183307                            0.02924
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                        1214.31893
1.2.33015                             2.18556
1.2.414379                            0.46402
1.2.1121561                           0.00005

Snapshots: https://mmcontest.bitshares.org/snapshots20200411.tbz

Code: [Select]
$ tar xjf snapshots20200411.tbz
$ find 2020-04-11 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
ca0df550247136ef7e10520e76f38557424a1dbdbf27fedd12cf0685f75d6df9  -

Proposal for sending out rewards of 2020-04-11:

https://cryptofresh.com/tx/e8c3ee94895668ec136d2335ed4fa348e12ec723
https://cryptofresh.com/b/47013341

https://cryptofresh.com/p/1.10.58227
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on April 13, 2020, 07:00:43 am
Reward data for 2020-04-12

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 6368.27176 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691739                         106.54194
1.2.36449                            16.22673
1.2.33015                            13.77185
1.2.1674365                           7.11320
1.2.1560396                           5.05887
1.2.383547                            1.85034
1.2.461657                            1.73297
1.2.1066083                           1.40659
1.2.502096                            1.38695
1.2.1247975                           1.11881
1.2.799404                            0.92241
1.2.1700406                           0.79140
1.2.395549                            0.72725
1.2.1687144                           0.65222
1.2.1033235                           0.44803
1.2.1599329                           0.44580
1.2.126225                            0.32988
1.2.1703320                           0.31800
1.2.409973                            0.19030
1.2.1160364                           0.17081
1.2.1765504                           0.11977
1.2.1702168                           0.06401
1.2.614926                            0.03726
1.2.573323                            0.03277
1.2.477349                            0.00516
1.2.449023                            0.00177
1.2.1691129                           0.00048
1.2.504310                            0.00017
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         521.90799
1.2.34467                           342.00306
1.2.1213071                          97.97821
1.2.1695688                          50.22913
1.2.1214396                          36.95535
1.2.1560396                          12.76163
1.2.881146                            5.55319
1.2.799404                            4.05524
1.2.486857                            2.46618
1.2.1687144                           2.04615
1.2.409973                            1.66361
1.2.782669                            0.80832
1.2.1160364                           0.75046
1.2.1637673                           0.69757
1.2.1674365                           0.49595
1.2.1527713                           0.32530
1.2.1622513                           0.32399
1.2.1527702                           0.29096
1.2.573323                            0.05745
1.2.477349                            0.05597
1.2.366568                            0.03184
1.2.396635                            0.00975
1.2.126225                            0.00604

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                             9.08967
1.2.36449                             7.16238
1.2.1060824                           6.01829
1.2.1565108                           1.56470
1.2.1597332                           0.98407
1.2.1599329                           0.47342
1.2.1698970                           0.32854
1.2.395549                            0.30223
1.2.138771                            0.06921
1.2.1703892                           0.02134
1.2.1108195                           0.00503
1.2.1591759                           0.00051
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1108195                          20.01383
1.2.1621254                           7.98096
1.2.1611651                           5.71489
1.2.1698970                           3.67082
1.2.1565108                           3.44224
1.2.1599329                           0.84647
1.2.395549                            0.83208

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         900.19249
1.2.36449                             9.07717
1.2.33015                             8.71808
1.2.1565108                           1.96326
1.2.1703333                           1.29990
1.2.800115                            0.73117
1.2.1701364                           0.24190
1.2.1622544                           0.13784
1.2.126225                            0.09868
1.2.478762                            0.05039
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                        1531.55549
1.2.437438                          332.34790
1.2.1703333                           4.78773
1.2.800115                            2.39573
1.2.1565108                           1.54994
1.2.1701364                           1.05092
1.2.1622544                           0.39504
1.2.1702168                           0.10612
1.2.446131                            0.02254

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.447913                           20.96540
1.2.1599329                          19.62908
1.2.36449                             9.35571
1.2.33015                             8.17903
1.2.1560396                           2.07965
1.2.1565108                           1.62800
1.2.395549                            0.22653
1.2.1762345                           0.20450
1.2.1623109                           0.11626
1.2.883916                            0.10067
1.2.1039433                           0.09826
1.2.1011965                           0.08223
1.2.126225                            0.03125
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         283.58952
1.2.1599329                          37.44096
1.2.831392                            3.84849
1.2.1560396                           3.36291
1.2.33015                             2.90364
1.2.698                               2.22307
1.2.893637                            2.13189
1.2.1565108                           1.71713
1.2.1702168                           1.27751
1.2.17391                             1.09079
1.2.1762345                           0.69811
1.2.395549                            0.59283
1.2.1011965                           0.59085
1.2.883916                            0.53841
1.2.183307                            0.25561
1.2.1039433                           0.24244
1.2.126225                            0.07056
1.2.102755                            0.05201
1.2.366568                            0.03796

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01974
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.07382
1.2.1765504                           0.04274
1.2.1214711                           0.01931

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                           6.37425
1.2.470547                            0.05410
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1150126                          53.99391
1.2.1700686                          32.29189
1.2.1700383                          26.98666
1.2.470547                            4.40821
1.2.1599329                           0.84793

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                          13.15519
1.2.183307                            0.01631
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                        1715.01401
1.2.33015                             1.17162
1.2.414379                            0.25876

Snapshots: https://mmcontest.bitshares.org/snapshots20200412.tbz

Code: [Select]
$ tar xjf snapshots20200412.tbz
$ find 2020-04-12 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
1a8ce8ee504696ce4eb59067eab0e80679f754f84464cb3d8372fd5aae4c4873  -

Proposal for sending out rewards of 2020-04-12:

https://cryptofresh.com/tx/ef5816baeaaf34dd76b1291b9138af9f4aef735e
https://cryptofresh.com/b/47031079

https://cryptofresh.com/p/1.10.58236
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on April 14, 2020, 09:56:47 am
Reward data for 2020-04-13

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 8378.58609 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691739                          33.02166
1.2.36449                            16.85318
1.2.33015                            15.15161
1.2.1674365                           8.34330
1.2.461657                            6.72672
1.2.1560396                           4.94534
1.2.486857                            2.30688
1.2.1697521                           2.09853
1.2.395549                            1.42114
1.2.1687144                           0.79083
1.2.1700406                           0.71683
1.2.1247975                           0.63714
1.2.1066083                           0.54792
1.2.799404                            0.53632
1.2.1599329                           0.53027
1.2.1033235                           0.49355
1.2.502096                            0.44373
1.2.1160364                           0.27766
1.2.409973                            0.25441
1.2.126225                            0.20536
1.2.1765504                           0.09203
1.2.1695688                           0.08213
1.2.1702168                           0.06989
1.2.1774292                           0.04888
1.2.614926                            0.04333
1.2.504310                            0.04279
1.2.1622513                           0.04096
1.2.573323                            0.03410
1.2.1703320                           0.03321
1.2.1616850                           0.01732
1.2.477349                            0.00517
1.2.449023                            0.00211
1.2.1693506                           0.00137
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.34467                          1387.08939
1.2.1691739                         697.10445
1.2.1693506                         566.74935
1.2.1695688                         419.72868
1.2.1213071                         100.81785
1.2.1611651                          96.86370
1.2.1214396                          37.05384
1.2.1601766                          31.40400
1.2.1560396                          14.45121
1.2.799404                            6.42276
1.2.881146                            5.01277
1.2.486857                            3.81572
1.2.33015                             2.75849
1.2.1687144                           1.88625
1.2.409973                            1.38175
1.2.782669                            0.80677
1.2.1637673                           0.72685
1.2.1160364                           0.64394
1.2.1622513                           0.44368
1.2.1527713                           0.37788
1.2.1527702                           0.32932
1.2.1674365                           0.24453
1.2.126225                            0.21140
1.2.573323                            0.08844
1.2.477349                            0.06008
1.2.366568                            0.03398
1.2.396635                            0.01353
1.2.861911                            0.01262
1.2.1712903                           0.00748
1.2.1697521                           0.00249
1.2.1015080                           0.00044

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                             9.51326
1.2.1611651                           4.43547
1.2.1565108                           1.64055
1.2.36449                             1.55746
1.2.1597332                           1.47001
1.2.395549                            0.67424
1.2.1621254                           0.31008
1.2.470547                            0.19462
1.2.138771                            0.04047
1.2.1591759                           0.01386
1.2.1698970                           0.00261
1.2.1599329                           0.00122
1.2.1703892                           0.00038
1.2.1108195                           0.00020
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1108195                          12.61738
1.2.1692978                          10.61130
1.2.1565108                           3.43887
1.2.1611651                           2.92778
1.2.1698970                           2.91278
1.2.1621254                           0.96379
1.2.395549                            0.46598
1.2.470547                            0.10024
1.2.1599329                           0.05311
1.2.1591759                           0.04738

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         867.14313
1.2.36449                             8.66913
1.2.33015                             8.01392
1.2.1703333                           1.44311
1.2.1565108                           1.40372
1.2.800115                            0.55384
1.2.725820                            0.41437
1.2.1701364                           0.34831
1.2.1622544                           0.22518
1.2.126225                            0.04513
1.2.437438                            0.00321
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                        1590.93503
1.2.437438                          229.68669
1.2.800115                            2.25644
1.2.1565108                           1.91559
1.2.1701364                           0.67036
1.2.1622544                           0.42907
1.2.1703333                           0.39301
1.2.126225                            0.34122
1.2.1702168                           0.08308
1.2.1060824                           0.01217
1.2.1774311                           0.00001

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                          76.10835
1.2.447913                           33.70301
1.2.36449                             6.68309
1.2.1623109                           5.88426
1.2.33015                             5.52225
1.2.1560396                           1.17216
1.2.1565108                           0.99744
1.2.1610085                           0.54164
1.2.1762345                           0.33770
1.2.395549                            0.29025
1.2.1011965                           0.22984
1.2.614532                            0.15570
1.2.883916                            0.14195
1.2.1039433                           0.08183
1.2.393125                            0.02539
1.2.702289                            0.00453
1.2.126225                            0.00116
1.2.102755                            0.00029
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         229.38657
1.2.1599329                          30.57964
1.2.1560396                           4.06141
1.2.1565108                           3.37561
1.2.893637                            2.42039
1.2.17391                             0.94866
1.2.1762345                           0.84768
1.2.1702168                           0.41092
1.2.883916                            0.33732
1.2.1039433                           0.31351
1.2.698                               0.31038
1.2.1011965                           0.28262
1.2.126225                            0.26011
1.2.183307                            0.15759
1.2.395549                            0.10318
1.2.102755                            0.02791
1.2.366568                            0.02741

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01974
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.07382
1.2.1765504                           0.04274
1.2.1214711                           0.01931

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                           1.31391
1.2.470547                            0.00125
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1599329                           7.02856
1.2.470547                            0.10244

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                          15.75868
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                        1706.15582

Snapshots: https://mmcontest.bitshares.org/snapshots20200413.tbz

Code: [Select]
$ tar xjf snapshots20200413.tbz
$ find 2020-04-13 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
3f1e93cb2bc43ef3bd678bc289000aa63121d4e3b397e67c40850511bc688a51  -

Proposal for sending out rewards of 2020-04-13:

https://cryptofresh.com/tx/581b0677d0733310dc55749895e1251b338871c8
https://cryptofresh.com/b/47063354

https://cryptofresh.com/p/1.10.58255
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on April 15, 2020, 05:05:19 pm
Reward data for 2020-04-14

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 8394.26140 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            16.20393
1.2.33015                            14.45928
1.2.1674365                          10.11014
1.2.461657                            9.71303
1.2.1560396                           6.59436
1.2.486857                            2.23962
1.2.395549                            0.93775
1.2.1611651                           0.76383
1.2.1700406                           0.62428
1.2.1687144                           0.58042
1.2.1693506                           0.53927
1.2.1599329                           0.50945
1.2.1033235                           0.46928
1.2.126225                            0.29023
1.2.1160364                           0.16655
1.2.409973                            0.16483
1.2.1691739                           0.10111
1.2.1622513                           0.09823
1.2.1702168                           0.07031
1.2.573323                            0.05081
1.2.614926                            0.03854
1.2.799404                            0.03046
1.2.1616850                           0.02530
1.2.1015080                           0.01902
1.2.477349                            0.00566
1.2.449023                            0.00183
1.2.973616                            0.00023
1.2.504310                            0.00004
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.34467                          1512.40066
1.2.1691739                         821.87092
1.2.1693506                         699.68667
1.2.1695688                         539.66232
1.2.1213071                          89.31484
1.2.1611651                          80.11546
1.2.1214396                          32.38065
1.2.33015                            19.89365
1.2.1560396                          12.28221
1.2.799404                            5.53190
1.2.486857                            4.82017
1.2.881146                            4.08783
1.2.1687144                           2.32198
1.2.1674365                           2.31283
1.2.409973                            1.68592
1.2.1160364                           0.90209
1.2.782669                            0.85815
1.2.1637673                           0.79169
1.2.1622513                           0.41062
1.2.1527713                           0.36523
1.2.1527702                           0.33048
1.2.126225                            0.16086
1.2.573323                            0.11629
1.2.1015080                           0.11191
1.2.1616850                           0.10280
1.2.1113416                           0.06496
1.2.1774342                           0.06393
1.2.477349                            0.06209
1.2.1712903                           0.05451
1.2.366568                            0.03548
1.2.396635                            0.01210
1.2.96393                             0.00244

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                             4.33383
1.2.395549                            1.63960
1.2.1565108                           1.36547
1.2.1621254                           0.70570
1.2.1698970                           0.59374
1.2.1597332                           0.46172
1.2.138771                            0.04075
1.2.1591759                           0.02481
1.2.1703892                           0.00316
1.2.1599329                           0.00269
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1108195                          26.00258
1.2.1692978                          11.17360
1.2.1698970                           6.07350
1.2.1565108                           3.36044
1.2.1611651                           1.35568
1.2.1597332                           0.98764
1.2.1591759                           0.90133

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         843.04975
1.2.36449                             8.60631
1.2.33015                             7.95207
1.2.1565108                           2.21583
1.2.725820                            1.02800
1.2.1703333                           0.66929
1.2.800115                            0.62960
1.2.1701364                           0.30536
1.2.1622544                           0.26046
1.2.126225                            0.13742
1.2.1621128                           0.04425
1.2.973616                            0.00771
1.2.437438                            0.00691
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                        1699.21277
1.2.437438                          349.34639
1.2.800115                            2.54041
1.2.1565108                           1.48421
1.2.1701364                           0.77814
1.2.1622544                           0.46518
1.2.1702168                           0.13091
1.2.1558498                           0.02510

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                          23.99380
1.2.447913                           20.55523
1.2.36449                             7.03028
1.2.33015                             6.12492
1.2.614532                            3.20043
1.2.1565108                           1.15388
1.2.1560396                           1.14418
1.2.1623109                           0.74390
1.2.1610085                           0.54562
1.2.1762345                           0.25481
1.2.1011965                           0.19000
1.2.395549                            0.14154
1.2.1039433                           0.10313
1.2.883916                            0.09841
1.2.126225                            0.05846
1.2.1147284                           0.01549
1.2.393125                            0.01512
1.2.702289                            0.00030
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         254.25302
1.2.1599329                          94.55015
1.2.1560396                           6.19521
1.2.893637                            2.74884
1.2.1565108                           2.33800
1.2.698                               1.60971
1.2.17391                             0.94640
1.2.1762345                           0.84408
1.2.1702168                           0.82199
1.2.883916                            0.44915
1.2.1011965                           0.29427
1.2.1039433                           0.24679
1.2.183307                            0.20360
1.2.126225                            0.10289
1.2.102755                            0.04356
1.2.366568                            0.03061

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01974
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.07382
1.2.1765504                           0.04274
1.2.1214711                           0.01931

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                           1.56554
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1599329                           8.55192

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                           8.64125
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                        1068.75557

Snapshots: https://mmcontest.bitshares.org/snapshots20200414.tbz

Code: [Select]
$ tar xjf snapshots20200414.tbz
$ find 2020-04-14 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
969379dbc0e887d81910e9a718b4135f96669292668aed3d0409084ee00a9581  -

Proposal for sending out rewards of 2020-04-14:

https://cryptofresh.com/tx/dda5c1e7067ffccc1b4fb31a4aac559d33dc9905
https://cryptofresh.com/b/47100628

https://cryptofresh.com/p/1.10.58269
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on April 16, 2020, 02:44:16 pm
Reward data for 2020-04-15

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 7629.85661 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.461657                           17.22861
1.2.36449                            16.52512
1.2.33015                            14.96431
1.2.1703320                          10.08306
1.2.1674365                           9.72495
1.2.1560396                           6.17031
1.2.1693506                           4.65849
1.2.486857                            1.49372
1.2.395549                            0.63878
1.2.1687144                           0.55150
1.2.1033235                           0.45884
1.2.1599329                           0.39872
1.2.126225                            0.31151
1.2.417619                            0.25563
1.2.1700406                           0.21519
1.2.1160364                           0.18409
1.2.409973                            0.13694
1.2.1691739                           0.13217
1.2.1616850                           0.12262
1.2.1622513                           0.08278
1.2.1702168                           0.05960
1.2.573323                            0.05117
1.2.1695688                           0.05113
1.2.1121561                           0.04120
1.2.614926                            0.03510
1.2.1015080                           0.01870
1.2.799404                            0.00956
1.2.358149                            0.00525
1.2.477349                            0.00519
1.2.449023                            0.00099
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         851.88571
1.2.34467                           844.09285
1.2.1693506                         768.05300
1.2.1695688                         618.13518
1.2.1213071                          97.05484
1.2.1214396                          36.36555
1.2.417619                           13.57586
1.2.1560396                          11.20317
1.2.1703320                           9.42326
1.2.486857                            6.07681
1.2.799404                            5.85884
1.2.881146                            4.82453
1.2.1687144                           2.91508
1.2.409973                            2.26029
1.2.395549                            1.68055
1.2.782669                            1.30847
1.2.1160364                           1.11175
1.2.1637673                           1.01061
1.2.1527713                           0.48074
1.2.1622513                           0.46969
1.2.1527702                           0.42986
1.2.126225                            0.25519
1.2.573323                            0.16380
1.2.477349                            0.07859
1.2.366568                            0.04391
1.2.396635                            0.01701

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                             9.52633
1.2.1698970                           1.22373
1.2.1565108                           1.18306
1.2.395549                            0.88674
1.2.1703892                           0.83206
1.2.1621254                           0.68154
1.2.138771                            0.03499
1.2.1591759                           0.01746
1.2.1599329                           0.00099
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1611651                          53.71927
1.2.1692978                          19.97356
1.2.1108195                          19.62415
1.2.1698970                           3.59450
1.2.1565108                           2.99262
1.2.1591759                           1.13439
1.2.1597332                           0.98751
1.2.1621254                           0.84706
1.2.1703892                           0.68921
1.2.395549                            0.62004

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         770.98000
1.2.36449                             9.79997
1.2.33015                             6.38620
1.2.1703333                           4.39361
1.2.1565108                           1.86462
1.2.800115                            0.85290
1.2.725820                            0.42891
1.2.1701364                           0.24479
1.2.1622544                           0.21938
1.2.126225                            0.13187
1.2.751742                            0.00984
1.2.973616                            0.00119
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                        1818.84184
1.2.437438                           44.71078
1.2.800115                            2.42738
1.2.1703333                           2.05707
1.2.1565108                           1.25413
1.2.1701364                           1.01023
1.2.1622544                           0.46608
1.2.1702168                           0.17505

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.447913                           15.98381
1.2.36449                             9.72748
1.2.33015                             8.27397
1.2.614532                            2.41675
1.2.1623109                           2.26072
1.2.1599329                           2.05710
1.2.1565108                           1.87895
1.2.1560396                           1.62704
1.2.1762345                           0.44212
1.2.1610085                           0.43266
1.2.395549                            0.36228
1.2.973383                            0.21122
1.2.1011965                           0.15673
1.2.126225                            0.14127
1.2.1039433                           0.09220
1.2.883916                            0.07649
1.2.702289                            0.03300
1.2.1702168                           0.02716
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                         220.82383
1.2.1599329                         145.89924
1.2.831392                           36.79224
1.2.1560396                           3.10169
1.2.698                               2.45260
1.2.893637                            2.21535
1.2.1565108                           1.95126
1.2.17391                             1.28254
1.2.1702168                           1.23102
1.2.1762345                           1.15290
1.2.883916                            0.56381
1.2.973383                            0.51739
1.2.1011965                           0.51489
1.2.702289                            0.41076
1.2.1039433                           0.40936
1.2.395549                            0.31325
1.2.183307                            0.30218
1.2.102755                            0.05412
1.2.366568                            0.04681

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01952
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.07382
1.2.1765504                           0.04274
1.2.1214711                           0.01931

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                           1.50390
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1599329                          17.77764

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                           2.06629
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                         993.90178

Snapshots: https://mmcontest.bitshares.org/snapshots20200415.tbz

Code: [Select]
$ tar xjf snapshots20200415.tbz
$ find 2020-04-15 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
e6591372dd28caa193f448f88764f3c777bb8d5062ff2b515584768f28f461bf  -

Proposal for sending out rewards of 2020-04-15:

https://cryptofresh.com/tx/12df9a83b8fda38e041a318a0910a7cc64662c2b
https://cryptofresh.com/b/47126549

https://cryptofresh.com/p/1.10.58275
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: binggo on April 16, 2020, 06:58:16 pm

So, which committee can answer these questions?


Quote from: binggo on March 09, 2020, 12:08:26 am

    Now i must question the Market making contest:

    1. Did the MM have checked the trade volume for so long time?or considered it as a measure of the "liquidity"?

    2. Did the MM have checked the growth rate of new effective users for so long time?or considered it as a measure of the "result"?

    3. Did the MM have a BSIP for the community to vote?or the fund can be used easily by Committee without the vote of the community?

    In a way, the MM became a joke slowly, only have expenditure,nothing gained.
Title: Re: Market making contest (main thread)
Post by: chigbolu on April 17, 2020, 06:08:25 am

So, which committee can answer these questions?


Quote from: binggo on March 09, 2020, 12:08:26 am

    Now i must question the Market making contest:

    1. Did the MM have checked the trade volume for so long time?or considered it as a measure of the "liquidity"?

    2. Did the MM have checked the growth rate of new effective users for so long time?or considered it as a measure of the "result"?

    3. Did the MM have a BSIP for the community to vote?or the fund can be used easily by Committee without the vote of the community?

    In a way, the MM became a joke slowly, only have expenditure,nothing gained.
In my own opinion I think the MM contest has not reached it's full potential because of a few reasons, lack of marketing awareness, loss of trust in gateways by many DEX traders, loss of traders to better DEX applications, and lack of stimulus ie small reward to risk ratio especially as BTS price has fallen... And not in any way the committees fault, mind you MM is still one of the programs keeping BTS afloat.
Title: Re: Market making contest (main thread)
Post by: abit on April 17, 2020, 03:01:42 pm
Reward data for 2020-04-16

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 5718.53713 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1693506                          24.99559
1.2.36449                            20.59819
1.2.33015                            18.18638
1.2.1674365                          12.68237
1.2.461657                            8.26115
1.2.1560396                           7.52282
1.2.1703320                           4.91503
1.2.1697521                           1.24154
1.2.437438                            1.15605
1.2.486857                            1.03041
1.2.395549                            0.75723
1.2.1687144                           0.68862
1.2.1700406                           0.62738
1.2.126225                            0.32759
1.2.1599329                           0.28791
1.2.1033235                           0.25382
1.2.1160364                           0.21522
1.2.409973                            0.10635
1.2.1121561                           0.10127
1.2.1622513                           0.06562
1.2.1616850                           0.06487
1.2.1691739                           0.05031
1.2.491044                            0.05028
1.2.1702168                           0.04112
1.2.1015080                           0.03681
1.2.573323                            0.02830
1.2.614926                            0.01398
1.2.477349                            0.00336
1.2.973616                            0.00179
1.2.1527702                           0.00008
1.2.449023                            0.00002
1.2.504310                            0.00001
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         744.88995
1.2.1693506                         445.81032
1.2.1695688                         335.69665
1.2.1213071                          64.82677
1.2.1214396                          24.94967
1.2.1560396                          10.10919
1.2.417619                            9.24745
1.2.486857                            7.56463
1.2.799404                            5.73950
1.2.395549                            3.42434
1.2.881146                            3.02315
1.2.1703320                           2.75101
1.2.1687144                           2.23973
1.2.782669                            2.08032
1.2.409973                            1.99334
1.2.1674365                           1.97338
1.2.1637673                           1.60391
1.2.1160364                           0.70782
1.2.1527713                           0.69183
1.2.1527702                           0.36810
1.2.1622513                           0.29162
1.2.126225                            0.22494
1.2.1697521                           0.16040
1.2.573323                            0.13500
1.2.366568                            0.02350
1.2.1021184                           0.02180
1.2.396635                            0.01834
1.2.477349                            0.01812
1.2.1682766                           0.00836
1.2.446700                            0.00277
1.2.1765504                           0.00174
1.2.986310                            0.00038

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1108195                          21.77464
1.2.36449                            11.08006
1.2.33015                             6.50365
1.2.1565108                           1.57596
1.2.1621254                           1.15241
1.2.1692978                           0.55164
1.2.1703892                           0.44808
1.2.395549                            0.42893
1.2.1597332                           0.21944
1.2.1599329                           0.18278
1.2.1698970                           0.07137
1.2.138771                            0.03118
1.2.1121561                           0.01366
1.2.1591759                           0.01086
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                          21.24920
1.2.1611651                          17.94580
1.2.1108195                           7.93786
1.2.1692978                           7.91691
1.2.1565108                           4.61971
1.2.1698970                           4.08455
1.2.395549                            1.12139
1.2.1703892                           0.59760
1.2.1591759                           0.06829
1.2.1597332                           0.00668

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         787.83077
1.2.36449                             8.58381
1.2.33015                             7.52397
1.2.1703333                           4.57020
1.2.1565108                           1.46731
1.2.800115                            0.61357
1.2.751742                            0.43038
1.2.1701364                           0.22053
1.2.1622544                           0.20756
1.2.725820                            0.13319
1.2.126225                            0.05711
1.2.1702168                           0.02541
1.2.973616                            0.01869
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                        1729.38076
1.2.437438                          103.34038
1.2.551806                           22.98532
1.2.1565108                           2.21969
1.2.800115                            2.18850
1.2.1622544                           0.47125
1.2.1703333                           0.31898
1.2.1701364                           0.25424
1.2.1702168                           0.06861

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             9.31922
1.2.447913                            7.69526
1.2.33015                             7.65513
1.2.1560396                           1.83791
1.2.1565108                           1.54235
1.2.614532                            0.84242
1.2.1599329                           0.53083
1.2.1762345                           0.29938
1.2.395549                            0.25066
1.2.451641                            0.17662
1.2.883916                            0.17308
1.2.1039433                           0.14836
1.2.1011965                           0.12836
1.2.1610085                           0.12636
1.2.973383                            0.12545
1.2.415588                            0.11945
1.2.1702168                           0.05714
1.2.702289                            0.04841
1.2.126225                            0.04117
1.2.1039884                           0.03208
1.2.1623109                           0.02653
1.2.1121561                           0.02279
1.2.973616                            0.01268
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.831392                           57.70411
1.2.1623109                          42.88246
1.2.1599329                          19.56180
1.2.698                              11.18247
1.2.17391                             6.98162
1.2.1560396                           2.41936
1.2.1565108                           2.40832
1.2.33015                             1.98899
1.2.893637                            1.73430
1.2.998                               1.71094
1.2.1762345                           1.25511
1.2.102755                            0.99030
1.2.1011965                           0.89845
1.2.395549                            0.81056
1.2.883916                            0.65264
1.2.702289                            0.49113
1.2.973383                            0.36286
1.2.1039433                           0.30219
1.2.1610085                           0.22321
1.2.183307                            0.09527
1.2.366568                            0.05674
1.2.478992                            0.00178

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01951
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.185761                            0.07382
1.2.1765504                           0.04274
1.2.1214711                           0.01931

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                           1.76801
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1599329                           8.03576

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                           5.58046
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                         959.65889

Snapshots: https://mmcontest.bitshares.org/snapshots20200416.tbz

Code: [Select]
$ tar xjf snapshots20200416.tbz
$ find 2020-04-16 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
794561ab9ca4f409838bc2e2249736622fd1ffc0f3170b3960a8cd5335de86f7  -

Proposal for sending out rewards of 2020-04-16:

https://cryptofresh.com/tx/1113b6fa99b3c924aa8c2eeb0b8749fb67194a32
https://cryptofresh.com/b/47155622

https://cryptofresh.com/p/1.10.58303
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on April 18, 2020, 12:05:23 pm
Reward data for 2020-04-17

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 6459.66763 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1693506                          82.87849
1.2.1691739                          28.27962
1.2.36449                            16.18737
1.2.1700406                          13.16207
1.2.33015                            12.56372
1.2.1674365                           6.55164
1.2.1560396                           5.45597
1.2.1703320                           3.48398
1.2.1697521                           2.31454
1.2.395549                            1.16298
1.2.1687144                           0.68669
1.2.486857                            0.67852
1.2.1160364                           0.28585
1.2.799404                            0.27697
1.2.126225                            0.25487
1.2.1599329                           0.12874
1.2.1033235                           0.10060
1.2.1121561                           0.07419
1.2.1622513                           0.06587
1.2.409973                            0.05581
1.2.1695688                           0.04538
1.2.1616850                           0.04214
1.2.447913                            0.02807
1.2.1702168                           0.02430
1.2.573323                            0.01873
1.2.973616                            0.01057
1.2.1015080                           0.00863
1.2.1213071                           0.00284
1.2.477349                            0.00219
1.2.1214396                           0.00191
1.2.431444                            0.00047
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                        1263.83801
1.2.1695688                         781.82814
1.2.1693506                         307.59199
1.2.1213071                         104.42462
1.2.1214396                          40.20215
1.2.486857                           18.43582
1.2.1560396                          12.94323
1.2.1703320                          10.10461
1.2.799404                            5.62436
1.2.881146                            5.54455
1.2.1674365                           5.17782
1.2.395549                            2.83165
1.2.782669                            2.77384
1.2.1687144                           2.24197
1.2.409973                            1.90883
1.2.934266                            0.80184
1.2.1527713                           0.73376
1.2.126225                            0.43027
1.2.1527702                           0.42270
1.2.1160364                           0.41433
1.2.1622513                           0.37818
1.2.1637673                           0.20874
1.2.573323                            0.18133
1.2.1712903                           0.03209
1.2.396635                            0.02864
1.2.1021184                           0.02815
1.2.446700                            0.01717
1.2.366568                            0.01625
1.2.973616                            0.01585
1.2.1765504                           0.00713
1.2.1015080                           0.00618

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            14.64308
1.2.1108195                          11.86463
1.2.33015                             5.47462
1.2.1599329                           3.78457
1.2.1698970                           2.25603
1.2.1565108                           1.58690
1.2.1703892                           1.34187
1.2.395549                            0.24997
1.2.501058                            0.04877
1.2.138771                            0.04072
1.2.1121561                           0.01365
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1108195                          10.41115
1.2.1692978                           9.85480
1.2.1565108                           4.88802
1.2.1621254                           1.48967
1.2.395549                            1.32140
1.2.1698970                           1.12368
1.2.1591759                           0.94634
1.2.1703892                           0.54866

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         884.45216
1.2.33015                             9.54771
1.2.36449                             8.50429
1.2.1703333                           4.93831
1.2.1565108                           0.88297
1.2.800115                            0.64334
1.2.1701364                           0.20980
1.2.1622544                           0.19601
1.2.1702168                           0.13269
1.2.751742                            0.10872
1.2.973616                            0.01875
1.2.126225                            0.01588
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                        1768.50260
1.2.551806                           40.80473
1.2.1565108                           4.13130
1.2.800115                            2.62226
1.2.1622544                           0.41619

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             7.25521
1.2.33015                             6.14395
1.2.447913                            3.10750
1.2.1560396                           1.97644
1.2.1599329                           0.53131
1.2.883916                            0.41861
1.2.1597332                           0.37555
1.2.614532                            0.28699
1.2.893637                            0.21902
1.2.1039433                           0.16180
1.2.395549                            0.13445
1.2.1762345                           0.12427
1.2.1011965                           0.10259
1.2.702289                            0.08183
1.2.126225                            0.04622
1.2.1039884                           0.04053
1.2.1121561                           0.01961
1.2.973616                            0.00893
1.2.1623109                           0.00886
1.2.1565108                           0.00808
1.2.1610085                           0.00637
1.2.1598521                           0.00348
1.2.1702168                           0.00288
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                           7.00277
1.2.1560396                           5.09415
1.2.17391                             1.82940
1.2.36449                             1.28388
1.2.893637                            1.06054
1.2.1762345                           0.83845
1.2.447913                            0.72846
1.2.1011965                           0.69892
1.2.431444                            0.59583
1.2.698                               0.58219
1.2.395549                            0.43011
1.2.883916                            0.31651
1.2.1039433                           0.18293
1.2.702289                            0.11895
1.2.33015                             0.09161
1.2.102755                            0.05106
1.2.1008874                           0.00366
1.2.1565108                           0.00353
1.2.126225                            0.00150
1.2.34467                             0.00036

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01047
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.01137

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                           1.45570
1.2.501058                            0.00928
1.2.470547                            0.00515
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1599329                           5.37456
1.2.470547                            0.31888
1.2.501058                            0.01916

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                           1.67505
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                         866.76456

Snapshots: https://mmcontest.bitshares.org/snapshots20200417.tbz

Code: [Select]
$ tar xjf snapshots20200417.tbz
$ find 2020-04-17 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
5d206633c8e7d72da507c6aa7df421944cc5f4a4b0169cf1c944b4604b129c86  -

Proposal for sending out rewards of 2020-04-17:

https://cryptofresh.com/tx/9a8d9bc09fb96719d339661ac328e1883f367635
https://cryptofresh.com/b/47180822

https://cryptofresh.com/p/1.10.58326
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on April 19, 2020, 12:10:52 pm
Reward data for 2020-04-18

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 7230.35449 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1693506                         190.61361
1.2.1691739                          55.87199
1.2.36449                            14.36911
1.2.33015                            11.51831
1.2.1703320                          10.15908
1.2.1560396                           8.75800
1.2.1674365                           6.61717
1.2.1697521                           2.46218
1.2.395549                            1.15517
1.2.1687144                           0.96572
1.2.486857                            0.90623
1.2.1160364                           0.40483
1.2.126225                            0.36145
1.2.1700406                           0.30966
1.2.1599329                           0.24333
1.2.1596333                           0.11450
1.2.1616850                           0.11077
1.2.1121561                           0.10971
1.2.409973                            0.09315
1.2.1695688                           0.07001
1.2.1702168                           0.04543
1.2.573323                            0.04041
1.2.1622513                           0.03156
1.2.614926                            0.01014
1.2.477349                            0.00418
1.2.1682766                           0.00290
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                        1177.11451
1.2.1695688                         737.08379
1.2.34467                           508.57273
1.2.1213071                         110.45599
1.2.1214396                          41.67608
1.2.1693506                          24.59321
1.2.1560396                          14.61305
1.2.1674365                          12.52402
1.2.916316                           10.06269
1.2.486857                            9.34332
1.2.881146                            6.61620
1.2.799404                            6.17703
1.2.1703320                           4.10756
1.2.934266                            3.99392
1.2.1697521                           2.03622
1.2.782669                            1.97666
1.2.1687144                           1.50881
1.2.395549                            1.46495
1.2.409973                            0.89643
1.2.126225                            0.57519
1.2.973616                            0.35242
1.2.1527713                           0.33293
1.2.1160364                           0.29845
1.2.1527702                           0.27801
1.2.1622513                           0.22739
1.2.573323                            0.11069
1.2.396635                            0.02167
1.2.1637673                           0.01453
1.2.366568                            0.00830
1.2.1021184                           0.00234
1.2.446700                            0.00022

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1108195                          15.80995
1.2.36449                            10.32443
1.2.33015                             6.49535
1.2.1599329                           3.51555
1.2.1621254                           2.14931
1.2.1565108                           1.84231
1.2.1698970                           0.56296
1.2.395549                            0.45552
1.2.1703892                           0.30688
1.2.138771                            0.13665
1.2.1607166                           0.07019
1.2.1770981                           0.03155
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                          35.36939
1.2.1108195                          13.28201
1.2.1565108                           4.79129
1.2.1692978                           4.59304
1.2.1698970                           3.36656
1.2.501058                            1.10208
1.2.395549                            0.77519
1.2.1591759                           0.47312
1.2.1703892                           0.19754
1.2.1770981                           0.13813
1.2.1761186                           0.00256

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         886.26199
1.2.36449                             8.38015
1.2.33015                             7.83209
1.2.1565108                           2.23777
1.2.1703333                           1.22535
1.2.800115                            0.60893
1.2.725820                            0.21876
1.2.1622544                           0.19274
1.2.1701364                           0.12173
1.2.1702168                           0.07739
1.2.126225                            0.06495
1.2.437438                            0.02495
1.2.973616                            0.00602
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                        1798.26197
1.2.437438                          145.09788
1.2.551806                           23.28507
1.2.800115                            2.76906
1.2.1565108                           1.72872
1.2.1622544                           0.47198
1.2.182156                            0.00041

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1623109                          14.42205
1.2.36449                             5.39439
1.2.33015                             4.71320
1.2.447913                            3.88495
1.2.1560396                           2.37072
1.2.1599329                           0.73455
1.2.614532                            0.34850
1.2.883916                            0.33809
1.2.702289                            0.22494
1.2.395549                            0.17847
1.2.893637                            0.16073
1.2.1039433                           0.09858
1.2.1011965                           0.09548
1.2.1762345                           0.09382
1.2.126225                            0.08413
1.2.1039884                           0.00451
1.2.973616                            0.00138
1.2.183307                            0.00005
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1560396                           5.99608
1.2.893637                            1.72542
1.2.17391                             1.30281
1.2.1623109                           1.24722
1.2.1762345                           0.82228
1.2.1011965                           0.68377
1.2.395549                            0.54891
1.2.702289                            0.44445
1.2.883916                            0.40991
1.2.916316                            0.34523
1.2.1039433                           0.22167
1.2.973383                            0.04332
1.2.447913                            0.00167

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01880
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.02039

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                           0.96348
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                        1215.36316

Snapshots: https://mmcontest.bitshares.org/snapshots20200418.tbz

Code: [Select]
$ tar xjf snapshots20200418.tbz
$ find 2020-04-18 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
0c9779808e5e678733ebfdacab5e30410e5c0db063b78c0bf48d2537506a7300  -

Proposal for sending out rewards of 2020-04-18:

https://cryptofresh.com/tx/438a3e357422597fb6666240ac7dfbd42bd99421
https://cryptofresh.com/b/47209654

https://cryptofresh.com/p/1.10.58346
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on April 20, 2020, 12:05:43 pm
Reward data for 2020-04-19

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 6525.30338 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691739                         109.52587
1.2.1693506                          67.22097
1.2.1611651                          47.27696
1.2.36449                            16.74919
1.2.1674365                          14.35303
1.2.33015                            13.62950
1.2.1560396                           6.41064
1.2.1703320                           6.03460
1.2.799404                            2.05591
1.2.486857                            0.76486
1.2.1687144                           0.73225
1.2.395549                            0.72348
1.2.1700406                           0.57691
1.2.126225                            0.38700
1.2.1160364                           0.25808
1.2.1599329                           0.17955
1.2.1121561                           0.07698
1.2.409973                            0.06753
1.2.1695688                           0.06259
1.2.1596333                           0.04940
1.2.1616850                           0.04690
1.2.1622513                           0.03372
1.2.992495                            0.03126
1.2.1702168                           0.03029
1.2.573323                            0.01907
1.2.477349                            0.00188
1.2.614926                            0.00157
1.2.973616                            0.00050
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                        1013.52253
1.2.34467                           681.44662
1.2.1695688                         647.69892
1.2.1693506                         336.82730
1.2.1213071                          92.67458
1.2.1214396                          35.02310
1.2.486857                           20.26025
1.2.1560396                          13.72512
1.2.1674365                          12.69996
1.2.504310                            9.76500
1.2.1611651                           6.45225
1.2.1703320                           6.08367
1.2.395549                            5.39150
1.2.881146                            4.92999
1.2.782669                            3.56624
1.2.799404                            2.78216
1.2.1687144                           2.39319
1.2.916316                            1.78136
1.2.409973                            1.61785
1.2.1160364                           0.68265
1.2.1697521                           0.65549
1.2.1527713                           0.53584
1.2.1527702                           0.31169
1.2.1637673                           0.22167
1.2.973616                            0.18918
1.2.1622513                           0.15629
1.2.573323                            0.09858
1.2.1021184                           0.03575
1.2.396635                            0.02913
1.2.1765504                           0.02464
1.2.446700                            0.02270
1.2.366568                            0.01739

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                             8.78456
1.2.1108195                           6.33471
1.2.1611651                           6.06483
1.2.36449                             3.77268
1.2.1565108                           2.44327
1.2.1621254                           0.81915
1.2.395549                            0.44603
1.2.138771                            0.11882
1.2.1770981                           0.08425
1.2.1599329                           0.00658
1.2.107720                            0.00116
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                          54.82940
1.2.1108195                          12.22009
1.2.1692978                           5.24225
1.2.1565108                           3.97480
1.2.1698970                           3.11283
1.2.395549                            1.48025
1.2.1770981                           0.70349
1.2.1592306                           0.56026
1.2.1591759                           0.33688
1.2.107720                            0.19460
1.2.1703892                           0.13102
1.2.203202                            0.08310
1.2.1015080                           0.01884

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         893.95575
1.2.36449                             7.20806
1.2.33015                             6.64824
1.2.469641                            2.15994
1.2.1565108                           1.64159
1.2.800115                            0.61792
1.2.1703333                           0.15580
1.2.725820                            0.14901
1.2.1622544                           0.14852
1.2.1597332                           0.07025
1.2.126225                            0.02569
1.2.973616                            0.01767
1.2.1701364                           0.01480
1.2.1702168                           0.01282
1.2.508912                            0.00478
1.2.1066083                           0.00472
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                        1805.03176
1.2.800115                            2.74244
1.2.1565108                           2.06865
1.2.1622544                           0.37828
1.2.1558498                           0.12023
1.2.182156                            0.00629
1.2.1298632                           0.00180

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             8.54266
1.2.33015                             7.46354
1.2.447913                            5.41444
1.2.1560396                           4.16396
1.2.1623109                           3.20717
1.2.893637                            0.76931
1.2.1599329                           0.71812
1.2.883916                            0.47784
1.2.614532                            0.35985
1.2.395549                            0.23107
1.2.702289                            0.22118
1.2.1762345                           0.15817
1.2.1011965                           0.15337
1.2.1039433                           0.11408
1.2.126225                            0.05629
1.2.1039884                           0.00481
1.2.183307                            0.00329
1.2.973616                            0.00063
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                           7.42287
1.2.973383                            7.25350
1.2.1560396                           4.26908
1.2.17391                             1.16078
1.2.893637                            0.91535
1.2.1762345                           0.75977
1.2.1011965                           0.67380
1.2.702289                            0.61928
1.2.33015                             0.60528
1.2.883916                            0.37603
1.2.395549                            0.32892
1.2.1039433                           0.27650
1.2.126225                            0.16737

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01880
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.02039

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                           8.18007
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1599329                          11.50547

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                           0.34446
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                         424.47394

Snapshots: https://mmcontest.bitshares.org/snapshots20200419.tbz

Code: [Select]
$ tar xjf snapshots20200419.tbz
$ find 2020-04-19 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
860a68263f83bf088bc7582cc8428f5824decf31314fef7583857bffbfadb597  -

Proposal for sending out rewards of 2020-04-19:

https://cryptofresh.com/tx/4ec1587a236bebe956f2e448a5c4ef68eddb11ff
https://cryptofresh.com/b/47238289

https://cryptofresh.com/p/1.10.58361
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on April 21, 2020, 12:07:01 pm
Reward data for 2020-04-20

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 6483.44174 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691739                          79.16548
1.2.1693506                          27.95714
1.2.1674365                          23.82263
1.2.1611651                          20.11018
1.2.36449                            15.27737
1.2.33015                            12.50250
1.2.107720                           10.62705
1.2.1596333                           7.65656
1.2.1560396                           5.26660
1.2.799404                            3.52729
1.2.1703320                           3.09640
1.2.395549                            1.03157
1.2.1687144                           0.68560
1.2.486857                            0.40117
1.2.126225                            0.37625
1.2.1160364                           0.34512
1.2.1700406                           0.29805
1.2.1712903                           0.10683
1.2.1599329                           0.09776
1.2.1622513                           0.06862
1.2.1121561                           0.04764
1.2.1695688                           0.04292
1.2.409973                            0.03205
1.2.1702168                           0.02266
1.2.1616850                           0.01438
1.2.573323                            0.01215
1.2.838939                            0.00117
1.2.477349                            0.00015
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                        1334.00592
1.2.1695688                         743.34432
1.2.1693506                         174.20307
1.2.1213071                         105.43629
1.2.1214396                          38.59114
1.2.486857                           31.54581
1.2.504310                           26.25666
1.2.1560396                          13.25709
1.2.107720                           10.07602
1.2.881146                            6.04038
1.2.782669                            5.53750
1.2.409973                            2.61936
1.2.1687144                           2.61507
1.2.395549                            0.86791
1.2.973616                            0.79022
1.2.1527713                           0.76245
1.2.1622513                           0.65188
1.2.1703320                           0.49912
1.2.1527702                           0.32289
1.2.1637673                           0.29624
1.2.126225                            0.18570
1.2.1160364                           0.08237
1.2.573323                            0.08203
1.2.446700                            0.06885
1.2.396635                            0.05902
1.2.1765504                           0.05273
1.2.1021184                           0.04780
1.2.366568                            0.02489
1.2.1712903                           0.00836
1.2.1015080                           0.00300
1.2.1704676                           0.00012

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                          17.94517
1.2.36449                            15.05339
1.2.33015                            11.53943
1.2.1611651                           4.31451
1.2.1565108                           1.51718
1.2.395549                            0.57056
1.2.1621254                           0.14560
1.2.138771                            0.06977
1.2.107720                            0.06105
1.2.1597332                           0.05605
1.2.1770981                           0.03528
1.2.1712903                           0.00093
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1599329                         166.40617
1.2.1621254                          86.48846
1.2.1692978                          16.14197
1.2.1108195                          13.43761
1.2.1611651                           9.02988
1.2.1592306                           6.17096
1.2.1698970                           3.64596
1.2.1565108                           3.51693
1.2.107720                            1.76752
1.2.395549                            1.14373
1.2.203202                            0.80821
1.2.1703892                           0.31941
1.2.1591759                           0.27959
1.2.1607166                           0.02377
1.2.1770981                           0.01290
1.2.1015080                           0.00745

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         919.15305
1.2.33015                             5.07710
1.2.36449                             4.85791
1.2.1565108                           1.60869
1.2.800115                            0.52577
1.2.107720                            0.26581
1.2.725820                            0.24092
1.2.1622544                           0.19363
1.2.1703333                           0.13226
1.2.126225                            0.07890
1.2.973383                            0.06674
1.2.973616                            0.02294
1.2.1701364                           0.01417
1.2.1702168                           0.01217
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                        1720.25408
1.2.973383                            2.92997
1.2.800115                            2.45585
1.2.1565108                           2.14201
1.2.1622544                           0.46950
1.2.1597332                           0.07687
1.2.182156                            0.00636

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            10.93074
1.2.33015                             9.54880
1.2.447913                            5.77556
1.2.1560396                           5.16365
1.2.893637                            0.95774
1.2.1599329                           0.85245
1.2.883916                            0.49313
1.2.614532                            0.33283
1.2.107720                            0.33058
1.2.702289                            0.21982
1.2.395549                            0.19849
1.2.1011965                           0.16762
1.2.1762345                           0.16182
1.2.973616                            0.11737
1.2.973383                            0.09313
1.2.126225                            0.08994
1.2.1039433                           0.07877
1.2.1039884                           0.00550
1.2.183307                            0.00313
1.2.1610085                           0.00077
1.2.1693936                           0.00042
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1560396                           4.01180
1.2.973383                            3.66055
1.2.1623109                           3.49093
1.2.17391                             2.19192
1.2.1762345                           1.03940
1.2.893637                            0.87294
1.2.702289                            0.81064
1.2.1011965                           0.78123
1.2.883916                            0.51037
1.2.1039433                           0.25409
1.2.395549                            0.17681
1.2.973616                            0.16256
1.2.126225                            0.11665

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01880
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.02039

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                           8.84459
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1599329                           8.56440

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                           2.02417
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                         678.34560

Snapshots: https://mmcontest.bitshares.org/snapshots20200420.tbz

Code: [Select]
$ tar xjf snapshots20200420.tbz
$ find 2020-04-20 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
bc4198b2e0aaf0e3f5ba604517ea2c65d292970bf4689d5be47cae93d9447d6e  -

Proposal for sending out rewards of 2020-04-20:

https://cryptofresh.com/tx/68252c3fb0c758c6721ef0422153e52573fddaef
https://cryptofresh.com/b/47267042

https://cryptofresh.com/p/1.10.58373
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on April 22, 2020, 11:33:07 am
Reward data for 2020-04-21

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 6125.55745 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691739                          72.81403
1.2.1693506                          22.20100
1.2.36449                            16.27511
1.2.1674365                          13.28796
1.2.33015                            12.60034
1.2.107720                           12.46895
1.2.1703320                           6.28408
1.2.1560396                           6.06961
1.2.1596333                           5.86648
1.2.799404                            3.54915
1.2.395549                            1.41862
1.2.1687144                           0.88781
1.2.1712903                           0.87877
1.2.126225                            0.52257
1.2.1700406                           0.38875
1.2.1160364                           0.29544
1.2.486857                            0.26175
1.2.973383                            0.11625
1.2.1622513                           0.08735
1.2.1599329                           0.07407
1.2.1695688                           0.06269
1.2.1702168                           0.06145
1.2.1121561                           0.04038
1.2.1213071                           0.02669
1.2.409973                            0.01944
1.2.573323                            0.01644
1.2.1015080                           0.00991
1.2.1066083                           0.00400
1.2.838939                            0.00177
1.2.861911                            0.00115
1.2.973616                            0.00051
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                        1175.63602
1.2.1695688                         729.43692
1.2.1693506                         222.27602
1.2.1213071                         123.19120
1.2.1214396                          45.49704
1.2.107720                           18.30191
1.2.486857                           17.33959
1.2.1560396                          10.84251
1.2.782669                            8.18067
1.2.881146                            7.10740
1.2.504310                            2.94609
1.2.1687144                           2.80930
1.2.409973                            2.40730
1.2.1703320                           2.06254
1.2.1527713                           1.16539
1.2.973616                            1.06544
1.2.1622513                           0.58525
1.2.1527702                           0.47994
1.2.1637673                           0.46646
1.2.1712903                           0.24882
1.2.973383                            0.17756
1.2.573323                            0.13223
1.2.446700                            0.10034
1.2.1021184                           0.07514
1.2.1765504                           0.06686
1.2.396635                            0.06323
1.2.1702168                           0.05657
1.2.366568                            0.03127
1.2.1015080                           0.00430

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            16.01394
1.2.33015                            12.99028
1.2.1599329                           8.36201
1.2.1611651                           7.91801
1.2.1565108                           1.29498
1.2.1703892                           0.44411
1.2.395549                            0.34950
1.2.1770981                           0.14677
1.2.1209453                           0.09873
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1611651                          48.33023
1.2.1692978                          37.79031
1.2.1621254                          14.96598
1.2.1108195                          11.34149
1.2.1565108                           3.07412
1.2.1698970                           1.89833
1.2.1703892                           0.64119
1.2.1599329                           0.52703
1.2.203202                            0.28420
1.2.1770981                           0.16537
1.2.1015080                           0.00511

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         879.30945
1.2.36449                             7.01794
1.2.33015                             6.38451
1.2.107720                            3.66009
1.2.1674365                           2.56384
1.2.1685780                           2.25779
1.2.1565108                           1.37478
1.2.800115                            0.57027
1.2.1622544                           0.18686
1.2.725820                            0.17831
1.2.126225                            0.10475
1.2.1703333                           0.08226
1.2.1701364                           0.01633
1.2.1702168                           0.01380
1.2.1066083                           0.00683
1.2.973616                            0.00090
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                        1617.26777
1.2.1674365                          12.84698
1.2.107720                            9.25847
1.2.800115                            2.28911
1.2.1565108                           1.41910
1.2.1622544                           0.43270
1.2.973383                            0.22605
1.2.1558498                           0.06951
1.2.1712903                           0.01593
1.2.182156                            0.00618
1.2.1298632                           0.00134

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            13.37160
1.2.33015                            11.68311
1.2.1560396                           5.39794
1.2.107720                            4.82780
1.2.447913                            4.22197
1.2.1610085                           1.83214
1.2.893637                            1.16083
1.2.1599329                           0.48396
1.2.614532                            0.33950
1.2.973383                            0.32152
1.2.883916                            0.25799
1.2.702289                            0.20003
1.2.395549                            0.15707
1.2.1011965                           0.15016
1.2.126225                            0.09859
1.2.1762345                           0.09021
1.2.973616                            0.08527
1.2.1039433                           0.06278
1.2.1039884                           0.00382
1.2.183307                            0.00014
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.17391                             4.16557
1.2.1560396                           3.48218
1.2.33015                             2.45338
1.2.1623109                           1.64601
1.2.973616                            1.40432
1.2.1762345                           1.15185
1.2.1011965                           1.12571
1.2.893637                            0.88858
1.2.883916                            0.59055
1.2.973383                            0.56711
1.2.702289                            0.54296
1.2.107720                            0.48530
1.2.126225                            0.17775
1.2.1039433                           0.05513

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01880
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.02039

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                           9.77071
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1599329                           8.30250

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                           6.79170
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                         773.62115

Snapshots: https://mmcontest.bitshares.org/snapshots20200421.tbz

Code: [Select]
$ tar xjf snapshots20200421.tbz
$ find 2020-04-21 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
9244be23dce966ee2555c2ea1c2c8b0414cc4781eb0049c241cd986af930429a  -

Proposal for sending out rewards of 2020-04-21:

https://cryptofresh.com/tx/9b29a4bf20568738c6306d5d5701da3a74bb7627
https://cryptofresh.com/b/47294352

https://cryptofresh.com/p/1.10.58387
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on April 23, 2020, 01:14:24 pm
Reward data for 2020-04-22

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 7042.79022 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691739                          72.47109
1.2.1693506                          25.18279
1.2.36449                            14.95662
1.2.107720                           14.50463
1.2.1674365                          11.80626
1.2.33015                            11.62613
1.2.1703320                           6.67276
1.2.1560396                           6.39191
1.2.444113                            4.29198
1.2.881146                            3.87999
1.2.799404                            3.04710
1.2.395549                            1.87978
1.2.1687144                           0.97014
1.2.1160364                           0.41415
1.2.126225                            0.38178
1.2.486857                            0.30963
1.2.573323                            0.14056
1.2.973616                            0.14011
1.2.1597332                           0.08741
1.2.1599329                           0.08704
1.2.973383                            0.08095
1.2.1622513                           0.07873
1.2.1702168                           0.07242
1.2.1695688                           0.06555
1.2.1596333                           0.06280
1.2.992190                            0.05874
1.2.1121561                           0.04477
1.2.409973                            0.02595
1.2.1015080                           0.00278
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                        1340.37475
1.2.1695688                         878.33838
1.2.1213071                         151.74622
1.2.1693506                         101.32417
1.2.1214396                          58.88699
1.2.107720                           27.73187
1.2.1560396                          20.20397
1.2.1674365                          15.37673
1.2.782669                            7.89998
1.2.881146                            4.26520
1.2.486857                            3.15507
1.2.1687144                           2.08311
1.2.409973                            1.42731
1.2.395549                            1.27124
1.2.1527713                           1.18088
1.2.992190                            0.94599
1.2.973383                            0.68734
1.2.126225                            0.50246
1.2.1527702                           0.49341
1.2.1637673                           0.44955
1.2.1622513                           0.38623
1.2.573323                            0.13769
1.2.1160364                           0.10708
1.2.446700                            0.09318
1.2.1021184                           0.07239
1.2.1765504                           0.06663
1.2.366568                            0.03595
1.2.396635                            0.03476
1.2.1015080                           0.02811

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            11.70174
1.2.1692978                          10.07594
1.2.33015                             9.34270
1.2.1611651                           6.41828
1.2.1599329                           5.43619
1.2.1209453                           3.29675
1.2.1592306                           2.72095
1.2.1565108                           1.71105
1.2.1703892                           0.78274
1.2.1698970                           0.59352
1.2.395549                            0.48389
1.2.1770981                           0.04913
1.2.1621254                           0.02647
1.2.138771                            0.02308
1.2.203202                            0.01815
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1611651                          42.28837
1.2.1108195                          23.03928
1.2.1692978                          14.71421
1.2.1698970                           3.68391
1.2.1565108                           3.40576
1.2.470047                            0.75744
1.2.395549                            0.51614
1.2.1703892                           0.46721
1.2.1597332                           0.33350
1.2.1599329                           0.23843
1.2.1621254                           0.18281
1.2.1015080                           0.06169

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         963.24372
1.2.33015                             7.76536
1.2.36449                             7.51490
1.2.1674365                           5.18450
1.2.1685780                           3.71339
1.2.107720                            3.42315
1.2.1565108                           1.15734
1.2.800115                            0.64906
1.2.1703333                           0.32176
1.2.725820                            0.27326
1.2.1622544                           0.19286
1.2.126225                            0.08296
1.2.1066083                           0.04560
1.2.1779043                           0.04338
1.2.1701364                           0.01368
1.2.1702168                           0.01345
1.2.973616                            0.00702
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                        1744.58518
1.2.107720                           30.93092
1.2.437438                           10.56668
1.2.800115                            2.34526
1.2.1565108                           2.15549
1.2.1674365                           1.12278
1.2.1622544                           0.44781
1.2.1703333                           0.30147
1.2.1558498                           0.02389
1.2.1298632                           0.01928
1.2.182156                            0.00839
1.2.973616                            0.00041
1.2.470047                            0.00016

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.107720                           10.27198
1.2.36449                             8.63225
1.2.33015                             7.23553
1.2.447913                            4.91385
1.2.1560396                           3.50431
1.2.1610085                           0.74467
1.2.893637                            0.68412
1.2.1599329                           0.65048
1.2.614532                            0.37167
1.2.973383                            0.31715
1.2.883916                            0.24474
1.2.1623109                           0.23217
1.2.395549                            0.20861
1.2.702289                            0.15763
1.2.1039433                           0.13059
1.2.126225                            0.12228
1.2.1011965                           0.11837
1.2.1762345                           0.09670
1.2.1039884                           0.00361
1.2.183307                            0.00009
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                           9.39332
1.2.1560396                           7.96216
1.2.33015                             5.30905
1.2.17391                             4.07738
1.2.973616                            1.59029
1.2.893637                            1.41619
1.2.1762345                           1.17699
1.2.1011965                           1.03762
1.2.883916                            0.57799
1.2.702289                            0.51455
1.2.973383                            0.48592
1.2.1039433                           0.33844
1.2.395549                            0.22939
1.2.126225                            0.05810
1.2.470047                            0.00079

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1214711                           0.01880
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1214711                           0.02039

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                           5.84005
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1599329                           8.37832

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                           6.21128
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                        1221.94877

Snapshots: https://mmcontest.bitshares.org/snapshots20200422.tbz

Code: [Select]
$ tar xjf snapshots20200422.tbz
$ find 2020-04-22 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
6247c7837a57b80054a7b7991ff554b266bd9cadea9fe7e5c80a128ea8a6159b  -

Proposal for sending out rewards of 2020-04-22:

https://cryptofresh.com/tx/72c11219f4ff431b0bb200006a861b05579d94fd
https://cryptofresh.com/b/47323639

https://cryptofresh.com/p/1.10.58397
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: bitcrab on April 24, 2020, 06:29:13 am
it's time to do MM with borrowed bitEUR and BTC/ETH/USDT/EOS.
Title: Re: Market making contest (main thread)
Post by: abit on April 24, 2020, 01:24:15 pm
Reward data for 2020-04-23

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 7160.69832 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691739                          94.34027
1.2.1693506                          20.62389
1.2.36449                            15.56295
1.2.107720                           14.39267
1.2.33015                            12.85846
1.2.1560396                           5.27823
1.2.881146                            2.98291
1.2.799404                            2.71338
1.2.1703320                           1.84894
1.2.1687144                           0.83486
1.2.395549                            0.77736
1.2.126225                            0.36132
1.2.1599329                           0.35443
1.2.1674365                           0.27569
1.2.486857                            0.24317
1.2.1160364                           0.20408
1.2.992190                            0.19549
1.2.973616                            0.14978
1.2.1597332                           0.12163
1.2.1622513                           0.07922
1.2.573323                            0.07090
1.2.1702168                           0.05083
1.2.1015080                           0.04463
1.2.1695688                           0.04028
1.2.1121561                           0.03289
1.2.1700406                           0.03000
1.2.34284                             0.02659
1.2.409973                            0.01881
1.2.1593369                           0.01618
1.2.396635                            0.01260
1.2.1263364                           0.00132
1.2.1527702                           0.00002
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                        1092.94146
1.2.1695688                         693.23499
1.2.1213071                         119.44277
1.2.1693506                          67.86652
1.2.1214396                          46.49930
1.2.107720                           42.64921
1.2.1674365                          30.20770
1.2.1560396                          14.24486
1.2.395549                            4.12598
1.2.486857                            3.31960
1.2.881146                            3.26700
1.2.782669                            3.09714
1.2.1687144                           2.33728
1.2.409973                            1.66919
1.2.992190                            0.85594
1.2.1527713                           0.64362
1.2.1637673                           0.48752
1.2.1636927                           0.48344
1.2.1160364                           0.33428
1.2.1527702                           0.28066
1.2.973616                            0.18512
1.2.573323                            0.16628
1.2.1712903                           0.15928
1.2.446700                            0.11958
1.2.799404                            0.10594
1.2.1021184                           0.07861
1.2.1765504                           0.07131
1.2.1622513                           0.06401
1.2.396635                            0.04005
1.2.366568                            0.03700
1.2.1622547                           0.03169
1.2.1703996                           0.01758
1.2.1779088                           0.00009

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             8.13960
1.2.33015                             7.32802
1.2.1592306                           5.74719
1.2.1565108                           1.77333
1.2.1698970                           0.91160
1.2.395549                            0.30947
1.2.1703892                           0.20119
1.2.1108195                           0.19529
1.2.1770981                           0.08634
1.2.138771                            0.05474
1.2.1597332                           0.00039
1.2.1309978                           0.00001
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1108195                          25.05952
1.2.1692978                           6.46204
1.2.1611651                           6.42132
1.2.1565108                           3.25027
1.2.1698970                           2.96091
1.2.395549                            0.90267
1.2.470047                            0.57059
1.2.1703892                           0.47132
1.2.1599329                           0.28644
1.2.1781811                           0.14946
1.2.1770981                           0.05380
1.2.1015080                           0.00001

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         925.64649
1.2.107720                            8.07104
1.2.33015                             6.77022
1.2.36449                             5.90482
1.2.1565108                           1.06320
1.2.800115                            0.56087
1.2.1703333                           0.39025
1.2.1674365                           0.22368
1.2.1622544                           0.12852
1.2.126225                            0.09209
1.2.725820                            0.02350
1.2.973616                            0.00929
1.2.1702168                           0.00708
1.2.1701364                           0.00632
1.2.437438                            0.00406
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                        1753.69216
1.2.437438                          105.76031
1.2.107720                            4.14636
1.2.800115                            2.86617
1.2.1565108                           2.49678
1.2.1622544                           0.31856
1.2.126225                            0.20502
1.2.182156                            0.01511

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.107720                            9.36233
1.2.36449                             7.29107
1.2.33015                             5.51141
1.2.447913                            3.51434
1.2.1560396                           2.28017
1.2.1599329                           0.46384
1.2.893637                            0.44599
1.2.973383                            0.34955
1.2.1762345                           0.31315
1.2.614532                            0.28085
1.2.1623109                           0.18595
1.2.883916                            0.18534
1.2.702289                            0.17910
1.2.1039433                           0.14773
1.2.395549                            0.13397
1.2.1011965                           0.12740
1.2.126225                            0.06297
1.2.973616                            0.00474
1.2.1039884                           0.00194
1.2.1308923                           0.00030
1.2.377814                            0.00002
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1623109                          11.70038
1.2.1560396                          10.43058
1.2.17391                             5.08810
1.2.893637                            2.13895
1.2.1762345                           1.44844
1.2.33015                             1.14322
1.2.1011965                           1.00483
1.2.883916                            0.76905
1.2.395549                            0.58755
1.2.702289                            0.49604
1.2.973383                            0.36071
1.2.1039433                           0.26045
1.2.126225                            0.13077

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610646                           1.31546
1.2.1214711                           0.01880
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610646                          20.03371
1.2.1209453                           8.18173
1.2.1214711                           0.02039

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                           5.16078
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1700383                          16.27386
1.2.1599329                           8.89189

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                          12.01089
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                        1829.02782
1.2.973383                            0.01556

Snapshots: https://mmcontest.bitshares.org/snapshots20200423.tbz

Code: [Select]
$ tar xjf snapshots20200423.tbz
$ find 2020-04-23 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
dfed234c4fc0ec1e108f91881c30524466569ca0321bab7f7fd131a963c85135  -

Proposal for sending out rewards of 2020-04-23:

https://cryptofresh.com/tx/b6320145ee7fc83b52acd315f7acd1628d04121d
https://cryptofresh.com/b/47352257

https://cryptofresh.com/p/1.10.58424
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on April 25, 2020, 04:30:40 pm
Reward data for 2020-04-24

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 7673.44788 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691739                          68.11593
1.2.36449                            16.10034
1.2.107720                           13.74249
1.2.1693506                          13.60885
1.2.33015                            13.13478
1.2.1560396                           8.45163
1.2.799404                            4.74880
1.2.395549                            1.18463
1.2.1687144                           0.82916
1.2.1703320                           0.52654
1.2.1599329                           0.51625
1.2.1674365                           0.48389
1.2.126225                            0.42365
1.2.1015080                           0.29341
1.2.1700406                           0.24848
1.2.486857                            0.10173
1.2.1160364                           0.08282
1.2.1695688                           0.06824
1.2.992190                            0.05438
1.2.573323                            0.04429
1.2.1702168                           0.03317
1.2.1214396                           0.02109
1.2.1121561                           0.01314
1.2.396635                            0.00890
1.2.1263364                           0.00669
1.2.973616                            0.00565
1.2.409973                            0.00507
1.2.1213071                           0.00332
1.2.1066083                           0.00317
1.2.1761412                           0.00082
1.2.1712903                           0.00017
1.2.1703576                           0.00001
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                        1448.51243
1.2.1695688                         880.28674
1.2.1213071                         143.03720
1.2.1214396                          52.68917
1.2.1693506                          40.49264
1.2.1560396                          15.14621
1.2.107720                           11.99434
1.2.1636927                           9.98356
1.2.881146                            8.13473
1.2.486857                            8.06696
1.2.782669                            6.79565
1.2.395549                            4.02021
1.2.409973                            3.08253
1.2.1687144                           2.92695
1.2.1622547                           2.42355
1.2.1527713                           1.35694
1.2.1637673                           0.92568
1.2.973616                            0.75745
1.2.1712903                           0.72257
1.2.1527702                           0.55222
1.2.799404                            0.41026
1.2.573323                            0.36817
1.2.446700                            0.24760
1.2.126225                            0.19820
1.2.1765504                           0.17708
1.2.1021184                           0.14913
1.2.366568                            0.08377
1.2.396635                            0.07269
1.2.1622513                           0.06837
1.2.1702168                           0.04522
1.2.1703996                           0.01994
1.2.865283                            0.00009
1.2.1015080                           0.00004
1.2.1232178                           0.00003

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                             7.18229
1.2.1565108                           1.72449
1.2.1698970                           1.35345
1.2.1108195                           0.96093
1.2.395549                            0.23492
1.2.138771                            0.08331
1.2.1770981                           0.08010
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1696206                          22.01193
1.2.1108195                          21.02062
1.2.1565108                           3.49646
1.2.1692978                           3.29242
1.2.1698970                           2.22940
1.2.395549                            1.52929
1.2.470047                            0.36107
1.2.1703892                           0.32386
1.2.1770981                           0.08999
1.2.1599329                           0.03479

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         975.98103
1.2.33015                             7.20297
1.2.36449                             6.91471
1.2.1565108                           0.64988
1.2.800115                            0.58644
1.2.1703333                           0.34300
1.2.107720                            0.08292
1.2.1066083                           0.03937
1.2.1622544                           0.00866
1.2.1702168                           0.00638
1.2.1701364                           0.00574
1.2.973616                            0.00525
1.2.1674365                           0.00102
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                        1756.16235
1.2.107720                           20.49924
1.2.437438                           13.19355
1.2.800115                            2.94603
1.2.1565108                           1.49476
1.2.126225                            0.66289
1.2.1782643                           0.12740
1.2.182156                            0.01699
1.2.1298632                           0.00390
1.2.1263364                           0.00126
1.2.1092037                           0.00056
1.2.973616                            0.00011

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.107720                           12.91584
1.2.36449                             8.47586
1.2.33015                             7.40886
1.2.1560396                           3.06999
1.2.447913                            1.94669
1.2.893637                            0.60749
1.2.1762345                           0.41028
1.2.1599329                           0.30070
1.2.973383                            0.22406
1.2.395549                            0.20852
1.2.1039433                           0.19139
1.2.126225                            0.15839
1.2.883916                            0.14829
1.2.702289                            0.13843
1.2.614532                            0.13543
1.2.1011965                           0.08636
1.2.1039884                           0.00078
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1560396                           8.70008
1.2.17391                             6.43654
1.2.1623109                           2.04473
1.2.893637                            1.59927
1.2.1011965                           1.29549
1.2.1762345                           1.24041
1.2.883916                            0.85191
1.2.702289                            0.65916
1.2.973383                            0.38889
1.2.395549                            0.31242
1.2.1039433                           0.26673
1.2.126225                            0.02999

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610646                           6.96942
1.2.1214711                           0.01880
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610646                          33.58069
1.2.1209453                          29.89737
1.2.1214711                           0.02039

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                           1.16591
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1700383                           5.80994
1.2.1599329                           2.89188

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                           9.25363
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                        1883.47051
1.2.973383                            0.56082

Snapshots: https://mmcontest.bitshares.org/snapshots20200424.tbz

Code: [Select]
$ tar xjf snapshots20200424.tbz
$ find 2020-04-24 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
90fb08a6f904c5ad46bdf339ec5d60d7190fec5c2f9cbbff820837e3ed12899c  -

Proposal for sending out rewards of 2020-04-24:

https://cryptofresh.com/tx/fdedfc58ca91cb6ea4cd8285222f0a0ba853e870
https://cryptofresh.com/b/47384700

https://cryptofresh.com/p/1.10.58445
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on April 26, 2020, 12:43:14 pm
Reward data for 2020-04-25

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 8166.30962 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691739                          46.73856
1.2.107720                           19.00093
1.2.36449                            15.71757
1.2.1693506                          14.97735
1.2.1674365                          13.35359
1.2.33015                            12.40807
1.2.1560396                           6.06355
1.2.799404                            2.64148
1.2.395549                            1.66888
1.2.1687144                           0.91420
1.2.1703320                           0.59510
1.2.1599329                           0.56514
1.2.126225                            0.33768
1.2.1160364                           0.20013
1.2.1015080                           0.18461
1.2.486857                            0.17159
1.2.1695688                           0.16761
1.2.573323                            0.04518
1.2.992190                            0.03833
1.2.1702168                           0.03275
1.2.1121561                           0.01605
1.2.396635                            0.00965
1.2.409973                            0.00755
1.2.573487                            0.00214
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                        1673.98308
1.2.1695688                        1006.33563
1.2.1213071                         124.92934
1.2.107720                           65.58221
1.2.1214396                          51.23534
1.2.1693506                          34.60131
1.2.1560396                          15.05830
1.2.881146                            7.66690
1.2.486857                            4.80390
1.2.1674365                           4.51817
1.2.782669                            2.73638
1.2.1687144                           2.29760
1.2.395549                            2.16474
1.2.409973                            1.54011
1.2.1622547                           0.95818
1.2.799404                            0.83094
1.2.1527713                           0.81158
1.2.1637673                           0.70517
1.2.126225                            0.38895
1.2.919400                            0.37066
1.2.1527702                           0.35464
1.2.573323                            0.23699
1.2.446700                            0.13853
1.2.1160364                           0.13393
1.2.1021184                           0.11363
1.2.114025                            0.08287
1.2.1765504                           0.07130
1.2.33015                             0.06535
1.2.1702168                           0.05902
1.2.396635                            0.04921
1.2.366568                            0.04735
1.2.539130                            0.01672
1.2.1782877                           0.00031

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                            12.05182
1.2.1621254                           2.02571
1.2.1565108                           1.49908
1.2.1698970                           0.81667
1.2.1108195                           0.60628
1.2.395549                            0.53440
1.2.138771                            0.19499
1.2.1703892                           0.12391
1.2.1770981                           0.03155
1.2.36449                             0.00009
1.2.290586                            0.00003
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1696206                          36.53131
1.2.1108195                          22.25316
1.2.1621254                          12.48230
1.2.1565108                           3.81754
1.2.1698970                           3.25519
1.2.395549                            2.19855
1.2.1692978                           1.66049
1.2.1703892                           0.78421
1.2.470047                            0.25394
1.2.33015                             0.18047
1.2.1770981                           0.03705
1.2.1599329                           0.02642
1.2.1601766                           0.00001

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         951.41531
1.2.33015                             6.54833
1.2.107720                            5.70601
1.2.36449                             5.69158
1.2.1565108                           0.65015
1.2.800115                            0.57778
1.2.1703333                           0.25351
1.2.1622544                           0.10109
1.2.1066083                           0.08768
1.2.126225                            0.06340
1.2.973616                            0.01911
1.2.1030523                           0.00873
1.2.1702168                           0.00245
1.2.1701364                           0.00179
1.2.1013289                           0.00079
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                        1869.63368
1.2.107720                           20.73776
1.2.800115                            2.93848
1.2.1565108                           1.39318
1.2.126225                            0.35266
1.2.1782643                           0.14456
1.2.182156                            0.02209
1.2.1765396                           0.00233
1.2.1298632                           0.00169

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             9.51295
1.2.33015                             8.08706
1.2.447913                            4.01748
1.2.1560396                           3.45392
1.2.107720                            2.20487
1.2.1762345                           0.79897
1.2.893637                            0.74264
1.2.973383                            0.65408
1.2.1599329                           0.49839
1.2.702289                            0.36658
1.2.614532                            0.31869
1.2.883916                            0.25415
1.2.395549                            0.24255
1.2.1610085                           0.21165
1.2.1039433                           0.19338
1.2.1011965                           0.16830
1.2.1623109                           0.03523
1.2.768441                            0.00904
1.2.973616                            0.00413
1.2.1039884                           0.00343
1.2.183307                            0.00109
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1560396                          10.03450
1.2.17391                             4.99862
1.2.107720                            4.30271
1.2.1623109                           2.25926
1.2.893637                            1.60834
1.2.395549                            0.66508
1.2.883916                            0.62249
1.2.973383                            0.56217
1.2.1011965                           0.53741
1.2.1762345                           0.52199
1.2.702289                            0.37210
1.2.126225                            0.31267
1.2.1039433                           0.20066
1.2.182587                            0.06789
1.2.768441                            0.05835
1.2.100678                            0.00163

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610646                           9.19395
1.2.1214711                           0.01880
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610646                          53.46492
1.2.1214711                           0.02039

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                          21.15282
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1599329                          41.71915
1.2.1150126                          39.50163
1.2.1700686                          23.98132
1.2.1700383                          18.41369
1.2.383547                            0.16789

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                           7.57374
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                        1785.45881
1.2.973383                            0.27272

Snapshots: https://mmcontest.bitshares.org/snapshots20200425.tbz

Code: [Select]
$ tar xjf snapshots20200425.tbz
$ find 2020-04-25 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
eb5b38d2b1956e218606ab3c3ee6ffeb232adab4ac1201399df2efba049c10ff  -

Proposal for sending out rewards of 2020-04-25:

https://cryptofresh.com/tx/dab17c6c766b66762116e5faba9cc435c6939118
https://cryptofresh.com/b/47408891

https://cryptofresh.com/p/1.10.58457
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on April 27, 2020, 01:03:49 pm
Reward data for 2020-04-26

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 7729.01178 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691739                          68.51850
1.2.1693506                          20.15122
1.2.36449                            15.21086
1.2.33015                            12.30418
1.2.107720                           11.82816
1.2.1560396                           7.07843
1.2.1674365                           6.50642
1.2.1209453                           2.69123
1.2.799404                            1.65514
1.2.395549                            1.50275
1.2.1703320                           1.49253
1.2.1687144                           0.91148
1.2.1015080                           0.39156
1.2.1160364                           0.35227
1.2.126225                            0.28744
1.2.1599329                           0.25858
1.2.486857                            0.18572
1.2.573323                            0.06503
1.2.1695688                           0.05097
1.2.1702168                           0.04467
1.2.1121561                           0.02224
1.2.973616                            0.01846
1.2.1712903                           0.01679
1.2.396635                            0.01303
1.2.409973                            0.01050
1.2.1610646                           0.00789
1.2.477349                            0.00475
1.2.1697521                           0.00219
1.2.1616850                           0.00045
1.2.1527702                           0.00024
1.2.1213071                           0.00022
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                        1179.25859
1.2.1695688                         869.75563
1.2.1599329                         506.87902
1.2.1213071                         150.43924
1.2.107720                           81.75242
1.2.1610646                          78.47841
1.2.34467                            64.12467
1.2.1214396                          55.76906
1.2.1693506                          35.96462
1.2.1560396                          18.54272
1.2.1674365                          16.39109
1.2.881146                            8.16706
1.2.117374                            8.10623
1.2.486857                            5.54669
1.2.782669                            5.31858
1.2.799404                            5.29834
1.2.395549                            2.50132
1.2.1687144                           2.30250
1.2.409973                            1.70889
1.2.1622547                           1.31691
1.2.1527713                           1.07320
1.2.1637673                           0.81022
1.2.1703320                           0.52938
1.2.1527702                           0.45706
1.2.126225                            0.32040
1.2.573323                            0.28558
1.2.1160364                           0.23580
1.2.446700                            0.19200
1.2.1640883                           0.16543
1.2.1765504                           0.13859
1.2.1021184                           0.13052
1.2.972058                            0.09297
1.2.396635                            0.06478
1.2.366568                            0.06361
1.2.1702168                           0.05407
1.2.1015080                           0.04314
1.2.1616850                           0.02444
1.2.1782884                           0.00402

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                             6.67132
1.2.1565108                           1.52770
1.2.1621254                           1.35225
1.2.395549                            0.86742
1.2.36449                             0.21603
1.2.138771                            0.14981
1.2.107720                            0.11249
1.2.290586                            0.08611
1.2.1698970                           0.07124
1.2.436167                            0.04763
1.2.1703892                           0.04589
1.2.1610646                           0.00566
1.2.1770981                           0.00459
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1696206                          40.42074
1.2.1621254                          33.13859
1.2.1108195                          17.93012
1.2.1698970                           4.79408
1.2.1565108                           3.82834
1.2.1692978                           1.03438
1.2.395549                            0.88938
1.2.1703892                           0.70111
1.2.436167                            0.24073
1.2.1599329                           0.22734
1.2.470047                            0.09121
1.2.1770981                           0.01600
1.2.139653                            0.00834
1.2.1610085                           0.00050

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         928.07985
1.2.33015                             6.83532
1.2.36449                             6.77064
1.2.107720                            3.53713
1.2.972058                            1.73986
1.2.1703333                           0.70234
1.2.1565108                           0.68275
1.2.800115                            0.54170
1.2.453998                            0.08737
1.2.973616                            0.07500
1.2.1030523                           0.05791
1.2.1622544                           0.04809
1.2.126225                            0.03315
1.2.1703996                           0.00365
1.2.1701364                           0.00118
1.2.1702168                           0.00019
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                        1703.63073
1.2.107720                           15.13748
1.2.800115                            2.78959
1.2.1565108                           1.89650
1.2.1703333                           0.49530
1.2.126225                            0.28035
1.2.1066083                           0.03687
1.2.1782643                           0.02765
1.2.182156                            0.02749
1.2.397910                            0.00018

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             6.37052
1.2.33015                             5.57271
1.2.107720                            4.66730
1.2.447913                            4.35303
1.2.1560396                           2.80087
1.2.893637                            0.93861
1.2.702289                            0.87324
1.2.883916                            0.60232
1.2.1599329                           0.55976
1.2.1762345                           0.47455
1.2.1610085                           0.38363
1.2.973383                            0.37065
1.2.395549                            0.34524
1.2.1598521                           0.28130
1.2.614532                            0.27046
1.2.1011965                           0.22611
1.2.1039433                           0.18285
1.2.126225                            0.02555
1.2.1623109                           0.01752
1.2.182587                            0.00957
1.2.1039884                           0.00449
1.2.973616                            0.00289
1.2.183307                            0.00234
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1560396                          10.83071
1.2.107720                            6.01672
1.2.17391                             5.11706
1.2.1762345                           0.85304
1.2.1623109                           0.82270
1.2.973383                            0.65206
1.2.395549                            0.59766
1.2.1011965                           0.43232
1.2.883916                            0.40807
1.2.702289                            0.32115
1.2.1039433                           0.26002
1.2.126225                            0.22876
1.2.1599329                           0.20599
1.2.893637                            0.17788
1.2.768441                            0.12363
1.2.182587                            0.03589
1.2.1610085                           0.00066

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610646                           9.16344
1.2.1214711                           0.01776
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610646                        1069.00814
1.2.1214711                           0.01917

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                          56.69998
1.2.1700383                           1.71713
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1599329                          82.87065
1.2.1150126                          42.68992
1.2.1700686                          21.39058
1.2.1700383                          21.31491

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                           2.87906
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                         322.93284

Snapshots: https://mmcontest.bitshares.org/snapshots20200426.tbz

Code: [Select]
$ tar xjf snapshots20200426.tbz
$ find 2020-04-26 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
ac9da0f39679b678a5e12f6c2a94dc1543f2b265aa28e574fcfa005764fc3784  -

Proposal for sending out rewards of 2020-04-26:

https://cryptofresh.com/tx/974142e2c5681547c8dd290d580126fc322f1b1b
https://cryptofresh.com/b/47438029

https://cryptofresh.com/p/1.10.58474
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: bitcrab on April 28, 2020, 03:02:27 am
USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                          56.69998
1.2.1700383                           1.71713
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1599329                          82.87065
1.2.1150126                          42.68992
1.2.1700686                          21.39058
1.2.1700383                          21.31491

it's time to mine at bitEUR/GDEX.USDT.
limited risk and stable reward. like borrowing bitEUR and putting there to get interests.
Title: Re: Market making contest (main thread)
Post by: abit on April 28, 2020, 01:59:18 pm
Reward data for 2020-04-27

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 7670.26037 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691739                          26.64085
1.2.1693506                          23.89331
1.2.36449                            15.02754
1.2.33015                            12.69257
1.2.1560396                           8.60299
1.2.107720                            4.80237
1.2.881146                            1.89416
1.2.395549                            1.40973
1.2.1599329                           1.01815
1.2.1703320                           0.92630
1.2.1015080                           0.84878
1.2.1697521                           0.83049
1.2.467903                            0.72278
1.2.1687144                           0.65244
1.2.486857                            0.57361
1.2.799404                            0.38466
1.2.1160364                           0.31931
1.2.126225                            0.16859
1.2.838939                            0.09928
1.2.409973                            0.09318
1.2.973616                            0.08841
1.2.1695688                           0.06273
1.2.1622513                           0.05928
1.2.573323                            0.04899
1.2.1702168                           0.04603
1.2.1121561                           0.01511
1.2.1616850                           0.01233
1.2.1527702                           0.00964
1.2.396635                            0.00740
1.2.384449                            0.00489
1.2.1527713                           0.00412
1.2.614926                            0.00316
1.2.1765504                           0.00189
1.2.449023                            0.00003
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                        1059.39298
1.2.1695688                         706.43568
1.2.1599329                         303.12492
1.2.1693506                         267.30023
1.2.34467                           183.56842
1.2.1213071                         113.14058
1.2.1214396                          48.40397
1.2.1610646                          42.94143
1.2.107720                           42.75084
1.2.1560396                          16.00750
1.2.799404                            6.32438
1.2.1674365                           5.70395
1.2.881146                            5.59438
1.2.117374                            4.05123
1.2.395549                            3.57699
1.2.782669                            2.91173
1.2.486857                            2.84862
1.2.1703320                           2.40790
1.2.1687144                           1.32931
1.2.409973                            0.88103
1.2.1782823                           0.85339
1.2.1622513                           0.71926
1.2.1160364                           0.69607
1.2.1527713                           0.68046
1.2.1637673                           0.43671
1.2.126225                            0.32186
1.2.1527702                           0.27698
1.2.1702168                           0.22020
1.2.573323                            0.17025
1.2.446700                            0.10882
1.2.1765504                           0.07587
1.2.1774321                           0.07466
1.2.1021184                           0.06998
1.2.1622547                           0.04904
1.2.366568                            0.04306
1.2.396635                            0.04028
1.2.1015080                           0.03074
1.2.1006667                           0.02933
1.2.1616850                           0.01430

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                             8.38866
1.2.36449                             5.67765
1.2.107720                            2.56831
1.2.1692978                           1.89005
1.2.290586                            1.83665
1.2.1565108                           1.52440
1.2.1621254                           0.97045
1.2.395549                            0.46782
1.2.1696206                           0.40520
1.2.1698970                           0.19549
1.2.1599329                           0.15101
1.2.1703892                           0.07742
1.2.1591759                           0.00262
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1621254                          47.71691
1.2.1696206                          23.59918
1.2.1108195                          15.62434
1.2.107720                            4.15013
1.2.1565108                           3.80948
1.2.1698970                           3.20679
1.2.1692978                           1.94845
1.2.33015                             1.52951
1.2.436167                            0.99963
1.2.1703892                           0.84647
1.2.395549                            0.65048
1.2.138771                            0.07999
1.2.1749887                           0.01512
1.2.470047                            0.00139
1.2.1616850                           0.00036

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         797.28544
1.2.33015                             4.03395
1.2.36449                             3.97492
1.2.107720                            3.95362
1.2.1703333                           1.05818
1.2.1565108                           0.66467
1.2.800115                            0.53725
1.2.973616                            0.07166
1.2.1030523                           0.06350
1.2.126225                            0.04947
1.2.1622544                           0.02932
1.2.1701364                           0.01903
1.2.1702168                           0.01446
1.2.1703996                           0.00848
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                        1657.16225
1.2.107720                            8.31558
1.2.800115                            2.95087
1.2.1565108                           2.49148
1.2.1703333                           0.98533
1.2.126225                            0.14927
1.2.1782643                           0.02306
1.2.182156                            0.00980

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             8.00294
1.2.33015                             6.96517
1.2.447913                            5.38223
1.2.107720                            4.37840
1.2.1560396                           3.63449
1.2.1599329                           2.61008
1.2.893637                            1.59397
1.2.614532                            1.40049
1.2.1762345                           0.49535
1.2.702289                            0.40212
1.2.1610085                           0.34575
1.2.883916                            0.31789
1.2.973383                            0.26913
1.2.395549                            0.22422
1.2.1011965                           0.20708
1.2.1623109                           0.14877
1.2.1039433                           0.13852
1.2.384449                            0.13195
1.2.1039884                           0.02817
1.2.183307                            0.01863
1.2.973616                            0.01150
1.2.126225                            0.00001
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.107720                           21.65453
1.2.1560396                           8.86930
1.2.1762345                           1.12883
1.2.17391                             1.03876
1.2.395549                            0.73708
1.2.973383                            0.71632
1.2.1623109                           0.65348
1.2.883916                            0.44530
1.2.1039433                           0.23084
1.2.126225                            0.18877
1.2.1011965                           0.17993
1.2.702289                            0.15141
1.2.1599329                           0.08021
1.2.768441                            0.04347
1.2.182587                            0.02464

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610646                          12.44946
1.2.1674365                           1.47917
1.2.1616850                           0.03596
1.2.1214711                           0.00519
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610646                         598.49601
1.2.1674365                           0.73707
1.2.1214711                           0.00563

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                         472.02322
1.2.1700383                           4.18429
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1599329                         388.14784
1.2.1610646                         129.50324
1.2.1150126                          47.07887
1.2.1700686                          23.56011
1.2.1700383                          17.87642
1.2.1616850                           0.05918

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                           3.64652
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                         360.36448

Snapshots: https://mmcontest.bitshares.org/snapshots20200427.tbz

Code: [Select]
$ tar xjf snapshots20200427.tbz
$ find 2020-04-27 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
ee2171cc3c1293b400a796edce90e50cee9ece7052d40496a83972e3f617bcb7  -

Proposal for sending out rewards of 2020-04-27:

https://cryptofresh.com/tx/cf4415749b4058cc697a808c64896b1bb95a04bb
https://cryptofresh.com/b/47467850

https://cryptofresh.com/p/1.10.58505
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on April 29, 2020, 01:00:05 pm
Reward data for 2020-04-28

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 9334.80053 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691739                          23.37182
1.2.107720                           16.46069
1.2.36449                            12.88404
1.2.33015                            10.67666
1.2.1560396                           7.53555
1.2.1693506                           4.65311
1.2.1703320                           3.93481
1.2.1599329                           1.98396
1.2.395549                            1.29796
1.2.1687144                           0.90561
1.2.409973                            0.46655
1.2.1160364                           0.38952
1.2.486857                            0.27920
1.2.126225                            0.16581
1.2.799404                            0.14787
1.2.1695688                           0.05260
1.2.384449                            0.04674
1.2.1015080                           0.03805
1.2.1213071                           0.01424
1.2.973616                            0.01211
1.2.405314                            0.00884
1.2.573323                            0.00444
1.2.591975                            0.00231
1.2.1527702                           0.00218
1.2.1702168                           0.00145
1.2.1761412                           0.00021
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                        1422.58550
1.2.1695688                         869.34975
1.2.34467                           346.97321
1.2.1693506                         334.23878
1.2.1599329                         288.27860
1.2.1213071                         140.46738
1.2.1214396                          58.02683
1.2.107720                           31.54027
1.2.1560396                          18.73923
1.2.799404                            8.74827
1.2.881146                            8.41007
1.2.1703320                           6.23030
1.2.782669                            4.97410
1.2.486857                            4.46459
1.2.467903                            4.00035
1.2.395549                            2.37832
1.2.1687144                           2.32726
1.2.409973                            1.20864
1.2.1527713                           0.98519
1.2.1622513                           0.77463
1.2.1637673                           0.66047
1.2.126225                            0.64251
1.2.1761303                           0.45901
1.2.1527702                           0.38306
1.2.1702168                           0.28587
1.2.573323                            0.27819
1.2.446700                            0.16139
1.2.1765504                           0.12961
1.2.1160364                           0.12339
1.2.1021184                           0.10629
1.2.366568                            0.05768
1.2.396635                            0.04056
1.2.1015080                           0.01312
1.2.1779088                           0.00577
1.2.1782886                           0.00097
1.2.1782246                           0.00027

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                            12.90794
1.2.36449                             6.49902
1.2.1696206                           3.04526
1.2.1565108                           1.81139
1.2.107720                            1.48950
1.2.1698970                           0.82625
1.2.290586                            0.58054
1.2.395549                            0.50833
1.2.1599329                           0.40473
1.2.1621254                           0.37313
1.2.138771                            0.34133
1.2.1703892                           0.00262
1.2.591975                            0.00071
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1696206                          38.90590
1.2.1108195                          20.64356
1.2.33015                            13.77332
1.2.1692978                           6.11227
1.2.1565108                           4.16226
1.2.1698970                           3.15160
1.2.1703892                           2.81648
1.2.1599329                           2.15525
1.2.395549                            0.87309
1.2.138771                            0.03605
1.2.470047                            0.00150

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         815.03779
1.2.36449                             4.59228
1.2.33015                             4.51502
1.2.107720                            4.45130
1.2.405314                            1.28619
1.2.1565108                           0.68838
1.2.800115                            0.55770
1.2.1703333                           0.18737
1.2.431178                            0.12765
1.2.973616                            0.07623
1.2.1622544                           0.02932
1.2.1030523                           0.01871
1.2.1703996                           0.00890
1.2.1701364                           0.00816
1.2.1702168                           0.00740
1.2.591975                            0.00178
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                        1860.11620
1.2.107720                           30.02989
1.2.800115                            3.15418
1.2.1565108                           2.09822
1.2.1703333                           0.47273
1.2.126225                            0.29501
1.2.1782643                           0.02282
1.2.182156                            0.01188

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.107720                            7.70047
1.2.447913                            6.93152
1.2.36449                             6.57224
1.2.33015                             5.75093
1.2.1560396                           2.57413
1.2.1599329                           1.54045
1.2.893637                            1.11455
1.2.614532                            0.83736
1.2.1762345                           0.50691
1.2.973383                            0.41464
1.2.1039433                           0.24402
1.2.1011965                           0.19206
1.2.1598521                           0.18716
1.2.973616                            0.16361
1.2.395549                            0.16296
1.2.384449                            0.09894
1.2.702289                            0.08735
1.2.479477                            0.08478
1.2.883916                            0.07757
1.2.1039884                           0.01587
1.2.183307                            0.01143
1.2.126225                            0.00349
1.2.591975                            0.00190
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.107720                           10.73376
1.2.1560396                          10.52058
1.2.17391                             1.57243
1.2.1762345                           0.90645
1.2.973383                            0.67462
1.2.883916                            0.57869
1.2.1011965                           0.54403
1.2.395549                            0.47256
1.2.126225                            0.34524
1.2.702289                            0.19996
1.2.1039433                           0.13639
1.2.1599329                           0.09339
1.2.768441                            0.06525

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610646                           3.17687
1.2.1674365                           3.10241
1.2.1616850                           0.06094
1.2.1214711                           0.01881
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610646                          13.20808
1.2.1674365                           2.18126
1.2.1214711                           0.02050

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                         319.47275
1.2.1700383                           9.80041
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1599329                         480.77027
1.2.1610646                         112.17853
1.2.1150126                          90.77375
1.2.1700686                          49.61710
1.2.1700383                          26.64702
1.2.1616850                           0.10394

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                           4.77388
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                        1664.17342

Snapshots: https://mmcontest.bitshares.org/snapshots20200428.tbz

Code: [Select]
$ tar xjf snapshots20200428.tbz
$ find 2020-04-28 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
5fd7b3e32fb22b6530774016b3ef13a6353f7dd006a26d60e8be3c36cd9847d2  -

Proposal for sending out rewards of 2020-04-28:

https://cryptofresh.com/tx/fe37ff29e061e02aa0154f27677b8402013e52b7
https://cryptofresh.com/b/47495404

https://cryptofresh.com/p/1.10.58552
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on April 30, 2020, 09:44:31 am
Reward data for 2020-04-29

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 7008.04597 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691739                          25.64900
1.2.36449                            17.57631
1.2.33015                            16.56175
1.2.1560396                          10.58181
1.2.1693506                           6.98068
1.2.1703320                           4.34324
1.2.395549                            0.88425
1.2.1687144                           0.85737
1.2.107720                            0.68048
1.2.799404                            0.55748
1.2.486857                            0.51739
1.2.409973                            0.33689
1.2.1599329                           0.33184
1.2.1160364                           0.28445
1.2.126225                            0.20069
1.2.1015080                           0.15845
1.2.384449                            0.08683
1.2.591975                            0.02963
1.2.1695688                           0.02767
1.2.1712903                           0.02681
1.2.973616                            0.01154
1.2.1702168                           0.00931
1.2.573323                            0.00905
1.2.1527702                           0.00783
1.2.1622513                           0.00536
1.2.467903                            0.00400
1.2.1527713                           0.00179
1.2.1761412                           0.00134
1.2.614926                            0.00049
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         923.98280
1.2.1695688                         470.61186
1.2.1599329                         212.02815
1.2.34467                           199.45858
1.2.1693506                         176.99732
1.2.1213071                          96.62396
1.2.1606285                          53.13984
1.2.1214396                          37.25287
1.2.107720                           27.31860
1.2.1560396                          13.60086
1.2.1703320                           7.44313
1.2.799404                            5.36192
1.2.881146                            4.67773
1.2.1761303                           3.28310
1.2.782669                            2.89347
1.2.395549                            2.27767
1.2.1687144                           2.07282
1.2.486857                            1.91434
1.2.409973                            1.14426
1.2.33015                             0.91158
1.2.1527713                           0.90014
1.2.1622513                           0.47623
1.2.1637673                           0.43038
1.2.1712903                           0.37566
1.2.1160364                           0.36542
1.2.1527702                           0.33617
1.2.126225                            0.20856
1.2.1702168                           0.16542
1.2.573323                            0.16086
1.2.1682766                           0.10493
1.2.446700                            0.10327
1.2.1765504                           0.07539
1.2.366568                            0.06785
1.2.1021184                           0.06452
1.2.591975                            0.03916
1.2.396635                            0.03810
1.2.467903                            0.01314
1.2.1636927                           0.00210

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             4.35273
1.2.33015                             4.23643
1.2.1696206                           3.62095
1.2.290586                            1.97689
1.2.1592306                           1.75436
1.2.1565108                           1.47467
1.2.1698970                           0.70456
1.2.1621254                           0.68921
1.2.395549                            0.64510
1.2.107720                            0.35188
1.2.1599329                           0.15983
1.2.1108195                           0.06444
1.2.203202                            0.01342
1.2.1703892                           0.00933
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1108195                          36.06684
1.2.1696206                          15.72566
1.2.1565108                           3.66171
1.2.1698970                           1.06642
1.2.33015                             0.71363
1.2.1703892                           0.59058
1.2.395549                            0.47168
1.2.138771                            0.46920
1.2.1599329                           0.46010
1.2.1592306                           0.41734
1.2.1692978                           0.02681
1.2.591975                            0.02632
1.2.36449                             0.01947

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         816.27673
1.2.33015                             3.17834
1.2.36449                             2.89263
1.2.405314                            2.10120
1.2.431178                            0.73978
1.2.107720                            0.71504
1.2.1565108                           0.61372
1.2.800115                            0.58613
1.2.1703333                           0.12902
1.2.973616                            0.06160
1.2.126225                            0.05387
1.2.1030523                           0.02610
1.2.591975                            0.02022
1.2.1701364                           0.01299
1.2.1702168                           0.01236
1.2.1622544                           0.01026
1.2.1066083                           0.00299
1.2.1703996                           0.00254
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                        1812.55937
1.2.107720                           19.42883
1.2.1565108                           3.28422
1.2.800115                            3.25430
1.2.1703333                           1.19139
1.2.126225                            0.22788
1.2.893838                            0.13270
1.2.591975                            0.08559
1.2.1782643                           0.02254
1.2.182156                            0.00820
1.2.1298632                           0.00004

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             5.71631
1.2.447913                            5.08049
1.2.33015                             4.99636
1.2.1598521                           4.29152
1.2.107720                            2.47019
1.2.1599329                           2.27871
1.2.1560396                           2.11357
1.2.614532                            1.30991
1.2.893637                            0.88897
1.2.1762345                           0.49690
1.2.973383                            0.34076
1.2.1011965                           0.23976
1.2.1039433                           0.23647
1.2.395549                            0.20233
1.2.479477                            0.18833
1.2.702289                            0.17257
1.2.384449                            0.17114
1.2.126225                            0.12926
1.2.883916                            0.10945
1.2.973616                            0.10682
1.2.591975                            0.05291
1.2.1039884                           0.02449
1.2.183307                            0.01669
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1560396                          10.81337
1.2.107720                            7.46321
1.2.17391                             3.36554
1.2.973383                            0.73489
1.2.395549                            0.52948
1.2.1762345                           0.48273
1.2.1011965                           0.36310
1.2.883916                            0.29423
1.2.1039433                           0.11288
1.2.126225                            0.08627
1.2.1599329                           0.07306
1.2.702289                            0.06858
1.2.591975                            0.03522
1.2.768441                            0.01962

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610646                           2.92642
1.2.1674365                           2.28829
1.2.1599329                           0.46593
1.2.1214711                           0.01725
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610646                         144.47007
1.2.1674365                           0.87114
1.2.1214711                           0.01991

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                          66.55075
1.2.1700383                          16.21723
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1599329                         475.76433
1.2.1150126                         144.97908
1.2.1700686                          79.37233
1.2.1700383                          63.03820

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                          17.35015
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                         856.59277

Snapshots: https://mmcontest.bitshares.org/snapshots20200429.tbz

Code: [Select]
$ tar xjf snapshots20200429.tbz
$ find 2020-04-29 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
5de3cfe7478fefa7a8332c93096f62e751be97acc04f98e3819bc3fd5f971585  -

Proposal for sending out rewards of 2020-04-29:

https://cryptofresh.com/tx/173fca8889358fa36e31aa33d3152bc6e65d6ced
https://cryptofresh.com/b/47520229

https://cryptofresh.com/p/1.10.58581
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on May 01, 2020, 10:10:58 am
Reward data for 2020-04-30

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 7712.07533 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691739                          49.60448
1.2.36449                            12.53329
1.2.33015                            11.49412
1.2.1560396                           9.28571
1.2.1712903                           8.77373
1.2.1592306                           2.47995
1.2.1599329                           1.41417
1.2.395549                            1.27282
1.2.1687144                           1.10991
1.2.107720                            0.66352
1.2.1693506                           0.56966
1.2.409973                            0.51620
1.2.1015080                           0.46450
1.2.126225                            0.25207
1.2.1160364                           0.19799
1.2.1121561                           0.13888
1.2.486742                            0.06934
1.2.1213071                           0.05866
1.2.1622513                           0.05212
1.2.1695688                           0.04447
1.2.1702168                           0.04378
1.2.1214396                           0.03901
1.2.486857                            0.02288
1.2.1765504                           0.02275
1.2.591975                            0.02035
1.2.384449                            0.00835
1.2.1527702                           0.00490
1.2.973616                            0.00093
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                        1295.82228
1.2.1695688                         845.45519
1.2.1693506                         164.03189
1.2.1213071                         138.25244
1.2.1599329                          70.75432
1.2.1214396                          56.65390
1.2.1606285                          36.33919
1.2.1560396                          12.40780
1.2.881146                            9.26119
1.2.799404                            5.65351
1.2.782669                            4.02806
1.2.486857                            2.69726
1.2.467903                            2.23236
1.2.1687144                           2.21214
1.2.395549                            1.82495
1.2.409973                            1.56341
1.2.1592306                           1.28438
1.2.1527713                           1.22090
1.2.1637673                           1.16251
1.2.33015                             0.97649
1.2.1622513                           0.95716
1.2.934266                            0.68465
1.2.498000                            0.66877
1.2.1527702                           0.51823
1.2.573323                            0.38067
1.2.1712903                           0.31615
1.2.446700                            0.30944
1.2.1160364                           0.23975
1.2.396635                            0.20761
1.2.1021184                           0.16611
1.2.1765504                           0.10461
1.2.1702168                           0.09523
1.2.126225                            0.08678
1.2.1591362                           0.07073
1.2.1783678                           0.04637
1.2.366568                            0.04494
1.2.1704106                           0.00494
1.2.397910                            0.00020
1.2.736124                            0.00008

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                             6.17351
1.2.36449                             1.52213
1.2.1565108                           1.41708
1.2.1592306                           1.20871
1.2.1108195                           1.02701
1.2.831392                            0.57896
1.2.1698970                           0.46416
1.2.1599329                           0.37585
1.2.107720                            0.36591
1.2.395549                            0.20337
1.2.1621254                           0.03511
1.2.673881                            0.00399
1.2.888089                            0.00188
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1696206                          13.14285
1.2.1108195                          12.02005
1.2.36449                             6.70301
1.2.1565108                           3.18181
1.2.831392                            2.76428
1.2.1698970                           1.29757
1.2.1599329                           1.27194
1.2.1621254                           0.48175
1.2.395549                            0.31456
1.2.138771                            0.03183
1.2.1703892                           0.01698
1.2.591975                            0.00179

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         758.81484
1.2.107720                            2.98911
1.2.36449                             2.81618
1.2.33015                             2.75185
1.2.800115                            0.48139
1.2.126225                            0.04543
1.2.1701364                           0.01421
1.2.1702168                           0.01214
1.2.591975                            0.00746
1.2.1558498                           0.00541
1.2.1030523                           0.00503
1.2.973616                            0.00428
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                        1687.29445
1.2.107720                           12.25538
1.2.800115                            2.85628
1.2.893838                            0.17114
1.2.126225                            0.11669
1.2.591975                            0.05693
1.2.182156                            0.00720
1.2.1782643                           0.00623
1.2.1015080                           0.00010

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.107720                           16.57319
1.2.447913                            8.92297
1.2.36449                             5.45139
1.2.33015                             4.72811
1.2.1599329                           3.77876
1.2.1560396                           2.34434
1.2.614532                            2.24038
1.2.893637                            0.98473
1.2.1762345                           0.53092
1.2.973383                            0.34966
1.2.479477                            0.29990
1.2.702289                            0.29148
1.2.1011965                           0.28491
1.2.384449                            0.27266
1.2.1039433                           0.22707
1.2.395549                            0.19361
1.2.883916                            0.18945
1.2.126225                            0.12144
1.2.1039884                           0.04308
1.2.768441                            0.02925
1.2.183307                            0.02828
1.2.591975                            0.01081
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1560396                           9.69503
1.2.107720                            5.33368
1.2.17391                             3.15244
1.2.447913                            0.75228
1.2.973383                            0.74646
1.2.395549                            0.62932
1.2.1762345                           0.53240
1.2.1011965                           0.36914
1.2.1039433                           0.13474
1.2.126225                            0.07728
1.2.702289                            0.03606
1.2.1599329                           0.03430
1.2.591975                            0.02244
1.2.768441                            0.00651

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610646                           1.15027
1.2.1214711                           0.00392
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610646                           1.53107
1.2.1214711                           0.00427

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1700383                          98.69977
1.2.1599329                          71.78993
1.2.1700686                           9.55109
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1599329                        1475.32085
1.2.1150126                         199.33081
1.2.1700686                         103.54228
1.2.1700383                          65.37645

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                          18.50102
1.2.1616850                           0.00708
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                         312.63510

Snapshots: https://mmcontest.bitshares.org/snapshots20200430.tbz

Code: [Select]
$ tar xjf snapshots20200430.tbz
$ find 2020-04-30 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
c0cf59802b7d8bb6a717c1ae4ea71303d5cd84c597be61c2789b20286d7d6c4e  -

Proposal for sending out rewards of 2020-04-30:

https://cryptofresh.com/tx/8a7c03954c3fa474e30aea1bc3af1209f601469b
https://cryptofresh.com/b/47549432

https://cryptofresh.com/p/1.10.58587
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on May 02, 2020, 12:47:43 pm
Reward data for 2020-05-01

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 7631.80979 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691739                          95.92083
1.2.36449                            10.15007
1.2.33015                             8.95513
1.2.1560396                           6.47198
1.2.838939                            3.44241
1.2.1693506                           2.35361
1.2.1016959                           1.14567
1.2.1687144                           1.08278
1.2.799404                            0.96270
1.2.1599329                           0.59697
1.2.395549                            0.57573
1.2.409973                            0.55855
1.2.1160364                           0.34363
1.2.486857                            0.18423
1.2.1075239                           0.16772
1.2.126225                            0.15549
1.2.1695688                           0.13979
1.2.1606285                           0.12986
1.2.1765504                           0.10623
1.2.1527702                           0.05524
1.2.1622513                           0.04793
1.2.1702168                           0.04572
1.2.384449                            0.03391
1.2.1121561                           0.03179
1.2.1527713                           0.03081
1.2.591975                            0.02054
1.2.1015080                           0.01272
1.2.1212538                           0.00623
1.2.861911                            0.00534
1.2.1213071                           0.00526
1.2.1214396                           0.00371
1.2.573323                            0.00129
1.2.973616                            0.00077
1.2.1703576                           0.00010
1.2.477471                            0.00010
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                        1273.74644
1.2.1695688                        1160.88903
1.2.1213071                         132.37628
1.2.1214396                          59.71735
1.2.1560396                          18.08441
1.2.881146                            9.39395
1.2.799404                            4.28373
1.2.934266                            3.64272
1.2.1687144                           2.09716
1.2.395549                            1.93797
1.2.409973                            1.21022
1.2.1606285                           0.65448
1.2.1712903                           0.61135
1.2.1160364                           0.42977
1.2.126225                            0.37978
1.2.1622513                           0.27431
1.2.1527713                           0.08247
1.2.446700                            0.08050
1.2.396635                            0.07830
1.2.573323                            0.05025
1.2.203202                            0.03914
1.2.1527702                           0.03568
1.2.1702168                           0.03149
1.2.591975                            0.02203
1.2.1637673                           0.01168
1.2.33015                             0.00434
1.2.1616850                           0.00249
1.2.1587789                           0.00085

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1108195                          14.24252
1.2.36449                             3.47491
1.2.33015                             2.02655
1.2.1565108                           1.39467
1.2.1698970                           0.28136
1.2.395549                            0.15841
1.2.1599329                           0.07219
1.2.831392                            0.06767
1.2.203202                            0.05559
1.2.1214711                           0.00327
1.2.888089                            0.00133
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1696206                          11.88721
1.2.1565108                           4.01616
1.2.1698970                           3.12597
1.2.831392                            2.44090
1.2.33015                             2.00431
1.2.36449                             0.76947
1.2.395549                            0.55150
1.2.1779001                           0.18143
1.2.1108195                           0.12485
1.2.673881                            0.06165
1.2.138771                            0.01921
1.2.1703892                           0.01606
1.2.591975                            0.00108
1.2.1214711                           0.00043

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         746.60177
1.2.107720                            6.53964
1.2.36449                             5.79731
1.2.33015                             5.16985
1.2.1701364                           0.07569
1.2.1702168                           0.05345
1.2.973616                            0.00235
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                        1753.50716
1.2.107720                           12.29152
1.2.800115                            1.15308
1.2.1121561                           0.16478
1.2.126225                            0.09893
1.2.591975                            0.02066
1.2.919400                            0.01500
1.2.182156                            0.00105

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.447913                            9.04718
1.2.107720                            5.94815
1.2.1599329                           3.85694
1.2.1560396                           1.35438
1.2.614532                            1.30013
1.2.102755                            0.84994
1.2.36449                             0.72942
1.2.1762345                           0.65856
1.2.33015                             0.63597
1.2.384449                            0.62268
1.2.479477                            0.39327
1.2.1011965                           0.34181
1.2.893637                            0.31967
1.2.883916                            0.29412
1.2.1039433                           0.24728
1.2.973383                            0.15579
1.2.702289                            0.14822
1.2.395549                            0.12495
1.2.1039884                           0.05922
1.2.183307                            0.04714
1.2.126225                            0.03221
1.2.377814                            0.00166
1.2.973616                            0.00043
1.2.1101112                           0.00012
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.33015                            27.59356
1.2.107720                           14.32073
1.2.1560396                           5.95517
1.2.973383                            1.36494
1.2.17391                             1.07164
1.2.1762345                           0.84090
1.2.447913                            0.49963
1.2.395549                            0.49615
1.2.614532                            0.49150
1.2.1011965                           0.28168
1.2.1039433                           0.18740
1.2.126225                            0.14252
1.2.591975                            0.02417
1.2.1599329                           0.01088
1.2.702289                            0.00243

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610646                          10.44224
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610646                           6.58485
1.2.1616850                           0.00113

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1700383                         104.46548
1.2.1599329                          91.55281
1.2.1700686                          11.00937
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1599329                        1877.17457
1.2.1150126                          35.47628
1.2.1700686                          18.85402
1.2.1700383                          13.13498

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.542490                            0.13621
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.450386                            0.13920
1.2.414379                            0.00169
1.2.183307                            0.00026
1.2.527775                            0.00021

Snapshots: https://mmcontest.bitshares.org/snapshots20200501.tbz

Code: [Select]
$ tar xjf snapshots20200501.tbz
$ find 2020-05-01 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
d0087221c1747e4b690ddfd14cde929ee8881029126e2138b66c341710e46e8d  -

Proposal for sending out rewards of 2020-05-01:

https://cryptofresh.com/tx/4b1a31d255cf1635f585a8ae3687b52e1e39f7af
https://cryptofresh.com/b/47581288

https://cryptofresh.com/p/1.10.58615
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on May 03, 2020, 12:54:25 pm
Reward data for 2020-05-02

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 7491.96107 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691739                          33.82020
1.2.36449                            11.38234
1.2.33015                             9.31027
1.2.1560396                           6.05839
1.2.1693506                           3.46162
1.2.799404                            2.71187
1.2.1599329                           1.35671
1.2.395549                            1.17021
1.2.1687144                           0.64637
1.2.409973                            0.48206
1.2.486857                            0.25627
1.2.1160364                           0.24554
1.2.1606285                           0.22414
1.2.126225                            0.22044
1.2.1695688                           0.11708
1.2.1527702                           0.07423
1.2.1015080                           0.07007
1.2.1527713                           0.03950
1.2.384449                            0.03861
1.2.1622513                           0.03463
1.2.1779088                           0.00477
1.2.591975                            0.00395
1.2.573323                            0.00325
1.2.1212538                           0.00132
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                        1177.89389
1.2.1695688                         864.71228
1.2.1213071                         126.59211
1.2.1214396                          54.24593
1.2.1560396                          17.31982
1.2.881146                            8.02620
1.2.395549                            4.21342
1.2.1687144                           2.56152
1.2.409973                            1.26584
1.2.1160364                           0.74949
1.2.126225                            0.26280
1.2.1622513                           0.19762
1.2.1761412                           0.14572
1.2.1616850                           0.11289
1.2.1712903                           0.09044
1.2.446700                            0.05551
1.2.396635                            0.05385
1.2.1097769                           0.03754
1.2.1527713                           0.02931
1.2.573323                            0.02867
1.2.591975                            0.02260
1.2.1212538                           0.01765
1.2.1527702                           0.01264
1.2.1702168                           0.01079
1.2.1779088                           0.00292

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1108195                          23.61945
1.2.36449                             8.08221
1.2.33015                             4.78692
1.2.1599329                           2.44981
1.2.1565108                           1.58466
1.2.831392                            0.98415
1.2.1698970                           0.37313
1.2.395549                            0.23510
1.2.888089                            0.01020
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1698970                           6.23167
1.2.1696206                           6.03836
1.2.33015                             3.86422
1.2.1565108                           3.32513
1.2.395549                            1.05412
1.2.36449                             0.50873
1.2.1108195                           0.50243
1.2.673881                            0.02228
1.2.1214711                           0.01637

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         731.32029
1.2.36449                             7.04192
1.2.33015                             6.48440
1.2.107720                            2.22609
1.2.1701364                           0.10546
1.2.1030523                           0.09229
1.2.1702168                           0.07271
1.2.126225                            0.00950
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                        1900.40249
1.2.107720                            1.70581
1.2.800115                            0.63328
1.2.1622544                           0.38653
1.2.1121561                           0.18483
1.2.126225                            0.14828
1.2.591975                            0.01135

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.447913                            9.69040
1.2.831392                            5.13983
1.2.107720                            4.04089
1.2.36449                             2.55305
1.2.1599329                           2.40298
1.2.33015                             2.23214
1.2.1560396                           2.21168
1.2.102755                            1.57793
1.2.384449                            0.80176
1.2.893637                            0.64650
1.2.1762345                           0.39559
1.2.1011965                           0.26624
1.2.642101                            0.16933
1.2.1039433                           0.15896
1.2.395549                            0.11937
1.2.1039884                           0.11166
1.2.183307                            0.11062
1.2.126225                            0.10536
1.2.883916                            0.02550
1.2.377814                            0.00455
1.2.399792                            0.00071
1.2.1101112                           0.00034
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.33015                            26.16785
1.2.107720                            5.90719
1.2.1560396                           5.02168
1.2.1762345                           1.07878
1.2.614532                            0.96625
1.2.1623109                           0.81491
1.2.883916                            0.51905
1.2.395549                            0.44309
1.2.1011965                           0.27436
1.2.447913                            0.17695
1.2.17391                             0.05866
1.2.1039433                           0.05035
1.2.591975                            0.01320

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610646                          16.95413
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610646                           7.05229

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                         126.59820
1.2.1700383                          79.87538
1.2.1700686                           8.38670
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1599329                        1984.80184

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                           1.77257
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                         147.35279

Snapshots: https://mmcontest.bitshares.org/snapshots20200502.tbz

Code: [Select]
$ tar xjf snapshots20200502.tbz
$ find 2020-05-02 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
59fa278a50bd13517aaa74f6f3e8a247724608adc3689b02f9f9513dc0892787  -

Proposal for sending out rewards of 2020-05-02:

https://cryptofresh.com/tx/b51bff9d220015d89c700f385ad92541a2e7e61e
https://cryptofresh.com/b/47610150

https://cryptofresh.com/p/1.10.58641
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on May 04, 2020, 01:07:35 pm
Reward data for 2020-05-03

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 8079.13264 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691739                          42.93460
1.2.1693506                          13.20549
1.2.36449                            11.61926
1.2.33015                             9.48011
1.2.1560396                           6.11896
1.2.799404                            2.70315
1.2.1599329                           1.62538
1.2.1703320                           1.52564
1.2.395549                            1.28346
1.2.126225                            0.30431
1.2.409973                            0.29576
1.2.1687144                           0.22703
1.2.1160364                           0.20075
1.2.1015080                           0.20003
1.2.1695688                           0.08132
1.2.486857                            0.06781
1.2.1606285                           0.04790
1.2.1097769                           0.04008
1.2.1622513                           0.03116
1.2.1527702                           0.02415
1.2.1779088                           0.02263
1.2.591975                            0.01960
1.2.384449                            0.01610
1.2.1214396                           0.00827
1.2.1527713                           0.00817
1.2.1213071                           0.00631
1.2.861911                            0.00342
1.2.1212538                           0.00129
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                        1162.68872
1.2.1695688                         937.35211
1.2.1213071                         139.37485
1.2.1214396                          57.30051
1.2.1560396                          13.14816
1.2.881146                            9.08366
1.2.1703320                           6.13426
1.2.467903                            5.39289
1.2.1599329                           5.30792
1.2.395549                            3.41320
1.2.1687144                           2.84586
1.2.409973                            1.94829
1.2.1606285                           1.49252
1.2.1160364                           0.83119
1.2.1622513                           0.61078
1.2.1779148                           0.34995
1.2.1527713                           0.12738
1.2.1761412                           0.12653
1.2.446700                            0.09763
1.2.396635                            0.09439
1.2.126225                            0.09165
1.2.1702168                           0.08197
1.2.573323                            0.06600
1.2.1527702                           0.05246
1.2.1097769                           0.01739
1.2.799404                            0.01255
1.2.1637673                           0.00595

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1108195                          16.36014
1.2.33015                             4.66722
1.2.36449                             4.64461
1.2.1565108                           1.74049
1.2.1698970                           1.08898
1.2.395549                            0.32148
1.2.1599329                           0.31195
1.2.831392                            0.08540
1.2.888089                            0.00479
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.33015                            15.70809
1.2.1696206                           9.27815
1.2.831392                            7.51840
1.2.1108195                           3.33634
1.2.1565108                           3.15629
1.2.1698970                           2.95757
1.2.36449                             1.38289
1.2.1599329                           1.28228
1.2.395549                            0.64707
1.2.1703892                           0.55696
1.2.1214711                           0.02733
1.2.138771                            0.00278
1.2.591975                            0.00015

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         735.32736
1.2.36449                             6.26921
1.2.33015                             5.56566
1.2.107720                            3.47253
1.2.1703333                           0.73771
1.2.126225                            0.14108
1.2.1701364                           0.06828
1.2.1030523                           0.05733
1.2.1702168                           0.04596
1.2.1622544                           0.00344
1.2.1015080                           0.00016
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                        1994.66663
1.2.107720                            2.76191
1.2.1703333                           1.44620
1.2.800115                            1.00844
1.2.1622544                           0.28452
1.2.1121561                           0.19247
1.2.1782157                           0.03706
1.2.591975                            0.01807
1.2.1782643                           0.00117
1.2.182156                            0.00011

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.831392                           32.87837
1.2.107720                           14.66766
1.2.447913                           13.24892
1.2.1599329                           9.63818
1.2.36449                             5.88307
1.2.33015                             5.16115
1.2.1560396                           2.76392
1.2.893637                            1.39600
1.2.1623109                           0.42017
1.2.1762345                           0.36944
1.2.102755                            0.35818
1.2.384449                            0.35767
1.2.183307                            0.18568
1.2.1039884                           0.17767
1.2.1011965                           0.11371
1.2.1039433                           0.08251
1.2.126225                            0.06203
1.2.973383                            0.00930
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.107720                           19.36706
1.2.1560396                           5.46825
1.2.1623109                           3.12735
1.2.395549                            0.81740
1.2.1762345                           0.64220
1.2.614532                            0.56299
1.2.883916                            0.49643
1.2.1011965                           0.34511
1.2.1039433                           0.07336
1.2.17391                             0.01549
1.2.591975                            0.00757
1.2.447913                            0.00723

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610646                          13.19336
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610646                           3.38392

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                         127.66210
1.2.1700383                          49.25653
1.2.1700686                           5.17174
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1599329                        1970.84709
1.2.1150126                          16.65290

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                           5.44651
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                         501.47885

Snapshots: https://mmcontest.bitshares.org/snapshots20200503.tbz

Code: [Select]
$ tar xjf snapshots20200503.tbz
$ find 2020-05-03 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
f554f0be4c4174e582a4d332293e04da40126103e5469ade2103f92ad13467de  -

Proposal for sending out rewards of 2020-05-03:

https://cryptofresh.com/tx/a89e45c4810df3fc93abc377d9211b0f63b14d69
https://cryptofresh.com/b/47639142

https://cryptofresh.com/p/1.10.58656
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on May 05, 2020, 12:32:19 pm
Reward data for 2020-05-04

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 6345.96635 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691739                          73.53853
1.2.36449                            13.62767
1.2.33015                            11.09988
1.2.838939                            9.43413
1.2.1560396                           6.61381
1.2.1703320                           5.33680
1.2.799404                            3.07115
1.2.1599329                           1.50223
1.2.395549                            0.85753
1.2.1687144                           0.67200
1.2.126225                            0.39096
1.2.409973                            0.27412
1.2.1160364                           0.26698
1.2.1693506                           0.12789
1.2.1622513                           0.08543
1.2.1015080                           0.07072
1.2.573323                            0.06365
1.2.504310                            0.00895
1.2.1695688                           0.00857
1.2.591975                            0.00511
1.2.1527702                           0.00300
1.2.384449                            0.00002
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                         452.84677
1.2.1691739                         323.72753
1.2.1213071                          79.41779
1.2.1214396                          31.97143
1.2.453340                           12.95676
1.2.1560396                          11.18663
1.2.1703320                           5.37245
1.2.881146                            4.78148
1.2.1606285                           4.09500
1.2.395549                            2.96636
1.2.1687144                           2.14223
1.2.409973                            1.48474
1.2.504310                            1.38050
1.2.1622513                           0.46498
1.2.573323                            0.40440
1.2.1527713                           0.36243
1.2.1160364                           0.35665
1.2.1637673                           0.25144
1.2.396635                            0.21917
1.2.1702168                           0.20147
1.2.446700                            0.19259
1.2.1527702                           0.15498
1.2.1784095                           0.06150
1.2.799404                            0.00787
1.2.498000                            0.00283

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                            12.18508
1.2.1592640                          11.68163
1.2.36449                             3.88446
1.2.1565108                           1.67230
1.2.1108195                           1.24538
1.2.1611651                           0.51055
1.2.1599329                           0.36441
1.2.395549                            0.23262
1.2.1592306                           0.19577
1.2.376992                            0.02304
1.2.1214711                           0.00258
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.33015                            44.33609
1.2.1696206                          31.82865
1.2.1108195                          16.98016
1.2.1592306                          10.16975
1.2.831392                            8.18604
1.2.1565108                           4.17470
1.2.36449                             3.44204
1.2.1698970                           2.39281
1.2.1599329                           2.34423
1.2.1611651                           2.20946
1.2.395549                            0.48679
1.2.1703892                           0.23324
1.2.138771                            0.10422
1.2.591975                            0.00588
1.2.1214711                           0.00433

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         732.06728
1.2.36449                             5.33211
1.2.33015                             4.67367
1.2.107720                            2.81964
1.2.1703333                           1.06302
1.2.126225                            0.07707
1.2.1701364                           0.05441
1.2.1015080                           0.04418
1.2.1702168                           0.03775
1.2.1030523                           0.02503
1.2.1622544                           0.01017
1.2.973616                            0.00130
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                        1959.48715
1.2.107720                            3.45109
1.2.1703333                           1.47792
1.2.800115                            1.14474
1.2.1782157                           0.90757
1.2.126225                            0.20511
1.2.1622544                           0.19169
1.2.591975                            0.02051
1.2.1782643                           0.00414
1.2.182156                            0.00052

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.831392                           45.47490
1.2.107720                           17.11961
1.2.447913                           13.62382
1.2.1599329                           6.97900
1.2.36449                             4.44580
1.2.33015                             3.92358
1.2.1560396                           2.67989
1.2.893637                            1.30375
1.2.102755                            0.56800
1.2.384449                            0.45882
1.2.1762345                           0.29132
1.2.1039884                           0.16921
1.2.1011965                           0.16487
1.2.1039433                           0.11325
1.2.1610085                           0.09981
1.2.768441                            0.04664
1.2.126225                            0.00429
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.107720                           20.72003
1.2.1560396                           6.02820
1.2.1623109                           3.16090
1.2.1762345                           1.41795
1.2.395549                            0.50582
1.2.883916                            0.43994
1.2.554059                            0.36693
1.2.1011965                           0.33851
1.2.126225                            0.29592
1.2.1039433                           0.09932
1.2.591975                            0.00594
1.2.614532                            0.00071
1.2.17391                             0.00003
1.2.447913                            0.00002

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                         196.81679
1.2.1700383                          49.25653
1.2.1700686                           5.17174
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1599329                        1929.43331
1.2.1150126                          57.88393

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                           0.31997
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                          40.17591

Snapshots: https://mmcontest.bitshares.org/snapshots20200504.tbz

Code: [Select]
$ tar xjf snapshots20200504.tbz
$ find 2020-05-04 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
ab50fff51f9eddd41149a35f2d1b6911d767716272486998c7b8b5c1b7c96046  -

Proposal for sending out rewards of 2020-05-04:

https://cryptofresh.com/tx/141a88b3c26dcc6d1b573389010b2b82107a07cb
https://cryptofresh.com/b/47666937

https://cryptofresh.com/p/1.10.58662
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on May 06, 2020, 01:17:15 pm
Reward data for 2020-05-05

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 6657.90491 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691739                          76.73594
1.2.36449                            12.94968
1.2.33015                            11.13334
1.2.1560396                           7.20964
1.2.838939                            5.47731
1.2.486857                            2.90264
1.2.799404                            2.63892
1.2.1703320                           2.40123
1.2.881146                            1.84949
1.2.1693506                           1.58233
1.2.395549                            1.33385
1.2.1687144                           0.94628
1.2.1599329                           0.74911
1.2.409973                            0.52606
1.2.126225                            0.32329
1.2.1160364                           0.30759
1.2.1015080                           0.10966
1.2.1622513                           0.09955
1.2.1606285                           0.09022
1.2.384449                            0.08390
1.2.504310                            0.04824
1.2.573323                            0.04280
1.2.1637673                           0.03280
1.2.1527702                           0.02650
1.2.1527713                           0.01404
1.2.591975                            0.00289
1.2.1033232                           0.00131
1.2.1702168                           0.00003
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1695688                         654.22024
1.2.1691739                         321.69823
1.2.1213071                         103.11693
1.2.1214396                          41.19656
1.2.1693506                          36.46259
1.2.453340                           19.87963
1.2.467903                           14.98280
1.2.1560396                          13.02905
1.2.881146                            3.38802
1.2.1606285                           3.19462
1.2.395549                            2.34103
1.2.1687144                           2.11174
1.2.799404                            2.09870
1.2.409973                            0.89544
1.2.498000                            0.83519
1.2.1682766                           0.55536
1.2.1622513                           0.49511
1.2.1616850                           0.46539
1.2.1160364                           0.42208
1.2.1527713                           0.26559
1.2.573323                            0.23879
1.2.396635                            0.19537
1.2.446700                            0.17834
1.2.1637673                           0.16238
1.2.1702168                           0.15404
1.2.1527702                           0.11378
1.2.126225                            0.04195
1.2.591975                            0.00521
1.2.1779088                           0.00424

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                             3.01488
1.2.1565108                           1.42675
1.2.1698970                           0.44897
1.2.36449                             0.40019
1.2.831392                            0.37384
1.2.395549                            0.15373
1.2.1108195                           0.13644
1.2.1599329                           0.10894
1.2.1592306                           0.03290
1.2.376992                            0.01515
1.2.1214711                           0.00381
1.2.888089                            0.00363
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.33015                            30.18648
1.2.1108195                          16.30201
1.2.1592306                          15.84918
1.2.1696206                          13.11717
1.2.1565108                           3.58622
1.2.36449                             1.85456
1.2.395549                            0.80485
1.2.1599329                           0.69949
1.2.1592640                           0.23656
1.2.1698970                           0.18394
1.2.376992                            0.04577
1.2.138771                            0.02542
1.2.1214711                           0.00592
1.2.591975                            0.00143

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         745.38089
1.2.36449                             5.56469
1.2.33015                             5.04348
1.2.107720                            1.45290
1.2.1701364                           0.07799
1.2.126225                            0.06438
1.2.1622544                           0.02548
1.2.1702168                           0.02004
1.2.1030523                           0.01458
1.2.1015080                           0.00307
1.2.973616                            0.00043
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                        1901.64087
1.2.107720                           10.04674
1.2.800115                            0.82813
1.2.1703333                           0.52628
1.2.1782157                           0.34493
1.2.1622544                           0.09215
1.2.126225                            0.05090
1.2.591975                            0.01484
1.2.182156                            0.00112
1.2.1782643                           0.00011

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.447913                           16.07554
1.2.1598521                          15.14121
1.2.107720                           10.47657
1.2.1599329                           8.59856
1.2.831392                            6.14237
1.2.36449                             5.03091
1.2.33015                             4.38032
1.2.1560396                           2.73292
1.2.102755                            2.07207
1.2.445202                            1.38247
1.2.893637                            1.20169
1.2.384449                            0.33463
1.2.1762345                           0.30208
1.2.1039884                           0.17691
1.2.1011965                           0.17631
1.2.1039433                           0.12103
1.2.479343                            0.07765
1.2.768441                            0.04026
1.2.377814                            0.03567
1.2.138771                            0.01351
1.2.558385                            0.00809
1.2.883916                            0.00786
1.2.1765504                           0.00448
1.2.1101112                           0.00374
1.2.183307                            0.00157
1.2.17391                             0.00027
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.107720                           19.94134
1.2.1560396                           9.43908
1.2.554059                            7.31506
1.2.447913                            2.24143
1.2.1762345                           1.51702
1.2.1623109                           0.81153
1.2.395549                            0.74670
1.2.1011965                           0.33087
1.2.883916                            0.31150
1.2.614532                            0.26128
1.2.126225                            0.22459
1.2.1039433                           0.12018
1.2.591975                            0.00423
1.2.831392                            0.00145
1.2.768441                            0.00001

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610646                           1.83978
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610646                           5.25371

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1599329                         199.98430
1.2.1700383                          49.25653
1.2.1700686                           5.17174
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1599329                        1929.22880
1.2.1150126                          58.00720

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                           1.52143
1.2.1081424                           0.00005
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                         177.25657
1.2.33015                             0.00042
1.2.17391                             0.00015

Snapshots: https://mmcontest.bitshares.org/snapshots20200505.tbz

Code: [Select]
$ tar xjf snapshots20200505.tbz
$ find 2020-05-05 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
be39a55302094ba6a7f197c2a8cc97282c1a45abc519a3fdddbe8141077351ac  -

Proposal for sending out rewards of 2020-05-05:

https://cryptofresh.com/tx/a410513e23dcbadbc67d9087a7ad069749e56e6b
https://cryptofresh.com/b/47695320

https://cryptofresh.com/p/1.10.58703
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: Thul3 on May 07, 2020, 08:40:17 am

So, which committee can answer these questions?


Quote from: binggo on March 09, 2020, 12:08:26 am

    Now i must question the Market making contest:

    1. Did the MM have checked the trade volume for so long time?or considered it as a measure of the "liquidity"?

    2. Did the MM have checked the growth rate of new effective users for so long time?or considered it as a measure of the "result"?

    3. Did the MM have a BSIP for the community to vote?or the fund can be used easily by Committee without the vote of the community?

    In a way, the MM became a joke slowly, only have expenditure,nothing gained.


I asked committee members who approve each day the MM contest to reply to your legit questions two days ago.
As you can see silence from their side.
Title: Re: Market making contest (main thread)
Post by: abit on May 07, 2020, 01:21:50 pm
Reward data for 2020-05-06

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 5877.48468 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1691739                          23.59676
1.2.36449                            13.48958
1.2.33015                            12.05483
1.2.1560396                           9.03411
1.2.1693506                           3.28340
1.2.486857                            1.34312
1.2.395549                            0.98131
1.2.1687144                           0.80302
1.2.126225                            0.27168
1.2.409973                            0.26004
1.2.1160364                           0.19625
1.2.384449                            0.14192
1.2.1599329                           0.02214
1.2.1695688                           0.01929
1.2.1606285                           0.01553
1.2.1784095                           0.01530
1.2.1622513                           0.01323
1.2.1702168                           0.01226
1.2.1213071                           0.01164
1.2.1527702                           0.00870
1.2.504310                            0.00856
1.2.591975                            0.00589
1.2.861911                            0.00186
1.2.1527713                           0.00021
1.2.973616                            0.00019
1.2.1622544                           0.00016
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         496.71808
1.2.1695688                         292.15882
1.2.1213071                          74.58158
1.2.1214396                          29.51716
1.2.1560396                          11.70398
1.2.1693506                           8.23874
1.2.799404                            5.59895
1.2.881146                            3.63078
1.2.395549                            3.37758
1.2.1606285                           3.12920
1.2.1687144                           2.39148
1.2.409973                            1.83391
1.2.1160364                           1.07591
1.2.1682766                           0.62252
1.2.504310                            0.49904
1.2.1784095                           0.44248
1.2.1527713                           0.37993
1.2.1599329                           0.36125
1.2.573323                            0.29785
1.2.1637673                           0.27522
1.2.396635                            0.26958
1.2.446700                            0.25259
1.2.126225                            0.19403
1.2.1527702                           0.16315
1.2.1622513                           0.11230
1.2.1702168                           0.04872
1.2.435970                            0.02674
1.2.1761260                           0.00586

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                             6.09604
1.2.1565108                           1.61956
1.2.1599329                           0.30778
1.2.1698970                           0.02407
1.2.861911                            0.01098
1.2.203202                            0.01082
1.2.376992                            0.00832
1.2.888089                            0.00441
1.2.1696206                           0.00428
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.33015                            13.07743
1.2.1108195                           6.32282
1.2.1565108                           3.51826
1.2.1696206                           2.10943
1.2.1698970                           1.17781
1.2.36449                             0.40256
1.2.395549                            0.33914
1.2.1599329                           0.28366
1.2.376992                            0.12641
1.2.1214711                           0.02828

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         743.29834
1.2.36449                             4.63879
1.2.33015                             4.07206
1.2.107720                            2.05554
1.2.126225                            0.04905
1.2.1701364                           0.02476
1.2.1622544                           0.02196
1.2.1030523                           0.00249
1.2.973616                            0.00081
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                        1900.22336
1.2.107720                           14.46736
1.2.1702168                           0.40560
1.2.800115                            0.37334
1.2.1782157                           0.23328
1.2.126225                            0.20488
1.2.1703333                           0.20194
1.2.1622544                           0.03207
1.2.591975                            0.00669
1.2.1772512                           0.00004

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1598521                           9.98876
1.2.36449                             7.69896
1.2.33015                             6.73641
1.2.447913                            6.09619
1.2.1560396                           4.68831
1.2.1599329                           3.59344
1.2.107720                            2.22679
1.2.445202                            2.21885
1.2.102755                            1.90951
1.2.893637                            1.55611
1.2.642101                            1.32168
1.2.377703                            0.56966
1.2.973383                            0.45548
1.2.419305                            0.38765
1.2.1623109                           0.34983
1.2.1762345                           0.31809
1.2.702289                            0.16544
1.2.1039433                           0.14312
1.2.395549                            0.12000
1.2.1011965                           0.11139
1.2.479343                            0.09221
1.2.126225                            0.05581
1.2.1039884                           0.05230
1.2.377814                            0.04644
1.2.138771                            0.01797
1.2.384449                            0.01430
1.2.558385                            0.01072
1.2.1765504                           0.00586
1.2.1101112                           0.00463
1.2.973616                            0.00050
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.107720                           27.76863
1.2.554059                           12.33861
1.2.1560396                           7.07532
1.2.447913                            4.03901
1.2.1762345                           2.10515
1.2.1011965                           1.01010
1.2.395549                            0.54188
1.2.1039433                           0.25645
1.2.1623109                           0.20580
1.2.702289                            0.13593
1.2.126225                            0.13457
1.2.1761260                           0.12032
1.2.883916                            0.10773
1.2.973383                            0.09135

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610646                          10.25000
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610646                           9.25792

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.660681                          246.32748
1.2.1599329                         199.28439
1.2.1700383                          49.25653
1.2.1700686                           5.17174
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1599329                         752.56903
1.2.1693506                         181.70422
1.2.1150126                          66.17138

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                           2.74682
1.2.542490                            0.00116
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                         538.57191
1.2.33015                             0.00148
1.2.17391                             0.00053

Snapshots: https://mmcontest.bitshares.org/snapshots20200506.tbz

Code: [Select]
$ tar xjf snapshots20200506.tbz
$ find 2020-05-06 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
529908dfd321ac3f7e34d296cda6059c4bfde58f362a7f8c7770b56e8f3d57b5  -

Proposal for sending out rewards of 2020-05-06:

https://cryptofresh.com/tx/b05fa216787b857d8a087137cdd8e774df1b6d69
https://cryptofresh.com/b/47724143

https://cryptofresh.com/p/1.10.58706
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on May 08, 2020, 01:07:09 pm
Reward data for 2020-05-07

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 7466.17081 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            12.03736
1.2.33015                            10.56354
1.2.1560396                           7.80213
1.2.1687144                           0.81217
1.2.395549                            0.67007
1.2.1693506                           0.21369
1.2.409973                            0.19281
1.2.126225                            0.11078
1.2.486857                            0.10047
1.2.1160364                           0.10008
1.2.861911                            0.08560
1.2.1691739                           0.06233
1.2.1622513                           0.04148
1.2.1622544                           0.03163
1.2.1593369                           0.02188
1.2.467903                            0.02114
1.2.973616                            0.01628
1.2.1702168                           0.00838
1.2.591975                            0.00659
1.2.384449                            0.00123
1.2.1784095                           0.00052
1.2.1015080                           0.00018
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                        1235.97937
1.2.1695688                         576.14202
1.2.1213071                         101.97102
1.2.1214396                          40.71673
1.2.1606285                          23.68662
1.2.498000                           14.37359
1.2.1560396                           9.12469
1.2.881146                            6.45877
1.2.756556                            5.09803
1.2.782669                            4.51028
1.2.799404                            4.24113
1.2.409973                            2.18854
1.2.1687144                           2.08832
1.2.1637673                           1.02678
1.2.1527713                           0.98597
1.2.227254                            0.94183
1.2.1702634                           0.78289
1.2.1527702                           0.56920
1.2.1784095                           0.25399
1.2.573323                            0.24057
1.2.1622513                           0.21195
1.2.504310                            0.17990
1.2.736124                            0.15334
1.2.396635                            0.11184
1.2.1702168                           0.08665
1.2.976581                            0.07707
1.2.1021184                           0.06866
1.2.395549                            0.05788
1.2.978106                            0.05123
1.2.824463                            0.01842
1.2.446700                            0.00550

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                             6.19159
1.2.1565108                           1.65993
1.2.1599329                           0.24012
1.2.395549                            0.19817
1.2.1698970                           0.11061
1.2.376992                            0.01911
1.2.1696206                           0.00665
1.2.203202                            0.00588
1.2.1214711                           0.00494
1.2.1770981                           0.00077
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.33015                            16.42002
1.2.1108195                           7.83069
1.2.1696206                           7.18049
1.2.1565108                           3.25063
1.2.1698970                           1.80038
1.2.36449                             0.92938
1.2.395549                            0.34285
1.2.1599329                           0.14243
1.2.376992                            0.04969
1.2.1770981                           0.00467
1.2.138771                            0.00125
1.2.591975                            0.00007

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         761.69243
1.2.36449                             3.60628
1.2.33015                             3.22463
1.2.107720                            1.68532
1.2.1066083                           1.08895
1.2.126225                            0.09858
1.2.1702168                           0.02400
1.2.1693936                           0.02009
1.2.1701364                           0.00893
1.2.973616                            0.00448
1.2.1622544                           0.00431
1.2.1030523                           0.00196
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                        1856.48451
1.2.36449                            39.39349
1.2.33015                            37.65000
1.2.107720                            3.06870
1.2.800115                            1.04696
1.2.1782157                           0.40626
1.2.1703333                           0.33878
1.2.126225                            0.20342
1.2.1622544                           0.05294
1.2.591975                            0.01876
1.2.1782643                           0.00092
1.2.182156                            0.00060

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.447913                            8.64126
1.2.36449                             7.72682
1.2.831392                            7.34667
1.2.33015                             6.76727
1.2.107720                            4.57212
1.2.1599329                           3.67752
1.2.1560396                           2.90751
1.2.102755                            1.84884
1.2.893637                            1.51300
1.2.445202                            1.44518
1.2.419305                            0.51966
1.2.377703                            0.49769
1.2.1623109                           0.49728
1.2.1762345                           0.29565
1.2.395549                            0.29082
1.2.702289                            0.28609
1.2.973383                            0.23401
1.2.1039433                           0.23394
1.2.1011965                           0.15344
1.2.126225                            0.07203
1.2.1039884                           0.04422
1.2.377814                            0.03430
1.2.138771                            0.02378
1.2.479343                            0.01258
1.2.558385                            0.01162
1.2.1765504                           0.00639
1.2.1101112                           0.00348
1.2.642101                            0.00342
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.554059                           53.51611
1.2.107720                           14.40555
1.2.1560396                           4.75111
1.2.1762345                           1.64482
1.2.395549                            0.52341
1.2.973383                            0.46580
1.2.1011965                           0.40796
1.2.702289                            0.34941
1.2.126225                            0.16317
1.2.1623109                           0.13803
1.2.883916                            0.12053
1.2.1039433                           0.11847
1.2.591975                            0.00004

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610646                           0.10491
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610646                           1.22931

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.660681                          349.27475
1.2.1599329                         188.80981
1.2.1700383                          49.25653
1.2.1700686                           5.17174
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1693506                         269.81870
1.2.1150126                          72.56952
1.2.1599329                          17.11039

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                          37.21479
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                        1527.52062

Snapshots: https://mmcontest.bitshares.org/snapshots20200507.tbz

Code: [Select]
$ tar xjf snapshots20200507.tbz
$ find 2020-05-07 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
7a4cdc696b6a5480ac49368a22bc3a889584ee51cc34ce83f7884178f3c388b3  -

Proposal for sending out rewards of 2020-05-07:

https://cryptofresh.com/tx/7ce18f8cd70b41ba65bb081244d8468dc626f761
https://cryptofresh.com/b/47752577

https://cryptofresh.com/p/1.10.58742
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on May 09, 2020, 02:37:41 pm
Reward data for 2020-05-08

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 6694.09929 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                            19.42223
1.2.36449                            19.12184
1.2.1560396                           8.24109
1.2.8712                              3.38602
1.2.17391                             1.07802
1.2.395549                            0.80753
1.2.1687144                           0.77669
1.2.409973                            0.30947
1.2.1015080                           0.13243
1.2.1622513                           0.08638
1.2.126225                            0.06584
1.2.396635                            0.06207
1.2.1160364                           0.03016
1.2.1691739                           0.02278
1.2.1695688                           0.02234
1.2.573323                            0.01791
1.2.973616                            0.00194
1.2.1622544                           0.00079
1.2.467903                            0.00071
1.2.1702168                           0.00061
1.2.591975                            0.00034
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         673.92901
1.2.1695688                         366.91945
1.2.33015                            85.56538
1.2.1213071                          76.86423
1.2.1214396                          29.80276
1.2.1560396                          13.23348
1.2.756556                            8.04918
1.2.498000                            7.49502
1.2.782669                            7.29357
1.2.799404                            5.63411
1.2.881146                            3.90799
1.2.1687144                           1.99201
1.2.395549                            1.94569
1.2.409973                            1.81952
1.2.1702634                           1.59807
1.2.1527713                           0.94105
1.2.1637673                           0.72033
1.2.1527702                           0.58511
1.2.736124                            0.50015
1.2.1622513                           0.49554
1.2.976581                            0.31148
1.2.1021184                           0.22684
1.2.978106                            0.09124
1.2.824463                            0.05918
1.2.573323                            0.04329
1.2.396635                            0.02285
1.2.446700                            0.02259

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                             7.03844
1.2.1565108                           1.50766
1.2.395549                            0.98049
1.2.1698970                           0.45087
1.2.1599329                           0.30854
1.2.376992                            0.04508
1.2.1214711                           0.01202
1.2.203202                            0.01175
1.2.1770981                           0.01040
1.2.1696206                           0.00849
1.2.888089                            0.00100
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1692978                         102.88199
1.2.33015                            56.62030
1.2.1696206                          22.70689
1.2.1108195                          18.69740
1.2.36449                             4.66883
1.2.1698970                           4.12075
1.2.1565108                           3.77683
1.2.395549                            0.77529
1.2.1599329                           0.26136
1.2.1770981                           0.05044
1.2.376992                            0.02474

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         744.77940
1.2.1066083                           7.73192
1.2.36449                             1.72836
1.2.33015                             1.48281
1.2.107720                            0.92145
1.2.1565108                           0.36939
1.2.1693936                           0.04325
1.2.126225                            0.02851
1.2.1702168                           0.01843
1.2.993702                            0.00465
1.2.1701364                           0.00293
1.2.1030523                           0.00074
1.2.1622544                           0.00059
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                        1342.31887
1.2.36449                           138.80651
1.2.33015                           125.56141
1.2.107720                            4.26237
1.2.1622544                           1.61830
1.2.800115                            1.39610
1.2.1565108                           1.00873
1.2.126225                            0.27762
1.2.1782157                           0.09623
1.2.591975                            0.02502
1.2.1782643                           0.01813
1.2.182156                            0.00259

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.831392                           26.32872
1.2.447913                            8.65591
1.2.36449                             7.84651
1.2.33015                             6.86866
1.2.107720                            4.59034
1.2.1560396                           3.71962
1.2.1599329                           3.69070
1.2.102755                            1.87780
1.2.893637                            1.60758
1.2.445202                            1.13144
1.2.1623109                           0.54045
1.2.1762345                           0.48397
1.2.377703                            0.36758
1.2.1039433                           0.27523
1.2.973383                            0.25161
1.2.395549                            0.17516
1.2.702289                            0.17318
1.2.1011965                           0.11152
1.2.1039884                           0.04415
1.2.126225                            0.03477
1.2.377814                            0.02801
1.2.138771                            0.02388
1.2.558385                            0.01149
1.2.479343                            0.00679
1.2.1765504                           0.00628
1.2.1101112                           0.00302
1.2.1565108                           0.00050
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.554059                           58.17936
1.2.107720                           13.67744
1.2.1560396                           5.96296
1.2.1762345                           0.88122
1.2.973383                            0.46999
1.2.395549                            0.45054
1.2.702289                            0.36497
1.2.1011965                           0.33380
1.2.126225                            0.26038
1.2.1623109                           0.13027
1.2.883916                            0.12037
1.2.1039433                           0.10406
1.2.1565108                           0.00054

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.552373                            1.00737
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.17391                             0.19166

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.660681                          349.23705
1.2.1599329                         184.81923
1.2.1700383                          38.92585
1.2.1700686                           3.67987
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1693506                         242.08808
1.2.1150126                          51.54992
1.2.1599329                          13.73928

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                          37.37882
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                        1680.57121

Snapshots: https://mmcontest.bitshares.org/snapshots20200508.tbz

Code: [Select]
$ tar xjf snapshots20200508.tbz
$ find 2020-05-08 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
2c02ed48633f965d54ee402642e3c90d85ddfb19003fbf35d232acf0cb48b539  -

Proposal for sending out rewards of 2020-05-08:

https://cryptofresh.com/tx/936ed0d9520779ed90553e5db5779ca3878fc2db
https://cryptofresh.com/b/47783085

https://cryptofresh.com/p/1.10.58757
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on May 10, 2020, 11:47:39 am
Reward data for 2020-05-09

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 4878.21373 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            11.39340
1.2.33015                             9.78777
1.2.1560396                           6.88509
1.2.17391                             1.78679
1.2.395549                            1.18532
1.2.1687144                           0.85787
1.2.502096                            0.69617
1.2.409973                            0.50950
1.2.1693506                           0.44390
1.2.1160364                           0.22586
1.2.432412                            0.17220
1.2.396635                            0.14415
1.2.1015080                           0.12959
1.2.486857                            0.11972
1.2.573323                            0.11278
1.2.126225                            0.10431
1.2.1702168                           0.05356
1.2.1622513                           0.03756
1.2.1695688                           0.03007
1.2.1622544                           0.01827
1.2.467903                            0.00614
1.2.1527713                           0.00179
1.2.1691739                           0.00098
1.2.973616                            0.00080
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1691739                         896.89865
1.2.1695688                         690.39102
1.2.33015                           167.36797
1.2.1213071                         119.62434
1.2.1214396                          49.01591
1.2.1560396                          23.52820
1.2.799404                            8.58149
1.2.881146                            7.33118
1.2.782669                            6.00307
1.2.756556                            5.10111
1.2.498000                            4.99816
1.2.1687144                           1.89528
1.2.395549                            1.48050
1.2.409973                            1.37020
1.2.1702634                           1.09527
1.2.1622513                           0.40111
1.2.1637673                           0.40021
1.2.1527713                           0.35702
1.2.1527702                           0.28446
1.2.736124                            0.28148
1.2.126225                            0.27074
1.2.976581                            0.17113
1.2.8712                              0.12510
1.2.1160364                           0.12030
1.2.1021184                           0.11417
1.2.978106                            0.06216
1.2.824463                            0.03466
1.2.573323                            0.02337
1.2.396635                            0.01233
1.2.446700                            0.01219
1.2.467903                            0.00946
1.2.1702168                           0.00020
1.2.1779088                           0.00002

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                             7.67945
1.2.1565108                           1.49870
1.2.1698970                           1.10403
1.2.1599329                           0.56849
1.2.395549                            0.51615
1.2.185761                            0.13034
1.2.376992                            0.11061
1.2.1692978                           0.10042
1.2.203202                            0.02983
1.2.1214711                           0.02951
1.2.1696206                           0.01542
1.2.888089                            0.00385
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1692978                          84.44836
1.2.33015                            56.39848
1.2.1696206                          30.51294
1.2.1108195                          18.95658
1.2.1565108                           7.27174
1.2.36449                             4.24598
1.2.1698970                           3.05061
1.2.395549                            0.86384
1.2.1599329                           0.20900
1.2.376992                            0.02028
1.2.185761                            0.01803

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1702902                         410.98414
1.2.36449                             1.24129
1.2.33015                             1.05451
1.2.1066083                           0.95695
1.2.1565108                           0.66517
1.2.107720                            0.66183
1.2.8712                              0.22611
1.2.1702168                           0.01323
1.2.1030523                           0.00861
1.2.997170                            0.00253
1.2.1693936                           0.00157
1.2.1701364                           0.00101
1.2.1622544                           0.00075
1.2.973616                            0.00069
1.2.126225                            0.00036
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1702902                         228.52203
1.2.36449                            87.36269
1.2.33015                            73.37281
1.2.107720                            3.75430
1.2.1565108                           1.76594
1.2.800115                            1.20699
1.2.1622544                           0.51184
1.2.126225                            0.37401
1.2.1066083                           0.04792
1.2.591975                            0.02163
1.2.1782643                           0.00494
1.2.182156                            0.00257

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.831392                           27.93696
1.2.447913                            9.81236
1.2.36449                             8.20897
1.2.33015                             7.10593
1.2.107720                            4.40388
1.2.1599329                           3.84374
1.2.1560396                           3.26718
1.2.102755                            1.97047
1.2.893637                            1.48098
1.2.445202                            1.27185
1.2.1762345                           0.60493
1.2.1623109                           0.57343
1.2.377703                            0.44094
1.2.1039433                           0.23533
1.2.973383                            0.23215
1.2.702289                            0.21845
1.2.417172                            0.19895
1.2.1011965                           0.13197
1.2.395549                            0.13054
1.2.479343                            0.05361
1.2.126225                            0.04991
1.2.1039884                           0.04866
1.2.377814                            0.03393
1.2.156992                            0.02086
1.2.138771                            0.01926
1.2.558385                            0.01243
1.2.1765504                           0.00696
1.2.1101112                           0.00351
1.2.883916                            0.00104
1.2.384449                            0.00046
1.2.183307                            0.00007
1.2.17391                             0.00001
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.554059                           37.80612
1.2.107720                           15.50346
1.2.1560396                           7.40543
1.2.1762345                           1.08627
1.2.973383                            0.57370
1.2.395549                            0.49979
1.2.702289                            0.44951
1.2.1011965                           0.36056
1.2.126225                            0.19339
1.2.1623109                           0.15770
1.2.883916                            0.14290
1.2.1039433                           0.12931
1.2.768441                            0.00338
1.2.591975                            0.00078

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.552373                            1.87180
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.17391                             0.35625

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.660681                          349.27715
1.2.1599329                         182.72725
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1693506                         173.74577
1.2.1599329                           4.76160

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                          38.72679
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                         937.49999

Snapshots: https://mmcontest.bitshares.org/snapshots20200509.tbz

Code: [Select]
$ tar xjf snapshots20200509.tbz
$ find 2020-05-09 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
a141fc7703e90df3a63e8655ae040b6b2bb7b270331cb8a058aac9105642bdee  -

Proposal for sending out rewards of 2020-05-09:

https://cryptofresh.com/tx/77688845c47dab1281a73d6eea22db666a763ce3
https://cryptofresh.com/b/47808448

https://cryptofresh.com/p/1.10.58790
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: abit on May 11, 2020, 01:08:12 pm
Reward data for 2020-05-10

(data generated with Ruby 2.6.5p114 (2019-10-01 revision 67812), script revision 6486918)

Total 968.46413 BTS

BTS / BTC
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                            15.41823
1.2.33015                            14.20356
1.2.1560396                           7.31572
1.2.152326                            3.21047
1.2.395549                            0.81181
1.2.1687144                           0.65223
1.2.17391                             0.54126
1.2.486857                            0.53688
1.2.1121561                           0.41689
1.2.409973                            0.37488
1.2.799404                            0.27114
1.2.126225                            0.25890
1.2.1622513                           0.12961
1.2.1622544                           0.10701
1.2.1638247                           0.10656
1.2.997170                            0.10551
1.2.1160364                           0.09337
1.2.573323                            0.08557
1.2.1779088                           0.03992
1.2.396635                            0.03351
1.2.973616                            0.00848
1.2.467903                            0.00652
1.2.1213071                           0.00422
1.2.1693506                           0.00088
1.2.1527713                           0.00016
1.2.384449                            0.00001
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1213071                          87.88989
1.2.1214396                          36.43867
1.2.1560396                          23.71861
1.2.33015                            17.31074
1.2.799404                           11.06373
1.2.881146                            6.15076
1.2.782669                            4.01163
1.2.756556                            2.15564
1.2.498000                            2.05174
1.2.395549                            1.91868
1.2.1687144                           1.76317
1.2.409973                            1.37535
1.2.1702634                           0.50192
1.2.1637673                           0.40914
1.2.1622513                           0.35965
1.2.1527713                           0.35748
1.2.1702168                           0.34635
1.2.736124                            0.31558
1.2.1527702                           0.29884
1.2.126225                            0.26118
1.2.973616                            0.19845
1.2.1021184                           0.14010
1.2.976581                            0.08934
1.2.978106                            0.04372
1.2.824463                            0.03584
1.2.1779088                           0.03575
1.2.1682766                           0.01739
1.2.573323                            0.01226
1.2.396635                            0.00647
1.2.446700                            0.00640

BTS / USDT
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.33015                             5.32477
1.2.1565108                           1.34982
1.2.395549                            0.41006
1.2.138771                            0.27178
1.2.1698970                           0.11556
1.2.185761                            0.03742
1.2.1599329                           0.00963
1.2.376992                            0.00647
1.2.36449                             0.00606
1.2.591975                            0.00450
1.2.1696206                           0.00239
1.2.993702                            0.00187
1.2.1214711                           0.00009
1.2.888089                            0.00003
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.33015                            28.03258
1.2.1696206                          26.10405
1.2.1108195                          11.27184
1.2.1565108                           3.73417
1.2.1698970                           2.97238
1.2.1605735                           2.70518
1.2.36449                             2.14395
1.2.395549                            0.53325
1.2.138771                            0.20505
1.2.185761                            0.03237
1.2.376992                            0.02501
1.2.1599329                           0.00605
1.2.591975                            0.00551

BTS / ETH
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             2.43231
1.2.33015                             2.16743
1.2.107720                            1.24976
1.2.1565108                           0.68918
1.2.1693936                           0.09418
1.2.1702168                           0.02500
1.2.1030523                           0.00841
1.2.1701364                           0.00501
1.2.973616                            0.00293
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1565108                           1.47379
1.2.1622544                           0.35611
1.2.126225                            0.01985

BTS / EOS
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.36449                             5.87577
1.2.33015                             5.14209
1.2.1560396                           4.03265
1.2.1599329                           3.32939
1.2.107720                            2.84332
1.2.102755                            1.32669
1.2.377703                            1.24483
1.2.831392                            1.19929
1.2.447913                            0.84746
1.2.893637                            0.53644
1.2.973383                            0.41404
1.2.1762345                           0.31572
1.2.1623109                           0.26958
1.2.1011965                           0.19620
1.2.702289                            0.14295
1.2.395549                            0.11574
1.2.479343                            0.11434
1.2.126225                            0.10958
1.2.377814                            0.08315
1.2.156992                            0.07681
1.2.384449                            0.04711
1.2.1039884                           0.04424
1.2.445202                            0.02957
1.2.138771                            0.02187
1.2.558385                            0.01848
1.2.1765504                           0.01028
1.2.1101112                           0.00869
1.2.1039433                           0.00372
1.2.883916                            0.00320
1.2.183307                            0.00031
1.2.17391                             0.00005
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.107720                           14.98472
1.2.1560396                           6.11269
1.2.36449                             3.66047
1.2.554059                            1.50268
1.2.1762345                           1.08995
1.2.973383                            0.83321
1.2.893637                            0.51449
1.2.1011965                           0.47309
1.2.395549                            0.44435
1.2.702289                            0.40534
1.2.1623109                           0.12759
1.2.883916                            0.10420
1.2.126225                            0.08108
1.2.1039433                           0.06750
1.2.768441                            0.00915
1.2.591975                            0.00093

BTC / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.552373                            1.87180
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.17391                             0.35625

USDT / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.660681                          342.07106
1.2.1693506                          41.01277
1.2.1599329                          23.65729
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1693506                          67.58224
1.2.1599329                          35.20210

ETH / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
Code: [Select]
--buyer--------------------------reward(BTS)-

EOS / bitasset markets
Code: [Select]
--seller-------------------------reward(BTS)-
1.2.1610085                           2.34372
Code: [Select]
--buyer--------------------------reward(BTS)-
1.2.1610085                          57.69833

Snapshots: https://mmcontest.bitshares.org/snapshots20200510.tbz

Code: [Select]
$ tar xjf snapshots20200510.tbz
$ find 2020-05-10 -type f -exec sha256sum {} \; | sort -k 2 | sha256sum
974f5c96c37db81825f36541dd58f78c8ec3c78cf4153c8806fc0f80ea0682fe  -

Proposal for sending out rewards of 2020-05-10:

https://cryptofresh.com/tx/ea7a15ac8659c4f98673e2456f412715ea0a1e12
https://cryptofresh.com/b/47838783

https://cryptofresh.com/p/1.10.58809
https://wallet.bitshares.org/#/account/committee-trade/ "proposed transactions" tab
Title: Re: Market making contest (main thread)
Post by: blockchained on May 21, 2020, 04:50:39 pm
RuDEX will not participate in the next MM contest please exclude our platform from this list
Title: Re: Market making contest (main thread)
Post by: bitcrab on May 22, 2020, 03:11:03 am
RuDEX will not participate in the next MM contest please exclude our platform from this list

I regret that RuDEX made such a decision, if the updated proposal get approved and be put into execution, welcome RuDEX to join at anytime.

another relevant thing is: in the updated proposal there's content that "Committee will set market fee to 0.1%, market fee sharing ratio to 20% for bitCNY, bitUSD, bitEUR and bitRUBLE."  hope this is fine to RuDEX and also the Russia community.
Title: Re: Market making contest (main thread)
Post by: EuropaSH on May 22, 2020, 05:09:21 pm
For 5 months we participated in the MM contest. XBTS DEX will not continue to participate in the competition.