Hi, got a problem in setting up a masternode. Like to do it with nodehub.io.
Did all in a right way (i think/hope) but dont runs. Download newest version (10.7.3)
after download runs full synchron-> changed the masternode.conf (add xxxxxxxxxxxxxxxxxxxxxxxx 00.000.000.00:00000 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx00
) -> didnt run (error ) -> add "txindes=1" -> didnt run -> clean masternode.conf -> runs again full synchron
Error is : Enabling Masternode support requires turning on transaction indexing. Please add txindex=1 to your configuration and start with -reindex (-reindex in console doesnt help, unknown)
Yes - i have set a passphrase. When i change in the running wallet the msternode.con and write in the console "masternode start-alias "xxxxxxxxxxxxxxxx" walles says "your wallet is locked, passphrase is required (code-1) but cant fill anywhere the passphrase. When i go to masternodes tab and click "start all" or start missing" i will asked for the passphrase and fill in. but wallet cant find any own masternode.
What i do wrong ?
thanks for help
There is no detailed version, this is a simple tutorial, I hope to help you.
If the steps are correct, you must be able to view the master node
1.First quark wallet takes up about 3G memory,So you need to rent a server with at least 4 gigabytes of memory
2.Install Quark wallet on the server,And download the block file and paste it in the Quarkcoin folder
3.Create a new collection address in your wallet and send 10,000 QRK to it
4.Type the command “masternode genkey” and “masternode outputs” ,Save the resulting content
5.open Quarkcoin.conf and input
“
server=1
listen=1
daemon=1
rpcuser=aaaa
rpcpassword=123456
txindex=1
masternode=1
externalip=Your public IP
masternodeprivkey=“masternode genkey”
”
6. open masternode.conf and input
name publicIP:13721 masternodegenkey masternodeoutputs
example:
mn1 127.0.0.2:13721 93HaYBVUCYjEMeeH1Y4sBGLALQZE1Yc1K64xiqgX37tGBDQL8Xg 2bcd3c84c84f87eaa86e4e56834c92927a07f9e18718810b92e0d0324456a67c 0
7.Open server port 13721/13721
8.Restart wallet,Will be asked to re-index,When finished, the masternode can be started-