Average Ratings 0 Ratings
Average Ratings 0 Ratings
Description
Eloipool is a fast Bitcoin pool server developed using Python3, designed to support merged mining through the setworkaux/gotwork RPC interface. However, it does not offer longpolling capabilities for auxiliary chains, resulting in empty and longpoll merkle roots being generated only when necessary, while avoiding regeneration when CoinbaseAux changes occur. Consequently, shares discovered by miners using getwork after a longpoll are typically stale on the auxiliary chains, but this issue is not present for GBT or stratum miners. Eloipool was the first pool server to implement getmemorypool for its internal work generation, although PSJ and ecoinpool have since adopted similar methods and made early announcements. The server incorporates an optimized merkle tree generator that efficiently executes the minimal steps required to produce numerous merkle trees swiftly. Additionally, it maintains a fixed-size buffer filled with current merkle trees, ensuring they are ready to be dispatched promptly upon receiving getwork requests, and it also constructs a buffer of clear merkle trees, which contain no transactions aside from the subsidy, to be sent out immediately in response to longpoll requests. This design not only enhances performance but also ensures that miners experience minimal delays when submitting their shares.
Description
OrbitDB functions as a decentralized, serverless, peer-to-peer database that leverages IPFS for data storage and utilizes Libp2p Pubsub for seamless synchronization among peers. It incorporates Merkle-CRDTs to facilitate conflict-free writing and merging of database entries, making it ideal for decentralized applications, blockchain projects, and web apps designed to operate primarily offline. The platform provides a range of database types that cater to distinct requirements: 'events' serves as immutable append-only logs, 'documents' allows for JSON document storage indexed by specific keys, 'keyvalue' offers conventional key-value pair storage, and 'keyvalue-indexed' provides LevelDB-indexed key-value data. Each of these database types is constructed on OpLog, a structure that is immutable, cryptographically verifiable, and based on operation-driven CRDT principles. The JavaScript implementation is compatible with both browser and Node.js environments, while a version in Go is actively maintained by the Berty project, ensuring a wide range of support for developers. This flexibility and adaptability make OrbitDB a powerful choice for those looking to implement modern data solutions in distributed systems.
API Access
Has API
API Access
Has API
Pricing Details
No price information available.
Free Trial
Free Version
Pricing Details
Free
Free Trial
Free Version
Deployment
Web-Based
On-Premises
iPhone App
iPad App
Android App
Windows
Mac
Linux
Chromebook
Deployment
Web-Based
On-Premises
iPhone App
iPad App
Android App
Windows
Mac
Linux
Chromebook
Customer Support
Business Hours
Live Rep (24/7)
Online Support
Customer Support
Business Hours
Live Rep (24/7)
Online Support
Types of Training
Training Docs
Webinars
Live Training (Online)
In Person
Types of Training
Training Docs
Webinars
Live Training (Online)
In Person
Vendor Details
Company Name
Eloipool
Website
github.com/luke-jr/eloipool
Vendor Details
Company Name
OrbitDB
Country
United States
Website
orbitdb.org