How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
hashring is a consistent hashing algorithm for Node.js that is compatible with libketama and python's hash_ring package
HashRing is a Node‑.js library that implements consistent hashing compatible with libketama (used by memcached) and Python’s hash_ring package. It lets developers create a hash ring of servers—supporting weights, virtual nodes, custom hash functions, and dynamic add/remove operations—so they can reliably map keys to servers for distributed caching or sharding. The module is aimed at backend engineers building scalable, fault‑tolerant services that need deterministic key placement across multiple nodes.