Bitcoin Forum
May 13, 2024, 02:47:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 [64] 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 ... 2557 »
  Print  
Author Topic: NXT :: descendant of Bitcoin - Updated Information  (Read 2761531 times)
klee
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000



View Profile
December 02, 2013, 02:05:03 PM
 #1261

If ur timer doesn't work then lock the account and unlock again. Repeat this each 5 minutes until ur node successfully pushes the generated block.
Did the trick with no luck yet..
[2013-12-02 16:03:36.833] Nxt 0.3.0 started.
[2013-12-02 16:03:36.846] Loading transactions...
[2013-12-02 16:03:36.881] Loading peers...
[2013-12-02 16:03:37.040] Loading blocks...
[2013-12-02 16:03:37.049] Loading accounts...
[2013-12-02 16:03:37.062] Loading assets...
[2013-12-02 16:03:37.063] Loading orders...
[2013-12-02 16:04:30.806] 9/21: java.util.ConcurrentModificationException
1715611676
Hero Member
*
Offline Offline

Posts: 1715611676

View Profile Personal Message (Offline)

Ignore
1715611676
Reply with quote  #2

1715611676
Report to moderator
"Governments are good at cutting off the heads of a centrally controlled networks like Napster, but pure P2P networks like Gnutella and Tor seem to be holding their own." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715611676
Hero Member
*
Offline Offline

Posts: 1715611676

View Profile Personal Message (Offline)

Ignore
1715611676
Reply with quote  #2

1715611676
Report to moderator
1715611676
Hero Member
*
Offline Offline

Posts: 1715611676

View Profile Personal Message (Offline)

Ignore
1715611676
Reply with quote  #2

1715611676
Report to moderator
CoinBuzz
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250



View Profile
December 02, 2013, 02:08:50 PM
 #1262

Version 0.3.0 - https://dl.dropboxusercontent.com/u/67242472/nxt.zip
*.nxt files if u need any - https://dl.dropboxusercontent.com/u/67242472/nxtfiles.zip

1. Download nxt.zip
2. Unzip it!
3. Open "nxt" directory.
4. Put there *.nxt files (near start.jar).
5. Type
Code:
java -jar start.jar
6. Open http://localhost:7874/nxt to launch Nxt servlet (u should see "HTTP ERROR 405").
7. Open http://localhost:7875 for GUI.

If ur server is visible on the Internet and has a static IP or domain then go to "/webapps/root/WEB-INF" and open "web.xml". Change line "<param-value></param-value>" to "<param-value>MY_ADDRESS</param-value>". (Replace MY_ADDRESS with IP/domain). Save the file, go back to "nxt" directory and then type
Code:
java -jar start.jar

This version contains a mess of old and new code, ignore exceptions, just check if u can download blocks and send transactions. 0.3.0 was tested in local network, now we r supposed to test it in wild.

PS: We have to wait when most of peers pick the longest chain.

I'm getting this exception:

Exception in thread "main" java.lang.UnsupportedClassVersionError: org/eclipse/j
etty/start/Main : Unsupported major.minor version 51.0
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:12
4)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
        at java.net.URLClassLoader.access$000(URLClassLoader.java:56)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
Could not find the main class: org.eclipse.jetty.start.Main. Program will exit.


BTW if running method changed, please update the first post of this topic

Join ASAP: FREE BITCOIN
ImmortAlex
Hero Member
*****
Offline Offline

Activity: 784
Merit: 501


View Profile
December 02, 2013, 02:10:21 PM
 #1263

I return to home and try to run 0.3.0 over old (early morning) .nxt files. No luck, it denies to download new blocks. I try to delete peers.nxt, spammed by hosts with non-readable names - and it works! I unlock my account two times and saw the timer down to zero.
Now I see block 5837 (11918773894414917871) generated by 4747512364439223888.
ImmortAlex
Hero Member
*****
Offline Offline

Activity: 784
Merit: 501


View Profile
December 02, 2013, 02:12:58 PM
 #1264

Guys, everytime you see error "Unsupported major.minor version 51.0" this mean you have java runtime with version lower than 7. Check it with "java -version" command and upgrade JRE from java.com website.
I think, it must be noted in 1st post.
bizz
Hero Member
*****
Offline Offline

Activity: 492
Merit: 500


View Profile
December 02, 2013, 02:18:25 PM
 #1265

I return to home and try to run 0.3.0 over old (early morning) .nxt files. No luck, it denies to download new blocks. I try to delete peers.nxt, spammed by hosts with non-readable names - and it works! I unlock my account two times and saw the timer down to zero.
Now I see block 5837 (11918773894414917871) generated by 4747512364439223888.


...same here...   Huh

+1

So, is this the longest chain?
klee
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000



View Profile
December 02, 2013, 02:18:53 PM
 #1266

If ur timer doesn't work then lock the account and unlock again. Repeat this each 5 minutes until ur node successfully pushes the generated block.
Did the trick with no luck yet..
[2013-12-02 16:03:36.833] Nxt 0.3.0 started.
[2013-12-02 16:03:36.846] Loading transactions...
[2013-12-02 16:03:36.881] Loading peers...
[2013-12-02 16:03:37.040] Loading blocks...
[2013-12-02 16:03:37.049] Loading accounts...
[2013-12-02 16:03:37.062] Loading assets...
[2013-12-02 16:03:37.063] Loading orders...
[2013-12-02 16:04:30.806] 9/21: java.util.ConcurrentModificationException
Deleted CfB's .nxt files and used mine (2.19). I downloaded the blocks until this:
   5837      4747512364439223888      Mon Dec 2 15:59:27 2013   

But I still see no timer..
klee
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000



View Profile
December 02, 2013, 02:20:26 PM
 #1267

5839      4747512364439223888
5838      1796652256451468602
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 02, 2013, 02:23:39 PM
 #1268

Some nodes don't answer requests, going to do mass requests in parallel...
CoinBuzz
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250



View Profile
December 02, 2013, 02:27:52 PM
 #1269

Guys, everytime you see error "Unsupported major.minor version 51.0" this mean you have java runtime with version lower than 7. Check it with "java -version" command and upgrade JRE from java.com website.
I think, it must be noted in 1st post.

+1

solved my problem.

Join ASAP: FREE BITCOIN
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 02, 2013, 02:36:20 PM
 #1270

Someone used empty passphrase to their account...
bizz
Hero Member
*****
Offline Offline

Activity: 492
Merit: 500


View Profile
December 02, 2013, 02:39:18 PM
 #1271

Someone used empty passphrase to their account...

Try 123456. You'll hit the jackpot lol.

Anyway I also have problem with timer not showing up. Last block 5841 by 11541844302056663007 id 495940235807944582. Maybe blacklists are the problem?
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 02, 2013, 02:44:09 PM
 #1272

No. Blacklist is disabled.

Version 0.3.1 - https://dl.dropboxusercontent.com/u/67242472/nxt.zip

Use this version. It already contains nxt-files. Change web.xml if u wish to announce ur address.

Report exceptions that say "REPORT THIS".
bizz
Hero Member
*****
Offline Offline

Activity: 492
Merit: 500


View Profile
December 02, 2013, 02:53:34 PM
 #1273

No. Blacklist is disabled.

Version 0.3.1 - https://dl.dropboxusercontent.com/u/67242472/nxt.zip

Use this version. It already contains nxt-files. Change web.xml if u wish to announce ur address.

Report exceptions that say "REPORT THIS".

last block 5857 and seems to be working but only first 2 blocks and timer is gone. And I get this in terminal:

[2013-12-02 15:50:43.842] REPORT THIS:   java.net.SocketException: Unexpected end of file from server
[2013-12-02 15:50:44.485] REPORT THIS:   java.net.SocketTimeoutException: Read timed out
[2013-12-02 15:50:48.465] REPORT THIS:   java.net.ConnectException: Connection refused
[2013-12-02 15:50:49.108] REPORT THIS:   java.net.SocketException: Unexpected end of file from server
[2013-12-02 15:50:49.177] REPORT THIS:   java.net.SocketException: Unexpected end of file from server
[2013-12-02 15:50:49.502] REPORT THIS:   java.net.SocketTimeoutException: Read timed out
[2013-12-02 15:50:53.509] REPORT THIS:   java.net.ConnectException: Connection refused
[2013-12-02 15:50:53.968] REPORT THIS:   java.net.SocketException: Unexpected end of file from server
[2013-12-02 15:50:54.187] REPORT THIS:   java.net.SocketException: Unexpected end of file from server
[2013-12-02 15:50:58.479] REPORT THIS:   java.net.ConnectException: Connection refused
[2013-12-02 15:50:59.200] REPORT THIS:   java.net.SocketException: Unexpected end of file from server
[2013-12-02 15:51:03.428] REPORT THIS:   java.net.ConnectException: Connection refused
[2013-12-02 15:51:03.956] REPORT THIS:   java.net.SocketException: Unexpected end of file from server
[2013-12-02 15:51:09.092] REPORT THIS:   java.net.SocketException: Unexpected end of file from server
[2013-12-02 15:51:13.550] REPORT THIS:   java.net.ConnectException: Connection refused
[2013-12-02 15:51:14.230] REPORT THIS:   java.net.SocketException: Unexpected end of file from server
[2013-12-02 15:51:18.560] REPORT THIS:   java.net.SocketTimeoutException: Read timed out
[2013-12-02 15:51:19.237] REPORT THIS:   java.net.SocketException: Unexpected end of file from server
[2013-12-02 15:51:23.563] REPORT THIS:   java.net.ConnectException: Connection refused
[2013-12-02 15:51:23.566] REPORT THIS:   java.net.ConnectException: Connection refused
[2013-12-02 15:51:23.569] REPORT THIS:   java.net.ConnectException: Connection refused
[2013-12-02 15:51:29.213] REPORT THIS:   java.net.SocketException: Unexpected end of file from server
[2013-12-02 15:51:29.258] REPORT THIS:   java.net.SocketException: Unexpected end of
ImmortAlex
Hero Member
*****
Offline Offline

Activity: 784
Merit: 501


View Profile
December 02, 2013, 02:55:49 PM
 #1274

last block 5857 and seems to be working but only first 2 blocks and timer is gone. And I get this in terminal:
+1
... Oh, wait. It continue to work.
bizz
Hero Member
*****
Offline Offline

Activity: 492
Merit: 500


View Profile
December 02, 2013, 02:56:44 PM
 #1275

last block 5857 and seems to be working but only first 2 blocks and timer is gone. And I get this in terminal:
+1

OK.. I have a block & timer just reappeared for me.
klee
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000



View Profile
December 02, 2013, 02:57:00 PM
 #1276

Not working at all..
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 02, 2013, 02:57:27 PM
 #1277

Owners of these nodes, upgrade to 0.3.1 plz.

Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 02, 2013, 02:59:33 PM
 #1278

Well, let's wait when most of the network runs 0.3.1 and then continue. If it works for u then it's good.
klee
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000



View Profile
December 02, 2013, 03:00:23 PM
 #1279

Is it relevant that I am in EU? More difficult to connect?
bizz
Hero Member
*****
Offline Offline

Activity: 492
Merit: 500


View Profile
December 02, 2013, 03:00:54 PM
 #1280

EU here. I can confirm 0.3.1 works OK for me. Only I get those REPORT THIS stuff in terminal.
Pages: « 1 ... 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 [64] 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 ... 2557 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!