Bitcoin Forum
June 21, 2024, 04:19:26 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2]
21  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [QRK] Quark | POW+POS | 0.10.6.3 - New Self Moderated Thread on: September 09, 2019, 11:28:19 PM
good morning, is there any group/channel to talk easily to the devs?? any discord, telegram...
the new wallet is not working...i synced and closed, ok. now i can't reopen...the wallet keeps charging blocks forever and freeze and i have to use bootstrap again, and everything start again...charging blocks, freeze, bootstrap, again and again and again...

Hi. Why don't you try without the bootstrap then? I've done the same thing and it took me less than a day to be fully synced.
22  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [QRK] Quark | POW+POS | 0.10.6.3 - New Self Moderated Thread on: September 09, 2019, 11:15:14 PM
Wow! Thank you so much to both F0nzy and AggroHead! @AggroHead I'm pretty new in command only interface and unix/linux OS. I didn’t know that the client file needs to be in bin folder. Also i was in wrong directory  Grin Anyways, it's working now. Should I make a systemd service in order to start automatically in case of power outrage? My PC will start automatically in such case.
23  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [QRK] Quark | POW+POS | 0.10.6.3 - New Self Moderated Thread on: September 09, 2019, 08:57:51 PM
You can use this command to follow-up sync-status:
Code:
watch -n 5 'tail -n 20 .quarkcoin/debug.log && quark-cli mnsync status && quark-cli getblockcount && quark-cli masternode status'

Thank you for the input. From your command, it seems that it doesn’t find the log file. However, it is there! Entering the other commands separately I always get "quark-cli: command not found" I've putted it in root/.quarkcoin. Is there something I am missing here  Huh
24  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [QRK] Quark | POW+POS | 0.10.6.3 - New Self Moderated Thread on: September 09, 2019, 08:25:24 PM
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"
}



A big thank you! I thought is more complicated because of the shitcoins I have been dealing with recently. You have a beer from me once I buy some QRK. I have another question and I hope you are willing to help. I've made it to start with "chmod +x quarkd" and "./quarkd -reindex". But I’ve been struggling to make the command for checking the status (quarkcoin-cli masternode status) to work. Whatever I try it prints ": command not found" Sad Any suggestions for that? It's still reindexing according to htop.
25  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [QRK] Quark | POW+POS | 0.10.6.3 - New Self Moderated Thread on: September 08, 2019, 11:00:37 PM
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!
Pages: « 1 [2]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!