Hello Friends of Hive, $BEER and some other tokens,
Last week I had crashed my elasticsearch database. The result was, that I was not able to serve you with the weekly token statistics.
The good news is, it is repaired now.
Next friday I am going to create the weekly/monthly reports for $BEER, $LEO, $POB, $SIM and $CHARY
What I did to repair the database
Two things:
- I added the following statement into the elasticsearch config file:
pi@raspberrypi:/usr/share/elasticsearch/config $ cat elasticsearch.yml
...
path.data: /usr/share/elasticsearch/data
...
- I added the -v path parameter to the docker starting command:
docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" -v /usr/share/elasticsearch/data:/usr/share/elasticsearch/data comworkio/elasticsearch:latest-arm
Now, the database is persistant, even when the docker container gets stopped.
Here, as an indemnification, I give you the
Beer Statistics for the last 18 days:
The timeframe is from 2021/05/11 - 2021/05/29.
Bought $BEER By Time
This figure shows who has bought how many $BEER at wich time:
Top Ten $BEER Buyers and $HIVE Sellers
The inside of the circle shows the Buyers of $BEER, ordered by $HIVE they have spent. The outside shows the recipients of that $HIVE (recipients of $BEER):
Commulated Amount Of Bought $BEER Per Person
This figure shows the top ten $BEER buyers, how much they got and how much $HIVE they spend for this. It is sorted by $HIVE, that was spent:
Table Of Top 10 $BEER Buyers
This table shows the top ten buyers of $TOKEN sorted by the $HIVE, they have spent:
Commulated Amount Of Sold $BEER Per Person
This figure shows the top ten $BEER Sellers, how much they sold and how much $HIVE they got for this, sorted by $HIVE:
Table Of Top 10 $BEER Sellers
This table shows the top ten sellers of $BEER Sorted by the $HIVE, they have got:
Price of the $BEER
This figure shows the smoothed price of $BEER:
$BEER Summarize Metrics
Here one can see the sum of $TOKEN that was bought, the sum of $HIVE, that was sold and the average price (by count) of $TOKEN for the last period:
The price of $USD/$HIVE = 0.25006122 . The price of $HIVE/$BEER = 0.18500100 . The price of $USD/$BEER = .04626157
Disclaimer
All stats are without warranty.
They are taken from:
curl -XPOST -H "Content-type: application/json" -d '{ "jsonrpc": "2.0", "method": "find", "params": { "contract": "market", "table": "tradesHistory", "query": { "symbol": "TOKEN"}, "limit":1000, "offset": 0 }, "id": 1 }' 'https://api.hive-engine.com/rpc/contracts'
I have put them into logfiles and uploaded them to Kibana, from which I took the screenshots.
If you find errors, please tell me!
If you want to see other token statistics, please contact me. I can create them weekly or monthly if I get some upvotes for it.
For more details see here: How I Have Set Up Elasticsearch And Kibana On My Raspberry Pi To Monitor Token Activities and here: Do You Want To See Statistics Of Your Favorite HIVE Token? or on github.
Regards, Achim Mertens