create account

Proof of Brain.Blog by leprechaun

View this thread on: hive.blogpeakd.comecency.com
· @leprechaun ·
$0.99
Proof of Brain.Blog
Yesterday ProofofBrain.blog got 5 000 hits from non-crawler traffic.  

# Promotion and Boosters?

Would any of you like to promote your posts on Proof of Brain?  It requires source code level changes as ecency is not as open source as I once thought.  So, I'd have to re-engineer it.

The best thing about boosters is you can keep selling them.  Phizer taught me that.

👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorleprechaun
permlinkproof-of-brain-blog
categoryhive-150329
json_metadata{"tags":["hive-150329","profoofbrain.blog","proofofbrain","pob","frontend"],"app":"localhost/3.0.18","format":"markdown+html"}
created2021-11-01 19:27:09
last_update2021-11-01 19:27:09
depth0
children6
last_payout2021-11-08 19:27:09
cashout_time1969-12-31 23:59:59
total_payout_value0.501 HBD
curator_payout_value0.484 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length371
author_reputation43,025,812,810,398
root_title"Proof of Brain.Blog"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id107,440,882
net_rshares876,823,865,215
author_curate_reward""
vote details (43)
@jaxsonmurph ·
Ha ha selling those boosts is big business in todays climate, who better to learn that from than Phizer.



---

<center><sub>Posted via [proofofbrain.io](https://www.proofofbrain.io/@jaxsonmurph/r1x5j6)</sub></center>
properties (22)
authorjaxsonmurph
permlinkr1x5j6
categoryhive-150329
json_metadata{"tags":["proofofbrain"],"app":"proofofbrain/0.1","canonical_url":"https://www.proofofbrain.io/@jaxsonmurph/r1x5j6"}
created2021-11-02 00:33:03
last_update2021-11-02 00:33:03
depth1
children0
last_payout2021-11-09 00:33:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length218
author_reputation7,384,982,996,914
root_title"Proof of Brain.Blog"
beneficiaries
0.
accountproofofbrainio
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,446,756
net_rshares0
@penderis ·
$0.02
lol, that Pfizer line is a bar. What is the ecency license? Not MIT? 
👍  ,
properties (23)
authorpenderis
permlinkre-leprechaun-r1wvtc
categoryhive-150329
json_metadata{"tags":["hive-150329"],"app":"peakd/2021.09.1"}
created2021-11-01 21:03:12
last_update2021-11-01 21:03:12
depth1
children3
last_payout2021-11-08 21:03:12
cashout_time1969-12-31 23:59:59
total_payout_value0.011 HBD
curator_payout_value0.010 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length69
author_reputation153,480,448,063,664
root_title"Proof of Brain.Blog"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,442,762
net_rshares21,391,528,359
author_curate_reward""
vote details (2)
@leprechaun ·
$0.04
[M.I.T.](https://github.com/ecency/ecency-vision/blob/development/LICENSE)  BUT, (big but) the part of it that handles notifications, and a whole lot of other things including glue code that allows us to use the search server, promotions, and boosters is part of another closed source project.  Also Logins required the private key of the ecency user for it to work as well.  This is something I had to spend a lot of time on getting to work properly.

In addition, there was a whole lot of missing information on how to setup a website with the software.  Like how to setup Apache, so you could have SSL.

All the while, I know it takes effort to work software that will work on other computers than the one you are using.  It also takes testing for you don't know what libraries your software needs to have installed until you try to install your stuff on a virgin computer and find out you need X, Y and Z to run the stuff you wrote which seems to run fine without you needing to install anything other than V and W.  And that must not have been a priority.
👍  
properties (23)
authorleprechaun
permlinkre-penderis-2021111t182424340z
categoryhive-150329
json_metadata{"tags":["hive-150329"],"app":"localhost/3.0.18","format":"markdown+html"}
created2021-11-01 21:24:24
last_update2021-11-01 21:24:24
depth2
children2
last_payout2021-11-08 21:24:24
cashout_time1969-12-31 23:59:59
total_payout_value0.021 HBD
curator_payout_value0.022 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,060
author_reputation43,025,812,810,398
root_title"Proof of Brain.Blog"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,443,188
net_rshares39,064,975,341
author_curate_reward""
vote details (1)
@penderis ·
Yeah I can imagine documentation is definitely a big issue. Also, I am not a fan of ecencies aggressive caching but I get why they do it. The key part I think never leaves the device so you might have to look at that, although it requires the key it encodes that with the timestamp etc etc I think if you use the key directly - I think the hive recipe section or old steem docs somewhere show how if need to use posting auth direct to mimick a login, ideally you just want to force keychain. 

Notifications are now built into the chain aren't they? If you mark your notifications as read go check on hiveblocks it is a customjson operation so with that you at least have direct @ barebones style notifications, although I think that includes all votes above the dust threshold also. 

Obviously I am just spitballing but for everything else I agree, I think without proper docs setting it up and maintaining an install will be a nightmare. Then again it just takes time really. Compare that to building or modifying the condenser? React? or are they both built in react or something? I think Leo is built in Vuejs. 

For your local env I would say use docker if you are not, then if you are looking for a cheap server with plenty of space you can try CONTABO. 

I think the boosters etc or custom token stuff you can possibly reverse engineer, since they mainly rely on burning a token then your part would be tracking the expiration for that? 

Anyway, interested to see what alternative you have to ecency , unless outposts v2 is that alternative? 
properties (22)
authorpenderis
permlinkre-leprechaun-r1wxhd
categoryhive-150329
json_metadata{"tags":["hive-150329"],"app":"peakd/2021.09.1"}
created2021-11-01 21:39:15
last_update2021-11-01 21:39:15
depth3
children1
last_payout2021-11-08 21:39:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,551
author_reputation153,480,448,063,664
root_title"Proof of Brain.Blog"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,443,485
net_rshares0
@readthisplease ·
Yeah I would like to promote my post. Always wished there was an option for that
properties (22)
authorreadthisplease
permlinkre-leprechaun-2021111t204135333z
categoryhive-150329
json_metadata{"tags":["hive-150329","profoofbrain.blog","proofofbrain","pob","frontend"],"app":"ecency/3.0.19-vision","format":"markdown+html"}
created2021-11-01 19:41:36
last_update2021-11-01 19:41:36
depth1
children0
last_payout2021-11-08 19:41:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length80
author_reputation728,843,737,129,477
root_title"Proof of Brain.Blog"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,441,208
net_rshares0