Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [QRK] Quark | POW+POS | 0.10.6.3 - New Self Moderated Thread
by
F0nzy
on 09/09/2019, 06:37:15 UTC
Hello all! I have recently stuble across your coin and read all the pages in this threat. It’s very interesting and cool so I want to participate. I want to host a masternode on Ubuntu server but there is so little information and can’t figure it out. Things like quarkcoin deamon and such... Is there any guides or at least some more information? It will be great!

Hello,
it's easy, than 1x1 Smiley

In windows:
 - Download wallet, create an address, name it: MN1
 - Send exactly 10000 QRK to this address
 - Wait 15 confirmations
 - generate masternode key, and outputs in wallet debug window: (with this commands: masternode genkey, masternode outputs)
 - exit from wallet
 - create masternode.conf file in the QuakCoin directory, and put in this information (replace with your MN information):
mn1 127.0.0.2:13721 93HaYBVUCYjEMeeH1Y4sBGLALQZE1Yc1K64xiqgX37tGBDQL8Xg 2bcd3c84c84f87eaa86e4e56834c92927a07f9e18718810b92e0d0324456a67c 0
 - start wallet, in masternodes you will see masternode record
 
Create an ubuntu VPS, with minimum 4GB ram:
 - install QRK wallet
 - create .quarkcoin directory in your root or home
 - create quarkcoin.conf in this direcdtory
 - put into the config file your masternode data
 - start wallet, wait while syncronized
 - when ready in windows wallet start your masternode
 - ready, wait rewards
 - send some QRK to my wallet: QZnw4QtVkmCQiJz3YpTzrWNjERKTngU1Ri Smiley

it's all!

Ubuntu quarkcoin.conf example:
Example:

server=1
listen=1
daemon=1

txindex=1
masternode=1
externalip=93.104.214.182
masternodeprivkey=7F2rNf7RtChq6BCqJBdt4oVnB1spWquZ5BZBquMp8Cd7E1rDwtE

#orig
addnode=120.243.239.150
addnode=120.243.240.171
addnode=120.78.154.47
...


Check your masternode:
quarkcoin-cli masternode status

if it's ok, then output:
{
    "vin" : "CTxIn(COutPoint(bd0611a90f, 1), scriptSig=)",
    "service" : "93.104.214.182:13721",
    "pubkey" : "QRdg2MYzNNKZdmVbeZp3rWQ2yGazU8JSdd",
    "status" : "Masternode successfully started"
}