Author

Topic: NXT :: descendant of Bitcoin - Updated Information - page 741. (Read 2761644 times)

sr. member
Activity: 288
Merit: 250

For me the correct start.bat file is:

"c:\Program Files (x86)\Java\jre7\bin\java.exe"  -Xmx1024M -cp nxt.jar;lib\*;conf nxt.Nxt


+1 ,Ty!!

Well,the cmd worked,but i get SSL connection error when opening https://localhost:7875/

Just use http://localhost:7848 instead


Didnt work with that,i finally ran it with http://127.0.0.1:7875/
Is it fine and safe?I like following all the thread,but i have no idea of programming.

Also i cant find how to access to where i can request an alias,or the admin site.How i used to do it,is not working for 0.8
member
Activity: 112
Merit: 10
sr. member
Activity: 421
Merit: 250
HEAT Ledger
JeanLuc,

In order to visualize the shutdown process in the client i can either listen for log messages (kinda hackish) to determine that some component has shutdown, or mimic what you do in Nxt.shutdown (call XXX.shutdown myself) but that might lead to undesired effects once the vm shutdownHandler kicks in. Or ... maybe you could add some more events, i think the most time consuming actions are Peers.shutdown and Db.shutdown.
Ideal would be if clients could determine how long the task is and be notified of the amount of work done, the shutdown progress could then be shown in a deterministic progressbar.

Looking at Db.shutdown this would require a listener registered with H2 (with which i'm not familiar) to listen to the COMPACT progress, so not sure if that could be done (for the future if the blockchain grows, i believe you do want to show detailed shutdown progress).

The Peers.shutdown and ThreadPool.shutdown would however be perfect for some kind of fine grained notification that tells you the number of threads that are awaiting shutdown and notifies you each time one has shutdown.

BTW. I can now perfectly display startup progress with the events you added!

-Edit- Looks like it might be possible http://www.h2database.com/javadoc/org/h2/api/DatabaseEventListener.html it supports progress for scanning the database on startup for sure, but that is also handled by sending block added events.

I'd like to come back at this. The H2 listener is something a client developer can implement and register with H2. The shutdown of peer threads however could really use an event at START thread shutdown and at shutdown COMPLETE. Preferably send for each thread being shutdown.
I currently don't have the code from 0.8.0 fully integrated so i don't know if peer/thread shutdown does in fact take noticeable time. maybe i'm worrying about nothing.
hero member
Activity: 490
Merit: 504
after Panda and Zahlen's proofreadings and comments, Decentralized internet and Nxt solutions is again available for any comments from the community:

https://docs.google.com/file/d/0BwAGADgnQcrtWjBuYXR1STN5NFk/edit
legendary
Activity: 1092
Merit: 1010
I need the community to read the shit I wrote and correct me, please Smiley

http://mynxt.org/beta/features.html

You forgot this feature:

NXT comes with a  built in  hitman  Cool

 Grin
legendary
Activity: 2142
Merit: 1010
Newbie
I thought I read you were working on fixing this, how is it progressing? Or is it still todo?

We were going to test NIP workflow. The test failed.
legendary
Activity: 1092
Merit: 1010
Nxt's 3-months Birthday in 2 days!

You got that wrong. There are no women here.

Edit: actually, those are cross-nerds.

QBTC is a ladyperson Smiley

Edit: as is allwelder, but we aren't allowed to tell.
sr. member
Activity: 308
Merit: 250
There was a link to description how to process deposits/withdrawals (in Wiki IIRC). That info is not correct and should be edited.


What is the link ?

Found it - http://wiki.nxtcrypto.org/wiki/Automate_Nxt_for_your_website

What's wrong?

Why don't you edit it?

Add warning "Do not use sendMoney again without making sure that the original transaction wasn't modified (malleability issue)."

I'm not registered there.

I thought I read you were working on fixing this, how is it progressing? Or is it still todo?
hero member
Activity: 490
Merit: 504
Nxt's 3-months Birthday in 2 days!
http://englishrussia.com/images/nerd_party/3.jpg

You got that wrong. There are no women here.

Edit: actually, those are cross-nerds.
we have QTBC, allwelder and a few gays
legendary
Activity: 2142
Merit: 1010
Newbie
Nxt's 3-months Birthday in 2 days!

A caмaя лeвaя caмoчкa (нa фoнe oкнa) ничeгo тaк, я бы eй вдyл...
legendary
Activity: 2142
Merit: 1010
Newbie
There was a link to description how to process deposits/withdrawals (in Wiki IIRC). That info is not correct and should be edited.


What is the link ?

Found it - http://wiki.nxtcrypto.org/wiki/Automate_Nxt_for_your_website

What's wrong?

Why don't you edit it?

Add warning "Do not use sendMoney again without making sure that the original transaction wasn't modified (malleability issue)."

I'm not registered there.
legendary
Activity: 1120
Merit: 1000
Nxt's 3-months Birthday in 2 days!

You got that wrong. There are no women here.

Edit: actually, those are cross-nerds.
full member
Activity: 154
Merit: 100
I need the community to read the shit I wrote and correct me, please Smiley

http://mynxt.org/beta/features.html
legendary
Activity: 1778
Merit: 1043
#Free market
sr. member
Activity: 756
Merit: 250

For me the correct start.bat file is:

"c:\Program Files (x86)\Java\jre7\bin\java.exe"  -Xmx1024M -cp nxt.jar;lib\*;conf nxt.Nxt


+1 ,Ty!!

Well,the cmd worked,but i get SSL connection error when opening https://localhost:7875/

Just use http://localhost:7848 instead
hero member
Activity: 644
Merit: 500
There was a link to description how to process deposits/withdrawals (in Wiki IIRC). That info is not correct and should be edited.


What is the link ?

Found it - http://wiki.nxtcrypto.org/wiki/Automate_Nxt_for_your_website

What's wrong?

Why don't you edit it?
full member
Activity: 266
Merit: 100
NXT is the future
hero member
Activity: 490
Merit: 504
Nxt's 3-months Birthday in 2 days!
sr. member
Activity: 288
Merit: 250

For me the correct start.bat file is:

"c:\Program Files (x86)\Java\jre7\bin\java.exe"  -Xmx1024M -cp nxt.jar;lib\*;conf nxt.Nxt


+1 ,Ty!!

Well,the cmd worked,but i get SSL connection error when opening https://localhost:7875/
Jump to: