Post
Topic
Board Announcements (Altcoins)
Re: [ANN]❁ KORE- Tor Masternodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay
by
CryptoNick
on 19/11/2017, 08:19:48 UTC

Unfortunately, this still doesn't work for me Sad I'm still getting the same error

This is my masternode.conf

SazMasternode [My onion address]:10743 [My masternode private key] 9a5181bf8dc996bdd8422254d65b8cbbfb3b9647f53bb21c6754ddb56811b4f6 1

What's usually the issue when it is unable to allocate my transaction id to my masternode? My masternode is running in a ubuntu 16.04 linux VPS. Would it help if i recreate a new onion address and a new private key for my masternode? What else can i try?

Thanks.

Your VOUT info is not right. You have 501 sent and may be backwards normally the 500 is at the top where the 0.26xxx is. It needs to be 500 exactly and then pay extra for the TX fee. Also, did you keep the coin in the local wallet or did you send the coins to somewhere else? If you make a new Address and send them From the Local Wallet to the new Address in the Local wallet, the coins have to stay there for the masternode to be valid.

Is this what you see when you decoded RAW TX in the console? If not then post your TX or the Console for the RAW TX. If you are on a windows local wallet you may have problems too. I tested on windows and it locked up until I took out the masternode info.

 "vout": [
      {
         "value": 0.26238329,
         "n": 0,
         "scriptPubKey": {
            "asm": "OP_DUP OP_HASH160 001cf85f9594a8597b71731b0c8320aa37354295 OP_EQUALVERIFY OP_CHECKSIG",
            "hex": "76a914001cf85f9594a8597b71731b0c8320aa3735429588ac",
            "reqSigs": 1,
            "type": "pubkeyhash",
            "addresses": [
               "K7Dk1mmNDNmgPyqM8SMf4XpPc4cpwuCEiw"
            ]
         }
      },
      {
         "value": 501,
         "n": 1,
         "scriptPubKey": {
            "asm": "OP_DUP OP_HASH160 af5d2cbc993876a35f2f703dea10bc6b0c5487cb OP_EQUALVERIFY OP_CHECKSIG",
            "hex": "76a914af5d2cbc993876a35f2f703dea10bc6b0c5487cb88ac",
            "reqSigs": 1,
            "type": "pubkeyhash",
            "addresses": [
               "KPCPBMRPHMByyCXZZjJAW3beKGf5p43pTd"
            ]
         }
      }

Oh i didn't realize it HAS to be exactly 500. I thought any amount more than 500 is okay. I do use windows local wallet and my kore coins are there all the time. I am going to create a new receiving address from my local wallet and send from my local wallet to the new receiving address.

Thanks.

I am now able to start the masternode on my local wallet. Status has turned to 'Enabled'... However when i go back to my ubuntu VPS and check on the masternode status by typing 'kore-cli masternode status', i'm getting a different status... i got...

{
   "vin": "CTxIn(COutPoint(000000000, 4294967295), coinbase)",
   "service" : "[::]:0",
   "status" : "Not capable masternode: Hot node, waiting for remote activation."
}

So how do i send an activate from my local windows wallet?

Thanks.

The local wallet will need 500.1 coins at the least. Then create a new receiving address under the file menu. Name this address a Masternode Name you will use later to identify it. Then copy the address, Send 500 coin to this address by pasting it into the local wallet. So your coins are local and the new address is local. None of this is on the VPS.

Make sure you pay the TX fee as extra and don't let it take from the 500 coin. Then let the coin sent confirm. Then copy the TX and go into the local wallet console and pasted the command for decoderawtransaction (PASTE TX HERE) press enter. Then you need to take the VOUT number and the TX to make the MN Config.

If you need help with your VOUT just paste the RAW TX output here and we can show you the number to use.

This is all on the Masternode guide at kore.life. I followed it and got it working the first time. I just noticed there is a Linux guide also at Kore.Life under Tor Wallets if you need help locally too.

Make sure your wallet is synced up to the network before sending coin and that it is on the current block listed at the Kore Explorer.