Pages:
Author

Topic: [ANN]❁ KORE Tor Masternodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay Funded - page 100. (Read 152390 times)

newbie
Activity: 11
Merit: 0
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
legendary
Activity: 2254
Merit: 1020
★ Ⓚ KORE TEAM Ⓚ ★
did we need new checkpoint? some nodes stuck on block 1541, other stuck on 4342.
My desktop wallet currently on block 4245.


Please restart your Wallets and Masternodes. You will get unstuck.
Looks like we do not have to run the special process this time.
If your balance is not correct OR you are stuck on a Block prior to 4341,...run the process...please.
https://bitcointalksearch.org/topic/m.23916376
We are at block 4363 and look to have the update out in 24-72 hours.


MikeMike
hero member
Activity: 548
Merit: 501
did we need new checkpoint? some nodes stuck on block 1541, other stuck on 4342.
My desktop wallet currently on block 4245.
full member
Activity: 194
Merit: 101
i got a few mn's up and running and staking plenty of kore...looking good

m^2 any rough estimates on when the service nodes will be active?
legendary
Activity: 2254
Merit: 1020
★ Ⓚ KORE TEAM Ⓚ ★
Hi there, just found your project and am liking it so far! I am looking at grabbing a masternode shortly but I have a few questions because the MN info is rather hard to gather.

1) 500 appears to be the minimum amount needed to establish a MN, but do the rewards scale with more coins? IE 1000 KORE in the MN earns 2x (1) with 500 KORE?

2) It seems coins take several hours to mature to establish a MN, then they take 7+ days to establish yourself as a "trusted" MN? What are the daily earnings while being an "untrusted" MN? What are the daily earnings being "trusted"?

3) Are there more tiers than "untrusted" and "trusted"?

Thanks!

Welcome the KORE Projects and Ecosystem.
 Smiley

1- 500 coins per MN. You can create more than one MN but will need a separate VPS or computer with a different ip for each MN.
Adding more coins to a MN will only cause it to stop functioning...
2- It is impossible to determine any rewards during the time it takes for a MN to be trusted.
3- There are no "tiers" at the present time. Only MNs that just started
and ones that have been on the network 24/7 long enough to get into the reward rotation solidly/trusted MNs.

MikeMike
hero member
Activity: 1151
Merit: 528
Hi there, just found your project and am liking it so far! I am looking at grabbing a masternode shortly but I have a few questions because the MN info is rather hard to gather.

1) 500 appears to be the minimum amount needed to establish a MN, but do the rewards scale with more coins? IE 1000 KORE in the MN earns 2x (1) with 500 KORE?

2) It seems coins take several hours to mature to establish a MN, then they take 7+ days to establish yourself as a "trusted" MN? What are the daily earnings while being an "untrusted" MN? What are the daily earnings being "trusted"?

3) Are there more tiers than "untrusted" and "trusted"?

Thanks!
newbie
Activity: 11
Merit: 0
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
newbie
Activity: 57
Merit: 0
One of my masternodes got stuck and I messed everything up and lost my place. o well Roll Eyes


So, how do you restart a masternode automatically?

You can use cron to do this.

When logged in under your user account, type:

crontab -e

You may be prompted for which text editor to use. Select your preference.

At the end of the file, enter:

@reboot /home/ubuntu/kore/src/kored -daemon -reindex >/dev/null 2>&1

Save and close the file.

To check your entry, you can type:

crontab -l

To test it, reboot your server with:

sudo reboot

When it comes back online, check to see that the masternode is running.

ps ax | grep kored

You should see /home/ubuntu/kore/src/kored -daemon -reindex  in the list of running processes.

To further check it, run:

kored-cli getinfo

kored-cli masternode debug

kored-cli masternode status


If you know a better way please advise.
Cheers
newbie
Activity: 4
Merit: 0
Hi, i was following this thread last 3 weeks and bought some KORE on bittrex before new wallet was out.
I would like to set masternode but atm don't have enough coins.
What is the way to get more coins?
I did not see anything re mining.

This seems like a good project to invest in long run.
member
Activity: 210
Merit: 10
i was read this project thread and i very interesting from your explain in this thread, i can understand about the mean and mission, maybe you still less i think, the less factor you can add some item in your project again
full member
Activity: 330
Merit: 130
Ⓚ Kore Application Developer Ⓚ
Hi, I just got a bit deeper into Kore and set up a masternode. Seems to work, but I haven't gotten any reward yet. What is the expected reward currently? Are you planning to get listed on masternode pages like mnrank.com/masternodes.online etc.?

Reward information is on the OP page, currently we are not marketing the masternode, we would like a stable environment with as many (if not all) bugs patched before we begin marketing the masternodes. After that I do not know if those services charge for listing but all those factors will be taken into consideration when we do begin marketing.



Matrix
newbie
Activity: 5
Merit: 0
Viewing this activity is nearly sufficient to burn calories.Almost!!! -)
legendary
Activity: 2254
Merit: 1020
★ Ⓚ KORE TEAM Ⓚ ★
Do we know whats going on with the website, it seems to be down at the moment. has been for sometime now?

It is an ssl issue.
Click on the website links in the OP page.
We have a temp one up since early this morning.
Thanks for noticing and bringing this to our attention...
No need for the "do we know what is going on with the website"
A simple:
"FYI- The Website is down"
Will do...


MikeMike
full member
Activity: 330
Merit: 130
Ⓚ Kore Application Developer Ⓚ
we are using ore.life temporarily but because everyone's browsers automatically points to https, a url redirect doesnt work like it should so you dont get forwarded to the site. i just removed all of that now, you should see the old site with https://www.kore.life/ but our new, temporary site is http://ore.life





Matrix
newbie
Activity: 29
Merit: 0
Do we know whats going on with the website, it seems to be down at the moment. has been for sometime now?
full member
Activity: 330
Merit: 130
Ⓚ Kore Application Developer Ⓚ
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://www.kore.life/Downloads/KoreEABAFix.exe



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
legendary
Activity: 2254
Merit: 1020
★ Ⓚ KORE TEAM Ⓚ ★
Would be good to see anyone here posting some nodes for the gentleman with the last post. You need to create a standard text file, type addnode=>i.p. address< and save it in your main folder (depends on the operating system) as "coinname".conf. That's a representation for any coin. Please replace "Coinname" with the respective name of the coin. You can also use the console of your wallet and type "addnode=>i.p. address< add".

Thanks for trying to help but we are running through Tor.
The information you gave is incorrect.
There are no ip addresses used in the KORE wallet nodes.
We will be adding in Tor Addresses, not ip addresses.

Anyone that is on a block earlier than 4087 will need to follow this guide,
from time to time till the update is released they will need to do this if their wallet gets stuck.

https://bitcointalksearch.org/topic/m.23916376

While following this procedure leave it connected if it stalls.
It will finish.

MikeMike

hero member
Activity: 1106
Merit: 508
Bisq Market Day - March 20th 2023
Would be good to see anyone here posting some nodes for the gentleman with the last post. You need to create a standard text file, type addnode=>i.p. address< and save it in your main folder (depends on the operating system) as "coinname".conf. That's a representation for any coin. Please replace "Coinname" with the respective name of the coin. You can also use the console of your wallet and type "addnode=>i.p. address< add".
newbie
Activity: 6
Merit: 0
HI, a noob here. I downloaded Kore Windows wallet and let it sync, and then transferred 520 coins from my exchange to the wallet. The wallet is showing 0 active connections and have not recd Kore in my wallet
Please help!! and advice
legendary
Activity: 2254
Merit: 1020
★ Ⓚ KORE TEAM Ⓚ ★
For those who have a pi, or are just super security minded and would like to. Here's how to build your own TOR access point with just a little bit of code and a little extra hardware Smiley

https://pimylifeup.com/raspberry-pi-tor-access-point/

Matrix

How about a pi masternode?

Yes you can do this however, not recommended to run it on a home network.




Matrix

Has anybody ever said "pi tor masternode" before?

How about "pi masternode" (did DASH do this yet?)?

Did you just invent the world's first "tor masternode"?



I think we are the Worlds first to have Tor Masternodes,
 pi Tor masternodes as well.

EDIT:
Were we supposed to make some cool sounding name to these achievements
like we invented the wheel, with a road map and cool paint by numbers graphics?


MikeMike

uh, duh!

Of course you are supposed to "NAME" your "INVENTION"

You said it best when you said that "those round rollie thingies" were not adopted for YEARS before they changed their name from "round roll-y thing-ies" into the hot new "wheel" brand round rollers.

The "WHEEL" brand rollers were so popular that they became synonomous like Kleenex, or Jet Skis.

So, since I was the firt person ever to say the following 3 words consecutively:

pi tor masternode

therefore, I must be the most qualified person to name your new invention (which is of course, not as groundbreaking as the wheel or jetski, but well deserving of a unique name nonetheless).

Lucky for you, I have the perfect name for your unique invention that combines 3 of the most powerful forces of nature:

1. The Masternode - DASH demonstrated that these are very functinoal and effective for funding a whole community, and PIVX and many more soon followed (you included)

2. The rasberry pi = the essence of decentralization based on the high degree of low cost decentralization it provides a max limit for theorists to imagine what MAXIMUM DECENTRALIZATION might look like (a zillion cheap/low-cost computers in concert unstoppably where even the most proficcient wack-a-moler would go insane trying to shut them all down)

3. tor = that layered onion injecting another layer of obfuscation way past the tipping point of ever being able to predict with any relatively positive degree of certainty who, what, where, why, and of course how much is rocking on the Kore chain

So drum roll please.

With out further blabbering, I introduce to you.  The world's first, and only:

1.2.3

MASTER-PI-TOR!

1.masternode
2.pi
3.tor

CONGRATULATIONS !



Awesome to have some suggestions from the Community.
As noted in the OP page months ago KORE made
another Worlds first Tor Masternode.

Yet again KORE with another Worlds first Tor pi Masternode.
Or was it Tor pi Node TPN?
We could go with MPT but the first one sounds better.
We are open for suggestions.
Once ave the name then we can work on some cool graphics for it.


MikeMike
Pages:
Jump to: