christianskovly / pieChain

Basic blockchain for raspi
0 stars 0 forks source link

Limit Nodes to Rsp Pi/Clone Boards #12

Open choir27 opened 3 months ago

choir27 commented 3 months ago

Check current device to limit the nodes to raspberry pi / clone boards

Security should be the priority while implementing this feature Will require a 3rd party module/tool/library, requires further research

christianskovly commented 3 months ago

Check out this project.

https://github.com/revoxhere/duino-coin

They limit all mining to low power devices. The lower the power the more they mine.

choir27 commented 3 months ago

Thank you for the resource, will definitely check it out for reference!