Bitcoin Forum
July 12, 2024, 12:11:55 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]❁ KORE- Tor Masternodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay on: November 19, 2017, 05:52:54 PM
What do you need to do to stake Kore coins?

I have staking=1 in my kore.conf file, made sure my wallet is unlocked and has been running for over 8 hours. Am i missing something?

Thanks.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]❁ KORE- Tor Masternodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay on: November 19, 2017, 09:46:17 AM
I do have over 1000 kore coins in my local wallet and I am able to start alias on my local wallet successfully... That part is done.

It's just that when i check my masternode status (by typing kore-cli masternode status) in my linux VPS box, I'm getting a 'Not capable masternode: Hot node, waiting for remote activation' status.

So, how do i send remote activation to my VPS masternode wallet?

Thanks.


Nevermind. It seems to be working on its own now. Thanks all who helped!

Now i just gotta build more MNs Smiley
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]❁ KORE- Tor Masternodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay on: November 19, 2017, 08:31:34 AM
I do have over 1000 kore coins in my local wallet and I am able to start alias on my local wallet successfully... That part is done.

It's just that when i check my masternode status (by typing kore-cli masternode status) in my linux VPS box, I'm getting a 'Not capable masternode: Hot node, waiting for remote activation' status.

So, how do i send remote activation to my VPS masternode wallet?

Thanks.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]❁ KORE- Tor Masternodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay on: November 19, 2017, 07:58:44 AM

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.
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]❁ KORE- Tor Masternodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay on: November 18, 2017, 09:24:41 PM

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.
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]❁ KORE- Tor Masternodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay on: November 18, 2017, 09:12:32 AM
How does vultr work?  I haven't set up a masternode yet but I am planning on doing this with some coins.. Can you link the vultr website and expalin how to set up Masternodes on it?? Thanks.

Id be interested in the step by step as well.

Click on the Masternode setup guide.
http://kore.life


MikeMike

Hi MikeMike,

I'm trying to start a Kore coin masternode. I am able to follow the steps to 10 and then i'm stuck. I am getting an error 'could not allocate txin <my 500 kore trx id:n value> for my masternode XXX.onion:10743'. I was able to use the txn id to locate my 500 kore coin transaction in the blockchain explorer... So i'm not quite sure what is missing. Please help.

Thanks.

I had the same issue on my 2nd masternode, it was a bit of a faff to get it to work but this is what i did.

log in to the VPS

Type: ps aux|grep [k]ored

Press Enter

**Make a note of the 4 to 6 digit number after root**

Type: sudo kill **enter the 4 to 6 digit number here** eg sudo kill 5455

Press Enter

Type: rm -r ~/.kore/blocks ~/.kore/chainstate ~/.kore/backups

Press Enter

You should get a message stating something about not being able to remove and no such directory

Type: KORED

Press Enter

This should then start your masternode up again.

Go to the local wallet and close it down (If it is not closed already)

Reopen the wallet using CMD (Shift and right click the Kore-qt icon)

Enter into CMD: Kore-qt -reindex

Press Enter

Once Kore has finished opening and syncing, if you click start alias again it should say "Masternode Started Succesfully"

Hopefully this works for you also!








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.
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]❁ KORE- Tor Masternodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay on: November 17, 2017, 09:04:18 AM
How does vultr work?  I haven't set up a masternode yet but I am planning on doing this with some coins.. Can you link the vultr website and expalin how to set up Masternodes on it?? Thanks.

Id be interested in the step by step as well.

Click on the Masternode setup guide.
http://kore.life


MikeMike

Hi MikeMike,

I'm trying to start a Kore coin masternode. I am able to follow the steps to 10 and then i'm stuck. I am getting an error 'could not allocate txin <my 500 kore trx id:n value> for my masternode XXX.onion:10743'. I was able to use the txn id to locate my 500 kore coin transaction in the blockchain explorer... So i'm not quite sure what is missing. Please help.

Thanks.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!