Pages:
Author

Topic: NAS :: Descendant of NXT 100% PoS|More Exchanges|WinNAS is ready! - page 5. (Read 143776 times)

sr. member
Activity: 271
Merit: 250
Share Love
hi guys. NAS is back on en.btc38.com (trading, withdrawl, deposit). thanks for the great work to patapato and others.

 Grin Grin Grin

Oooh!!, big news!, thanks to you, btc38, now there is a market for NAS again Smiley  Cheesy

I tested deposit and withdrawal, and it worked fine and fast (just a minimum of 200 NAS is needed for withdrawal). It was almost free because BTC38 bonus of 1% in deposits, which compensate for usual 1% in withdrawal. Also, a minimum of 0.001 BTC is required to trade (which is ~20000 NAS now).

I also found a bug in Nas v. 1.1.6.N1: "Send NAS" doesn't work Sad
As it was other suggestions of not proper working in Linux, I recommend to still use 1.1.3.N2 or 1.1.3.N1, until we can solve that problems in a new 1.1.6.N2.


For the next release, I hope it can be run on both Java 7 and Java 8 platforms. I couldn't even try v1.1.6  on my machine with Java 7.

Nevertheless, thanks for all your efforts so far.  Smiley
newbie
Activity: 51
Merit: 0
hi guys. NAS is back on en.btc38.com (trading, withdrawl, deposit). thanks for the great work to patapato and others.

 Grin Grin Grin

Awesome news!  Thanks a lot Smiley
sr. member
Activity: 459
Merit: 250
hi guys. NAS is back on en.btc38.com (trading, withdrawl, deposit). thanks for the great work to patapato and others.

 Grin Grin Grin

Awesome!  Thanks.

Edit:  I don't have or use facebook (or similar social media sites).  Is there another way to login?
member
Activity: 93
Merit: 10
hi guys. NAS is back on en.btc38.com (trading, withdrawl, deposit). thanks for the great work to patapato and others.

 Grin Grin Grin

Oooh!!, big news!, thanks to you, btc38, now there is a market for NAS again Smiley  Cheesy

I tested deposit and withdrawal, and it worked fine and fast (just a minimum of 200 NAS is needed for withdrawal). It was almost free because BTC38 bonus of 1% in deposits, which compensate for usual 1% in withdrawal. Also, a minimum of 0.001 BTC is required to trade (which is ~20000 NAS now).

I also found a bug in Nas v. 1.1.6.N1: "Send NAS" doesn't work Sad
As it was other suggestions of not proper working in Linux, I recommend to still use 1.1.3.N2 or 1.1.3.N1, until we can solve that problems in a new 1.1.6.N2.
member
Activity: 117
Merit: 10
hi guys. NAS is back on en.btc38.com (trading, withdrawl, deposit). thanks for the great work to patapato and others.

 Grin Grin Grin
sr. member
Activity: 293
Merit: 250
I got email from Graviton, dgex.com.
He thinks that NAS is dead and that's why it is not traded on dgex. Maybe you could get in touch with him and suggest the proper client?

that means over 1000M coins missed ,good news or bad news ?
 
yes ,i have over 10Mcoins be in dgex ,but now ,everythings over, let it go...
sorry i found new teams here ,maybe its good news and thanks a lot ,nas will  coming back.
sr. member
Activity: 293
Merit: 250
I got email from Graviton, dgex.com.
He thinks that NAS is dead and that's why it is not traded on dgex. Maybe you could get in touch with him and suggest the proper client?

that means over 1000M coins missed ,good news or bad news ?
 
yes ,i have over 10Mcoins be in dgex ,but now ,everythings over, let it go...
hero member
Activity: 520
Merit: 500
I got email from Graviton, dgex.com.
He thinks that NAS is dead and that's why it is not traded on dgex. Maybe you could get in touch with him and suggest the proper client?
hero member
Activity: 520
Merit: 500
My coins in poloniex..
Please, write them, open the ticket! I wrote today, maybe together we can persuade them to do something!
member
Activity: 93
Merit: 10
@patapato

While i'm at it, there are a few little things wrong in the shell script "*.sh" files for Linux:

- Line endings: the line ending in the script files is "CR LF"(\r\n)[windows line ending] and should be only "LF"(\n)[*nix line ending]

- compile.sh needs also changes, here is what i'm using(should match win-compile.sh):
Code:
CP=conf/:classes/:lib/*
SP=src/java/

/bin/mkdir -p classes/

javac -sourcepath ${SP} -classpath ${CP} -d classes/ src/java/nxt/*.java src/java/nxt/*/*.java || exit 1

/bin/rm -f nxt.jar
jar cf nxt.jar -C classes . || exit 1
/bin/rm -rf classes

echo "nxt.jar generated successfully"


Hi User1397367406, I would like to give you write access to the Bitbucket repository (except "master branch"), I already gave access to tiker. Then you could do those changes and upload a correct zip file made in Linux, deleting the current one.

I tried to compile with Java version 7 compatibility from the IDE, but I forgot it at the end as I compiled with the script, which used my most recent version of Java.

Line ending should be correct in the sources, as Git makes the conversion when commiting. The other change that you write is enclosing the variables 'SP' and 'CP' between brackets. If it is necessary I would make an "amend commit" in order that it will be correct in the sources as well. 'win-compile' is slightly different in that it needs quotation marks in 'CP' value.
hero member
Activity: 520
Merit: 500
I dounloaded Winnas client from here:
https://www.dropbox.com/s/4n1jah73agicnbo/WinNASv0.2.2beta_full.zip
Winnas didn't work, I opened the web wallet from the same winnas folder and it worked for me. Is it the right blockchain?
I see peers:
 funkyvps3.funkymonkey.org   27'019   474 B   169 B   NRS 1.1.3.N1   VPS
 99.227.137.145   0   78 B   115 B   NRS 1.1.6.N1   PC
 patapato.ddns.net   3'977'929   165 KB   29 KB   NRS 1.1.6.N1   Win7-64b
sr. member
Activity: 266
Merit: 250
hero member
Activity: 900
Merit: 500
My coins in poloniex..
sr. member
Activity: 293
Merit: 250
anyone can set up block chain explore now

 Block explorers is necessary
legendary
Activity: 1697
Merit: 1074
I try both 1.1.6 and 1.1.3 but get a error:
Code:
Error: Could not find or load main class nxt.Nxt

The java is version 1.8.0_45
This can be a problem with these new versions of java?  Which version are you running?

Are you using the sources or the zip file?, Linux or Windows?,
Maybe it's a problem of directory or files permission in Linux, as distribution file is zipped in Windows.
That Java version is not the problem.
I use the .zip files.
The previous version in OP works, the system is Mint17 and SUSE13, both x64
. .
Launching it with the following command:
Code:
/usr/lib/jvm/java-8-oracle/jre/bin/java -cp nxt.jar:lib/*:conf nxt.Nxt
. .
Hope this helps.
Thanks! It works!

I have installed in /opt
So just run through
Code:
/opt/jdk1.8.0_45/bin/java -cp nxt.jar:lib/*:conf nxt.Nxt

Node running!!
newbie
Activity: 51
Merit: 0
@patapato

While i'm at it, there are a few little things wrong in the shell script "*.sh" files for Linux:

- Line endings: the line ending in the script files is "CR LF"(\r\n)[windows line ending] and should be only "LF"(\n)[*nix line ending]

- compile.sh needs also changes, here is what i'm using(should match win-compile.sh):
Code:
CP=conf/:classes/:lib/*
SP=src/java/

/bin/mkdir -p classes/

javac -sourcepath ${SP} -classpath ${CP} -d classes/ src/java/nxt/*.java src/java/nxt/*/*.java || exit 1

/bin/rm -f nxt.jar
jar cf nxt.jar -C classes . || exit 1
/bin/rm -rf classes

echo "nxt.jar generated successfully"

newbie
Activity: 51
Merit: 0
I try both 1.1.6 and 1.1.3 but get a error:
Code:
Error: Could not find or load main class nxt.Nxt

The java is version 1.8.0_45
This can be a problem with these new versions of java?  Which version are you running?

Are you using the sources or the zip file?, Linux or Windows?,
Maybe it's a problem of directory or files permission in Linux, as distribution file is zipped in Windows.
That Java version is not the problem.
I use the .zip files.
The previous version in OP works, the system is Mint17 and SUSE13, both x64

I think the problem is the default java version used.
I have/had the same problem here on Ubuntu and i have several Java versions installed: 6,7 and 8 (6 and 7 are OpenJDK, 8 is Oracle)
Might be a problem with OpenJDK, not sure if Java 8 is required or an Oracle Java is required(patapato might know more about it).
What i think is that both 1.1.6.N1 and 1.1.3.N2 require Java 8.

Here is what i get in the terminal:
Code:
java -version
I get:
Code:
java version "1.7.0_79"
OpenJDK Runtime Environment (IcedTea 2.5.5) (7u79-2.5.5-0ubuntu0.12.04.1)
OpenJDK 64-Bit Server VM (build 24.79-b02, mixed mode)
Using this version(./run.sh in terminal in nas folder) i get:
Code:
Error: Could not find or load main class nxt.Nxt

Using java 8, located here in "/usr/lib/jvm/java-8-oracle/jre/bin/java" it works fine:
Code:
/usr/lib/jvm/java-8-oracle/jre/bin/java -version
I get:
Code:
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)
Launching it with the following command:
Code:
/usr/lib/jvm/java-8-oracle/jre/bin/java -cp nxt.jar:lib/*:conf nxt.Nxt

On Ubuntu(might work on Mint and Suse) i can get the installed Java version with the following:
Code:
update-alternatives --list java
I get:
Code:
/usr/bin/gij-4.6
/usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java
/usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java
/usr/lib/jvm/java-8-oracle/jre/bin/java

You can change the default Java using:
Code:
update-alternatives --config java
I get:
Code:
There are 4 choices for the alternative java (providing /usr/bin/java).

  Selection    Path                                            Priority   Status
------------------------------------------------------------
  0            /usr/lib/jvm/java-8-oracle/jre/bin/java          1062      auto mode
  1            /usr/bin/gij-4.6                                 1046      manual mode
  2            /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java   1061      manual mode
* 3            /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java   1051      manual mode
  4            /usr/lib/jvm/java-8-oracle/jre/bin/java          1062      manual mode

Press enter to keep the current choice[*], or type selection number:

Hope this helps.
legendary
Activity: 1697
Merit: 1074
I try both 1.1.6 and 1.1.3 but get a error:
Code:
Error: Could not find or load main class nxt.Nxt

The java is version 1.8.0_45
This can be a problem with these new versions of java?  Which version are you running?

Are you using the sources or the zip file?, Linux or Windows?,
Maybe it's a problem of directory or files permission in Linux, as distribution file is zipped in Windows.
That Java version is not the problem.
I use the .zip files.
The previous version in OP works, the system is Mint17 and SUSE13, both x64
member
Activity: 93
Merit: 10
I try both 1.1.6 and 1.1.3 but get a error:
Code:
Error: Could not find or load main class nxt.Nxt

The java is version 1.8.0_45
This can be a problem with these new versions of java?  Which version are you running?

Are you using the sources or the zip file?, Linux or Windows?,
Maybe it's a problem of directory or files permission in Linux, as distribution file is zipped in Windows.
That Java version is not the problem.
hero member
Activity: 655
Merit: 500
is NAS on any exchanges now?
Pages:
Jump to: