You are viewing a single comment's thread from:

RE: 3 Month Retrospective

in #steemit5 years ago

Well the best solution would be to make it decentralized, but honestly that would probably take a lot of computing power, essentially making it a very hard sell for the witnesses who would be the ones paying the price. The way you get everyone to adapt it is simple: make them an offer they can't refuse, and since they won't bear any costs and it basically is a much requested feature, all one needs to do is host the feature and make the code available to be audited.

Posted using Partiko Android

Sort:  

{'type':'view', 'timestamp':'<<timestamp>>,' block':<<blocknum>>, 'json':{'ip' :'8.383.849.11', 'account':''}}

Is what a view would look like on the chain. Literally bytes of data, not even kilobytes. And every transaction we have makes our blocktivity ranking go up. Steem witnesses used to process ten times as many transactions as they do now, and that was before mira made node costs a fraction of what they were before.

Very little. Whenever you refresh steemit.com you'd be using more bandwidth and processing on comments and votes (which are tallied the same way) than on tallying views. Counting is bread and butter for a computer. And counting the votes could even be done clientside (on the users phone or Web browser).

That's why the chain would keep an ip address, so refreshing wouldnt count as a different page view. But you are right, an account would need to sign the transaction, so maybe it could come from the @null account or the interface owners account on behalf of users who aren't logged in.