Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standalone miner #208

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

Standalone miner #208

wants to merge 20 commits into from

Conversation

aivve
Copy link
Collaborator

@aivve aivve commented Jan 10, 2023

WIP, do not merge.

Restore standalone miner. It can be used in the local networks, e.g. having one PC with a daemon and the miner on the rest bunch of the computers. Miners request hashing blobs from the daemon, payload is about 60 Mb now so not sure it's suitable for a remote daemon.

This is proof of concept and can be improved to download only new blobs and add them to the internal miner's cache.

@aivve
Copy link
Collaborator Author

aivve commented Jan 10, 2023

Unfortunately, std::vector<BinaryArray> seems not to be transferred correctly via RPC due to the JSON bug? Therefore had to use 'strings'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant