-
Notifications
You must be signed in to change notification settings - Fork 12
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
To create wallet #5
Comments
I do not understand your question, please elaborate, thanks. |
We need to add our wallet address before mining. Which is the particular directory or is there procedure for that |
The original plan is to port Ethminer to Xilinx U50 card with two steps. The first step is measure performance od ethash on U50, and then integrate it to Ethminer. In the first step, it is found the performance is too slow (see README), so I release the work to GitHub for getting help. If there is a way to improve ethash performance, it is easy to make it work on Ethminer. This project does not provide a full miner program, it is just a demo of ethash on Xilinx U50, so it does not need to provide the wallet address. |
Thank You ,do you have any idea how that can be done |
Is there the need for vitis to bulid ethash?if yes,can I know the procedure |
Yes, it is needed to install Vitis to build this project. The ethash implementation is copied from Ethminer project which is written in OpenCL. |
ethash is the only thing that needs to be build in vitis? |
This comment has been minimized.
This comment has been minimized.
I am not expert at Xilinx programming, the following link is my post for performance issue. It is believed |
Thank You |
How do you create wallet for this particular project
The text was updated successfully, but these errors were encountered: