Bitcoin Forum
June 16, 2024, 08:04:51 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 No ICO on: September 15, 2018, 08:02:15 PM
Hi, I am trying to setup a masternode on a VPS.

When I try to install the KORE the installation procedure ends with a series of error messages:

Makefile:4317: recipe for target 'tor/libkore_server_a-aes.o' failed
make[2]: *** [tor/libkore_server_a-aes.o] Error 1
make[2]: Leaving directory '/root/KORE/src'
Makefile:10036: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/root/KORE/src'
Makefile:654: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1

Could someone please help me out here?
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]❁ KORE- Tor Masternodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay on: November 25, 2017, 11:40:46 PM
I am having trouble with decoding a the raw transaction in the debugging window. I receive the following message:

TX decode failed (code -22)

Any suggestions on how to solve this?

Thanks
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]❁ KORE- Tor Masternodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay on: November 14, 2017, 02:08:45 PM
in my bookmarks was this site - korecoin . net, it looks better

We dont have access to that old site and some of the information is outdated.
Don't be fooled by the look of a site/coolness.
Sure for the crypto space this is great but KORE is reaching out way beyond the crypto space.
Be more concerned with the main stream acceptance to the site.


MikeMike

I just noticed that the old website is still linked on coinmarketcap. It may be a good idea to reach out to them to have it removed.
https://coinmarketcap.com/currencies/korecoin/
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]❁ KORE- Tor Masternodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay on: November 10, 2017, 01:45:08 PM
My masternode was again shown as 'missing' in my wallet. After starting it again, it is now shown as enabled in the wallet but the 'active' counter is stuck at 00m00s. This happened already before. Any suggestions?
https://imgur.com/zht2pt6

It normally takes a bit of time for the counter to update.
It is already stuck for some hours

Are you on the current block or close to Block 4423?
https://chainz.cryptoid.info/kore/

Make sure you always start with -reindex
yes, I am at 4427
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]❁ KORE- Tor Masternodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay on: November 10, 2017, 12:58:46 PM
My masternode was again shown as 'missing' in my wallet. After starting it again, it is now shown as enabled in the wallet but the 'active' counter is stuck at 00m00s. This happened already before. Any suggestions?
https://imgur.com/zht2pt6

It normally takes a bit of time for the counter to update.
It is already stuck for some hours
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]❁ KORE- Tor Masternodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay on: November 10, 2017, 12:24:46 PM
My masternode was again shown as 'missing' in my wallet. After starting it again, it is now shown as enabled in the wallet but the 'active' counter is stuck at 00m00s. This happened already before. Any suggestions?
https://imgur.com/zht2pt6
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]❁ KORE- Tor Service Nodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay on: November 09, 2017, 06:59:56 PM
I have noticed that several of the nodes on the network are stuck on block 4056/4055, this is not the correct block, correct block is 4089
The End All Be All to Kore Fixes


Windows Fix:
Shut Down Kore:

Open your File Explorer and there will be a bar with your current folder at the top. Click on it and it should turn blue and give the root route to your current folder. Paste the following location as is and hit return to go directly to your Kore folder
Code:
C:\Users\%username%\AppData\Roaming\Kore
(alternativly you can open File Explorer and click on the menu tab "view" and select "Hidden items" then navigate to the above directory)
Delete all files and folders but kore.conf, wallet.dat, /Onion, /Tor

&&&IF you don't understand this part I give another way of how to do this below, right above linux fix&&&
Open a Command Prompt instance and navigate to the directory with kore.exe
e.g. if kore is in your downloads folder and inside another folder named kore you would type
Code:
cd Downloads/kore

Once you are inside your kore folder insert the following command.
Code:
Kore.exe -zapwallettxes -reindex

&&&&&&
If you didn't understand how to navigate to your kore folder through command line another way to do this is to open your kore folder in File Explorer and then Shift+Right_Click anywhere in the folder and select "open cmd window here"


Linux Fix:

Shut down Kore:
(If using daemon use kore-cli stop)

Getting Ready:
Open a terminal

If Daemon paste the following command, if not continue to remove chain:
Code:
ps aux|grep [k]ored
Hit return, if there is no output kore has shut down completely and you can move to the next step, if there is please wait for kore to shut down completely

Remove Chain:
In terminal paste the following command and hit return.
Code:
rm -r ~/.kore/chainstate ~/.kore/blocks ~/.kore/backups

Remove non critical files
In terminal paste the following commands and hit return.
Code:
cd ~/.kore
Code:
rm banlist.dat budget.dat db.log debug.log fee_estimates.dat kored.pid mncache.dat mnpayments.dat peers.dat

Start Kore Back Up
Code:
kore-qt -zapwallettxes -reindex
(or if daemon kored -zapwallettxes -reindex)
Reposting for easy access. also if you are running windows i have made a simple application for you guys to automate this process.
https[Suspicious link removed]



To the Community:

"This message is from the KORE Team,
IF you are having difficulty with your balances not showing correctly Bittrex is not cause, it is on the wallet end.
Please follow the below link to a guide provided by us/the KORE Team that will walk you through a process
to correct your balances whenever this issue arises which we are in the process of fixing.
Thank you for your patience. The block explorers should be up soon.

MikeMike"


Matrix
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]❁ KORE- Tor Masternodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay on: November 06, 2017, 08:59:26 AM
There seems to be a memory leak  while staking in windows wallet.


https://imgur.com/a/zh5xd



Known issue, its being looked into, but thank you for reporting it.

Matrix

Staking in my windows wallet is most of the time not active. Any known cause for this?

If under 3-4k coins you will not get many stakes.
The icon bottom right corner is not reliable.
Make sure you wallet is unlocked for staking only.
We are reviewing the difficulty and it may be decreased in an update.


MikeMike

How to unlock the wallet for staking only?
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]❁ KORE- Tor Masternodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay on: November 06, 2017, 07:50:12 AM
There seems to be a memory leak  while staking in windows wallet.


https://imgur.com/a/zh5xd



Known issue, its being looked into, but thank you for reporting it.

Matrix

Staking in my windows wallet is most of the time not active. Any known cause for this?
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]❁ KORE- Tor Masternodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay on: November 05, 2017, 08:30:34 PM

I am trying to set up a masternode. The whole procedure worked without a problem up until step 10. After I edited the masternode.conf file to include the specific info for my masternode I restarted the Kore wallet and received the following error message:
Enabling masternode support requires turning on transaction indexing. Please add txindex=1 to your configuration and start with -reindex.

I am not sure how to fix this. Could someone please point me in the right direction?

Thanks.

add
Code:
txindex=1
to your kore.conf.

while you are there delete the folders blocks/ chainstate/ backups/

restart your wallet



Matrix

Thanks a lot! It is running now.
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]❁ KORE- Tor Masternodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay on: November 05, 2017, 08:11:48 PM
Ok Kore family... as promised... I have created the Masternode guide... please give credit to Matrix as well as he contributed to get this written up for the public...

https://www.kore.life/Home/MasterNode

Thanks for the guide Huck.

What is the minimum hardware requirements? I ask because I'd like to stand up at least 50 KORE master nodes. Is there a more cost effective method then renting 50 separate vps instances @ $20 a month each?

thanks,
john

Why would anyone set up 50 KORE Mn's if they could make 2x the profit with other Mn coins? Economically, this does not make any sense. And with $100K, it's not about sympathy and support for the KORE project either, that's serious money.

Just curious.

KORE Masternodes are at about 140% per year.
DASH are 8-10% per year.
Your calculations are off.
For a Masternode that has been setup for awhile and only calculations on last days current payouts they are getting 220.00 +- per month.
Even if the returns were like you say...
We have good Community supporting KORE till the difficulty is worked out which will make it even better.
In case you did not know of the coming adjustment.

MikeMike


Im not getting near 220 per month or 7 per day.



https://imgur.com/a/ecb7i


see for your self. more like 0.5 per day.

Post a current list of your payouts.
Also is it a Linux node or Windows?



https://imgur.com/a/ehZqj


It is Windows node.

Windows,... no wonder.
Until the Update that is addressing the Windows wallet issues I would not recommend setting up
a Windows Masternode if you are looking for the highest payouts.

I am trying to set up a masternode. The whole procedure worked without a problem up until step 10. After I edited the masternode.conf file to include the specific info for my masternode I restarted the Kore wallet and received the following error message:
Enabling masternode support requires turning on transaction indexing. Please add txindex=1 to your configuration and start with -reindex.

I am not sure how to fix this. Could someone please point me in the right direction?

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!