marcus03
|
|
March 04, 2014, 10:11:50 AM |
|
Testnet server with HTTP API enabled: http://tn01.nxtsolaris.info:6876This 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.
|
|
|
|
jl777
Legendary
Offline
Activity: 1176
Merit: 1134
|
|
March 04, 2014, 10:15:14 AM |
|
Testnet server with HTTP API enabled: http://tn01.nxtsolaris.info:6876This 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. Great! So I dont have to mess with getting external access. Do you know the proper curl syntax to use to local server API? James Edit: curl -d '{ "requestType" : "getState" }' 127.0.0.1:6876 Still getting errors: <p>Problem accessing /. Reason: <pre> HTTP method POST is not supported by this URL</pre></p>
|
|
|
|
redsn0w
Legendary
Offline
Activity: 1778
Merit: 1043
#Free market
|
|
March 04, 2014, 10:18:19 AM |
|
Testnet server with HTTP API enabled: http://tn01.nxtsolaris.info:6876This 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. AMAZING !!!!
|
|
|
|
l8orre
Legendary
Offline
Activity: 1181
Merit: 1018
|
|
March 04, 2014, 10:31:01 AM |
|
0.8.4e still has bugs in unconfirmed balance handling. Wait until I release a fix.
yes, I did see 85,000 in the unconfirmed balance instead of 10,000 on my real nxt working account today
|
|
|
|
yassin54
Legendary
Offline
Activity: 1540
Merit: 1000
|
|
March 04, 2014, 10:40:44 AM |
|
vote
|
|
|
|
arafel71
Newbie
Offline
Activity: 51
Merit: 0
|
|
March 04, 2014, 10:50:09 AM |
|
vote vote
|
|
|
|
jl777
Legendary
Offline
Activity: 1176
Merit: 1134
|
|
March 04, 2014, 10:53:22 AM |
|
Testnet server with HTTP API enabled: http://tn01.nxtsolaris.info:6876This 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:6876However, I seem to be stuck on block 76277, 16499036577215043123 James
|
|
|
|
lophie
|
|
March 04, 2014, 11:00:25 AM |
|
Guys, you might be interested in SignBook Droid https://bitcointalk.org/index.php?topic=499744.0It will be a good read, and NXT related. Pelase tell me your thoughts and ideas regarding this.
|
Will take me a while to climb up again, But where is a will, there is a way...
|
|
|
wesleyh
|
|
March 04, 2014, 11:00:59 AM |
|
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.
|
|
|
|
pinarello
Full Member
Offline
Activity: 266
Merit: 100
NXT is the future
|
|
March 04, 2014, 11:03:00 AM |
|
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
|
|
|
|
wesleyh
|
|
March 04, 2014, 11:03:06 AM |
|
Testnet server with HTTP API enabled: http://tn01.nxtsolaris.info:6876This 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!
|
|
|
|
LiQio
Legendary
Offline
Activity: 1181
Merit: 1002
|
|
March 04, 2014, 11:17:40 AM |
|
Added run.bat script for Windows users.
Not working. ... Try @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 ) ) )
|
|
|
|
wesleyh
|
|
March 04, 2014, 11:27:04 AM |
|
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.
|
|
|
|
starik69
Legendary
Offline
Activity: 1367
Merit: 1000
|
|
March 04, 2014, 11:34:19 AM |
|
Added run.bat script for Windows users.
Not working. ... Try @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!
|
|
|
|
bitcoinpaul
|
|
March 04, 2014, 11:34:38 AM |
|
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.
|
|
|
|
voldemort628
|
|
March 04, 2014, 11:36:10 AM |
|
my transaction got 9 confirmations under "My transactions" but it still appears in "Unconfirmed transactions" .. what does it mean ?
|
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ▐ CRYPTI▐ a Node.JS coin built from scratch. With Proof of Time, Purchase and Identity. Custom blockchains and much more! ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
|
|
|
ChuckOne
Sr. Member
Offline
Activity: 364
Merit: 250
☕ NXT-4BTE-8Y4K-CDS2-6TB82
|
|
March 04, 2014, 11:37:13 AM |
|
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.
|
|
|
|
lezin
Newbie
Offline
Activity: 15
Merit: 0
|
|
March 04, 2014, 11:42:36 AM Last edit: March 04, 2014, 01:41:18 PM by lezin |
|
|
|
|
|
ChuckOne
Sr. Member
Offline
Activity: 364
Merit: 250
☕ NXT-4BTE-8Y4K-CDS2-6TB82
|
|
March 04, 2014, 11:42:47 AM |
|
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.
|
|
|
|
SkillRoad
Member
Offline
Activity: 112
Merit: 10
|
|
March 04, 2014, 11:42:53 AM |
|
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
|
|
|
|
|