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 populatebridge.account_notifications
- Incorrect notifications message ($ instead of BLURT)bridge.get_discussion
- No observer may be specified in querybridge.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)
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 :(
the
condenser_api.get_config
worked fine but for thedatabase_api.list_witness_votes
I have thisTry again now, rpc-proxy config is just missing
jsonrpc
anddatabase_api
doesn't need appbase translation.Yep, everything is perfect 👍