you must send exactly a transaction of 50000 masternodecoin + fees, remember that to a new address. wait for the necessary confirmations, and then generate the private key.
Can you show me with capture image how can i do this transcation of 50000 masternodecoin ?
look, you can use this command in the terminal if you are in linux:
1. generate a new wallet
./Masternodecoind getnewaddress Masternode
2. to the generated wallet you will send the 50000 coins with the following order, that means that you should have 50002 in funds to pay the commissions of the transaction
./Masternodecoind sendtoaddress wallet 50000 (amount to be sent)
3. you wait for the confirmations and with the following order you show the ID of the transaction with a: 1 or a: 0
./Masternodecoind masternode outputs
so
Transaction ID: 1
4. generate the key with the following command
./Masternodecoind masternode genkey
the rest is to follow the tutorial that is in the post-main
I'm on windows 7 64bits , how can i have or transfer 50002 in funds ?
When i write ./Masternodecoind on console he show me this message Method not found (code -32601) how can i resolve that problem?
hi man , did you see the guide for masternode https://docs.google.com/document/d/11WnHDlVmNCTZDnrn8yQYXE21PRBn8h6A5bQiaVpn6Ts/edit?usp=sharing
it's clear to set up masternode in win system /