Welcome, Guest. Please login or register.

Author Topic: [Java] [0.7.4] Latest NXT-Client and english tutorial  (Read 18067 times)

0 Members and 2 Guests are viewing this topic.

Offline punkrock

  • Global Moderator
  • Established Nxter
  • *****
  • Posts: 207
  • Admin of NXTpool.net
    • View Profile
    • Latest NXT update for Windows
[Java] [0.7.4] Latest NXT-Client and english tutorial
« on: January 02, 2014, 03:49:02 PM »
Latest client:

Note: Since version 7.x you don't longer need the .nxt- & .nxt.bak-files. Version 7.x is working with an internal database. If you start the client for the first time, just wait some minutes. It will take a while to download the complete database (~112 MB). For updates: Do not delete the nxt_db directory.

STABLE CLIENT

Download: NRS 0.7.4 (Mirror)
SHA-256: 847c70f734a3954159af99e0241d448369d4833067076570671324946a835245 (nxt-client-0.7.4.zip) *updated 2014-02-13*

To verify a SHA-256 checksum you can use MD5 & SHA Checksum Utility (Virustotal)

Change log 0.7.4:
Quote
Another bugfix in the transition to Transparent Forging, starting from
block 67000. Upgrade before this block, because there will be a fork.

This release drops support for the old getMilestoneBlockIds protocol.
Clients older than 0.7.3 will not be able to request blocks from 0.7.4
nodes. Everybody needs to upgrade to 0.7.4 anyway, before block 67000.

Some optimizations in the database queries used during unlock account,
let's see if this helps Raspberry users.

Minor other improvements.



EXPERIMENTAL CLIENT (use with caution!)

Download: NRS 0.7.0e (Mirror)
SHA-256: aa778bade323d2b3f4cf13c925aa7b541d57f0853a5828385b72254ac92010bc (nxt-client-0.7.0e.zip) *updated 2014-02-06*

To verify a SHA-256 checksum you can use MD5 & SHA Checksum Utility (Virustotal)

Change log 0.7.0e:
Quote
This is the first release using an embedded java database (H2) to store
the blockchain, instead of serialized java object files. Because this is
a major change, this version is to be considered experimental.

The blocks.nxt and transactions.nxt and .bak files are no longer used.
Furthermore, they will not be loaded at startup, when you start with
empty database the very first time it will need to download the full
blockchain from the network.

The database is stored under the nxt_db directory, as of now it will
take around 100 MB when downloaded. If anything goes wrong and you need
to start fresh, it is safe to delete that nxt_db directory, it will be
recreated.

There are no changes in the web.xml file compared to 0.6.1. I will add
parameters to tweak database settings later, if needed.

The database will use 50% of the memory available to java for its cache.
The actual value is printed out at startup.

Currently only blocks and transactions are stored in database tables,
everything else such as accounts, aliases, assets, orders, messages,
is loaded at startup and then kept in memory. The amount of memory
those take is still small, relative to what was needed for all blocks
and transactions.

At startup, the blockchain scan takes a bit longer, this is normal.
If anything else is unusually slow, I will look into profiling and
optimizing it.

There are no new user-visible features compared to 0.6.1, the code is
kept in sync now (including the critical bugfixes). Having both 0.6.1
and 0.7.0e nodes on the network should not result in forks. I will
maintain both the 0.6.x and 0.7.x branches for some time, until all
major database related issues are discovered and fixed. Please report
bugs, including the stack traces.



Latest NXT-files:

Blocks.nxt & Transactions.nxt: nxt-files-2014-02-07.zip (89,3 MB) *2014-02-07*



Tutorial:

You need Java Runtime Environment (32 Bit / x86) on your computer.
Download | (Mirror)

1. Download the latest client (see above)


2. Unzip the file with 7zip



3. Switch to the unzipped "nxt"-folder and create a .bat-file (Right-Click -> New -> Text Document)



4. Open the new .bat-file with Notepad++, paste the following stuff into it and save the file
Code: [Select]
"C:\Program Files (x86)\Java\jre7\bin\java.exe" -jar start.jar
if Java is not installed on this path, search for the file Java.exe and use the correct path



5. Start the file start.bat with a doubble-click



6. Now open with Firefox the page https://localhost:7875 and accept the "untrusted" SSL-Certificate



7. To create your own account, click on the lock-icon on the top left.



8. Now the really important step. Your passphrase IS you account so create passphrase with a minimum of 70 characters (Uppercase and lowercase letters, numbers and special characters). Never ever use a passphrase which someone might use too - he (or she) will steal all your Nextcoins for sure! Notice: Everyone who uses your passphrase has access to your account!



9. Once you have opened your account using your secret password, your client begins with the work, the so-called forging - unlike in Litecoin, where we are talking about "mining". You should leave the page open in your browser to verify that current block to be loaded ("Recent Blocks").



10. An overview of your NXT account you can find in the so-called NXT Block Explorer. Put in your account number there and click on "GO".



Security:
- Use a password that's at least 70 characters and contains never forget it! I recommend Keepass as a password manager.
- Use NXT exclusively on your own PC and not on a VPS.
- NXT uses port 7874 (TCP). This is the only port that should be open.
- NXT also uses the port 7875 for the web interface and port 7876 for the API commands. You should close these ports at your router to prevent access from the outside.


More:
If you get any errors, go to the folder NXT -> webapps folder -> root -> WEB-INF and edit the file web.xml for example with Notepad++.
In line 26 put in your IP-Address. Save the fileweb.xml and run the NXT server again by opening the start.bat.



Thanks for supporting NXT!
« Last Edit: February 13, 2014, 01:09:04 PM by punkrock »
NXTpool.net     NXTclient.net     NeXTcoin.org

Offline gsxrl3oi

  • Nxter
  • **
  • Posts: 92
    • View Profile
Re: [Windows] Latest NXT-Client and english tutorial
« Reply #1 on: January 02, 2014, 06:24:24 PM »
this msg shows up ( java.lang.NullPointerException ) cant put in password any suggestions.  (btw im no where near your level of understanding java so pls be patient ;D) thank you



update: back to using 4.8 now and this time no block is showing.
« Last Edit: January 02, 2014, 06:48:20 PM by gsxrl3oi »

Offline punkrock

  • Global Moderator
  • Established Nxter
  • *****
  • Posts: 207
  • Admin of NXTpool.net
    • View Profile
    • Latest NXT update for Windows
Re: [Windows] Latest NXT-Client and english tutorial
« Reply #2 on: January 02, 2014, 07:01:59 PM »
@gsxrl3oi:

To solve the "java.lang.NullPointerException"-issue, just download the latest stable client again and copy the files blockchain.nrs, blocks.nxt and transactions.nxt to your NXT-folder and start it again.

If you are not getting new block after some minutes, you should use a completely fresh NXT and put some good peers into the web.xml-file.
NXTpool.net     NXTclient.net     NeXTcoin.org

Offline bizkut

  • Fresh Nxter
  • *
  • Posts: 6
    • View Profile
Re: [Windows] Latest NXT-Client and english tutorial
« Reply #3 on: January 04, 2014, 07:16:15 AM »
I am receiving an "address already in use: bind" error in my cmd window. It will not load client. Please help

Offline joefox

  • Senior Nxter
  • ****
  • Posts: 393
    • View Profile
    • The Nxt Wiki
Re: [Windows] Latest NXT-Client and english tutorial
« Reply #4 on: January 04, 2014, 07:24:31 AM »
I am receiving an "address already in use: bind" error in my cmd window. It will not load client. Please help

This means Java is already running.  Open the Task manager, locate "java", and terminate the process.  There may be more than one.

Then restart your software.
Administrator of the Nxt Wiki at  http://wiki.nxtcrypto.org/

Like my advice OR the wiki? Please donate to account 1234567740944417915

Offline bizkut

  • Fresh Nxter
  • *
  • Posts: 6
    • View Profile
Re: [Windows] Latest NXT-Client and english tutorial
« Reply #5 on: January 04, 2014, 07:28:01 AM »
this seems to have worked. Thank you. I will donate when I get some.

Offline google98

  • Fresh Nxter
  • *
  • Posts: 39
    • View Profile
Re: [Windows] Latest NXT-Client and english tutorial
« Reply #6 on: January 05, 2014, 09:03:23 PM »
The link on nxtcrypto.org does not work...

Offline joefox

  • Senior Nxter
  • ****
  • Posts: 393
    • View Profile
    • The Nxt Wiki
Re: [Windows] Latest NXT-Client and english tutorial
« Reply #7 on: January 05, 2014, 09:12:15 PM »
The link on nxtcrypto.org does not work...

Works for me!  Which one are you using? 
Administrator of the Nxt Wiki at  http://wiki.nxtcrypto.org/

Like my advice OR the wiki? Please donate to account 1234567740944417915

Offline rulin

  • Fresh Nxter
  • *
  • Posts: 23
    • View Profile
Re: [Windows] Latest NXT-Client and english tutorial
« Reply #8 on: January 05, 2014, 09:37:06 PM »
please post sha1 sum too
NXT on RPi: 3833310984947062398

Offline nathan_kia

  • Fresh Nxter
  • *
  • Posts: 17
    • View Profile
Re: [Windows] Latest NXT-Client and english tutorial
« Reply #9 on: January 06, 2014, 08:48:55 AM »
I use this client and transfered all my coins to my wallet, after a few hours, my balance is showing negative 4 ! how is it possible ?

Offline gengenius

  • Fresh Nxter
  • *
  • Posts: 36
    • View Profile
Re: [Windows] Latest NXT-Client and english tutorial
« Reply #10 on: January 06, 2014, 10:08:46 AM »
Hello

I have the same problem, with NXT 0.4.8. and with NXT 0.5.0. balance is in - twice time first yesterday and today second,

second  virus  stole/changed secret phrase on one of my accounts and  lose is 504NXT,

message on desktop: 


A script on this page may be busy, or it may have stopped  responding. You can stop the script now, or you can continue to see if the script will complete.

Script: https://localhost:785/orphanedBlocks.html:172



third NXT Giveaways are not giving nothing  :-\

forth DGEX help is to slow (sent e mail to cancel transfers from DGEX to NXT but like no one is  reading e-mails)



fifth second NXT account (balance is 16NXT) in table Blocks showing -5520 and message You can generate next block in 5933 days 23 hours 25 minutes , orphaned blocks 5858

NXT: 7350663755500953531







« Last Edit: January 06, 2014, 10:31:51 AM by gengenius »

Offline nathan_kia

  • Fresh Nxter
  • *
  • Posts: 17
    • View Profile
Re: [Windows] Latest NXT-Client and english tutorial
« Reply #11 on: January 06, 2014, 12:19:18 PM »
mine was fixed by downloading the latest blocks and transaction from the first post here and replacing them with the old one,

Offline mannimmond

  • Fresh Nxter
  • *
  • Posts: 13
    • View Profile
Re: [Windows] Latest NXT-Client and english tutorial
« Reply #12 on: January 06, 2014, 02:57:51 PM »
I  have two thing:
1. It only worked by adding https://localhost:7875/ instead of https://127.0.0.1:7875/ ... Is that a problem?
2. The client I downloaded already has a lot of more nodes in it than you described and also line 41 is empty (no "well known peers" there)...


Offline joefox

  • Senior Nxter
  • ****
  • Posts: 393
    • View Profile
    • The Nxt Wiki
Re: [Windows] Latest NXT-Client and english tutorial
« Reply #13 on: January 06, 2014, 03:54:09 PM »
1. It only worked by adding https://localhost:7875/ instead of https://127.0.0.1:7875/ ... Is that a problem?
No problem -- those two things are equivalent.

2. The client I downloaded already has a lot of more nodes in it than you described and also line 41 is empty (no "well known peers" there)...

There are two sections.... wellknownPeers and wellknownPeers2.  The second one is not used at all.  WHen you add peers, just put them in the first section.
Administrator of the Nxt Wiki at  http://wiki.nxtcrypto.org/

Like my advice OR the wiki? Please donate to account 1234567740944417915

Offline mannimmond

  • Fresh Nxter
  • *
  • Posts: 13
    • View Profile
Re: [Windows] Latest NXT-Client and english tutorial
« Reply #14 on: January 06, 2014, 04:12:54 PM »
So line 41 is actually correct? Does adding the nodes you quoted add security and/or usability?