BitShares Forum

Main => General Discussion => Topic started by: roadscape on October 26, 2015, 08:35:39 pm

Title: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on October 26, 2015, 08:35:39 pm
Started building this as a debugging tool, and it's turning into something more interesting.
It's a little rough around the edges, but we thought you might enjoy a preview:

http://cryptofresh.com/

Nowhere near ready for production but certainly better than our "down for maintenance" page :)

The store will be back in due time, with some other fun features.

edit:

BTS Block Explorer: http://cryptofresh.com/
MUSE Block Explorer: http://muse.cryptofresh.com/
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: jakub on October 26, 2015, 08:48:21 pm
Nice.
For the first time I can see all the witnesses, including the unelected ones.
And all the committee members and workers - the stuff the current GUI can't show.
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: fav on October 26, 2015, 08:50:04 pm
 +5% really like it!
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: clayop on October 26, 2015, 08:59:14 pm
Great!!!
Can we have daily richlist page?
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: roadscape on October 26, 2015, 09:22:23 pm
Nice.
For the first time I can see all the witnesses, including the unelected ones.
And all the committee members and workers - the stuff the current GUI can't show.

Thanks.. that's the stuff I too was most excited to see.. we definitely need to figure out committee+workers asap!

+5% really like it!

Thanks fav!

Great!!!
Can we have daily richlist page?

As soon as devs add an API call for it ;) But there's a good amount of important API's still missing.. so I think lower priority for now
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: Shentist on October 26, 2015, 09:26:16 pm
looks nice and clean
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: fav on October 27, 2015, 03:37:39 pm
referral stats would be very cool too :)
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: boombastic on October 27, 2015, 05:40:53 pm
 +5%
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: roadscape on October 27, 2015, 06:05:20 pm
Made a few changes to the worker table, and made it friendlier for mobile. Still clunky but starting to make more sense..

referral stats would be very cool too :)

Yeah, we definitely need refscoreboard 2.0 :)

At this point it's not very easy but it's for sure on my mind!
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: roadscape on October 27, 2015, 11:29:33 pm
Super useful.. thank you! I've got the daily funding logic in place now :)

Excellent! You have the best way of visualizing worker proposals in the whole world as of now, literally.
If you want to improve the display, here are some other hints:
1) Worker objects never expire. Also some workers are not valid yet. You probably should filter out your worker list to only show active and valid ones.
2) However, it is important that upcoming proposals get visibility. Perhaps a separate table of "pending proposals" ranked in order of votes for proposals which have not started yet.

1) I thought work_end_date was the expiration date, and a worker will be paid daily for the period of work_begin_date --> work_end_date, no?
2) For now I've distinguished active/upcoming using colors.. when we have a few more workers and funding starts to be limited I'll add a better indicator of active vs unfunded vs upcoming :)
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: maqifrnswa on October 28, 2015, 01:11:18 am
Super useful.. thank you! I've got the daily funding logic in place now :)

Excellent! You have the best way of visualizing worker proposals in the whole world as of now, literally.
If you want to improve the display, here are some other hints:
1) Worker objects never expire. Also some workers are not valid yet. You probably should filter out your worker list to only show active and valid ones.
2) However, it is important that upcoming proposals get visibility. Perhaps a separate table of "pending proposals" ranked in order of votes for proposals which have not started yet.

1) I thought work_end_date was the expiration date, and a worker will be paid daily for the period of work_begin_date --> work_end_date, no?
2) For now I've distinguished active/upcoming using colors.. when we have a few more workers and funding starts to be limited I'll add a better indicator of active vs unfunded vs upcoming :)

Thanks!
1) Yes, but I think the object remains in memory, just is NULL (I could be wrong) -- I guess we'll see in a few days!
2) great!
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: roadscape on October 28, 2015, 04:49:23 am
Added a basic proposal explorer:

http://cryptofresh.com/p/1.10.9 - here's puppies' proposal to reduce account registration fees

Pretty cool to see it laid out like this, I think.. what a fun blockchain to explore!

One thing that concerns me is that old proposals are inacessible.. i.e. there is no record of proposal 1.10.8 using get_object.
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: clayop on October 28, 2015, 04:59:42 am
Great! Can we have top voter list?
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: roadscape on October 28, 2015, 05:07:59 am
Great! Can we have top voter list?

For this I need to build user index.. but that would give us interesting referral data too :) maybe ready in a few days..
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: tonyk on October 28, 2015, 05:10:57 am
Interesting.

Bewildering, some might say.


So, you have found something that you are better at , compared to traveling and not producing videos??


 + 1

The plus one is only if you do not intend to have a worker doing nothing the next 12 mo., and  just using this as a sales pitch.
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: Shentist on October 28, 2015, 06:25:23 am
i like the site more and more - very useful!
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: wallace on October 28, 2015, 07:27:47 am
 +5%
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: abit on October 28, 2015, 02:41:13 pm
Like it  +5%
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: ebit on October 28, 2015, 02:52:44 pm
 +5%
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: Louis on October 28, 2015, 02:56:09 pm
Wow, very informative.  +5%
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: maqifrnswa on October 28, 2015, 06:08:07 pm
update on worker budget.
tl;dr: daily worker budget is the minimum of
worker_budget_per_day (from get_global_properties)
and
24*worker_budget (from the most recent get_object 2.13.X)

It currently is 360k BTS, not 500k BTS

Full write up:
every hour the worker budget is processed, but the budget isn't 500k BTS like i said, that is just the maximum. How it works:

Every second, [ 17/(2^32) * reserve fund ] is allocated for witnesses and workers where reserve fund is how many BTS are currently not distributed. This is defined in:
https://github.com/cryptonomex/graphene/blob/f85dec1c23f6bf9259ad9f15311b2e4aac4f9d44/libraries/chain/include/graphene/chain/config.hpp

Every hour the total available reserve fund is calculated by finding how many BTS are available to be distributed and how many BTS will be returned to the reserve fund (i.e., "burnt") during the next maintenance interval.

First find how many BTS have not been distributed:
Code: [Select]
from_initial_reserve = max_supply - current supply of BTS
from:
max_supply: get_object 1.3.0
current_supply: get_object 2.3.0


then modify it by adding the accumulated fees and witness budget remaining (i.e., 1.5 BTS per block is budgeted, so budget remaining is 1.5 BTS * (number of blocks left in maintenance period+blocks missed by witnesses))  in this maintenance cycle (they will be added to the "reserve fund" permanently at maintenance)

Code: [Select]
updated reserve fund = from_initial_reserve +  from_accumulated_fees + from_unused_witness_budgetvariables all from: get_object 2.13.* (choose the most recent one, for example)
for example:
Code: [Select]
new >>> get_object 2.13.361
get_object 2.13.361
[{
    "id": "2.13.361",
    "time": "2015-10-28T15:00:00",
    "record": {
      "time_since_last_budget": 3600,
      "from_initial_reserve": "106736452914941",
      "from_accumulated_fees": 15824269,
      "from_unused_witness_budget": 2250000,
      "requested_witness_budget": 180000000,
      "total_budget": 1520913100,
      "witness_budget": 180000000,
      "worker_budget": 1340913100,
      "leftover_worker_funds": 0,
      "supply_delta": 1502838831
    }
  }
]


then calculate how much is available to be spent on workers and witnesses is:

Code: [Select]
total_budget = (updated reserve fund)*(time_since_last_budget)*17/(2^32)
rounded up to the nearest integer

Ok, now to find how much workers will get in this budget period (1 hour), you find the smaller of the available pay AFTER subtracting witness budget from the total_budget OR the worker_budget_per_day/24 from "get_global_properties"

Code: [Select]
worker_budget=min(total_budget-witness_budget,worker_budget_per_day/24)

That is how much per hour allocated for all workers. NOW you rank each worker and pay them one hours worth of pay in order or # votes.

references:
https://github.com/cryptonomex/graphene/blob/4c09d6b8ed350ff5c7546e2c3fd15d0e6699daf2/libraries/chain/db_maint.cpp
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: speedy on October 28, 2015, 11:21:10 pm
Is there a block explorer that shows info on a particular address, eg its balance & whether its claimed or not? This should be possible as most people arent using stealth addresses anymore.
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: xeroc on October 29, 2015, 08:10:45 am
Is there a block explorer that shows info on a particular address, eg its balance & whether its claimed or not? This should be possible as most people arent using stealth addresses anymore.
You can only see account balances .. address don't hold funds except for those addresses in the genesis block .. I would suggest to take a look at the genesis block if you want to see your unclaimed balance:
https://github.com/bitshares/bitshares-2/blob/bitshares/genesis.json
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: hybridd on October 29, 2015, 08:46:14 am
I've actually found this site useful as a debugging tool as well, nice job.
#btstip roadscape 100
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: btstip on October 29, 2015, 08:47:24 am
Hey hybridd, your tip of 100 BTS was sent to roadscape - https://bitsharestalk.org/index.php/topic,19507.msg251184/topicseen.html#msg251184 - Curious about BtsTip? Visit us at http://69.30.232.146:8092/ and start tipping BTS on https://bitsharestalk.org/ today!
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: roadscape on October 29, 2015, 02:44:07 pm
update on worker budget.
tl;dr: daily worker budget is the minimum of
worker_budget_per_day (from get_global_properties)
and
24*worker_budget (from the most recent get_object 2.13.X)

It currently is 360k BTS, not 500k BTS

Full write up:
every hour the worker budget is processed, but the budget isn't 500k BTS like i said, that is just the maximum. How it works:

Every second, [ 17/(2^32) * reserve fund ] is allocated for witnesses and workers where reserve fund is how many BTS are currently not distributed. This is defined in:
https://github.com/cryptonomex/graphene/blob/f85dec1c23f6bf9259ad9f15311b2e4aac4f9d44/libraries/chain/include/graphene/chain/config.hpp

Every hour the total available reserve fund is calculated by finding how many BTS are available to be distributed and how many BTS will be returned to the reserve fund (i.e., "burnt") during the next maintenance interval.

First find how many BTS have not been distributed:
Code: [Select]
from_initial_reserve = max_supply - current supply of BTS
from:
max_supply: get_object 1.3.0
current_supply: get_object 2.3.0


then modify it by adding the accumulated fees and witness budget remaining (i.e., 1.5 BTS per block is budgeted, so budget remaining is 1.5 BTS * (number of blocks left in maintenance period+blocks missed by witnesses))  in this maintenance cycle (they will be added to the "reserve fund" permanently at maintenance)

Code: [Select]
updated reserve fund = from_initial_reserve +  from_accumulated_fees + from_unused_witness_budgetvariables all from: get_object 2.13.* (choose the most recent one, for example)
for example:
Code: [Select]
new >>> get_object 2.13.361
get_object 2.13.361
[{
    "id": "2.13.361",
    "time": "2015-10-28T15:00:00",
    "record": {
      "time_since_last_budget": 3600,
      "from_initial_reserve": "106736452914941",
      "from_accumulated_fees": 15824269,
      "from_unused_witness_budget": 2250000,
      "requested_witness_budget": 180000000,
      "total_budget": 1520913100,
      "witness_budget": 180000000,
      "worker_budget": 1340913100,
      "leftover_worker_funds": 0,
      "supply_delta": 1502838831
    }
  }
]


then calculate how much is available to be spent on workers and witnesses is:

Code: [Select]
total_budget = (updated reserve fund)*(time_since_last_budget)*17/(2^32)
rounded up to the nearest integer

Ok, now to find how much workers will get in this budget period (1 hour), you find the smaller of the available pay AFTER subtracting witness budget from the total_budget OR the worker_budget_per_day/24 from "get_global_properties"

Code: [Select]
worker_budget=min(total_budget-witness_budget,worker_budget_per_day/24)

That is how much per hour allocated for all workers. NOW you rank each worker and pay them one hours worth of pay in order or # votes.

references:
https://github.com/cryptonomex/graphene/blob/4c09d6b8ed350ff5c7546e2c3fd15d0e6699daf2/libraries/chain/db_maint.cpp

Wow, great breakdown!! I tried to follow the long calcs but the results didn't match up so I went with the TLDR version for now :) The homepage now displays "Daily worker budget:  321,809 BTS" and updates the approximate daily funding level.

Is there a block explorer that shows info on a particular address, eg its balance & whether its claimed or not? This should be possible as most people arent using stealth addresses anymore.
You can only see account balances .. address don't hold funds except for those addresses in the genesis block .. I would suggest to take a look at the genesis block if you want to see your unclaimed balance:
https://github.com/bitshares/bitshares-2/blob/bitshares/genesis.json

I might be able to add a genesis lookup tool and claimed (yes/no) status.. I'll add it to the wishlist

I've actually found this site useful as a debugging tool as well, nice job.
#btstip roadscape 100

Cool, thx  8)
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: roadscape on October 29, 2015, 02:48:38 pm
Also, I dug into proposals and they're starting to make more sense:

http://cryptofresh.com/p/1.10.10

Very cool how the threshold multisig committee-acount works..
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: mint chocolate chip on November 04, 2015, 04:27:54 pm
Nice work.

Can you list in the profile page, i.e. http://cryptofresh.com/u/fav the referred accounts, "openledger-reg created account albertus79 thanks to fav"?
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: fav on November 04, 2015, 05:02:52 pm
Nice work.

Can you list in the profile page, i.e. http://cryptofresh.com/u/fav the referred accounts, "openledger-reg created account albertus79 thanks to fav"?

 +5% and a counter maybe?
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: Thom on November 04, 2015, 06:26:41 pm
Also, I dug into proposals and they're starting to make more sense:

http://cryptofresh.com/p/1.10.10

Very cool how the threshold multisig committee-acount works..
Excellent progress! Your efforts show improvements every day!  +5%

Keep it up!
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: roadscape on November 04, 2015, 08:50:09 pm
Nice work.

Can you list in the profile page, i.e. http://cryptofresh.com/u/fav the referred accounts, "openledger-reg created account albertus79 thanks to fav"?

This is definitely possible... it's on my list :)

In the meantime, I've added two new charts to the homepage:
Top Proxies
Top Referrers
http://cryptofresh.com/

These numbers will be updated daily or so.
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: clayop on November 04, 2015, 08:52:37 pm
This is definitely possible... it's on my list :)

In the meantime, I've added two new charts to the homepage:
Top Proxies
Top Referrers
http://cryptofresh.com/

These numbers will be updated daily or so.
Great!!!  +5%
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: fav on November 04, 2015, 08:52:44 pm
Nice work.

Can you list in the profile page, i.e. http://cryptofresh.com/u/fav the referred accounts, "openledger-reg created account albertus79 thanks to fav"?

This is definitely possible... it's on my list :)

In the meantime, I've added two new charts to the homepage:
Top Proxies
Top Referrers
http://cryptofresh.com/

These numbers will be updated daily or so.

 +5% +5%
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: carpet ride on November 04, 2015, 08:55:06 pm

Nice work.

Can you list in the profile page, i.e. http://cryptofresh.com/u/fav the referred accounts, "openledger-reg created account albertus79 thanks to fav"?

This is definitely possible... it's on my list :)

In the meantime, I've added two new charts to the homepage:
Top Proxies
Top Referrers
http://cryptofresh.com/

These numbers will be updated daily or so.

This is badass work, roadscape.

Also, Fav at 42... Is that just since the program went live?
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: fav on November 04, 2015, 08:57:18 pm

Nice work.

Can you list in the profile page, i.e. http://cryptofresh.com/u/fav the referred accounts, "openledger-reg created account albertus79 thanks to fav"?

This is definitely possible... it's on my list :)

In the meantime, I've added two new charts to the homepage:
Top Proxies
Top Referrers
http://cryptofresh.com/

These numbers will be updated daily or so.

This is badass work, roadscape.

Also, Fav at 42... Is that just since the program went live?

since dacplays wallet went live.
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: carpet ride on November 04, 2015, 08:59:50 pm


Nice work.

Can you list in the profile page, i.e. http://cryptofresh.com/u/fav the referred accounts, "openledger-reg created account albertus79 thanks to fav"?

This is definitely possible... it's on my list :)

In the meantime, I've added two new charts to the homepage:
Top Proxies
Top Referrers
http://cryptofresh.com/

These numbers will be updated daily or so.

This is badass work, roadscape.

Also, Fav at 42... Is that just since the program went live?

since dacplays wallet went live.

That's great. Any estimate on cost of acquisition? 
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: clayop on November 04, 2015, 09:06:50 pm
@roadscape Can you change the sorting of proxy by voting weight? Some account (e.g. angel) have a enormous voting power but not listed here.
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: fav on November 04, 2015, 09:06:59 pm


Nice work.

Can you list in the profile page, i.e. http://cryptofresh.com/u/fav the referred accounts, "openledger-reg created account albertus79 thanks to fav"?

This is definitely possible... it's on my list :)

In the meantime, I've added two new charts to the homepage:
Top Proxies
Top Referrers
http://cryptofresh.com/

These numbers will be updated daily or so.

This is badass work, roadscape.

Also, Fav at 42... Is that just since the program went live?

since dacplays wallet went live.

That's great. Any estimate on cost of acquisition?

don't want this thread too off topic, but  around 2500 BTS so far (and my blog/website). literally nothing :)
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: monsterer on November 10, 2015, 09:39:02 am
Just found a bug for you guys: if I look up a transaction which doesn exist, I get an error saying the page doesn't exist, which makes it look like the site is down:

http://cryptofresh.com/tx/f506a02ca6debcdc41f279284ac1ddfe7124f924
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: karnal on November 10, 2015, 09:47:47 am
Cool, good job!

It's a bit rough like you said, but looking like it's headed in the right direction. Congrats :)
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: CalabiYau on November 10, 2015, 10:32:43 am
Nice work - clean & simple, very useful   +5%

Head block is counting on refresh only ?

 
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: kuro112 on November 10, 2015, 10:46:48 am
wow this is a really nice site dude, useful links everywhere, great ui, alot of useful information...

im inspired. well done.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on November 10, 2015, 05:04:43 pm
Updated & MUSE now available!

BTS Block Explorer: http://cryptofresh.com/
MUSE Block Explorer: http://muse.cryptofresh.com/
Title: Re: Cryptofresh Block Explorer [alpha]
Post by: roadscape on November 10, 2015, 05:08:41 pm
Just found a bug for you guys: if I look up a transaction which doesn exist, I get an error saying the page doesn't exist, which makes it look like the site is down:

http://cryptofresh.com/tx/f506a02ca6debcdc41f279284ac1ddfe7124f924

Nice find, I'll get better 404 pages up soon!

Nice work - clean & simple, very useful   +5%

Head block is counting on refresh only ?

:) yes, refresh only for now
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: wmbutler on November 10, 2015, 05:54:08 pm
@roadscape would you consider either displaying the URL or embedding a link to the Worker Proposal page associated with each worker? I think this would help people know the details of each worker proposal so they could make an informed decision.

http://cryptofresh.com/workers

Code: [Select]
create_worker "awesomebitsharer" "2015-10-28T00:00:00" "2015-10-29T00:00:00" 100000 "BitShares Android App Development" "http://bitsharesandroid.org/worker_proposal.html" {"type" : "vesting", "pay_vesting_period_days" : 1} true
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on November 11, 2015, 03:41:14 pm
@roadscape would you consider either displaying the URL or embedding a link to the Worker Proposal page associated with each worker? I think this would help people know the details of each worker proposal so they could make an informed decision.

http://cryptofresh.com/workers

Code: [Select]
create_worker "awesomebitsharer" "2015-10-28T00:00:00" "2015-10-29T00:00:00" 100000 "BitShares Android App Development" "http://bitsharesandroid.org/worker_proposal.html" {"type" : "vesting", "pay_vesting_period_days" : 1} true

@wmbutler at the moment there is a clickable icon in the URL column. I can see how it's easy to miss though.. I'll experiment w/ the display.

Can I copy your sample command and put it on the workers page for reference?
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: xeroc on November 13, 2015, 08:58:41 am
Feature Request: could you take the core_exchange_rate for USD:BTS and derive the USD price for all fees as well? That would be handy for many people outside BTS
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on November 14, 2015, 04:45:06 pm
Feature Request: could you take the core_exchange_rate for USD:BTS and derive the USD price for all fees as well? That would be handy for many people outside BTS

Great idea, would be very useful. I'll take a stab at it soon :]
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on November 14, 2015, 05:08:53 pm
I've been sorting out the market API's... added lots of data for assets:

http://cryptofresh.com/a/USD

-asset info
-price history
-orders
-debt positions
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on November 17, 2015, 03:39:20 pm
Fee Schedule can be now be viewed in BTS, USD, and CNY basis:

http://cryptofresh.com/fees
http://cryptofresh.com/fees?asset=USD
http://cryptofresh.com/fees?asset=CNY

Account pages now show Followers (of proxies), and Accounts Referred/Registered:

http://cryptofresh.com/u/fav
http://cryptofresh.com/u/openledger-reg

Asset pages now show who holds each asset:

http://cryptofresh.com/a/GOLD
http://cryptofresh.com/a/ROSE
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: xeroc on November 17, 2015, 04:15:48 pm
wow .. that is hell of update ... and the fees in USD are very nice too see ..

No we need a script that proposes fee updates if they change significantly in FIAT terms
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: Akado on November 17, 2015, 04:22:02 pm
Could we also see the budget stuff in USD and CNY? For example the "Reserve delta since launch: +594,100 BTS " it would be nice to see it in usd to have an easier idea of how profitable we are
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: tonyk on November 17, 2015, 04:31:17 pm
 + 1 in general.

how are "Referred Accounts" sorted? It took me a while to NOT find my account among those that fav referred.

and as mine is missing, it should say something to the effect of - "Referred (not upgraded to LTM) Accounts"
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: jakub on November 17, 2015, 07:22:34 pm
Fee Schedule can be now be viewed in BTS, USD, and CNY basis:

http://cryptofresh.com/fees
http://cryptofresh.com/fees?asset=USD
http://cryptofresh.com/fees?asset=CNY

Account pages now show Followers (of proxies), and Accounts Referred/Registered:

http://cryptofresh.com/u/fav
http://cryptofresh.com/u/openledger-reg

Asset pages now show who holds each asset:

http://cryptofresh.com/a/GOLD
http://cryptofresh.com/a/ROSE

 +5%
Thank you for doing this.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on November 17, 2015, 09:42:20 pm
wow .. that is hell of update ... and the fees in USD are very nice too see ..

No we need a script that proposes fee updates if they change significantly in FIAT terms

 :) yeah, that'd be great!

Could we also see the budget stuff in USD and CNY? For example the "Reserve delta since launch: +594,100 BTS " it would be nice to see it in usd to have an easier idea of how profitable we are

I've made note of it.. this will be easy but after I refactor the code

+ 1 in general.

how are "Referred Accounts" sorted? It took me a while to NOT find my account among those that fav referred.

and as mine is missing, it should say something to the effect of - "Referred (not upgraded to LTM) Accounts"

Thanks tonyk. "Referred accounts" are sorted by newest first. And good catch.. I completely forgot that upgrading to LTM clears the "referrer" field. I've added a note for now..

+5%
Thank you for doing this.

Thanks jakub :)

Another small update: human-readable fees on proposal pages:
http://cryptofresh.com/p/1.10.14
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: xeroc on November 22, 2015, 03:12:15 pm
Feature request:
In
http://cryptofresh.com/reserve
add a second curve that adds the profits from collected fees as well (in BTS terms)
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: Riverhead on November 22, 2015, 03:20:51 pm



Epic. Great work!
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: rgcrypto on November 22, 2015, 03:29:19 pm
Started building this as a debugging tool, and it's turning into something more interesting.
It's a little rough around the edges, but we thought you might enjoy a preview:

http://cryptofresh.com/

Dude, I go to your website almost everyday. Great work. I wish many referrals will come your way overtime. :-)

All I can do now is give you a token of my appreciation:
#sharebits "roadscape" 1 THANKYOU
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: btstip on November 22, 2015, 03:30:14 pm
Hey rgcrypto, here are the results of your tips...
Curious about BtsTip? Visit us at http://sharebits.io and start tipping BTS on https://bitsharestalk.org/ today!
Source: https://bitsharestalk.org/index.php/topic,19507.msg259693/topicseen.html#msg259693
Created by hybridd (https://bitsharestalk.org/index.php?action=profile;u=40140)
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on November 23, 2015, 05:50:54 pm
Feature request:
In
http://cryptofresh.com/reserve
add a second curve that adds the profits from collected fees as well (in BTS terms)

Yes.. seems to be getting more urgent.. I'll add it today or tomorrow

Epic. Great work!

Thanks Riverhead!

Started building this as a debugging tool, and it's turning into something more interesting.
It's a little rough around the edges, but we thought you might enjoy a preview:

http://cryptofresh.com/

Dude, I go to your website almost everyday. Great work. I wish many referrals will come your way overtime. :-)

All I can do now is give you a token of my appreciation:
#sharebits "roadscape" 1 THANKYOU

Thanks rg 8)
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on November 24, 2015, 06:16:56 pm
The workers page is now split into 3 tables: upcoming, active, and expired workers.

http://cryptofresh.com/workers


The budget page is now tracking accumulated fees over time:

http://cryptofresh.com/reserve

Unfortunately, it's missing some historic data, but it will look better going forward. Currently it tracks the BTS value of accumulated fees using settlement price at the time of measurement.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: kenCode on December 01, 2015, 01:49:50 pm
Similar to the rich list site, could you sort the Hodlers list at the bottom of the page into a table whereby I can click on the column headers to sort ASC or DESC by that column?
 
ie: http://cryptofresh.com/a/OBITS
 
This way, I can sort by account name, last trade, and the amount they hold, ASC or DESC.
When it comes to monthly payouts, this will make it much easier for our accounting on assets held.
Please and thank you :)
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: cube on December 01, 2015, 05:08:54 pm
Bug report:

http://cryptofresh.com/p/1.10.18 - page not found.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on December 02, 2015, 04:49:57 pm
Similar to the rich list site, could you sort the Hodlers list at the bottom of the page into a table whereby I can click on the column headers to sort ASC or DESC by that column?
 
ie: http://cryptofresh.com/a/OBITS
 
This way, I can sort by account name, last trade, and the amount they hold, ASC or DESC.
When it comes to monthly payouts, this will make it much easier for our accounting on assets held.
Please and thank you :)

Rich lists can be kinda tacky (https://www.youtube.com/watch?v=zq7Eki5EZ8o) :P but I'll reach out to you on Skype to discuss further :)

Bug report:

http://cryptofresh.com/p/1.10.18 - page not found.

Thanks cube.. I failed to save this one before it disappeared.. but I might have a way to recover it
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: cube on December 03, 2015, 02:01:58 pm
Bug report:

http://cryptofresh.com/p/1.10.19 incorrectly shown percentage approval.  It should be 100%.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on December 03, 2015, 04:45:55 pm
Bug report:

http://cryptofresh.com/p/1.10.19 incorrectly shown percentage approval.  It should be 100%.

Thanks cube, I'm not immediately sure what to do about this.. that panel is reporting directly from the blockchain, and I'm not sure why it changes after the fact. That doesn't make sense to me..

I did suggest that we need something like the following:

bool get_final_proposal_state(proposal_id_type id) - to retroactively look at the final results of a proposed op

So at least we could look back and see if a proposal was approved or not.
The ability to see individual committee votes at the end of review would be great too.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: cube on December 03, 2015, 04:57:28 pm
Bug report:

http://cryptofresh.com/p/1.10.19 incorrectly shown percentage approval.  It should be 100%.

Thanks cube, I'm not immediately sure what to do about this.. that panel is reporting directly from the blockchain, and I'm not sure why it changes after the fact. That doesn't make sense to me..

I did suggest that we need something like the following:

bool get_final_proposal_state(proposal_id_type id) - to retroactively look at the final results of a proposed op

So at least we could look back and see if a proposal was approved or not.
The ability to see individual committee votes at the end of review would be great too.

I am not sure if the devs have any intention of storing the state in the blockchain after the proposal is completed.  If they are not going to be kept there, would you be able to store them in your server and keep a copy there?  If this is not possible too, you may like to give some notice to the users visiting the completed proposal that it is completed but no other available information.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: Shentist on December 03, 2015, 05:35:59 pm
what i like to know

1. how many transaction are processed in 24h and which type of transactions
2. how many accounts are active in 24h (so at least 1 transaction or something)

and this data as a chart for months etc. to see if we are growing or not.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: cass on December 03, 2015, 06:46:59 pm
what i like to know

1. how many transaction are processed in 24h and which type of transactions
2. how many accounts are active in 24h (so at least 1 transaction or something)

and this data as a chart for months etc. to see if we are growing or not.

 +5%


what i would love to be able is to filer tx etc states based .. like how many settlements in past 24h etc .. as enhancement ..
and also how many registered account a day/week/month .. how many LTM and BM etc ...
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on December 04, 2015, 07:51:21 pm
Bug report:

http://cryptofresh.com/p/1.10.19 incorrectly shown percentage approval.  It should be 100%.

Thanks cube, I'm not immediately sure what to do about this.. that panel is reporting directly from the blockchain, and I'm not sure why it changes after the fact. That doesn't make sense to me..

I did suggest that we need something like the following:

bool get_final_proposal_state(proposal_id_type id) - to retroactively look at the final results of a proposed op

So at least we could look back and see if a proposal was approved or not.
The ability to see individual committee votes at the end of review would be great too.

I am not sure if the devs have any intention of storing the state in the blockchain after the proposal is completed.  If they are not going to be kept there, would you be able to store them in your server and keep a copy there?  If this is not possible too, you may like to give some notice to the users visiting the completed proposal that it is completed but no other available information.

It's possible, but hacky because it requires saving the object with perfect timing. There could be another way to do it, I have to think about. I do agree there should at least be a notice! I'll add something to this effect.

#sharebits cube 1 GREATIDEA

what i like to know

1. how many transaction are processed in 24h and which type of transactions
2. how many accounts are active in 24h (so at least 1 transaction or something)

and this data as a chart for months etc. to see if we are growing or not.

YES!! I'm getting very close to being able to do this.

#sharebits Shentist 1 GREATIDEA

what i like to know

1. how many transaction are processed in 24h and which type of transactions
2. how many accounts are active in 24h (so at least 1 transaction or something)

and this data as a chart for months etc. to see if we are growing or not.

 +5%


what i would love to be able is to filer tx etc states based .. like how many settlements in past 24h etc .. as enhancement ..
and also how many registered account a day/week/month .. how many LTM and BM etc ...

Noted.. agree 100%!

#sharebits cass 1 GREATIDEA
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: btstip on December 04, 2015, 07:52:35 pm
Hey roadscape, here are the results of your tips...
Curious about ShareBits? Visit us at http://sharebits.io and start tipping BTS on https://bitsharestalk.org/ today!
Source: https://bitsharestalk.org/index.php/topic,19507.msg263544/topicseen.html#msg263544
Created by hybridd (https://bitsharestalk.org/index.php?action=profile;u=40140)
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on December 08, 2015, 05:34:10 pm
@Shentist @cass

Added daily transaction (operation) statistics:
(http://i.imgur.com/DLHl6wc.png)
You can toggle which operations are displayed by clicking on them in the legend.

Also added rudimentary "scoreboards":
(http://i.imgur.com/Hgmn0St.png)

http://cryptofresh.com/charts
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: kenCode on December 08, 2015, 06:32:05 pm
GORGEOUS - AWESOME - BRAVO!!!!
 +5% +5% +5% +5% +5% +5% +5% +5% +5% +5% +5%
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: Shentist on December 08, 2015, 09:01:20 pm
looks good i will look into it
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: clayop on December 08, 2015, 09:04:53 pm
Great!  +5%

Can we also have stats about network profit? (number of transaction * fee * network fee percentage(20%)).
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: merivercap on December 08, 2015, 09:16:07 pm
 +5%

Great to see these charts...  I agree with @clayop about network profit..

Might be good to separate out operations in a few charts or tables..

I think trades & transfers are the main transactions people want to see..

Account upgrades broken down by annual, lifetime would be nice to see as well as referral revenue...



Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: Shentist on December 08, 2015, 09:58:31 pm
would it be possible to not show everything, maybe in the beginning nothing is clicked !

i want most of the time only few point and it would be great if i can click them. Right now, i have to unclick everything and then
choose what i want.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on December 09, 2015, 07:23:22 pm
GORGEOUS - AWESOME - BRAVO!!!!
 +5% +5% +5% +5% +5% +5% +5% +5% +5% +5% +5%

Glad you like it ken!

Great!  +5%

Can we also have stats about network profit? (number of transaction * fee * network fee percentage(20%)).

Yes, this would be great. What happens when fees are paid in a UIA? Should those be reported separately, or should it report the equivalent BTS fee paid at the time of fee payment?

+5%

Great to see these charts...  I agree with @clayop about network profit..

Might be good to separate out operations in a few charts or tables..

I think trades & transfers are the main transactions people want to see..

Account upgrades broken down by annual, lifetime would be nice to see as well as referral revenue...

Separating into two tables is a good idea... an easy way to make the chart less overwhelming. Maybe have two charts: one for trades/transfers, and then one for everything else?

What's the best way to split it?

would it be possible to not show everything, maybe in the beginning nothing is clicked !

i want most of the time only few point and it would be great if i can click them. Right now, i have to unclick everything and then
choose what i want.

My concern was that hiding everything might be as confusing as showing everything. What do you think about the above idea of splitting into two charts, would that help?
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: Shentist on December 09, 2015, 07:24:41 pm
Quote
Quote from: Shentist on December 08, 2015, 09:58:31 PM
would it be possible to not show everything, maybe in the beginning nothing is clicked !

i want most of the time only few point and it would be great if i can click them. Right now, i have to unclick everything and then
choose what i want.

My concern was that hiding everything might be as confusing as showing everything. What do you think about the above idea of splitting into two charts, would that help?

maybe enough.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: mint chocolate chip on December 12, 2015, 08:30:59 am
In the feed, the word 'wants' doesn't tell me the difference between if a trade has just happened or if simply someone has just placed an order, can the text be more specific?.

For instance, I put up a sell order the feed says this:
bitsharesblog wants 39,400 BTS for 2,000 OBITS

A little while later a trade happens, the feed says this:
madawc wants 725 OBITS for 14,280 BTS

If I was just reading the feed, I have no idea whether a trade has just happened or not.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: cass on December 12, 2015, 04:39:12 pm
In the feed, the word 'wants' doesn't tell me the difference between if a trade has just happened or if simply someone has just placed an order, can the text be more specific?.

For instance, I put up a sell order the feed says this:
bitsharesblog wants 39,400 BTS for 2,000 OBITS

A little while later a trade happens, the feed says this:
madawc wants 725 OBITS for 14,280 BTS

If I was just reading the feed, I have no idea whether a trade has just happened or not.

not that bad at all at least from privacy perspective ..  :P

(but site is offline currently ..doesn't it? anyone has same issues?
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: Thom on December 12, 2015, 05:14:15 pm
Quote
Yes, this would be great. What happens when fees are paid in a UIA? Should those be reported separately, or should it report the equivalent BTS fee paid at the time of fee payment?

Using a single token to represent value is a good idea IMO, and it makes sense that token is BTS, the CORE token here. Displaying the value in BTS is the standard all assets are based on, so it levels the playing field and normalizes comparisons.

I am  V E R Y  impressed with your progress roadscape. An extremely informative site that has quickly achieved the utility and appeal of bitsharesblocks by SVC.

One minor thing I noticed is I would like to see all tables sortable by column, like they are in the OL explorer. Also, a color legend so it is clear what the red & blue "section marker" characters represent and a legend for what colors represent on any display for that matter.

Love to hear cass' opinion on this, but as for me I believe color is a very valuable means of differentiating information, and I am rarely reluctant to use it. It takes zero screen real estate (except for perhaps a legend) and is a concise way of displaying lots of info in a small space. However, it does represent a big problem for colorblind individuals, who represent a significant population (7% of men and 0.4% of women worldwide). It is important to keep that in mind in your choice of colors (most colorblinds have some sort of deficiency discriminating red and green) as well as caution about the use of color for critical and safety related presentations (safety in the crypto context might represent risk or potential for loss of funds).

Are you still using Ruby on Rails for this as you did for selling your backgrounds and trinkets on cryptofresh in the 1.0 era?
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: cass on December 12, 2015, 06:52:52 pm
btw -- ping me if i can be of assistance on design ... this not says .. i don't like current one .. but we could polish it a bit ..
( and also some sort of search etc .. would be nice as well)
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: fuzzy on December 12, 2015, 07:36:58 pm
yes, roadscape is a bad dude. truly. so glad early attacks by some did not stop them from continuing to help bitshares
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: cass on December 13, 2015, 12:33:51 am
nice job on voting and charts...!
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on December 13, 2015, 01:33:23 am
In the feed, the word 'wants' doesn't tell me the difference between if a trade has just happened or if simply someone has just placed an order, can the text be more specific?.

For instance, I put up a sell order the feed says this:
bitsharesblog wants 39,400 BTS for 2,000 OBITS

A little while later a trade happens, the feed says this:
madawc wants 725 OBITS for 14,280 BTS

If I was just reading the feed, I have no idea whether a trade has just happened or not.

There's a separate (virtual) operation when orders are matched, but it ends up spamming the feed pretty good so they're hidden for now. Going forward I'd like to have filters for which types of items show on the feed, I think that would help clear things up..

Quote
Yes, this would be great. What happens when fees are paid in a UIA? Should those be reported separately, or should it report the equivalent BTS fee paid at the time of fee payment?

Using a single token to represent value is a good idea IMO, and it makes sense that token is BTS, the CORE token here. Displaying the value in BTS is the standard all assets are based on, so it levels the playing field and normalizes comparisons.

I am  V E R Y  impressed with your progress roadscape. An extremely informative site that has quickly achieved the utility and appeal of bitsharesblocks by SVC.

One minor thing I noticed is I would like to see all tables sortable by column, like they are in the OL explorer. Also, a color legend so it is clear what the red & blue "section marker" characters represent and a legend for what colors represent on any display for that matter.

Love to hear cass' opinion on this, but as for me I believe color is a very valuable means of differentiating information, and I am rarely reluctant to use it. It takes zero screen real estate (except for perhaps a legend) and is a concise way of displaying lots of info in a small space. However, it does represent a big problem for colorblind individuals, who represent a significant population (7% of men and 0.4% of women worldwide). It is important to keep that in mind in your choice of colors (most colorblinds have some sort of deficiency discriminating red and green) as well as caution about the use of color for critical and safety related presentations (safety in the crypto context might represent risk or potential for loss of funds).

Are you still using Ruby on Rails for this as you did for selling your backgrounds and trinkets on cryptofresh in the 1.0 era?

Thanks Thom! The current colors were a quick hack and I do agree they could be more clear.. and this is a Rails app, yes. Makes sense about the graph, I'll need to do some thinking on how to get that data from the node..

btw -- ping me if i can be of assistance on design ... this not says .. i don't like current one .. but we could polish it a bit ..
( and also some sort of search etc .. would be nice as well)

That would be great cass, I'll keep it in mind, I've already thought about it :) Agree that search would be great..I've been putting off but now that I've had a chance to refactor I may visit it soon

nice job on voting and charts...!

Thanks  8)
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: Akado on December 13, 2015, 09:28:41 pm
I think it doesn't make sense to have  Explorer | Assets | Witnesses | Workers as the main menu and then

Charts NEW
Voting Report NEW
Fee Schedule
Budget Stats

like they were thrown in the middle of the site. Everything should be together at the top or in the same menu.

That way you would keep all the tables on the left, together. Same kind of info should always be together. Menu easy to find and use. It's scattered atm
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on December 14, 2015, 05:36:11 pm
I think it doesn't make sense to have  Explorer | Assets | Witnesses | Workers as the main menu and then

Charts NEW
Voting Report NEW
Fee Schedule
Budget Stats

like they were thrown in the middle of the site. Everything should be together at the top or in the same menu.

That way you would keep all the tables on the left, together. Same kind of info should always be together. Menu easy to find and use. It's scattered atm

Noted & completely agree, I just didn't want to hide the "reports" in a menu item or to cram too many things into the navigation bar.. a natural order will unfold as I add new reports/pages
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: kenCode on December 15, 2015, 01:53:11 pm
Today I keep getting this error while surfing cryptofresh.com:
 
Oops, an error occured.
 
Also, I need some statistics.
How many registered accounts are there now?
 
Thanx :)
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on December 15, 2015, 07:39:45 pm
Today I keep getting this error while surfing cryptofresh.com:
 
Oops, an error occured.
 
Also, I need some statistics.
How many registered accounts are there now?
 
Thanx :)

Fixed! We're up to 99,223 accounts, judging by the most recently registered account's id
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: Shentist on December 15, 2015, 07:56:18 pm
Today I keep getting this error while surfing cryptofresh.com:
 
Oops, an error occured.
 
Also, I need some statistics.
How many registered accounts are there now?
 
Thanx :)

Fixed! We're up to 99,223 accounts, judging by the most recently registered account's id

if you look on the asset page you will find 2624 accounts holding BTS, so i assume most accounts are from BTS 1?
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: Shentist on December 15, 2015, 07:57:45 pm
TCNY is listed as a UIA - but it is a private bitasset.

it shows not the feed producer, so maybe you need to change something on the asset page.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: kenCode on December 15, 2015, 08:43:40 pm
thanx guys +5%
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on December 16, 2015, 05:01:14 am
Today I keep getting this error while surfing cryptofresh.com:
 
Oops, an error occured.
 
Also, I need some statistics.
How many registered accounts are there now?
 
Thanx :)

Fixed! We're up to 99,223 accounts, judging by the most recently registered account's id

if you look on the asset page you will find 2624 accounts holding BTS, so i assume most accounts are from BTS 1?

Accounts
 - at genesis: 91,595
 - since genesis: 7,545
 - with a non-zero BTS balance (including orders): 2,869

TCNY is listed as a UIA - but it is a private bitasset.

it shows not the feed producer, so maybe you need to change something on the asset page.

Aah.. interesting, I'll look into this
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: kenCode on December 16, 2015, 09:52:10 am
Shouldn't BRICS be listed as a Smartcoin (it's null-account issued)?
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on December 16, 2015, 04:16:38 pm
Shouldn't BRICS be listed as a Smartcoin (it's null-account issued)?

I don't think so, it's not a market-pegged asset.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: Thom on December 16, 2015, 04:25:20 pm
What the hell is a BTA (seen in "kill" feature poll) ?
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: abit on December 25, 2015, 04:18:22 pm
@roadscape The main page of http://cryptofresh.com/ stopped syncing.
Latest transaction displayed on the page is 6 hours ago.
"Recent blocks" stopped at 2,084,450.
"BitShares Blockchain Status" is correct though.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: bitacer on December 25, 2015, 05:37:20 pm
Great service, is it possible for you to make  url addresses in asset infos  clickable ?
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: abit on December 25, 2015, 06:41:56 pm
Great service, is it possible for you to make  url addresses in asset infos  clickable ?
If you're using Chrome, it's possible to select the url, then right click, then click "go to".
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: xeroc on December 27, 2015, 04:41:53 pm
Could you please change the link for the documentation in the left menu to
http://docs.bitshares.eu/bitshares
Thanks
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: Riverhead on December 29, 2015, 05:53:26 am



The witness page is out of sync (votes don't match what I see in the client). Also, there is some issue with how the muse is being displayed. It's rounded to the nearest 10 it looks like.


Great work on the site as a whole. Keep it up!
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on December 30, 2015, 03:22:54 pm
What the hell is a BTA (seen in "kill" feature poll) ?

Not sure I follow, where do you see BTA?

@roadscape The main page of http://cryptofresh.com/ stopped syncing.
Latest transaction displayed on the page is 6 hours ago.
"Recent blocks" stopped at 2,084,450.
"BitShares Blockchain Status" is correct though.

Thanks, this seems to be caused by a minor forking issue.. I'll be working on a more permanent fix.

Great service, is it possible for you to make  url addresses in asset infos  clickable ?

Done!

Could you please change the link for the documentation in the left menu to
http://docs.bitshares.eu/bitshares
Thanks

Done!

The witness page is out of sync (votes don't match what I see in the client). Also, there is some issue with how the muse is being displayed. It's rounded to the nearest 10 it looks like.

Great work on the site as a whole. Keep it up!

Thanks riverhead :) I need to improve the caching layer.. but witness votes are fixed for now. Do you still see the rounding issue?
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: kenCode on December 30, 2015, 10:32:42 pm
The highcharts chart is breaking out of its border on the bottom and right sides:
http://cryptofresh.com/a/OPENPOS
 
I use Chrome Version 44.0.2403.157 (64-bit) on Linux Mint latest.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on December 30, 2015, 11:59:34 pm
The highcharts chart is breaking out of its border on the bottom and right sides:
http://cryptofresh.com/a/OPENPOS
 
I use Chrome Version 44.0.2403.157 (64-bit) on Linux Mint latest.

Fixed
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: kenCode on December 31, 2015, 09:44:59 am
The highcharts chart is breaking out of its border on the bottom and right sides:
http://cryptofresh.com/a/OPENPOS
I use Chrome Version 44.0.2403.157 (64-bit) on Linux Mint latest.

Fixed

Once again you da man, thanx roadscape! :)
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: abit on January 01, 2016, 04:34:52 pm
"yun-bts" is on the top of "Inactive Proxies" but it's an exchange account.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: Riverhead on January 01, 2016, 06:24:07 pm


Thanks riverhead :) I need to improve the caching layer.. but witness votes are fixed for now. Do you still see the rounding issue?

Rounding still an issue. Just need to look at a Muse balance in both the client and on Crypyofresh. For most purposes the rounding isn't a problem - I can still see transfers and don't need to see them in fine precision.

Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: abit on January 02, 2016, 05:54:26 pm
http://cryptofresh.com/p/1.10.46 page not found.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: xeroc on January 02, 2016, 06:25:27 pm
Once a proposal has been approved or expired, the proposal's is removed and not shown by the API.
Not sure what the reason for this is ..
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on January 05, 2016, 12:43:14 am
"yun-bts" is on the top of "Inactive Proxies" but it's an exchange account.

Fixed!

Rounding still an issue. Just need to look at a Muse balance in both the client and on Crypyofresh. For most purposes the rounding isn't a problem - I can still see transfers and don't need to see them in fine precision.

Aaah. That rounding. Yes.. I agree this is an issue. IMO the ideal fix would be to have a rounding on/off toggle. I do think rounding makes it much easier on the eyes but users need to have the ability to see the raw values.

http://cryptofresh.com/p/1.10.46 page not found.

As @xeroc said, proposals disappear from the API after they've been approved or expired. I did implement 'permanent' caching for committee proposals... I'll go ahead and make it more aggressive, as this one appears to have fallen through the cracks.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: kenCode on January 05, 2016, 08:10:32 am
Rounding still an issue. Just need to look at a Muse balance in both the client and on Crypyofresh. For most purposes the rounding isn't a problem - I can still see transfers and don't need to see them in fine precision.
Aaah. That rounding. Yes.. I agree this is an issue. IMO the ideal fix would be to have a rounding on/off toggle. I do think rounding makes it much easier on the eyes but users need to have the ability to see the raw values.

 
I haven't followed this rounding issue, but it sounds like if the number is really long and screws up the display and makes it tough on the eyes, you could just truncate all numbers to just a few digits after the decimal and use a tooltip to display the rest of it with a dotted text-decoration to indicate there is more digits available with that number. The ideal tooltip actually stays put onClick so that you can give users the option to select the full number too for copy/paste procedures etc. Sorry if I'm way off base here, just trying to help.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: kenCode on January 05, 2016, 07:11:34 pm
Site is down:
 
We're sorry, but something went wrong.
------------------------------------------------
If you are the application owner check the logs for more information.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: btswolf on January 05, 2016, 08:51:35 pm
Site is down:
 
We're sorry, but something went wrong.
------------------------------------------------
If you are the application owner check the logs for more information.

I like cryptofresh but it would be even greater to have that stats directly integrated to OL.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on January 05, 2016, 08:56:45 pm
Site is down:
 
We're sorry, but something went wrong.
------------------------------------------------
If you are the application owner check the logs for more information.

Thanks Ken.. looking into it. witness_node was frozen, and I'm having trouble getting it running again..

Code: [Select]
3229214ms th_a       witness.cpp:86                plugin_initialize    ] witness plugin:  plugin_initialize() begin
3229214ms th_a       witness.cpp:96                plugin_initialize    ] key_id_to_wif_pair: ["......","....."]
3229214ms th_a       witness.cpp:114               plugin_initialize    ] witness plugin:  plugin_initialize() end
3229214ms th_a       application.cpp:354           startup              ] Replaying blockchain on user request.
3229214ms th_a       application.cpp:292           operator()           ] Initializing database...
3243588ms th_a       db_management.cpp:48          reindex              ] reindexing blockchain
3243590ms th_a       db_management.cpp:101         wipe                 ] Wiping database
3243620ms th_a       object_database.cpp:84        wipe                 ] Wiping object database...
3243643ms th_a       object_database.cpp:86        wipe                 ] Done wiping object databse.
3243643ms th_a       object_database.cpp:91        open                 ] Opening object database from /home/bitshares-2/witness_node_data_dir/blockchain ...
3243643ms th_a       object_database.cpp:97        open                 ] Done opening object database.
3257917ms th_a       db_debug.cpp:82               debug_dump           ] total_balances[asset_id_type()].value: 12205723874026 core_asset_data.current_supply.value: 253409943611989
3257951ms th_a       db_management.cpp:55          reindex              ] !no last block
3257951ms th_a       db_management.cpp:56          reindex              ] last_block:
3258068ms th_a       thread.cpp:95                 thread               ] name:ntp tid:140271469905664
3258080ms th_a       thread.cpp:95                 thread               ] name:p2p tid:140271448925952
3258091ms th_a       application.cpp:173           reset_p2p_node       ] Adding seed node 83.221.132.47:1776
3258130ms ntp        ntp.cpp:177                   read_loop            ] ntp_delta_time updated to 7706 us
3258170ms th_a       application.cpp:173           reset_p2p_node       ] Adding seed node 188.40.91.213:1776
[....]
3258535ms th_a       application.cpp:173           reset_p2p_node       ] Adding seed node 109.73.172.144:50696
3258536ms th_a       application.cpp:184           reset_p2p_node       ] Configured p2p node to listen on 0.0.0.0:56537
3258542ms th_a       application.cpp:234           reset_websocket_serv ] Configured websocket rpc to listen on 127.0.0.1:8090
3258543ms th_a       witness.cpp:119               plugin_startup       ] witness plugin:  plugin_startup() begin
3258543ms th_a       witness.cpp:136               plugin_startup       ] No witnesses configured! Please add witness IDs and private keys to configuration.
3258543ms th_a       witness.cpp:137               plugin_startup       ] witness plugin:  plugin_startup() end
3258543ms th_a       main.cpp:176                  main                 ] Started witness node on a chain with 0 blocks.
3258543ms th_a       main.cpp:177                  main                 ] Chain ID is 4018d7844c78f6a6c41c6a552b898022310fc5dec06da467ee7905a8dad512c8
[end of output]

Haven't seen this before,, any ideas?
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: abit on January 05, 2016, 11:38:15 pm
Site is down:
 
We're sorry, but something went wrong.
------------------------------------------------
If you are the application owner check the logs for more information.

Thanks Ken.. looking into it. witness_node was frozen, and I'm having trouble getting it running again..

Code: [Select]
3229214ms th_a       witness.cpp:86                plugin_initialize    ] witness plugin:  plugin_initialize() begin
3229214ms th_a       witness.cpp:96                plugin_initialize    ] key_id_to_wif_pair: ["......","....."]
3229214ms th_a       witness.cpp:114               plugin_initialize    ] witness plugin:  plugin_initialize() end
3229214ms th_a       application.cpp:354           startup              ] Replaying blockchain on user request.
3229214ms th_a       application.cpp:292           operator()           ] Initializing database...
3243588ms th_a       db_management.cpp:48          reindex              ] reindexing blockchain
3243590ms th_a       db_management.cpp:101         wipe                 ] Wiping database
3243620ms th_a       object_database.cpp:84        wipe                 ] Wiping object database...
3243643ms th_a       object_database.cpp:86        wipe                 ] Done wiping object databse.
3243643ms th_a       object_database.cpp:91        open                 ] Opening object database from /home/bitshares-2/witness_node_data_dir/blockchain ...
3243643ms th_a       object_database.cpp:97        open                 ] Done opening object database.
3257917ms th_a       db_debug.cpp:82               debug_dump           ] total_balances[asset_id_type()].value: 12205723874026 core_asset_data.current_supply.value: 253409943611989
3257951ms th_a       db_management.cpp:55          reindex              ] !no last block
3257951ms th_a       db_management.cpp:56          reindex              ] last_block:
3258068ms th_a       thread.cpp:95                 thread               ] name:ntp tid:140271469905664
3258080ms th_a       thread.cpp:95                 thread               ] name:p2p tid:140271448925952
3258091ms th_a       application.cpp:173           reset_p2p_node       ] Adding seed node 83.221.132.47:1776
3258130ms ntp        ntp.cpp:177                   read_loop            ] ntp_delta_time updated to 7706 us
3258170ms th_a       application.cpp:173           reset_p2p_node       ] Adding seed node 188.40.91.213:1776
[....]
3258535ms th_a       application.cpp:173           reset_p2p_node       ] Adding seed node 109.73.172.144:50696
3258536ms th_a       application.cpp:184           reset_p2p_node       ] Configured p2p node to listen on 0.0.0.0:56537
3258542ms th_a       application.cpp:234           reset_websocket_serv ] Configured websocket rpc to listen on 127.0.0.1:8090
3258543ms th_a       witness.cpp:119               plugin_startup       ] witness plugin:  plugin_startup() begin
3258543ms th_a       witness.cpp:136               plugin_startup       ] No witnesses configured! Please add witness IDs and private keys to configuration.
3258543ms th_a       witness.cpp:137               plugin_startup       ] witness plugin:  plugin_startup() end
3258543ms th_a       main.cpp:176                  main                 ] Started witness node on a chain with 0 blocks.
3258543ms th_a       main.cpp:177                  main                 ] Chain ID is 4018d7844c78f6a6c41c6a552b898022310fc5dec06da467ee7905a8dad512c8
[end of output]

Haven't seen this before,, any ideas?
Sometimes when I had this "can't start" issue is because another witness_node process is running and listening on the same port.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: abit on January 07, 2016, 08:45:16 am
'We're sorry, but something went wrong."  :-[
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: cass on January 07, 2016, 10:33:57 am
same here …
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on January 07, 2016, 01:58:57 pm
Sorry for the downtime guys, witness_node froze again.. bringing it back up..

Code: [Select]
798084ms th_a       application.cpp:497           handle_block         ] Got block: #2447427 time: 2016-01-07T08:13:18 latency: 85 ms from: maqifrnswa  irreversible: 2447408 (-19)
798264ms th_a       database_api.cpp:229          get_objects          ] getObjects without subscribe callback??
799293ms th_a       database_api.cpp:229          get_objects          ] getObjects without subscribe callback??
800307ms th_a       database_api.cpp:229          get_objects          ] getObjects without subscribe callback??
800407ms th_a       application.cpp:546           handle_transaction   ] Got 1 transactions from network
801321ms th_a       database_api.cpp:229          get_objects          ] getObjects without subscribe callback??
801345ms th_a       application.cpp:497           handle_block         ] Got block: #2447428 time: 2016-01-07T08:13:21 latency: 346 ms from: bitcube  irreversible: 2447408 (-20)
[stuck]
^C
Program received signal SIGINT, Interrupt.
0x0000000000e0ce10 in void fc::divide<fc::uint128>(fc::uint128 const&, fc::uint128 const&, fc::uint128&, fc::uint128&) ()
(gdb) bt
#0  0x0000000000e0ce10 in void fc::divide<fc::uint128>(fc::uint128 const&, fc::uint128 const&, fc::uint128&, fc::uint128&) ()
#1  0x0000000000e0cf74 in fc::uint128::operator/=(fc::uint128 const&) ()
#2  0x0000000000c27b7c in graphene::chain::database::clear_expired_orders() ()
#3  0x0000000000c32a0b in graphene::chain::database::_apply_block(graphene::chain::signed_block const&) ()
#4  0x0000000000c337d5 in graphene::chain::database::apply_block(graphene::chain::signed_block const&, unsigned int) ()
#5  0x0000000000c33c90 in graphene::chain::database::_push_block(graphene::chain::signed_block const&) ()
#6  0x0000000000c35894 in graphene::chain::database::push_block(graphene::chain::signed_block const&, unsigned int) ()
#7  0x0000000000a8398f in graphene::app::detail::application_impl::handle_block(graphene::net::block_message const&, bool, std::vector<fc::ripemd160, std::allocator<fc::ripemd160> >&) ()
#8  0x0000000000f71097 in fc::detail::functor_run<graphene::net::detail::statistics_gathering_node_delegate_wrapper::handle_block(graphene::net::block_message const&, bool, std::vector<fc::ripemd160, std::allocator<fc::ripemd160> >&)::{lambda()#1}>::run(void*, fc::detail::functor_run<graphene::net::detail::statistics_gathering_node_delegate_wrapper::handle_block(graphene::net::block_message const&, bool, std::vector<fc::ripemd160, std::allocator<fc::ripemd160> >&)::{lambda()#1}>) ()
#9  0x0000000000e2bbc3 in fc::task_base::run_impl() ()
#10 0x0000000000e29d2e in fc::thread_d::process_tasks() ()
#11 0x0000000000e29fa1 in fc::thread_d::start_process_tasks(long) ()
#12 0x00000000010921c1 in make_fcontext ()
#13 0x0000000000000000 in ?? ()
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: abit on January 07, 2016, 02:43:05 pm
Sorry for the downtime guys, witness_node froze again.. bringing it back up..

Code: [Select]
798084ms th_a       application.cpp:497           handle_block         ] Got block: #2447427 time: 2016-01-07T08:13:18 latency: 85 ms from: maqifrnswa  irreversible: 2447408 (-19)
798264ms th_a       database_api.cpp:229          get_objects          ] getObjects without subscribe callback??
799293ms th_a       database_api.cpp:229          get_objects          ] getObjects without subscribe callback??
800307ms th_a       database_api.cpp:229          get_objects          ] getObjects without subscribe callback??
800407ms th_a       application.cpp:546           handle_transaction   ] Got 1 transactions from network
801321ms th_a       database_api.cpp:229          get_objects          ] getObjects without subscribe callback??
801345ms th_a       application.cpp:497           handle_block         ] Got block: #2447428 time: 2016-01-07T08:13:21 latency: 346 ms from: bitcube  irreversible: 2447408 (-20)
[stuck]
^C
Program received signal SIGINT, Interrupt.
0x0000000000e0ce10 in void fc::divide<fc::uint128>(fc::uint128 const&, fc::uint128 const&, fc::uint128&, fc::uint128&) ()
(gdb) bt
#0  0x0000000000e0ce10 in void fc::divide<fc::uint128>(fc::uint128 const&, fc::uint128 const&, fc::uint128&, fc::uint128&) ()
#1  0x0000000000e0cf74 in fc::uint128::operator/=(fc::uint128 const&) ()
#2  0x0000000000c27b7c in graphene::chain::database::clear_expired_orders() ()
#3  0x0000000000c32a0b in graphene::chain::database::_apply_block(graphene::chain::signed_block const&) ()
#4  0x0000000000c337d5 in graphene::chain::database::apply_block(graphene::chain::signed_block const&, unsigned int) ()
#5  0x0000000000c33c90 in graphene::chain::database::_push_block(graphene::chain::signed_block const&) ()
#6  0x0000000000c35894 in graphene::chain::database::push_block(graphene::chain::signed_block const&, unsigned int) ()
#7  0x0000000000a8398f in graphene::app::detail::application_impl::handle_block(graphene::net::block_message const&, bool, std::vector<fc::ripemd160, std::allocator<fc::ripemd160> >&) ()
#8  0x0000000000f71097 in fc::detail::functor_run<graphene::net::detail::statistics_gathering_node_delegate_wrapper::handle_block(graphene::net::block_message const&, bool, std::vector<fc::ripemd160, std::allocator<fc::ripemd160> >&)::{lambda()#1}>::run(void*, fc::detail::functor_run<graphene::net::detail::statistics_gathering_node_delegate_wrapper::handle_block(graphene::net::block_message const&, bool, std::vector<fc::ripemd160, std::allocator<fc::ripemd160> >&)::{lambda()#1}>) ()
#9  0x0000000000e2bbc3 in fc::task_base::run_impl() ()
#10 0x0000000000e29d2e in fc::thread_d::process_tasks() ()
#11 0x0000000000e29fa1 in fc::thread_d::start_process_tasks(long) ()
#12 0x00000000010921c1 in make_fcontext ()
#13 0x0000000000000000 in ?? ()
Is it started with --replay-blockchain? From my personal experience it won't hang by starting with this parameter.

//Edit: we have a discussion here https://bitsharestalk.org/index.php/topic,20631.0/all.html
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on January 07, 2016, 09:18:46 pm
Sorry for the downtime guys, witness_node froze again.. bringing it back up..

Code: [Select]
798084ms th_a       application.cpp:497           handle_block         ] Got block: #2447427 time: 2016-01-07T08:13:18 latency: 85 ms from: maqifrnswa  irreversible: 2447408 (-19)
798264ms th_a       database_api.cpp:229          get_objects          ] getObjects without subscribe callback??
799293ms th_a       database_api.cpp:229          get_objects          ] getObjects without subscribe callback??
800307ms th_a       database_api.cpp:229          get_objects          ] getObjects without subscribe callback??
800407ms th_a       application.cpp:546           handle_transaction   ] Got 1 transactions from network
801321ms th_a       database_api.cpp:229          get_objects          ] getObjects without subscribe callback??
801345ms th_a       application.cpp:497           handle_block         ] Got block: #2447428 time: 2016-01-07T08:13:21 latency: 346 ms from: bitcube  irreversible: 2447408 (-20)
[stuck]
^C
Program received signal SIGINT, Interrupt.
0x0000000000e0ce10 in void fc::divide<fc::uint128>(fc::uint128 const&, fc::uint128 const&, fc::uint128&, fc::uint128&) ()
(gdb) bt
#0  0x0000000000e0ce10 in void fc::divide<fc::uint128>(fc::uint128 const&, fc::uint128 const&, fc::uint128&, fc::uint128&) ()
#1  0x0000000000e0cf74 in fc::uint128::operator/=(fc::uint128 const&) ()
#2  0x0000000000c27b7c in graphene::chain::database::clear_expired_orders() ()
#3  0x0000000000c32a0b in graphene::chain::database::_apply_block(graphene::chain::signed_block const&) ()
#4  0x0000000000c337d5 in graphene::chain::database::apply_block(graphene::chain::signed_block const&, unsigned int) ()
#5  0x0000000000c33c90 in graphene::chain::database::_push_block(graphene::chain::signed_block const&) ()
#6  0x0000000000c35894 in graphene::chain::database::push_block(graphene::chain::signed_block const&, unsigned int) ()
#7  0x0000000000a8398f in graphene::app::detail::application_impl::handle_block(graphene::net::block_message const&, bool, std::vector<fc::ripemd160, std::allocator<fc::ripemd160> >&) ()
#8  0x0000000000f71097 in fc::detail::functor_run<graphene::net::detail::statistics_gathering_node_delegate_wrapper::handle_block(graphene::net::block_message const&, bool, std::vector<fc::ripemd160, std::allocator<fc::ripemd160> >&)::{lambda()#1}>::run(void*, fc::detail::functor_run<graphene::net::detail::statistics_gathering_node_delegate_wrapper::handle_block(graphene::net::block_message const&, bool, std::vector<fc::ripemd160, std::allocator<fc::ripemd160> >&)::{lambda()#1}>) ()
#9  0x0000000000e2bbc3 in fc::task_base::run_impl() ()
#10 0x0000000000e29d2e in fc::thread_d::process_tasks() ()
#11 0x0000000000e29fa1 in fc::thread_d::start_process_tasks(long) ()
#12 0x00000000010921c1 in make_fcontext ()
#13 0x0000000000000000 in ?? ()
Is it started with --replay-blockchain? From my personal experience it won't hang by starting with this parameter.

//Edit: we have a discussion here https://bitsharestalk.org/index.php/topic,20631.0/all.html

It was started without --replay.. thank you for the tip, I'll be sure to try that next time.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on January 07, 2016, 09:22:27 pm
Cryptofresh will be down for maintenance from 0300 - 0500 GMT (starting in approx 4.5 hours)
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on January 11, 2016, 05:43:40 pm
New experimental feature on cryptofresh :D

http://cryptofresh.com/?beep=on

It emits beeps as transactions roll in.

I've had some issues with beeps not working after a page refresh. But opening the site in a new tab seems to fix it. Does it work for y'all?
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: kenCode on January 11, 2016, 06:12:04 pm
Nope, no beep on android.
 
Any chance u could organize the hodlers into a table showing each users holdings like richlist and allow asc desc sorting on both columns?
 
Thanx!
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on January 11, 2016, 06:31:57 pm
Nope, no beep on android.
 
Any chance u could organize the hodlers into a table showing each users holdings like richlist and allow asc desc sorting on both columns?
 
Thanx!

Ah.. haven't tested on mobile.

Would the hodlers table show how much is in orders? Or just the accounts' balance?
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: abit on January 11, 2016, 07:05:50 pm
Nope, no beep on android.
 
Any chance u could organize the hodlers into a table showing each users holdings like richlist and allow asc desc sorting on both columns?
 
Thanx!
I don't like beeps on my PC either.. Don't know how others think though. Any other professional sites beep?

By the way, @roadscape will you consider a worker proposal? I would support you especially when now referral rewards are somehow low for you, although BM have issued you some BROWNIE.PTS in the past.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: bitacer on January 11, 2016, 07:43:59 pm
New experimental feature on cryptofresh :D

http://cryptofresh.com/?beep=on

It emits beeps as transactions roll in.

I've had some issues with beeps not working after a page refresh. But opening the site in a new tab seems to fix it. Does it work for y'all?


 :D :D I like it !! beep ! omg that should be included in the gui for sure . I am serious.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: kenCode on January 11, 2016, 07:50:01 pm
Nope, no beep on android.
 
Any chance u could organize the hodlers into a table showing each users holdings like richlist and allow asc desc sorting on both columns?
 
Thanx!

Ah.. haven't tested on mobile.

Would the hodlers table show how much is in orders? Or just the accounts' balance?

oh yeah, i forgot about orders. richlist shows orders too, would be nice to have 3 sortable columns then please.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: abit on January 11, 2016, 10:22:52 pm
@roadscape in the history, CryptoFresh shows raw json for "proposal_delete_operation" instead of formatted description. See http://cryptofresh.com/u/abit
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: abit on January 12, 2016, 08:39:17 pm
The rich list is awesome  +5%
Can you add a "total value" column to the rich list?
Can you format the numbers in rich list to same number of decimal places?
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on January 13, 2016, 03:03:04 am
Nope, no beep on android.
 
Any chance u could organize the hodlers into a table showing each users holdings like richlist and allow asc desc sorting on both columns?
 
Thanx!
I don't like beeps on my PC either.. Don't know how others think though. Any other professional sites beep?

By the way, @roadscape will you consider a worker proposal? I would support you especially when now referral rewards are somehow low for you, although BM have issued you some BROWNIE.PTS in the past.

I got the beep idea from Telegram :) but I've left it optional because I can imagine it being annoying for some...

Thank you for your support! I'm considering a worker proposal, and weighting it against some form of fundraiser as suggested in telegram..

Nope, no beep on android.
 
Any chance u could organize the hodlers into a table showing each users holdings like richlist and allow asc desc sorting on both columns?
 
Thanx!

Ah.. haven't tested on mobile.

Would the hodlers table show how much is in orders? Or just the accounts' balance?

oh yeah, i forgot about orders. richlist shows orders too, would be nice to have 3 sortable columns then please.

I've added the table w/ the 3 columns, but they are not sortable at the moment. Hope this works in the meantime! http://cryptofresh.com/a/OPENPOS

@roadscape in the history, CryptoFresh shows raw json for "proposal_delete_operation" instead of formatted description. See http://cryptofresh.com/u/abit

Thanks for the report.. fixed!

The rich list is awesome  +5%
Can you add a "total value" column to the rich list?
Can you format the numbers in rich list to same number of decimal places?

Glad you're finding it useful! Would the total value include debt, or would debt be subtracted from total value? Regarding formatting: I've added rounding for readability, with the option to turn it off to get precise values. Does that help?
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: kenCode on January 13, 2016, 07:20:47 am
WOO-HOOOOOOOOOO!!!!!!!!  +5% +5% +5% +5% +5%
Thank you SOOOOO much @roadscape it's gorgeous too!! :D
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: karnal on January 13, 2016, 10:48:30 am
Lookin' good. ;)
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: abit on January 13, 2016, 05:36:16 pm
The rich list is awesome  +5%
Can you add a "total value" column to the rich list?
Can you format the numbers in rich list to same number of decimal places?

Glad you're finding it useful! Would the total value include debt, or would debt be subtracted from total value? Regarding formatting: I've added rounding for readability, with the option to turn it off to get precise values. Does that help?
Imo total = balance + collateral + order - debt, does it make sense?

The rounding is helpful, thank you. But I mean the list for example http://cryptofresh.com/a/OPENBTC, balance of the first holder is 58, but the second is 0.895, the third is 2, you get it? Better if show them as 58.000, 0.895, 2.000 and right aligned so looks more beautiful.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: TravelsAsia on January 13, 2016, 09:01:19 pm
I'd love to see a MUSE richlist if that's anywhere on the radar.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: clayop on January 13, 2016, 09:06:29 pm
I'd love to see a MUSE richlist if that's anywhere on the radar.
http://muse.cryptofresh.com/a/MUSE
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on January 13, 2016, 09:11:31 pm
WOO-HOOOOOOOOOO!!!!!!!!  +5% +5% +5% +5% +5%
Thank you SOOOOO much @roadscape it's gorgeous too!! :D
Lookin' good. ;)

  8)

The rich list is awesome  +5%
Can you add a "total value" column to the rich list?
Can you format the numbers in rich list to same number of decimal places?

Glad you're finding it useful! Would the total value include debt, or would debt be subtracted from total value? Regarding formatting: I've added rounding for readability, with the option to turn it off to get precise values. Does that help?
Imo total = balance + collateral + order - debt, does it make sense?

The rounding is helpful, thank you. But I mean the list for example http://cryptofresh.com/a/OPENBTC, balance of the first holder is 58, but the second is 0.895, the third is 2, you get it? Better if show them as 58.000, 0.895, 2.000 and right aligned so looks more beautiful.


Ah.. I see, thanks.. I've added it to the todo list, should be easy.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: TravelsAsia on January 13, 2016, 09:12:20 pm
I'd love to see a MUSE richlist if that's anywhere on the radar.
http://muse.cryptofresh.com/a/MUSE

Thank you.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on January 13, 2016, 09:16:56 pm
Cryptofresh now supports HTTPS!

https://cryptofresh.com/

The switch seems to have gone smoothly, please let me know if you experience any hiccups.

Also, here's an experimental feature: http://cryptofresh.com/u/announce

Send a tip to the 'announce' account and it'll display your memo-message on Cryptofresh!
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: donkeypong on January 13, 2016, 09:18:06 pm
I'd love to see a MUSE richlist if that's anywhere on the radar.
One of my split personalities is catching up on you.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: TravelsAsia on January 13, 2016, 09:45:05 pm
I'd love to see a MUSE richlist if that's anywhere on the radar.
One of my split personalities is catching up on you.

I need more people to import their balances and get that quick BTC.  I'm there on MetaExchange ready to catch it.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: xeroc on January 14, 2016, 09:36:23 am
Cryptofresh now supports HTTPS!

https://cryptofresh.com/

The switch seems to have gone smoothly, please let me know if you experience any hiccups.

Also, here's an experimental feature: http://cryptofresh.com/u/announce

Send a tip to the 'announce' account and it'll display your memo-message on Cryptofresh!
very cool ..

you could extend this to a paid service by offering people to send you a private key and have an acount's message be decrypted on your page ..
then what we get is a blockchain based twitter :)
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: kenCode on January 14, 2016, 01:32:16 pm
Also, here's an experimental feature: http://cryptofresh.com/u/announce
Send a tip to the 'announce' account and it'll display your memo-message on Cryptofresh!

re: http://cryptofresh.com/b/2635592
@puppies "Incredible work guys. If we could reduce the fees for this, we could have a troll box. Keep up the good work."
 
Indeed. Sending the small 2 BTS donations in the mobile wallets, troll-box micro-transactions..
Yet more reasons why we need to implement % based fees ASAP, please.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: Akado on January 14, 2016, 05:29:15 pm
Could you fetch the volume of BitShares Asset Exchange from coinmarketcap? It would be really nice to see how volume evolves on the DAC! http://coinmarketcap.com/exchanges/bitshares-asset-exchange/

@roadscape
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: puppies on January 14, 2016, 07:21:34 pm
In the spirit of alts message to announce I have created twitter.puppies and changed the memo key to the same key as announce.  Any messages to twitter.puppies will show up unencrypted on cryptofresh, and in any wallet that has the memo private key of announce imported.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: bitacer on January 14, 2016, 07:27:42 pm
In the spirit of alts message to announce I have created twitter.puppies and changed the memo key to the same key as announce.  Any messages to twitter.puppies will show up unencrypted on cryptofresh, and in any wallet that has the memo private key of announce imported.

Could you tell us how yo did it step by step,  like we are 5  or 85 ? thank you
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: puppies on January 14, 2016, 08:40:38 pm
In the spirit of alts message to announce I have created twitter.puppies and changed the memo key to the same key as announce.  Any messages to twitter.puppies will show up unencrypted on cryptofresh, and in any wallet that has the memo private key of announce imported.

Could you tell us how yo did it step by step,  like we are 5  or 85 ? thank you

Its really easy and can be completed 100% inside the GUI.  I am at work, and don't have a GUI handy at the moment.

Basically you create an account.  I do this in the CLI, but you can do it in the GUI, or just have OL register a new account with you as the referrer. 

Once you have your account you select it and go to the permissions tab.  From there select the memo key tab towards the top.  Replace the current memo key with BTS6fUJfBNkD88eDmoBhHGu3r98aTnieVwwqZVSzkzDaxzF57c4ce then press submit.

It is very important that you change your memo key and not your owner or active key. 

All memos sent to this account will now be readable on cryptofresh.  If you want to be able to read them within your wallet.  You will need to import the memo private key into your wallet.  Off of memory that is click the options button.  Cick the very bottom button, its called account management console or something like that.  Then click import key, and paste that key in.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: abit on January 14, 2016, 10:53:49 pm
All memos sent to this account will now be readable on cryptofresh.  If you want to be able to read them within your wallet.  You will need to import the memo private key into your wallet.  Off of memory that is click the options button.  Cick the very bottom button, its called account management console or something like that.  Then click import key, and paste that key in.
What's the private key then?  ;)

Another issue, I suspect that once you changed memo_key, you will not be able to read the memos before the change.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: alt on January 14, 2016, 11:33:17 pm
All memos sent to this account will now be readable on cryptofresh.  If you want to be able to read them within your wallet.  You will need to import the memo private key into your wallet.  Off of memory that is click the options button.  Cick the very bottom button, its called account management console or something like that.  Then click import key, and paste that key in.
What's the private key then?  ;)

Another issue, I suspect that once you changed memo_key, you will not be able to read the memos before the change.
you still can read all your memos unless you have remove your pre memo key from your wallet
the relative public key is saved in the transaction
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: puppies on January 14, 2016, 11:55:50 pm


What's the private key then?  ;)

http://cryptofresh.com/b/1908074
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: abit on January 15, 2016, 12:23:12 am


What's the private key then?  ;)

http://cryptofresh.com/b/1908074
Thanks!
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: abit on January 16, 2016, 04:46:34 am
@roadscape Is it ok to make a remark on the fee schedule page, so that people will know that canceling an order will get fully refund of fees for created the order?
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: xeroc on January 16, 2016, 07:44:39 am
@roadscape Is it ok to make a remark on the fee schedule page, so that people will know that canceling an order will get fully refund of fees for created the order?
I eill also add this to the fee page in zge wallet next week ..
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on January 16, 2016, 09:45:37 pm
Could you fetch the volume of BitShares Asset Exchange from coinmarketcap? It would be really nice to see how volume evolves on the DAC! http://coinmarketcap.com/exchanges/bitshares-asset-exchange/

@roadscape

CMC actually gets the data from cryptofresh :) but it's pretty hacky. When the new market api is out I'll dig into it.. definitely want to see this data..

@roadscape Is it ok to make a remark on the fee schedule page, so that people will know that canceling an order will get fully refund of fees for created the order?

Yeah, no problem! What are the official rules for this? Isn't it like a 99.9% refund, as long as it's completely unfilled?
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: abit on January 16, 2016, 09:51:46 pm
Could you fetch the volume of BitShares Asset Exchange from coinmarketcap? It would be really nice to see how volume evolves on the DAC! http://coinmarketcap.com/exchanges/bitshares-asset-exchange/

@roadscape

CMC actually gets the data from cryptofresh :) but it's pretty hacky. When the new market api is out I'll dig into it.. definitely want to see this data..

@roadscape Is it ok to make a remark on the fee schedule page, so that people will know that canceling an order will get fully refund of fees for created the order?

Yeah, no problem! What are the official rules for this? Isn't it like a 99.9% refund, as long as it's completely unfilled?
It's 100% refunded because now it's free to cancel an order. The committee may consider adding a fee for canceling an order to prevent potential attacks.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: clayop on January 16, 2016, 09:57:45 pm
Could you fetch the volume of BitShares Asset Exchange from coinmarketcap? It would be really nice to see how volume evolves on the DAC! http://coinmarketcap.com/exchanges/bitshares-asset-exchange/

@roadscape

CMC actually gets the data from cryptofresh :) but it's pretty hacky. When the new market api is out I'll dig into it.. definitely want to see this data..

@roadscape Is it ok to make a remark on the fee schedule page, so that people will know that canceling an order will get fully refund of fees for created the order?

Yeah, no problem! What are the official rules for this? Isn't it like a 99.9% refund, as long as it's completely unfilled?
It's 100% refunded because now it's free to cancel an order. The committee may consider adding a fee for canceling an order to prevent potential attacks.
I already raised this issue to other members.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: abit on January 19, 2016, 12:11:00 am
asset_claim_fees_operation shows raw json. https://cryptofresh.com/u/committee-account
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on January 19, 2016, 12:43:11 am
asset_claim_fees_operation shows raw json. https://cryptofresh.com/u/committee-account

Thank you, it's formatted now
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: Akado on January 20, 2016, 01:21:59 am
Could you fetch the volume of BitShares Asset Exchange from coinmarketcap? It would be really nice to see how volume evolves on the DAC! http://coinmarketcap.com/exchanges/bitshares-asset-exchange/

@roadscape

CMC actually gets the data from cryptofresh :) but it's pretty hacky. When the new market api is out I'll dig into it.. definitely want to see this data..

@roadscape Is it ok to make a remark on the fee schedule page, so that people will know that canceling an order will get fully refund of fees for created the order?

Yeah, no problem! What are the official rules for this? Isn't it like a 99.9% refund, as long as it's completely unfilled?

It would be really useful to know if our volume is growing or not!

Btw, coinmarketcap reports $0 volume in the last 24 hours, is this true or are there any problems with them getting info from cryptofresh?
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on January 20, 2016, 04:06:01 pm
Could you fetch the volume of BitShares Asset Exchange from coinmarketcap? It would be really nice to see how volume evolves on the DAC! http://coinmarketcap.com/exchanges/bitshares-asset-exchange/

@roadscape

CMC actually gets the data from cryptofresh :) but it's pretty hacky. When the new market api is out I'll dig into it.. definitely want to see this data..

@roadscape Is it ok to make a remark on the fee schedule page, so that people will know that canceling an order will get fully refund of fees for created the order?

Yeah, no problem! What are the official rules for this? Isn't it like a 99.9% refund, as long as it's completely unfilled?

It would be really useful to know if our volume is growing or not!

Btw, coinmarketcap reports $0 volume in the last 24 hours, is this true or are there any problems with them getting info from cryptofresh?

Hmm.. for which pair is it showing 0 volume?
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: Akado on January 20, 2016, 04:08:17 pm
Could you fetch the volume of BitShares Asset Exchange from coinmarketcap? It would be really nice to see how volume evolves on the DAC! http://coinmarketcap.com/exchanges/bitshares-asset-exchange/

@roadscape

CMC actually gets the data from cryptofresh :) but it's pretty hacky. When the new market api is out I'll dig into it.. definitely want to see this data..

@roadscape Is it ok to make a remark on the fee schedule page, so that people will know that canceling an order will get fully refund of fees for created the order?

Yeah, no problem! What are the official rules for this? Isn't it like a 99.9% refund, as long as it's completely unfilled?

It would be really useful to know if our volume is growing or not!

Btw, coinmarketcap reports $0 volume in the last 24 hours, is this true or are there any problems with them getting info from cryptofresh?

Hmm.. for which pair is it showing 0 volume?

Whole DEX. That's why I found it strange. Now it's $5k which I think it's pretty good given we're up for a few months only. If we could keep this average and slowly increase it would be awesome. Let's see if we can reach 10-15k by the end of the year!

Btw, even though they have no volume, maybe coinmarketcap could add:
OPENDOGE:OPENBTC
OPENLTC:OPENBTC
OPENDASH:OPENBTC
OPENPPC:OPENBTC

maybe that way people know they have more pairs... Also why don't they just place btc instead of openbtc and bitusd and sum up the volume? it's just an iou like any other exchange but if people see that it may put them off « because they might not be sure what it is...
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: abit on January 20, 2016, 06:00:29 pm
Is it OK to list "standby" committee members and their opinions in the committee proposal page?
For example https://cryptofresh.com/p/1.10.63
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: Riverhead on January 20, 2016, 08:37:33 pm



Any chance of getting a link to the muse explorer on the BTS page and visa versa?
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: kenCode on January 23, 2016, 12:48:11 pm
on Cryptofresh, the "join committee" link is broken, it links to dead page: http://docs.bitshares.eu/user/Committee.html
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: abit on January 24, 2016, 07:57:36 am
Does it make sense to add balance of committee-member account and fee pool balances of committee-member owned assets (bitUSD etc) into https://cryptofresh.com/reserve?

Is there somewhere a chart of "current supply of BTS"?

Is there a chart about network income(fees) and/or income structure?
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: Shentist on January 24, 2016, 04:44:34 pm
what about a list of all existing accounts sorted when they are created and when they did the last operation on the network?

I am interested to have data about how many of the new created accounts are even used or just dead from the beginning.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on January 26, 2016, 01:16:42 am
I noticed the site was a bit sluggish so I'm restarting the witness node and a few other services. It will be back up soon!
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on January 26, 2016, 06:24:04 am
@roadscape Is it ok to make a remark on the fee schedule page, so that people will know that canceling an order will get fully refund of fees for created the order?

Added this but forgot to update you.. looks alright? https://cryptofresh.com/fees

Is it OK to list "standby" committee members and their opinions in the committee proposal page?
For example https://cryptofresh.com/p/1.10.63


Standby committee members can vote on proposals? I may be able to add this in, but would it help more than confuse the interface?

Any chance of getting a link to the muse explorer on the BTS page and visa versa?

Great idea.. done!

on Cryptofresh, the "join committee" link is broken, it links to dead page: http://docs.bitshares.eu/user/Committee.html

Thanks Ken, anyone know where this page moved to? I can't seem to find it.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on January 26, 2016, 06:24:46 am
Does it make sense to add balance of committee-member account and fee pool balances of committee-member owned assets (bitUSD etc) into https://cryptofresh.com/reserve?

Yes.. I think this does make sense to add the committee-account balance to the graph.. I've added it to the list.

Is there somewhere a chart of "current supply of BTS"?

There is currently no chart of current supply.. but I think it's generally just the inverse of the graph you see at https://cryptofresh.com/reserve. As reserve goes down, supply goes up. The only factor unaccounted for is burned BTS, but I think that's been pretty minimal thus far.

Is there a chart about network income(fees) and/or income structure?

The reserve chart shows network income minus expenditures. All collected fees go towards the reserve balance, and all worker/witness pay comes from the reserve balance iirc.

what about a list of all existing accounts sorted when they are created and when they did the last operation on the network?

I am interested to have data about how many of the new created accounts are even used or just dead from the beginning.

I think this could be a great candidate for a custom report.. I'm considering adding a collection of paid reports to help subsidize costs.. would you be willing to pay, say, 5 USD for such a report? :)
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: abit on January 26, 2016, 08:35:49 am
@roadscape Is it ok to make a remark on the fee schedule page, so that people will know that canceling an order will get fully refund of fees for created the order?

Added this but forgot to update you.. looks alright? https://cryptofresh.com/fees
Yes I've noticed that. A bit inconspicuous imo.

Quote
Is it OK to list "standby" committee members and their opinions in the committee proposal page?
For example https://cryptofresh.com/p/1.10.63


Standby committee members can vote on proposals? I may be able to add this in, but would it help more than confuse the interface?
That's how the committee works..
Before the review period, both active committee members and standby committee members vote on a proposal;
during the review period, stake holders vote on the committee members.

Quote
on Cryptofresh, the "join committee" link is broken, it links to dead page: http://docs.bitshares.eu/user/Committee.html

Thanks Ken, anyone know where this page moved to? I can't seem to find it.
This http://docs.bitshares.eu/bitshares/user/committee.html ?
Maybe better to check other links on CryptoFresh as well.

Does it make sense to add balance of committee-member account and fee pool balances of committee-member owned assets (bitUSD etc) into https://cryptofresh.com/reserve?

Yes.. I think this does make sense to add the committee-account balance to the graph.. I've added it to the list.

Is there somewhere a chart of "current supply of BTS"?

There is currently no chart of current supply.. but I think it's generally just the inverse of the graph you see at https://cryptofresh.com/reserve. As reserve goes down, supply goes up. The only factor unaccounted for is burned BTS, but I think that's been pretty minimal thus far.
People may be lazy to calculate by themselves.. so it's best if we already have one.

Quote
Is there a chart about network income(fees) and/or income structure?

The reserve chart shows network income minus expenditures. All collected fees go towards the reserve balance, and all worker/witness pay comes from the reserve balance iirc.
Imo an income chart is similar to the transaction/operation chart, data is classified by operations.

Thank you!  :D

Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: kenCode on January 26, 2016, 01:28:01 pm
on Cryptofresh, the "join committee" link is broken, it links to dead page: http://docs.bitshares.eu/user/Committee.html
Thanks Ken, anyone know where this page moved to? I can't seem to find it.

Not sure, paging @xeroc - thanx guys :)
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: xeroc on January 26, 2016, 02:22:52 pm
I am moving over to low-letter page names .. that's why Committee.html has changed to committee.html ... some very few pages are still left .. will make it more consistent over time ..
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: Shentist on January 26, 2016, 06:03:09 pm


what about a list of all existing accounts sorted when they are created and when they did the last operation on the network?

I am interested to have data about how many of the new created accounts are even used or just dead from the beginning.

I think this could be a great candidate for a custom report.. I'm considering adding a collection of paid reports to help subsidize costs.. would you be willing to pay, say, 5 USD for such a report? :)

i am not a marketer so no :D but i could think about something like - aggregated numbers for free and if some markets want to know more they could pay for a detailed version, or i am willing to pay
something and so you could offer some data on cryptofresh, but only if x amount is reached this month.

so like this data is available as long as i recieved 15.000 BTS on my account "marketer-info" or something like this.

i think this data is interesting for everybody so we should maybe "crowdsource" this money as well.

would be nice if the "recuring" payment would be available in the GUI we could make the first example to building features arround this :D
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: kenCode on January 26, 2016, 09:25:36 pm
on Cryptofresh, the "join committee" link is broken, it links to dead page: http://docs.bitshares.eu/user/Committee.html
Thanks Ken, anyone know where this page moved to? I can't seem to find it.

Not sure, paging @xeroc - thanx guys :)

I am moving over to low-letter page names .. that's why Committee.html has changed to committee.html ... some very few pages are still left .. will make it more consistent over time ..

@roadscape - please change the big C to a little c and all is well with your links to bitshares.eu, thanx guys :)
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: abit on January 26, 2016, 10:14:42 pm
on Cryptofresh, the "join committee" link is broken, it links to dead page: http://docs.bitshares.eu/user/Committee.html
Thanks Ken, anyone know where this page moved to? I can't seem to find it.

Not sure, paging @xeroc - thanx guys :)

I am moving over to low-letter page names .. that's why Committee.html has changed to committee.html ... some very few pages are still left .. will make it more consistent over time ..

@roadscape - please change the big C to a little c and all is well with your links to bitshares.eu, thanx guys :)
As I posted above, I think this one is better. http://docs.bitshares.eu/bitshares/user/committee.html
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on February 01, 2016, 03:23:21 am
@roadscape Is it ok to make a remark on the fee schedule page, so that people will know that canceling an order will get fully refund of fees for created the order?

Added this but forgot to update you.. looks alright? https://cryptofresh.com/fees
Yes I've noticed that. A bit inconspicuous imo.

Quote
Is it OK to list "standby" committee members and their opinions in the committee proposal page?
For example https://cryptofresh.com/p/1.10.63


Standby committee members can vote on proposals? I may be able to add this in, but would it help more than confuse the interface?
That's how the committee works..
Before the review period, both active committee members and standby committee members vote on a proposal;
during the review period, stake holders vote on the committee members.

Quote
on Cryptofresh, the "join committee" link is broken, it links to dead page: http://docs.bitshares.eu/user/Committee.html

Thanks Ken, anyone know where this page moved to? I can't seem to find it.
This http://docs.bitshares.eu/bitshares/user/committee.html ?
Maybe better to check other links on CryptoFresh as well.

Does it make sense to add balance of committee-member account and fee pool balances of committee-member owned assets (bitUSD etc) into https://cryptofresh.com/reserve?

Yes.. I think this does make sense to add the committee-account balance to the graph.. I've added it to the list.

Is there somewhere a chart of "current supply of BTS"?

There is currently no chart of current supply.. but I think it's generally just the inverse of the graph you see at https://cryptofresh.com/reserve. As reserve goes down, supply goes up. The only factor unaccounted for is burned BTS, but I think that's been pretty minimal thus far.
People may be lazy to calculate by themselves.. so it's best if we already have one.

Quote
Is there a chart about network income(fees) and/or income structure?

The reserve chart shows network income minus expenditures. All collected fees go towards the reserve balance, and all worker/witness pay comes from the reserve balance iirc.
Imo an income chart is similar to the transaction/operation chart, data is classified by operations.

Thank you!  :D

@abit - thank you for all the feedback! I agree with your input.. I will keep all this in mind, even if I can't make the changes yet (I am focusing on cleaning the backend and adding some new functionality)


on Cryptofresh, the "join committee" link is broken, it links to dead page: http://docs.bitshares.eu/user/Committee.html
Thanks Ken, anyone know where this page moved to? I can't seem to find it.

Not sure, paging @xeroc - thanx guys :)

I am moving over to low-letter page names .. that's why Committee.html has changed to committee.html ... some very few pages are still left .. will make it more consistent over time ..

@roadscape - please change the big C to a little c and all is well with your links to bitshares.eu, thanx guys :)

on Cryptofresh, the "join committee" link is broken, it links to dead page: http://docs.bitshares.eu/user/Committee.html
Thanks Ken, anyone know where this page moved to? I can't seem to find it.

Not sure, paging @xeroc - thanx guys :)

I am moving over to low-letter page names .. that's why Committee.html has changed to committee.html ... some very few pages are still left .. will make it more consistent over time ..

@roadscape - please change the big C to a little c and all is well with your links to bitshares.eu, thanx guys :)
As I posted above, I think this one is better. http://docs.bitshares.eu/bitshares/user/committee.html

Fixed!
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: Akado on February 07, 2016, 10:21:27 pm
price is for example, btc:bts, can we have it bts:btc? http://cryptofresh.com/a/OPENBTC

or a button to switch it? So it is consistent with the price showcased on other exchanges?

If you check here for exampel http://cryptofresh.com/a/OPEN.EMC people don't care about bts:emc they care about emc:btc
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on February 08, 2016, 10:08:52 pm
price is for example, btc:bts, can we have it bts:btc? http://cryptofresh.com/a/OPENBTC

or a button to switch it? So it is consistent with the price showcased on other exchanges?

If you check here for exampel http://cryptofresh.com/a/OPEN.EMC people don't care about bts:emc they care about emc:btc

Thank you for the feedback.. it sounds like for each asset, I should highlight the highest-volume trading pair, and display it whichever way people are most accustomed to. I will do this as part of the market rehaul I have planned.. just waiting on those new APIs!

In the meantime, I'm continuing to make backend upgrades and working to make the site more resilient against forks. There may be 15 minutes of downtime or so as I make some changes to the database in the next hour or two..
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: Akado on February 08, 2016, 10:19:28 pm
price is for example, btc:bts, can we have it bts:btc? http://cryptofresh.com/a/OPENBTC

or a button to switch it? So it is consistent with the price showcased on other exchanges?

If you check here for exampel http://cryptofresh.com/a/OPEN.EMC people don't care about bts:emc they care about emc:btc

Thank you for the feedback.. it sounds like for each asset, I should highlight the highest-volume trading pair, and display it whichever way people are most accustomed to. I will do this as part of the market rehaul I have planned.. just waiting on those new APIs!

In the meantime, I'm continuing to make backend upgrades and working to make the site more resilient against forks. There may be 15 minutes of downtime or so as I make some changes to the database in the next hour or two..

Ok. I say this from the perspective of outside people. They are expecting it to be an exchange and they're more used to btc pairs and also for the price to be displayed in satoshis.

Thanks
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: EstefanTT on February 15, 2016, 02:08:31 pm
I was looking for the SHAREBIT token and I only find this :

SHAREBITS  (innactive UIA / supply : 250,000)

There might be a small mistake, the actuall token with 250000 units is SHAREBIT (without"s") and it's active (at less there is buy and sell orders)
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on February 17, 2016, 09:09:35 pm
I was looking for the SHAREBIT token and I only find this :

SHAREBITS  (innactive UIA / supply : 250,000)

There might be a small mistake, the actuall token with 250000 units is SHAREBIT (without"s") and it's active (at less there is buy and sell orders)

Hmm.. there appears to be two similar assets:
https://cryptofresh.com/a/SHAREBIT - issued by browniedistro & active
https://cryptofresh.com/a/SHAREBITS - issued by sharebits & inactive
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on February 19, 2016, 01:13:29 am
Cryptofresh will be undergoing maintenance, back within thirty minutes.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: Akado on February 28, 2016, 11:39:23 pm
OpenLedger's referrals have continued the same 511 for a few days now when it has several registrations in the last hours. Is it not being updated? Or does it only count if the registered account has an amount superior to X worth of BTS / has made any transactionsm etc, as a way to filter spam accounts?
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on February 29, 2016, 09:20:54 pm
OpenLedger's referrals have continued the same 511 for a few days now when it has several registrations in the last hours. Is it not being updated? Or does it only count if the registered account has an amount superior to X worth of BTS / has made any transactionsm etc, as a way to filter spam accounts?

It shows and ranks by num_referred - num_registered, because sorting by num_registered showed more spam than marketing efforts. And I see that they stopped using https://cryptofresh.com/u/openledger-reg, so now that 'openledger' is *both* the registrar and referrer, the numbers cancel out.

You can see the 'Most accounts registered' chart here:
https://cryptofresh.com/charts

Combining the 2 charts crowds out the useful data, so it rules out the simple fix. I'm open to ideas.. maybe they could switch back to using openledger-reg? :)
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on March 04, 2016, 09:32:27 pm
Redesigned page: https://cryptofresh.com/assets -- The motivation for this is to (1) show the most interesting assets first, (2) to be able to check on DEX health at a glance, and (3) to encourage volume competition. I'll add a % change column soon and maybe graphs later on.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: Akado on March 04, 2016, 09:37:31 pm
Redesigned page: https://cryptofresh.com/assets -- The motivation for this is to (1) show the most interesting assets first, (2) to be able to check on DEX health at a glance, and (3) to encourage volume competition. I'll add a % change column soon and maybe graphs later on.

Nice, it is really cool now! Could you add the total volume on top? Top right corner of the table for example?

edit: how do you calculate for example OBITS volume? For example, in the OBITS/BTS pair, how do you decide where the volume goes to? BTS or OBITS? Or do some pairs repeat the volume? I mean, BTS trades against all of those pairs.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: abit on March 04, 2016, 10:04:45 pm
Redesigned page: https://cryptofresh.com/assets -- The motivation for this is to (1) show the most interesting assets first, (2) to be able to check on DEX health at a glance, and (3) to encourage volume competition. I'll add a % change column soon and maybe graphs later on.
Good job  +5%

Can you add "daily transfer volume" of each assets to the page? I think it makes much sense.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on March 04, 2016, 10:46:39 pm
Redesigned page: https://cryptofresh.com/assets -- The motivation for this is to (1) show the most interesting assets first, (2) to be able to check on DEX health at a glance, and (3) to encourage volume competition. I'll add a % change column soon and maybe graphs later on.

Nice, it is really cool now! Could you add the total volume on top? Top right corner of the table for example?

edit: how do you calculate for example OBITS volume? For example, in the OBITS/BTS pair, how do you decide where the volume goes to? BTS or OBITS? Or do some pairs repeat the volume? I mean, BTS trades against all of those pairs.

Done! https://cryptofresh.com/assets

To calculate total OBITS volume, I sum up OBITS volume across all markets it's traded in. To calculate BTS volume, I sum up all BTS that has moved in any of its markets. So perhaps the total 24hr volume needs to be divided by 2? (Since each half of the pair gets full credit.)
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on March 04, 2016, 10:50:20 pm
Redesigned page: https://cryptofresh.com/assets -- The motivation for this is to (1) show the most interesting assets first, (2) to be able to check on DEX health at a glance, and (3) to encourage volume competition. I'll add a % change column soon and maybe graphs later on.
Good job  +5%

Can you add "daily transfer volume" of each assets to the page? I think it makes much sense.

Thanks @abit! Great idea.. I'm pretty deep in market data for now.. but it does seem like xfer volume may almost be as important as trade volume.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: Akado on March 05, 2016, 11:32:06 am
Redesigned page: https://cryptofresh.com/assets -- The motivation for this is to (1) show the most interesting assets first, (2) to be able to check on DEX health at a glance, and (3) to encourage volume competition. I'll add a % change column soon and maybe graphs later on.

Nice, it is really cool now! Could you add the total volume on top? Top right corner of the table for example?

edit: how do you calculate for example OBITS volume? For example, in the OBITS/BTS pair, how do you decide where the volume goes to? BTS or OBITS? Or do some pairs repeat the volume? I mean, BTS trades against all of those pairs.

Done! https://cryptofresh.com/assets

To calculate total OBITS volume, I sum up OBITS volume across all markets it's traded in. To calculate BTS volume, I sum up all BTS that has moved in any of its markets. So perhaps the total 24hr volume needs to be divided by 2? (Since each half of the pair gets full credit.)

Yes I was thinking you would be counting volume twice. Maybe you need to divide it like you said?

Assume I buy 100000 bts with 0.3 BTC, shouldn't the volume be only either 100k bts OR 0.3 btc? Or both? 100k bts AND 0.3 btc were moved so I guess you don't need to divide it? I'm confused now

By cmc standars i guess you should divide it because they mention the market pairs. Obviously in our case it's impossible to show them because they are a lot. http://coinmarketcap.com/exchanges/bitshares-asset-exchange/
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on March 10, 2016, 10:55:44 pm
Redesigned page: https://cryptofresh.com/assets -- The motivation for this is to (1) show the most interesting assets first, (2) to be able to check on DEX health at a glance, and (3) to encourage volume competition. I'll add a % change column soon and maybe graphs later on.

Nice, it is really cool now! Could you add the total volume on top? Top right corner of the table for example?

edit: how do you calculate for example OBITS volume? For example, in the OBITS/BTS pair, how do you decide where the volume goes to? BTS or OBITS? Or do some pairs repeat the volume? I mean, BTS trades against all of those pairs.

Done! https://cryptofresh.com/assets

To calculate total OBITS volume, I sum up OBITS volume across all markets it's traded in. To calculate BTS volume, I sum up all BTS that has moved in any of its markets. So perhaps the total 24hr volume needs to be divided by 2? (Since each half of the pair gets full credit.)

Yes I was thinking you would be counting volume twice. Maybe you need to divide it like you said?

Assume I buy 100000 bts with 0.3 BTC, shouldn't the volume be only either 100k bts OR 0.3 btc? Or both? 100k bts AND 0.3 btc were moved so I guess you don't need to divide it? I'm confused now

By cmc standars i guess you should divide it because they mention the market pairs. Obviously in our case it's impossible to show them because they are a lot. http://coinmarketcap.com/exchanges/bitshares-asset-exchange/

I guess I'll leave it as-is unless someone provides a compelling case otherwise. IMO, the way it is now makes the most sense.. and looks better :)
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on March 10, 2016, 10:56:42 pm
New asset pages!
https://cryptofresh.com/a/USD
https://cryptofresh.com/a/MKR_OPEN.BTC

Feedback is appreciated, especially from a trader's perspective.. Any units to flip? Any obvious missing data?
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: tonyk on March 10, 2016, 11:07:25 pm
New asset pages!
https://cryptofresh.com/a/USD
https://cryptofresh.com/a/MKR_OPEN.BTC

Feedback is appreciated, especially from a trader's perspective.. Any units to flip? Any obvious missing data?

+ 1; + 1; + 1; + 1; + 1; + 1;
wow you a such a great dev...what was this ( not wise) movie business sidestep ::)

PS
I really hate giving this kind of suggestions (as they are personal preference more than anything else), but move the price to the leftmost(rightmost) column.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: abit on March 10, 2016, 11:26:46 pm
New asset pages!
https://cryptofresh.com/a/USD
https://cryptofresh.com/a/MKR_OPEN.BTC

Feedback is appreciated, especially from a trader's perspective.. Any units to flip? Any obvious missing data?
Like it!  +5%
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on March 11, 2016, 12:05:05 am
New asset pages!
https://cryptofresh.com/a/USD
https://cryptofresh.com/a/MKR_OPEN.BTC

Feedback is appreciated, especially from a trader's perspective.. Any units to flip? Any obvious missing data?

+ 1; + 1; + 1; + 1; + 1; + 1;
wow you a such a great dev...what was this ( not wise) movie business sidestep ::)

PS
I really hate giving this kind of suggestions (as they are personal preference more than anything else), but move the price to the leftmost(rightmost) column.

Thanks @tonyk.. everything starts from nothing ;D

But I'm not sure what you mean by leftmost-rightmost.. is this close? https://cryptofresh.com/a/USD
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on March 11, 2016, 12:08:43 am
Like it!  +5%

Great 8)

Do you guys think it's worth keeping account names on the bids/asks? I think it's nice to see who is providing liquidity.. as long as its not in the way..
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: tonyk on March 11, 2016, 12:27:07 am
But I'm not sure what you mean by leftmost-rightmost.. is this close? https://cryptofresh.com/a/USD
yep. exactly what I meant.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: abit on March 11, 2016, 08:29:07 am
@roadscape IMO worker list in https://cryptofresh.com/ballots need to be updated more frequently
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: xeroc on March 11, 2016, 10:07:13 am
very cool update!!
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on March 11, 2016, 01:27:45 pm
@roadscape IMO worker list in https://cryptofresh.com/ballots need to be updated more frequently

Currently it's updated every hour, that should be frequent enough right? What you might have noticed is that some workers don't show up until they get votes from one of the top ~25 voters/proxies. So if a votable object has no downvotes or upvotes, it will end up not showing at all. This was done to save computation time and minimize lookups, but does fail to paint the whole picture. I was thinking when negative votes are moved (next hardfork?) would be a good time to update & tune up this page.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: wuyanren on March 11, 2016, 05:17:26 pm
Why don't you add more language?
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: abit on March 11, 2016, 11:04:25 pm
@roadscape IMO worker list in https://cryptofresh.com/ballots need to be updated more frequently

Currently it's updated every hour, that should be frequent enough right? What you might have noticed is that some workers don't show up until they get votes from one of the top ~25 voters/proxies. So if a votable object has no downvotes or upvotes, it will end up not showing at all. This was done to save computation time and minimize lookups, but does fail to paint the whole picture. I was thinking when negative votes are moved (next hardfork?) would be a good time to update & tune up this page.
Yes that's what I mean. New worker is shown on workers page but not shown on voting reports page.
Good to know you've already thought of that. :)
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on March 18, 2016, 02:32:35 am
Why don't you add more language?

I'd be glad to, I would need a few days to work out technical hurdles (namely, serving multiple languages via web socket will require adding session/state complexity.. but it also opens options for other useful features).

Chinese is a high priority language to add. Who might be able to help with translations?
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on March 18, 2016, 02:33:55 am
New feature, instant search:
https://cryptofresh.com/
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: abit on March 18, 2016, 09:27:33 pm
New feature, instant search:
https://cryptofresh.com/
Great  +5%

Doesn't work with transaction ID?
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on March 19, 2016, 11:51:14 pm
New feature, instant search:
https://cryptofresh.com/
Great  +5%

Doesn't work with transaction ID?

It should be working with transaction ID. It requires you to paste either the first 8 or full 40 chars. I didn't think anyone would be typing them in by hand so I saved some processing power by not trying to match anything else. Could you try again? Or let me know which tx id isn't working?
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on April 07, 2016, 11:28:08 pm
Latest UI updates:
https://cryptofresh.com/charts
https://cryptofresh.com/u/stealth-mgmt
https://cryptofresh.com/a/USD
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: kenCode on April 08, 2016, 05:26:37 am
Latest UI updates:
https://cryptofresh.com/charts
https://cryptofresh.com/u/stealth-mgmt
https://cryptofresh.com/a/USD

The charts page is absolutely amazing, thank you for building the CF site and staying with it! +5%
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: tbone on April 08, 2016, 05:51:51 am
Latest UI updates:
https://cryptofresh.com/charts
https://cryptofresh.com/u/stealth-mgmt
https://cryptofresh.com/a/USD

Looks great!  By the way, even though you may not opt to add the 3 smaller charts I mentioned, the suggested orientation for the 9 tables would still be very logical and useful. 
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: donkeypong on April 08, 2016, 06:29:09 am
It just gets better and better. Terrific work on this site.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: tbone on April 15, 2016, 06:00:51 pm
A trend that would be great to visualize and follow is total value transacted on the DEX (excluding transfers).  So if you can put that on the daily chart, it would certainly be appreciated! 
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: bitimaru on April 16, 2016, 01:51:42 pm
A trend that would be great to visualize and follow is total value transacted on the DEX (excluding transfers).  So if you can put that on the daily chart, it would certainly be appreciated! 

 +5%
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on April 19, 2016, 10:44:24 pm
A trend that would be great to visualize and follow is total value transacted on the DEX (excluding transfers).  So if you can put that on the daily chart, it would certainly be appreciated!

I do like this suggestion, and it will be easy to do once I implement the next stage of tracking market data.

There are a still a few questions though, and they tie into numerous other features:
 - What units should "total volume" be in? (it should be relatively future-proof)
 - How do we draw the line between high confidence and low confidence volume figures? See https://cryptofresh.com/assets -- do we include TRUMP, and BTCPLUS? I created an algorithm that was effective for a time, but I've since had to blacklist some assets from the charts. Perhaps it's best to create a whitelist, but that requires ongoing maintenance and.. *shudder*.. politics.
 - How do we obtain the most accurate price for an asset A in terms of any given asset B?
  What's a CLINTON worth? https://cryptofresh.com/a/CLINTON
  What's a BTCPLUS worth? https://cryptofresh.com/a/BTCPLUS - $233, $0.384, or $229?
  (it could be volume-weighed, but over what time period? perhaps it needs to volume-weighed and also using EMA avg for each pair...)

It's possible to do something relatively quick just for this case (getting a line on a graph) but these questions will continue coming up as I get deeper into the market data. Many requested/planned features depend on a set of solid solutions here. These questions, and the application of their answers, is something to which I would want to dedicate at LEAST 1-2 weeks of my time.  But I'm definitely thinking about it (and a lot of other feature requests from everyone I haven't been able to address yett.. I haven't forgotten!! just takes time..)

TLDR - I very much want this feature but I see it as a small part of a bigger project.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: ncinic on June 11, 2016, 04:57:04 pm
Hey on the api could we get a list that gives the account plus all the bitshares (wallet, orders, collateral, vesting)
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: xeroc on June 11, 2016, 07:56:55 pm
Hey on the api could we get a list that gives the account plus all the bitshares (wallet, orders, collateral, vesting)
Its called 'get_full_accounts'
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: prebuffo on June 12, 2016, 07:13:55 am

  Hallo Roadscape, I am using Cryptofresh every day to analyze bitshares adoption. I realy need a couple of tool:

1) The total bts fee paid to the network on a daily basis (whit a graph)
2) A better graph were is possible to where you can vary the time frame and set a some mobile mean (at least just a weekly mobile mean)

 Total fee paid to the network expressed in bts (and if it is possible in bitcoin) is crucial to better understand the real network adoption.

Thanks in Advance
Paolo Rebuffo
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: prebuffo on June 14, 2016, 10:18:14 pm
  Any Reply?
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: bitsharesbrazil on June 15, 2016, 12:04:08 am
try this @roadscape @dannotestein
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: ripplexiaoshan on June 20, 2016, 10:59:50 am
Some of the UIA can not be displayed , it seems no information about them. for example, IOU.ABC and IOU.CNY.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: ripplexiaoshan on June 24, 2016, 03:24:19 pm
It has been fixed, thanks +5%
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on June 25, 2016, 05:15:40 pm

  Hallo Roadscape, I am using Cryptofresh every day to analyze bitshares adoption. I realy need a couple of tool:

1) The total bts fee paid to the network on a daily basis (whit a graph)
2) A better graph were is possible to where you can vary the time frame and set a some mobile mean (at least just a weekly mobile mean)

 Total fee paid to the network expressed in bts (and if it is possible in bitcoin) is crucial to better understand the real network adoption.

Thanks in Advance
Paolo Rebuffo

Hi @prebuffo, IIRC this was looked into it wasn't trivial with the current data. It requires a way to access historical CER data which is currently not indexed on my side nor in the core. The easiest way to get this data may be to replay the chain block by block and read the CER at each step. Then as you iterate over all the operations you would have the information required to convert UIA fees to the BTS equivalent. If we didn't have the ability to pay with UIA's it would be easier. But since many of our fees are already so low (and potentially free in the long run), isn't the number of transactions a better measure?
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: roadscape on June 25, 2016, 05:18:10 pm
It has been fixed, thanks +5%

Yes, I caught this the other day. For some reason Cryptofresh was having a hard time calculating USD values for some of the more illiquid tokens.. now you will see a '--' where dollar value could not be calculated!
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: hammurabi on July 18, 2016, 11:49:14 am
Dear @roadscape and community

I would like to say that cryptofresh.com is just super awesome information page and made me believe in BitShares once more :)

BitShares have lots of pages about it. Unfortunately many of them are dead, not updated, abandoned, 404, domain not found, etc.
This site makes huge difference.

Thank You.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: tehdos on July 23, 2016, 06:15:29 pm
Hai,

Can you do maybe guide for cryptofresh API on webpage? or somebody?

Thank you
:D
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: kenCode on July 23, 2016, 08:32:22 pm
Hai,

Can you do maybe guide for cryptofresh API on webpage? or somebody?

Thank you
:D

I know of this guide, if it helps you out:
http://docs.bitshares.eu
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: KenMonkey on August 13, 2016, 07:25:29 am
I've been puzzling over this issue for the last few days and weeks.
The bitUSD:BTS volume shows 0 on coinmarketcap. I wrote to them about it and referred them to cryptofresh to get the correct numbers, but then I check and the USD:BTS volume shows 0 on cryptofresh too!!
This is clearly wrong because I've been generating volume on that pair. lol. Also I can see in my BTS wallet that the volume is 1.47M BTS or 6.7K USD.  Adding this volume would bump the bitshares DEX up in the exchange volume rankings on coinmarketcap. One day I expect it'll be right at the top.

Please fix this as soon as possible! Anything I can do to help let me know.

Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: KenMonkey on August 13, 2016, 08:30:23 pm
@roadscape @xeroc
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: xeroc on August 17, 2016, 02:30:47 pm
I've been puzzling over this issue for the last few days and weeks.
The bitUSD:BTS volume shows 0 on coinmarketcap. I wrote to them about it and referred them to cryptofresh to get the correct numbers, but then I check and the USD:BTS volume shows 0 on cryptofresh too!!
This is clearly wrong because I've been generating volume on that pair. lol. Also I can see in my BTS wallet that the volume is 1.47M BTS or 6.7K USD.  Adding this volume would bump the bitshares DEX up in the exchange volume rankings on coinmarketcap. One day I expect it'll be right at the top.

Please fix this as soon as possible! Anything I can do to help let me know.
That's something only roadscape can fix .. he runs cryptofresh ..
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: KenMonkey on August 20, 2016, 09:22:24 pm
@xeroc we need to get in touch with him. Do you know any other way besides the bitshares forum? Perhaps a new blockchain explorer may be in order. This a foundational thing. If I can get in touch with @roadscape I'd be happy to help him maintain the site. I'd love to learn.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: KenMonkey on August 20, 2016, 09:26:56 pm
I have bloody Preston Bryne (@prestonjbryne) on twitter saying

"@KendallDix The only comment I'd make is that BitUSD volume is so weak that we should say that market is well and truly dead."

so annoying. He's wrong but I have to say something like no, he blockchain explorer is just broken. lol. not very convincing.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: Maddy56 on November 18, 2016, 04:11:24 pm
Great site and information.  Go on it a lot!  Notice the site hasn't been updated for several days.  Just wondering if that may happen soon?
  Thanks,
Maddy56
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: kinglaw0577 on March 08, 2017, 08:18:31 am
I found that account voting weight algorithm have a small problem, The correct
 voting weight algorithm should be in_orders + cashback_vb + balance.

see code  in db_maint.cpp
 751           uint64_t voting_stake = stats.total_core_in_orders.value
 752                 + (stake_account.cashback_vb.valid() ? (*stake_account.cashback_vb)(d).balance.amount.value: 0)
 753                 + d.get_balance(stake_account.get_id(), asset_id_type()).amount.value;


eg:
witness betaxtrade votes is 40924676.the voters are Harvey, abit, hellobts.
In cryptofresh, amount of three account voting weight is 22443346 + 10292041 + 8145731 = 40,881,118, it is a lot smaller than 40924676 .
calculated by the algorithm above ( in_orders + cashback_vb + balance). 22445269 + 10333043 + 8146091 = 40924403, this number is closer to betaxtrade's real votes "40924676".

So I estimate that algorithm of votes of cryptofresh is lack of cashback_vb.
Hope this problem will be corrected.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: renkcub on May 02, 2017, 03:43:31 pm
With the new record in fill orders we need a way to scale on Cryptofresh charts. can this be added?
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: R on May 08, 2017, 04:24:50 pm
Would you consider open-sourcing Cryptofresh if a worker proposal succeeded? Thanks
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: Permie on May 17, 2017, 06:33:44 pm
Hello Cryptofresh,
I have been using the site to view the total market cap of SmartCoins on the DEX, and compare it to the bts-MarketCap at the time. In an effort to inefficiently scrape some data on the ratio of SCMcap:BTSMcap over time.

For example I have noticed that the total market cap of smartcoins has dropped 50% since yesterday. Why?

Seeing as I am using the 'static' data on cryptofresh.com, I am assuming you get this data from the blockchan, could you also graph it?
I can see all the number for "right now", but i cant see them graphed over time.

Thanks

Thread of my findings:
16/05/17 at 15:15 GMT

BitShares Market Cap: $100,000,000
(coinmarketcap.com)

SmartCoin Market Cap: $6,300,000
(cryptofresh.com)

CryptoSphere Market Cap of: (As yet unknown at the precise time that the previous 2 figures were calculated, but 6 hours later it was $57,809,000,000)

BTS MCap / SmartCoinMCap = 15.8 BTS MCap is 15.8x larger than SmartCoin MCap

BitShares' market-share of the total CryptoSphere: ?


17/05/17 - 13:00GMT

BitShares Market Cap: $114,471,000
(coinmarketcap.com)

SmartCoin Market Cap: $3,243,000
(cryptofresh.com)

CryptoSphere Market Cap: $60,785,000,000
(coinmarketcap.com)

BTS MCap / SmartCoinMCap = 35 BTS MCap is 35x larger than it's SmartCoin MCap

BitShares' market-share of the total CryptoSphere: 0.188%

===============
Conclusions:

The Ratio of BTS-MCap: SC-MCap on the 16/05/17 was 15.8x.
After 1 day, the BTS:SC ratio is 35x.

The SC-MCap shrunk by 50%, whilst BTS-MCap grew by 14%.
This clearly suggests(?) that a large number of SmartCoin holders sold their SC in exchange for bts.

Did this change cause the bts price rise, or did the bts price rise cause the SC dump?

Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: xeroc on May 17, 2017, 06:44:32 pm
For example I have noticed that the total market cap of smartcoins has dropped 50% since yesterday. Why?
Easiest explanation is that those that had smart coins and wanted BTS just settled them. I saw some pretty big settlements recently in CNY and USD.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: v on July 16, 2017, 04:53:28 pm
Cryptofresh has an error showing bitCNY/ bit USD assets etc for the past few days, see eg: https://cryptofresh.com/a/CNY

Message is "Oops, an error occured."

Also note should be occurred not occured!
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: MessyCoin on July 18, 2017, 05:44:22 pm
I have voted for your delegate 'roadscape' and suggest others do too, as cryptofresh.com is a very valuable contribution to the BTS users, thanks alot!

Is http://muse.cryptofresh.com/ supposed to be online? I was looking for an explorer for MUSE.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: ironox on August 08, 2017, 06:12:17 am
BitShares Block Explorer
Chain reload in progress... we'll be back in a few minutes!

so many hours passed!
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: tonighthardy on August 08, 2017, 06:24:01 am
Wow, this is interesting. Thanks for sharing this information
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: cypof on September 17, 2017, 02:40:08 am
Hi, thanks for this explorer, very useful. Do you know why the margin calls table has been removed on pegged assets? Is there another way to know when a margin call is pending? thks
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: IdoKrauss on September 21, 2017, 02:14:48 pm
anyone knows why the prices and orderbook given by cryptofrash api are wrong? (outdated or just missing some orders/data?)
this is really annoying, im connected to about 200 exchanges and the bitshare exchange is the only exchange i cant get legit information from

any way i can get the correct data from the source without installing full node and quering my server for data?
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: oxarbitrage on September 21, 2017, 04:17:39 pm
anyone knows why the prices and orderbook given by cryptofrash api are wrong? (outdated or just missing some orders/data?)
this is really annoying, im connected to about 200 exchanges and the bitshare exchange is the only exchange i cant get legit information from

any way i can get the correct data from the source without installing full node and quering my server for data?

you can use : http://23.94.69.140:5000/get_order_book?base=BTS&quote=CNY
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: IdoKrauss on September 22, 2017, 08:28:48 am
anyone knows why the prices and orderbook given by cryptofrash api are wrong? (outdated or just missing some orders/data?)
this is really annoying, im connected to about 200 exchanges and the bitshare exchange is the only exchange i cant get legit information from

any way i can get the correct data from the source without installing full node and quering my server for data?

you can use : http://23.94.69.140:5000/get_order_book?base=BTS&quote=CNY

thanks mate, but this api has wrong data as well :(
(same result in both of the apis
http://88.99.6.22/api/market/depth?pair=bts_btc
http://23.94.69.140:5000/get_order_book?base=BTC&quote=BTS

both are not correct
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: oxarbitrage on September 22, 2017, 12:01:29 pm
what do you mean with wrong data exactly, this data came from the get_order_book api call into nodes. this is correct data of what the blockchain haves, the other place where you are comparing the data of this api calls output is what it is wrong.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: IdoKrauss on September 22, 2017, 12:18:20 pm
what do you mean with wrong data exactly, this data came from the get_order_book api call into nodes. this is correct data of what the blockchain haves, the other place where you are comparing the data of this api calls output is what it is wrong.

im comparing it to bitshares 2.0 exchange and openledger, both application and web versions showing wrong data, orderbook or last prices

https://bitshares.org/wallet/#/market/BTS_OPEN.BTC
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: oxarbitrage on September 22, 2017, 12:37:04 pm
you are maybe looking for the limit orders ?
http://23.94.69.140:5000/get_limit_orders?base=1.3.0&quote=1.3.121
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: IdoKrauss on September 22, 2017, 02:20:06 pm
you are maybe looking for the limit orders ?
http://23.94.69.140:5000/get_limit_orders?base=1.3.0&quote=1.3.121

i want to see all order types
where can i see the prices in the api method you mentioned?
{
    "deferred_fee": 0,
    "expiration": "2022-09-22T11:43:42",
    "for_sale": 154,
    "id": "1.7.29336511",
    "sell_price": {
      "base": {
        "amount": 62065958,
        "asset_id": "1.3.0"
      },
      "quote": {
        "amount": 404866,
        "asset_id": "1.3.121"
      }
    },
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: renkcub on September 28, 2017, 06:01:37 pm
Feature requests:

Make charts zoomable / change timeframe

Add charts for Assets Supply over time - so we can see them burned over time (OBITS)

Add charts for Trading Volume (in BTS, FIAT, etc.) over time for ALL Assets so we can viz tx volume on exchange, and not just vol of orders.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: ety001 on November 24, 2017, 05:30:00 am
I use the login page. But I cannot verify my BitShares account. I have sent 1 bts to cf-deposit with memo quqv8o. The block ID is  #22062829.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: Cur_tis on November 27, 2017, 08:05:18 am
Ok, thanks for the link  :)
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: renkcub on December 06, 2017, 12:02:56 am
Did Roadscape quit? No logins,  no responses...
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: zhukai7713 on December 10, 2017, 01:05:24 pm
I found an inconsistency between cryptofresh and bts blockchain.
During 8th December hardfork, I requested a bts withdrawal from zb exchange, zb executed the withdrawal through a transaction 2fe203733275865c5ad4e1f95ce515788048c40a.
This txid is missing in any bts client, but can be found in cryptofresh explorer.  and it is in zbsend's account page, but not in my private account  zhukai7713 page.
Can cryptofresh fix this error through upgrading client software or reparse the blockchain data.
I need contact zb exchange for my refund with a cryptofresh page as a reference.

 
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: lovegan007 on December 11, 2017, 09:34:42 am
Started building this as a debugging tool, and it's turning into something more interesting.
It's a little rough around the edges, but we thought you might enjoy a preview:

http://cryptofresh.com/

Nowhere near ready for production but certainly better than our "down for maintenance" page :)

The store will be back in due time, with some other fun features.

edit:

BTS Block Explorer: http://cryptofresh.com/
MUSE Block Explorer: http://muse.cryptofresh.com/

(http://8btc.com/data/attachment/forum/201712/10/195359l26pbpcf8n9rbg9g.png)

请修复或者删除掉这一段时间内硬分叉的记录,不然平台不认账了。
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: biophil on December 22, 2017, 01:57:52 pm
Hey, it is *extremely* frustrating that Cryptofresh doesn't provide information about collateralization for the various bitassets. You used to have a list of all open short positions for each of the smartcoins, but (apparently in the past month) that list has inexplicably disappeared. Why would you ever remove that crucial information?

TL;DR please give us back the information about collateral ratios for bitassets.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: R on December 26, 2017, 12:48:54 pm
Hey, it is *extremely* frustrating that Cryptofresh doesn't provide information about collateralization for the various bitassets. You used to have a list of all open short positions for each of the smartcoins, but (apparently in the past month) that list has inexplicably disappeared. Why would you ever remove that crucial information?

TL;DR please give us back the information about collateral ratios for bitassets.

It's now shown within the bitshares web/light clients.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: biophil on January 08, 2018, 04:21:35 pm
Hey, it is *extremely* frustrating that Cryptofresh doesn't provide information about collateralization for the various bitassets. You used to have a list of all open short positions for each of the smartcoins, but (apparently in the past month) that list has inexplicably disappeared. Why would you ever remove that crucial information?

TL;DR please give us back the information about collateral ratios for bitassets.

It's now shown within the bitshares web/light clients.

Ahhh, very good. Had to dig around a little, but there it is. I might never have found it if you hadn't pointed me there! Thanks!
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: crowetic on January 17, 2018, 11:20:51 pm
@developer


I have noticed some issues with the explorer for whatever reason not updating on my assets past a certain date... one of them stuck at one date the other stuck at another.

Now, all new holders past this date are not correct on the explorer.

Unfortunately, I had been using the explorer's API to calculate the dividends for the assets, and now all updates past the stuck date are not being taken into consideration...


Is there anything you can do about this? Thank you!


Here are the two assets in question...

http://cryptofresh.com/a/XMINE

and

http://cryptofresh.com/a/XSILVER

Thank you!
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: R on January 17, 2018, 11:43:19 pm
I too see 'Node replay in progress'.

Bear in mind there are the following alternative block explorers:
http://open-explorer.io/
http://bitshares-explorer.io/
https://btsapi.grcnode.co.uk/
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: crowetic on January 18, 2018, 12:56:09 am
I too see 'Node replay in progress'.

Bear in mind there are the following alternative block explorers:
http://open-explorer.io/
http://bitshares-explorer.io/
https://btsapi.grcnode.co.uk/

For whatever reason I'm not able to get my assets to show on either of the first two explorers, then I don't know how to acquire the 'API_KEY' for http://btsapi.grcnode.co.uk/get_asset?asset_name=USD&api_key=API_KEY

Do you know how to acquire the key for btsapi? Or is this something that I should inherently know and just don't? heh.

Either way, appreciate the assistance...


I really liked cryptofresh until it started showing incorrect data, and now it's causing me to not be able to payout the dividends on my assets, less I pay an incorrect amount.

Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: biophil on January 25, 2018, 06:07:16 pm
I too see 'Node replay in progress'.

Bear in mind there are the following alternative block explorers:
http://open-explorer.io/
http://bitshares-explorer.io/
https://btsapi.grcnode.co.uk/

Know who operates the first two? Their CSV download seems to be broken. I need a way to download my account history...
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: netcoord99 on July 10, 2018, 02:27:54 pm
I too see 'Node replay in progress'.

Bear in mind there are the following alternative block explorers:
http://open-explorer.io/
http://bitshares-explorer.io/
https://btsapi.grcnode.co.uk/

For whatever reason I'm not able to get my assets to show on either of the first two explorers, then I don't know how to acquire the 'API_KEY' for http://btsapi.grcnode.co.uk/get_asset?asset_name=USD&api_key=API_KEY

Do you know how to acquire the key for btsapi? Or is this something that I should inherently know and just don't? heh.

Either way, appreciate the assistance...


I really liked cryptofresh until it started showing incorrect data, and now it's causing me to not be able to payout the dividends on my assets, less I pay an incorrect amount.

I can see whats in your account too "customminer" and that is my complaint! bts.ai does it too and so you cannot use the same name in here as you do in Bitshares.
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: Aleksandr Kwaskoff on December 12, 2018, 01:38:22 pm
Who can support?
I send 1 BTS with memo for verification account at http://cryptofresh.com/login/reset
And.. It doesn't work :(
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: R on September 22, 2022, 07:40:26 pm
Hey,

How's the chain reindex going for cryptofresh?

Looking forwards to it being fully operational once again.

Cheers
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: wantmore on October 11, 2022, 05:08:29 pm
Hey,

How's the chain reindex going for cryptofresh?

Looking forwards to it being fully operational once again.

Cheers

They have been re-indexing for close to 6 months  :-\ Time to bring it back :o
Title: Re: Cryptofresh Block Explorer + MUSE now available
Post by: R on January 10, 2023, 09:16:22 pm
Could you make your explorer open source if you're not going to fix it?

Thanks