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

Miner running in the browser #4

Open
neoneye opened this issue Aug 10, 2021 · 0 comments
Open

Miner running in the browser #4

neoneye opened this issue Aug 10, 2021 · 0 comments
Labels
miner LODA-RUST miner

Comments

@neoneye
Copy link
Collaborator

neoneye commented Aug 10, 2021

DONE: The miner can fetch existing programs on demand.

Run wasm code in a separate worker, without blocking the ui.

The server has a bloom filter with all the pending oeis sequences that is yet to be mined. This is how the miner already works.

When there is a candidate program, then it would have to be uploaded to a server.

The server will have to validate incoming candidate programs. How precise are they.
If they are good, then add the program to the repository.

@neoneye neoneye changed the title LODA miner running in the browser Miner running in the browser Sep 1, 2021
@neoneye neoneye added the miner LODA-RUST miner label Nov 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
miner LODA-RUST miner
Projects
None yet
Development

No branches or pull requests

1 participant