Welcome, Guest. Please login or register.

Author Topic: NXT for Mac OS X Instructions [Updated]  (Read 1034 times)

0 Members and 1 Guest are viewing this topic.

Online ekkis1234

  • Fresh Nxter
  • *
  • Posts: 11
    • View Profile
Re: NXT for Mac OS X Instructions [Updated]
« Reply #15 on: December 11, 2013, 10:05:51 PM »
Ok thank you for your answers really appreciate.
Not sure how to get some, I went to the thread that you mentioned and many people are asking for coins, so I imagine I have to be patient and as I'm new on this forum, I don't want to spam people by how long it takes and question like that as it is donation  :-[
NXT: 8872075948407427586

Offline lightspeed

  • Fresh Nxter
  • *
  • Posts: 14
    • View Profile
Re: NXT for Mac OS X Instructions [Updated]
« Reply #16 on: December 12, 2013, 11:24:37 AM »
I've just realised that the client can't work on OS 10.6 because that version of Java won't install. Is this correct ?

Online ekkis1234

  • Fresh Nxter
  • *
  • Posts: 11
    • View Profile
Re: NXT for Mac OS X Instructions [Updated]
« Reply #17 on: December 12, 2013, 11:42:47 AM »
Question:
When the blocks are not updating what should we do ?
close the tab and reopen the client ?
I've read in the windows thread that we need to delete all the files .nxt, is it also the case for MAC ?

Thank you
NXT: 8872075948407427586

Offline lightspeed

  • Fresh Nxter
  • *
  • Posts: 14
    • View Profile
Re: NXT for Mac OS X Instructions [Updated]
« Reply #18 on: December 13, 2013, 11:52:01 AM »
I've got the client running on Mavericks now after downloading Java and running the command line commands in terminal.

I don't know what to do next to get myself a NxT address - will have a root around the forum.

Online ekkis1234

  • Fresh Nxter
  • *
  • Posts: 11
    • View Profile
Re: NXT for Mac OS X Instructions [Updated]
« Reply #19 on: December 13, 2013, 03:14:35 PM »
Guys question if someone can answer  I would really appreciate.
In theory we have 1440 blocks per day, so one block per minute, but sometimes (all the time) the client "generate" less blocks, I mean in my client it happens that I see blocks each 10 minutes, it catches up at a certain point but not all of them (not sure if it's clear)

saying that, is there something to do to be more up to date ?

NXT: 8872075948407427586

Offline jefdiesel

  • Fresh Nxter
  • *
  • Posts: 11
    • View Profile
Re: NXT for Mac OS X Instructions [Updated]
« Reply #20 on: December 13, 2013, 04:24:50 PM »
Hey guys

 I'm having some trouble with blockchain freezing, been a couple times now, also coins not showing up.

 What i did is on OS X Mavericks
 1. Move nxt folder from where you had it, but keep it
 2. Download newest from https://nextcoin.org/index.php/topic,100.msg730.html#msg730
 3. cd to the download
 4. run java -jar start.jar
 5. https://127.0.0.1:7875/
Watch the blocks update

 NOW, what about tips to not get a frozen block chain? On windows it seems like its about closing the java app properly. Ctrl-C ? Isnt that "copy"

 Should we click the lock to get out? or something else?

 Tips please

Offline krisjoseph

  • Nxter
  • **
  • Posts: 82
    • View Profile
Re: NXT for Mac OS X Instructions [Updated]
« Reply #21 on: December 14, 2013, 10:31:33 AM »
what about tips to not get a frozen block chain? On windows it seems like its about closing the java app properly. Ctrl-C ? Isnt that "copy"

Nope!  control-c and command-c are two different things!  command-c is copy.  control-c (the control key is located immediately to the right of the "fn" key on the lower left hand side of your keyboard) is interpreted as a kill signal.

Tips please

First, you may want to download the newest version of the software -- 0.3.19e -- if you don't already have it.  When I was running 0.3.16 and 0.3.18, I saw a lot of instances where the process would hang or the blockchain would stop downloading.  The newest version seems better.

Now: using control-C on a Mac Terminal window is equivalent to a "kill -9" in UNIX, which is a very extreme/"rude" way to kill Nxt.  Using it may be what's corrupting your blockchain. The "-9" setting kills the process instantly, even if the software is in the middle of updating the blockchain file.

Instead, try this:

1.  When you start the server, use a command like this one:

java -jar start.jar STOP.PORT=28282 STOP.KEY=<password> &

where <password> is whatever secret word you want to use.  It doesn't really matter, as long as you use the same password later!

The '&' is important, since it will tell your Mac to start the server in the BACKGROUND, which will let you enter other commands!

2.  When you want to stop the server, enter this command:

java -jar start.jar STOP.PORT=28282 STOP.KEY=<password> --stop

where <password> is the same secret word you used when you started the server.
« Last Edit: December 14, 2013, 10:51:02 AM by krisjoseph »
Am I helpful? Consider a donation to account 17446259404201186932

Offline krisjoseph

  • Nxter
  • **
  • Posts: 82
    • View Profile
Re: NXT for Mac OS X Instructions [Updated]
« Reply #22 on: December 14, 2013, 10:33:04 AM »
I've got the client running on Mavericks now after downloading Java and running the command line commands in terminal.

I don't know what to do next to get myself a NxT address - will have a root around the forum.

The Nxt wiki will help you!
Am I helpful? Consider a donation to account 17446259404201186932

Offline LeFiste

  • Fresh Nxter
  • *
  • Posts: 13
    • View Profile
Re: NXT for Mac OS X Instructions [Updated]
« Reply #23 on: December 16, 2013, 10:59:22 PM »
I've just realised that the client can't work on OS 10.6 because that version of Java won't install. Is this correct ?

I found a workaround for all of us 10.6.x users, since I had the same problem  ;)

https://nextcoin.org/index.php/topic,738.0.html
I'm n(e)xt :)5567681145144036875