blurtdev.techcoderx.com dev API

in dev •  2 years ago  (edited)

blurtdev_api.png

Announcing https://blurtdev.techcoderx.com Blurt API node for development purposes. Served using rpc-proxy.

This API node is running using under-used server resources that I currently have, and may be decommissioned if I need to reclaim resources. Therefore, this API is not recommended for production use (although feel free to use while it is available).

Known issues

I probably will not fix these. If you discover more issues than the ones listed below, please leave a comment below.

  • bridge.get_profile - Account needs to go though some updates during live sync after performing initial sync for metadata to populate
  • bridge.account_notifications - Incorrect notifications message ($ instead of BLURT)
  • bridge.get_discussion - No observer may be specified in query
  • bridge.list_subscribers - Limit doesn't work

Server resource statistics

blurtd (v0.8.2, all plugins)

block_log file size: 13 GB
shared_memory.bin file size (stored in /dev/shm): 4.7 GB
account-history-rocksdb-storage folder size: 15 GB
blockchain folder size: 27 GB

blurtmind (actual name TBD)

Output of SELECT pg_size_pretty( pg_database_size('hive') );
Database size: 8.5 GB
RAM usage: 2 GB (probably can be run with 1GB shared_buffers)

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE BLURT!
Sort Order:  
  ·  2 years ago  ·   (edited)

Thanks! You're the only one where the method account_history_api.enum_virtual_ops works 👍

I can't retrieve all the methods available on your API :(

Screenshot 2022-10-03 112748.jpg

the condenser_api.get_config worked fine but for the database_api.list_witness_votes I have this

Screenshot 2022-10-03 112921.jpg

  ·  2 years ago  ·  

Try again now, rpc-proxy config is just missing jsonrpc and database_api doesn't need appbase translation.

  ·  2 years ago  ·  

Yep, everything is perfect 👍