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
The ROOT data analysis framework is widely utilized in High Energy Physics (HEP) and features its own file output format (.root). It seamlessly integrates with software developed in C++, while for Python users, there is an interface called pyROOT. However, pyROOT has compatibility issues with python3.4. To address this, broot is a compact library designed to transform data stored in Python's numpy ndarrays into ROOT files, structuring them with a branch for each array. This library aims to offer a standardized approach for exporting Python numpy data structures into ROOT files. Furthermore, it is designed to be portable and compatible with both Python2 and Python3, as well as ROOT versions 5 and 6, without necessitating changes to the ROOT components themselves—only a standard installation is needed. Users should find that installing the library requires minimal effort, as they only need to compile the library once or choose to install it as a Python package, making it a convenient tool for data analysis. Additionally, this ease of use encourages more researchers to adopt ROOT in their workflows.
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
broot
Website
pypi.org/project/broot/