Author

Topic: NXT :: descendant of Bitcoin - Updated Information - page 552. (Read 2761624 times)

sr. member
Activity: 392
Merit: 250
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Release 0.8.5

http://download.nxtcrypto.org/nxt-client-0.8.5.zip

sha256: 22b6976f679dd9a2a5e0ba7ce91ee8d7de619803bd2cc97bf6e0a94b61e18372


Change log:

More bugfixes related to unconfirmed balance calculation.

Minor fixes to avoid some harmless exceptions.


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJTFbzPAAoJEFOhyXc7+e2AL/UQAImTjDFrg7xAqLlmuXlEwsiU
2kO7NcHeIZLwoL4TiJzdwSg4krHm1WUacj+OAjgkyIDvJUTnKt4WAHG1UHjcn9UW
5VagOVCXqr2rGIkOybc5qfG7w4MA6KNV11m2E+O0hJvCVBHBXWASKdU8iZf45dhQ
P+aH0Pyq1KiaKIbi0tyZFxK78ECnhPmW1FO3xq5n9EbVspUK2uujomu0b05i8omO
zd+edYFv93NpIz/eEIVXe6fGNYYmJWUVqCZcgHi2LbOG8EUrVl7ghvr5gsIIUPI6
pJh2TSuK3qmzWk8Vrgxk/6ijfK4jsdocUe9vRgL/RvfGU3O9hkeXuRFno4WfjdVv
3Aqpl9MqwiLdyK+dp+mVNonNggslmRzPcOs1QDXlNfLBwIt/Fl6JCH4xP3yeVz9V
iYaFvsUFChr27IPbAj4Ox0orBzQIYuPHxzgTVTVkmQnDJpX6TRILy7fFFflO16An
sUXoJSexbGL5asfSstyKCGMgGbdZr+n7KXDzupyCTfi81hTemSwx/Va2LOP1aAbV
O9ApHGQX+CbUgK7RSIv1MWhsS0cLtaKvuXnU56UQqoLfmMtXB2zn+pQebNsuqYNU
P8PZwQBhRISMcyOf7+LKJj3WSFq94Zn9B3ThfIsxfQnxDBYY9soeQaGVo2rII5za
8qY3h0D31489SaLf/Gmq
=GSZB
-----END PGP SIGNATURE-----
full member
Activity: 224
Merit: 100
Testnet server with HTTP API enabled:

http://tn01.nxtsolaris.info:6876

This is meant to be run long-term, so if JL wants, it can be added to nxt.testnetPeers in the default conf file of the distribution.



Please enable API cors for web clients. thx!

Now enabled.
legendary
Activity: 1176
Merit: 1134
Call for more java developers:

We need more developers to help work on the core! CFB is leaving in 1 month and we can't just have Jean-Luc do everything.

Is anyone here qualified to help?

First possible feature that could be done, (talked about it with CFB), is adding a category field to Arbitrary Messages. This will allow us a lot of extra functionality, like decentralized stores, reputation system and so on. It should not be too hard to add this extra field. Is anyone up to the job? Unfortunately I do not know java myself.

If others have suggestions for Nxt, please make Nxt improvement proposals. See here for more info: http://www.thenxtwiki.org/wiki/NIP:Nxt_Improvement_Proposals

It appears the NIP process is not yet complete, we need a contact person or a simple method of allowing anyone to add NIP's.


I will take a stab at doing some simple stuff, but no guarantees, Java is not my language
legendary
Activity: 1176
Merit: 1134
Can someone who has a test server enable API cors and api access? (two settings in nxt-default.properties)

And tell me the server name so I can use that. The bug.airdns.org doesn't accept API access...

So that my online nxt client will work again.
Not sure I got all the settings right, here is the nxt.log output

Server IP is 209.126.73.160

James

I can't even connect to that ip (without even using api)
Hmmm... Maybe I need to be running apache on it? I dont think it has a webserver
can you ping the server?

James

Never mind, wrong port, works now on http://nxtra.org/nxt-client/ via your server.
OK, so everything is good?
I finally figured out how to use the localserver API, thought I had to change to POST, but then realized I didnt, but the code was halfway in between.

James

P.S. It seems that we are still at timestamp 8314828, considering it was past  8314768 when testnet went down, I think this explains why some things are still wonky. I have the gateways running using localhost, but no guarantees as I have not seen any AM's come through yet. Will get back at it after sleep.
full member
Activity: 180
Merit: 100
Ok , i make the list and i save in my PC .
Write you test address and your nickname .
testNXT:
14928479602272924530 marek3ball
full member
Activity: 224
Merit: 100
Testnet server with HTTP API enabled:

http://tn01.nxtsolaris.info:6876

This is meant to be run long-term, so if JL wants, it can be added to nxt.testnetPeers in the default conf file of the distribution.
I can at least get the API going through http://tn01.nxtsolaris.info:6876
However, I seem to be stuck on block 76277, 16499036577215043123

James


http://tn01.nxtsolaris.info:6876/nxt?requestType=getState

{"lastBlock":"14398405447078792309","numberOfAliases":61327,"lastBlockchainFeeder":"node10.mynxtcoin.org","numberOfPeers":180,"numberOfBlocks":76310,"totalMemory":441626624,"numberOfUnlockedAccounts":1,"freeMemory":107903840,"maxMemory":518979584,"numberOfTransactions":132492,"version":"0.8.4e","numberOfOrders":31,"numberOfVotes":0,"totalEffectiveBalance":99991364300,"numberOfTrades":27,"time":8639332,"availableProcessors":4,"numberOfAssets":12,"numberOfPolls":2,"cumulativeDifficulty":"2314278120601762","numberOfAccounts":25114}
legendary
Activity: 1367
Merit: 1000
Code:
DEBUG: Dropping invalid transaction
nxt.NxtException$ValidationException: Asset millidoge already exists
        at nxt.TransactionType$ColoredCoins$1.validateAttachment(TransactionType.java:641)
        at nxt.TransactionType$ColoredCoins$1.loadAttachment(TransactionType.java:581)
        at nxt.TransactionProcessorImpl.parseTransaction(TransactionProcessorImpl.java:275)
        at nxt.TransactionProcessorImpl.processJSONTransactions(TransactionProcessorImpl.java:373)
        at nxt.TransactionProcessorImpl.access$300(TransactionProcessorImpl.java:27)
        at nxt.TransactionProcessorImpl$3.run(TransactionProcessorImpl.java:152)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
member
Activity: 112
Merit: 10
my transaction got 9 confirmations under "My transactions" but it still appears in "Unconfirmed transactions" ..
what does it mean ?

Wait a little longer, sometimes delay




_______________________________________________________________________________ _________________________________
Next Coin Lite - Fair Distribution
sr. member
Activity: 364
Merit: 250
☕ NXT-4BTE-8Y4K-CDS2-6TB82
Call for more java developers:

We need more developers to help work on the core! CFB is leaving in 1 month and we can't just have Jean-Luc do everything.

Is anyone here qualified to help?

First possible feature that could be done, (talked about it with CFB), is adding a category field to Arbitrary Messages. This will allow us a lot of extra functionality, like decentralized stores, reputation system and so on. It should not be too hard to add this extra field. Is anyone up to the job? Unfortunately I do not know java myself.

If others have suggestions for Nxt, please make Nxt improvement proposals. See here for more info: http://www.thenxtwiki.org/wiki/NIP:Nxt_Improvement_Proposals

It appears the NIP process is not yet complete, we need a contact person or a simple method of allowing anyone to add NIP's.



I don't want to scare candidates off, but they need to be damn good.

Java is not too hard to learn.

I think the most important issue here is time. People have jobs and businesses. Best would be somebody fulltime.

Some additional note:

as NXT is now open source, user can submit pull requests to Jean Luc. So, he only integrates them in to core. Which should lead to a significant relaxation for him.
newbie
Activity: 15
Merit: 0
sr. member
Activity: 364
Merit: 250
☕ NXT-4BTE-8Y4K-CDS2-6TB82
Call for more java developers:

We need more developers to help work on the core! CFB is leaving in 1 month and we can't just have Jean-Luc do everything.

Is anyone here qualified to help?

First possible feature that could be done, (talked about it with CFB), is adding a category field to Arbitrary Messages. This will allow us a lot of extra functionality, like decentralized stores, reputation system and so on. It should not be too hard to add this extra field. Is anyone up to the job? Unfortunately I do not know java myself.

If others have suggestions for Nxt, please make Nxt improvement proposals. See here for more info: http://www.thenxtwiki.org/wiki/NIP:Nxt_Improvement_Proposals

It appears the NIP process is not yet complete, we need a contact person or a simple method of allowing anyone to add NIP's.



I don't want to scare candidates off, but they need to be damn good.

Java is not too hard to learn.

I think the most important issue here is time. People have jobs and businesses. Best would be somebody fulltime.
full member
Activity: 155
Merit: 100
my transaction got 9 confirmations under "My transactions" but it still appears in "Unconfirmed transactions" ..
what does it mean ?
hero member
Activity: 910
Merit: 1000
Call for more java developers:

We need more developers to help work on the core! CFB is leaving in 1 month and we can't just have Jean-Luc do everything.

Is anyone here qualified to help?

First possible feature that could be done, (talked about it with CFB), is adding a category field to Arbitrary Messages. This will allow us a lot of extra functionality, like decentralized stores, reputation system and so on. It should not be too hard to add this extra field. Is anyone up to the job? Unfortunately I do not know java myself.

If others have suggestions for Nxt, please make Nxt improvement proposals. See here for more info: http://www.thenxtwiki.org/wiki/NIP:Nxt_Improvement_Proposals

It appears the NIP process is not yet complete, we need a contact person or a simple method of allowing anyone to add NIP's.



I don't want to scare candidates off, but they need to be damn good.
legendary
Activity: 1367
Merit: 1000
Added run.bat script for Windows users.
Not working.  Sad
...

Try

Code:
@ECHO OFF
IF EXIST java (
start "NXT NRS" java -cp nxt.jar;lib\*;conf nxt.Nxt
) ELSE (
IF EXIST "%PROGRAMFILES%\Java\jre7" (
start "NXT NRS" "%PROGRAMFILES%\Java\jre7\bin\java.exe" -cp nxt.jar;lib\*;conf nxt.Nxt
) ELSE (
IF EXIST "%PROGRAMFILES(X86)%\Java\jre7" (
start "NXT NRS" "%PROGRAMFILES(X86)%\Java\jre7\bin\java.exe" -cp nxt.jar;lib\*;conf nxt.Nxt
) ELSE (
ECHO Java software not found on your system. Please go to http://java.com/en/ to download a copy of Java.
PAUSE
)
)
)

This worked!  Smiley
sr. member
Activity: 308
Merit: 250
Call for more java developers:

We need more developers to help work on the core! CFB is leaving in 1 month and we can't just have Jean-Luc do everything.

Is anyone here qualified to help?

First possible feature that could be done, (talked about it with CFB), is adding a category field to Arbitrary Messages. This will allow us a lot of extra functionality, like decentralized stores, reputation system and so on. It should not be too hard to add this extra field. Is anyone up to the job? Unfortunately I do not know java myself.

If others have suggestions for Nxt, please make Nxt improvement proposals. See here for more info: http://www.thenxtwiki.org/wiki/NIP:Nxt_Improvement_Proposals

It appears the NIP process is not yet complete, we need a contact person or a simple method of allowing anyone to add NIP's.

legendary
Activity: 1181
Merit: 1002
Added run.bat script for Windows users.
Not working.  Sad
...

Try

Code:
@ECHO OFF
IF EXIST java (
start "NXT NRS" java -cp nxt.jar;lib\*;conf nxt.Nxt
) ELSE (
IF EXIST "%PROGRAMFILES%\Java\jre7" (
start "NXT NRS" "%PROGRAMFILES%\Java\jre7\bin\java.exe" -cp nxt.jar;lib\*;conf nxt.Nxt
) ELSE (
IF EXIST "%PROGRAMFILES(X86)%\Java\jre7" (
start "NXT NRS" "%PROGRAMFILES(X86)%\Java\jre7\bin\java.exe" -cp nxt.jar;lib\*;conf nxt.Nxt
) ELSE (
ECHO Java software not found on your system. Please go to http://java.com/en/ to download a copy of Java.
PAUSE
)
)
)
sr. member
Activity: 308
Merit: 250
Testnet server with HTTP API enabled:

http://tn01.nxtsolaris.info:6876

This is meant to be run long-term, so if JL wants, it can be added to nxt.testnetPeers in the default conf file of the distribution.



Please enable API cors for web clients. thx!
full member
Activity: 266
Merit: 100
NXT is the future
Hi,

I am lobying for some weeks now to add NXT for payement here:

http://www.bitgild.com/

There is great chance NXT wil be added, but need some NXT to test.

This is a gateway via silver and gold that would be great!

I have good experience with them and bought silver there, fast shippement and transactions.

NXT: 12088507821025750338
sr. member
Activity: 308
Merit: 250
Can someone who has a test server enable API cors and api access? (two settings in nxt-default.properties)

And tell me the server name so I can use that. The bug.airdns.org doesn't accept API access...

So that my online nxt client will work again.
Not sure I got all the settings right, here is the nxt.log output

Server IP is 209.126.73.160

James

I can't even connect to that ip (without even using api)
Hmmm... Maybe I need to be running apache on it? I dont think it has a webserver
can you ping the server?

James

Never mind, wrong port, works now on http://nxtra.org/nxt-client/ via your server.
hero member
Activity: 924
Merit: 1001
Unlimited Free Crypto
Guys, you might be interested in SignBook Droid

https://bitcointalksearch.org/topic/ann-signbook-droid-hardware-wallet-the-hot-the-cold-and-the-beautiful-499744

It will be a good read, and NXT related. Pelase tell me your thoughts and ideas regarding this.
Jump to: