eduffield222
New member
We desire to make a fully functional prototype masternode, which is armed with a GPU and software capable of offloading the transaction elipicial curve cryptography checks from the dash-core daemon to the dash-core-gpu implementation.
This is going to consist of a few pieces
- GPU Implementation of EC cryptographic code
- A Bridge implementation, with lock-safe / multi-threaded implementation within the block-checking code of dash-core
- Configuration data to be added to dash-core to allow switching from stand-alone blockchecking to accelerated block checking.
Please help to determine the best implementation strategy to add this to dash-core. We can have the conversation here and rework the implementation strategy to suit the requirements discovered below.
Thanks for the help!
This is going to consist of a few pieces
- GPU Implementation of EC cryptographic code
- A Bridge implementation, with lock-safe / multi-threaded implementation within the block-checking code of dash-core
- Configuration data to be added to dash-core to allow switching from stand-alone blockchecking to accelerated block checking.
Please help to determine the best implementation strategy to add this to dash-core. We can have the conversation here and rework the implementation strategy to suit the requirements discovered below.
Thanks for the help!