Author

Topic: . - page 132. (Read 491764 times)

legendary
Activity: 1672
Merit: 1046
Here we go again
December 16, 2014, 01:03:05 PM
We are running the stakeholder script to catch up on payments. Takes time, so we ask for patience. We've run it twice today so far.

Looks good so far. I received some missing Payments lately.  Kiss
legendary
Activity: 971
Merit: 1000
December 15, 2014, 08:28:15 PM
We are running the stakeholder script to catch up on payments. Takes time, so we ask for patience. We've run it twice today so far.
legendary
Activity: 1672
Merit: 1046
Here we go again
December 15, 2014, 08:57:14 AM
NHZSPHERE
Asset ID#: 16661902544444460183

...is the first Horizon Asset listed on Coinmarketcap. Assetcharts @ #32



&
Monday Update:

184GH BTC SHA256 Mining Power
2 Hallmarknodes
Horizon: 20'250'843 [HZ] >>> 20,304,794.71020043 [HZ]
Mintcoin: 4000268 [MINT] >>> 4000281.029171 [MINT]
Diamond: 1000 [DMD] >>> 1000 [DMD]
Bottlecaps: 557.884888 [Cap] >>> 557.884888 [Cap]
Bitbay: 42052 [BAY] >>> 42052.35056143 [BAY]
BitSwift: 1001.27330067 [Swift] >>> 1,001.83993375 [Swift]
Blocknet: 310.65270768 [BLOCK] >>> 310.87433867 [BLOCK]
Dogecoins: 1,617 [DOGE] >>> 10,001.71092740 [DOGE]
Karmacoin: 1,124,383 [KARM] >>> 2,000,000.25475771 [KARM]

New added:
Darkcoin: 2.34698126 [DRK] (First little Step to collect 1000 Coins and run a Node)
Bitcoin: 0.00866244 BTC (Unspend Leftovers from Cloudmining)

HZ Assets:
NHZDoge: 10'000 (Asset ID: 17671628090540858719) >>> NHZDoge: 300'001
HZmint: 4'500 (Asset ID: 3824289991269369814) >>> HZmint: 6'000
nhzKARM: 1'840'000 (Asset ID: 14027245553053047036) >>> nhzKARM: 1'840'000
sr. member
Activity: 452
Merit: 250
December 15, 2014, 07:01:21 AM

Well, it's failing to find nhz.peer.Peers. That could point to any number of things really, but my thoughts basically line up to redownloading the software. There's no files to save, just remove and start again, then set your hallmarks again if you need to.

Seems you were right. I already tested last time by extracting the zip and replacing folders I deemed important. Seems I was wrong. And dumb: I just should have tested the new extracted archive ;p Did that this time and all works just fine!

Sorry for the mess? Smiley

Thanks Community. Dumb Linux ;p

Devvie
twitter.com/devnullius
sr. member
Activity: 280
Merit: 250
Bitnation Development Team Member
December 15, 2014, 04:14:24 AM
sudo /bin/sh run.sh gives:

2014-12-15 02:00:46 INFO: nhz.javadocResourceBase = "html/doc"
2014-12-15 02:00:46 INFO: nhz.uiServerCORS = "false"
Exception in thread "Thread-0" java.lang.NoClassDefFoundError: Could not initialize class nhz.peer.Peers
   at nhz.user.Users.(Users.java:184)
   at nhz.Nhz.shutdown(Nhz.java:180)
   at nhz.Nhz$1.run(Nhz.java:135)
   at java.lang.Thread.run(Thread.java:745)

Anyone any ideas what I'm up against?

Well, it's failing to find nhz.peer.Peers. That could point to any number of things really, but my thoughts basically line up to redownloading the software. There's no files to save, just remove and start again, then set your hallmarks again if you need to.

Have you checked that your Ubuntu is definitely using Java 7 - we did find some issues with running Java 8 on some setups.

If you've already taken some steps, please detail them so we can rule as much out as possible.
sr. member
Activity: 452
Merit: 250
December 14, 2014, 09:00:53 PM
We are working in making it compatible with Java 8.
For now, it requires Java 7
Pain in the ass, I know...  Undecided

But but... My problem is not with Windows & Java 8 (that works!!).

My problem is with Ubuntu... Did you see my first post?? https://bitcointalksearch.org/topic/m.9841984

Thanks Smiley

Devvie
legendary
Activity: 971
Merit: 1000
December 14, 2014, 08:53:04 PM
We are working in making it compatible with Java 8.
For now, it requires Java 7
Pain in the ass, I know...  Undecided
sr. member
Activity: 452
Merit: 250
December 14, 2014, 08:10:40 PM

You sure one of the updates wasn't a java update? HZ does not work with java8 as of yet

On my Windows system, I have Java 8 working with HZ just fine (I did have to change path statements to reflect new version).

But on Linux, I get this:
java version "1.7.0_65"
OpenJDK Runtime Environment (IcedTea 2.5.3) (7u71-2.5.3-0ubuntu0.14.04.1)
OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)

So :/

Smiley

Post-edit: typing Java in search bar confirms version 7 is installed... So that should be good? Sigh... Linux! Sad

2nd post-edit: I extracted lib & nhz.jar from the archive and overwrote existing installation, but that changed nothing either :/
hero member
Activity: 527
Merit: 500
December 14, 2014, 08:05:41 PM
I've been running a HZ Hallmark node for the last few weeks just fine on my home Hyper-V Ubuntu machine.

Today I had to restart the VM (updates). After the updates, I can no longer start the wallet Sad

sudo /bin/sh run.sh gives:

2014-12-15 02:00:46 INFO: nhz.javadocResourceBase = "html/doc"
2014-12-15 02:00:46 INFO: nhz.uiServerCORS = "false"
Exception in thread "Thread-0" java.lang.NoClassDefFoundError: Could not initialize class nhz.peer.Peers
   at nhz.user.Users.(Users.java:184)
   at nhz.Nhz.shutdown(Nhz.java:180)
   at nhz.Nhz$1.run(Nhz.java:135)
   at java.lang.Thread.run(Thread.java:745)

Anyone any ideas what I'm up against?

Devvie
twitter.com/devnullius

You sure one of the updates wasn't a java update? HZ does not work with java8 as of yet
sr. member
Activity: 452
Merit: 250
December 14, 2014, 08:03:11 PM
I've been running a HZ Hallmark node for the last few weeks just fine on my home Hyper-V Ubuntu machine.

Today I had to restart the VM (updates). After the updates, I can no longer start the wallet Sad

sudo /bin/sh run.sh gives:

2014-12-15 02:00:46 INFO: nhz.javadocResourceBase = "html/doc"
2014-12-15 02:00:46 INFO: nhz.uiServerCORS = "false"
Exception in thread "Thread-0" java.lang.NoClassDefFoundError: Could not initialize class nhz.peer.Peers
   at nhz.user.Users.(Users.java:184)
   at nhz.Nhz.shutdown(Nhz.java:180)
   at nhz.Nhz$1.run(Nhz.java:135)
   at java.lang.Thread.run(Thread.java:745)

Anyone any ideas what I'm up against?

Devvie
twitter.com/devnullius
legendary
Activity: 971
Merit: 1000
December 13, 2014, 06:09:27 PM
Hey guys.

Block holder here, just wondering on how this coin is progressing.

thx


Hey there, things are going great for Horizon. We will be publishing our new ANN which will have all the information you are looking for.
legendary
Activity: 971
Merit: 1000
December 13, 2014, 06:08:54 PM
Stake holder script update: Michael is on it, and as long as you don't move funds out of your accounts, you will be credited for all the missed payments as we will be running it multiple times to make up - Just like we did with the node script.
sr. member
Activity: 361
Merit: 250
December 13, 2014, 01:50:15 PM
Hey guys.

Block holder here, just wondering on how this coin is progressing.

thx
legendary
Activity: 971
Merit: 1000
December 13, 2014, 12:16:06 PM
The explorer script is back up and we have deployed a permanent fix to what was causing it to fail.
https://explorer.horizonplatform.io/

We are aware of people missing some stake holder payouts, and are investigating that script now and working on a similar fix.
I'll keep you updated.


You can stay up to date with the latest news and discussions here:
https://www.facebook.com/groups/NHZOfficial/

and follow us on Twitter:
@Horizon_HZ
I have not got the pay about 4 days.

Hey, we need information in order to do anything on our end.
Create a topic here: http://nhzcrypto.org/forums/support/
And please provide a list of your node IP's and the Horizon accounts they are linked to so we can check them.
Otherwise, we can not do anything since we don't know what nodes or accounts you are talking about.

Account NHZ-C9U3-SW9X-5WFG-DCN3T, node 217.17.88.5. Didn't receive bounty for 10, 11, 12 December.


Our data
Address   217.17.88.5
State   ONLINE (last checked: 2014-12-13 17:01:14)
Total uptime   326462m
Last payout   2014-12-13 12:31:02
Uptime until next payout   418m
Hallmark   correct (show)

Smiley
legendary
Activity: 971
Merit: 1000
December 13, 2014, 12:55:21 AM
CBKR fixed the node bounty script permanently!
The script is running a couple times to catch up and is paying out all the missed payments.
Before you post 'It missed me!', please wait at least 15 hours from this post as I'm not 100% how long it will take.
Thanks!

https://www.irccloud.com/#!/ircs://irc.freenode.net:6697/%23%23nhz-sbs
legendary
Activity: 971
Merit: 1000
December 12, 2014, 07:49:10 PM
The explorer script is back up and we have deployed a permanent fix to what was causing it to fail.
https://explorer.horizonplatform.io/

We are aware of people missing some stake holder payouts, and are investigating that script now and working on a similar fix.
I'll keep you updated.


You can stay up to date with the latest news and discussions here:
https://www.facebook.com/groups/NHZOfficial/

and follow us on Twitter:
@Horizon_HZ
I have not got the pay about 4 days.

Hey, we need information in order to do anything on our end.
Create a topic here: http://nhzcrypto.org/forums/support/
And please provide a list of your node IP's and the Horizon accounts they are linked to so we can check them.
Otherwise, we can not do anything since we don't know what nodes or accounts you are talking about.

Account NHZ-C9U3-SW9X-5WFG-DCN3T, node 217.17.88.5. Didn't receive bounty for 10, 11, 12 December.

Hey, I'm going through this now.
Thanks for providing all the information.

People, please know that we need the account to which you made your node on and the IP, also the hallmark would be a big help since we can't copy paste the hallmark on our end and we need it to run on the verify.

With that said, can you please provide your hallmark.
You can PM me if you wish.
legendary
Activity: 971
Merit: 1000
December 12, 2014, 05:07:08 PM
We also identified the issue with the node script and are deploying a fix.
copper member
Activity: 25
Merit: 10
December 12, 2014, 10:59:31 AM
Hi, I've fixed the small issues on the Horizon website where the forum link was pointing to a dead page and also the bounties page now works properly.

It turned out to be a small issue with the cache - all sorted now though.
legendary
Activity: 1162
Merit: 1005
December 12, 2014, 03:01:33 PM
The explorer script is back up and we have deployed a permanent fix to what was causing it to fail.
https://explorer.horizonplatform.io/

We are aware of people missing some stake holder payouts, and are investigating that script now and working on a similar fix.
I'll keep you updated.


You can stay up to date with the latest news and discussions here:
https://www.facebook.com/groups/NHZOfficial/

and follow us on Twitter:
@Horizon_HZ
I have not got the pay about 4 days.

Hey, we need information in order to do anything on our end.
Create a topic here: http://nhzcrypto.org/forums/support/
And please provide a list of your node IP's and the Horizon accounts they are linked to so we can check them.
Otherwise, we can not do anything since we don't know what nodes or accounts you are talking about.

Account NHZ-C9U3-SW9X-5WFG-DCN3T, node 217.17.88.5. Didn't receive bounty for 10, 11, 12 December.
legendary
Activity: 971
Merit: 1000
December 12, 2014, 12:35:09 PM
The explorer script is back up and we have deployed a permanent fix to what was causing it to fail.
https://explorer.horizonplatform.io/

We are aware of people missing some stake holder payouts, and are investigating that script now and working on a similar fix.
I'll keep you updated.


You can stay up to date with the latest news and discussions here:
https://www.facebook.com/groups/NHZOfficial/

and follow us on Twitter:
@Horizon_HZ
I have not got the pay about 4 days.

Hey, we need information in order to do anything on our end.
Create a topic here: http://nhzcrypto.org/forums/support/
And please provide a list of your node IP's and the Horizon accounts they are linked to so we can check them.
Otherwise, we can not do anything since we don't know what nodes or accounts you are talking about.
Jump to: