Looking for
extraordinary people who can solve problems with dedication and
passion to take part in releasing an open source project.
You need to have experience in C++ (MUST) and
potential experience with cryptonote (not necessary) (
https://github.com/cryptonotefoundation/cryptonote )
The blockchain has been already done & successfully deployed on all platforms
but we're looking for someone who can help us develop a specific bit:
implementing the logic of taking a percentage X from miners and rewarding the parent company
(Believe me it's for a very good reason you will DEFINITELY like and approve).
The project is done in good faith, therefore we are looking for individuals with high ethical standards and professionalism
You can leave a reply here or contact me on telegram @CristianOff
EDITWe have been contacted by numerous developers.
We brainstormed and identified that the best way is to take
the private view key of the wallet. This could be difficult if
you did not fork monero which has solved this issue. Instead,
we used the cryptonote code to make sure we progress in a
different way and not be just another monero fork.
The process of getting the private view key on CryptoNote
(credits go to
https://github.com/zpalmtree who I really recommend following)
Open your daemon,
create a wallet with simplewallet, then open the wallet in walletd.
./walletd --container-file walletName.wallet --container-password thePassword
While this wallet is open, open another terminal and run:
curl -d '{"jsonrpc":"2.0","id":1,"method":"getViewKey","params":{}}'
http://localhost:8070/json_rpc