Author

Topic: Cryptonote Developers Join Us here (Read 134 times)

newbie
Activity: 26
Merit: 0
September 09, 2019, 02:07:11 AM
#2
Dear Sir

May China got many developer for your project ,
I could introduce some for you. contact me with email
[email protected]

member
Activity: 421
Merit: 97
September 06, 2019, 11:01:05 AM
#1
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

EDIT

We 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
Jump to: