As it currently stands, anyone wanting to botnet this coin would have two options:
Modify and recompile the code to remove the GUI and run in the background
Write a compatible miner, and modify the PascalCoin code to act like a pool
It'd be a lot easier to just modify PascalCoin to enable RPC functionality, and write a GPU miner.
I'm working in RPC functionality, but I need some help in concepts.
Which kind of methods need?
(Imagine a RPC-JSON)
Is there a standard of function names and expected functionality? Or, if not a standard, a website explaining a well known RPC functions for cryptocurrency.
Thanks
Here you go:
https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)
https://bitcoin.org/en/developer-reference#bitcoin-core-apis (New)
https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list (Old)
https://code.google.com/archive/p/fpbitcoin/ (Pascal Bitcoin Client)