Noderewards master is up again.
Hi. Please change IP address of this supernode.
Change IP 45.77.33.181 to 207.148.126.147.
Change message to NAFUND address has been sent.
Done.
where do I find the upgrade tutorial. I remember just replacing some *.jar files last update.
Not sure if there is a tutorial. If the last version you have installed was 0.6.96, you need to replace the jars
- nem-core-0.6.96-BETA.jar
- nem-deploy-0.6.96-BETA.jar
- nem-infrastructure-server-0.6.96-BETA.jar
- nem-peer-0.6.96-BETA.jar
with the jars
- nem-core-0.6.97-BETA.jar
- nem-deploy-0.6.97-BETA.jar
- nem-infrastructure-server-0.6.97-BETA.jar
- nem-peer-0.6.97-BETA.jar
Edit: β¦and of course restart the server.
sweet thanks!
Hello! I do not understand. What does it mean: and use the garbage collector by specifying the G1 -XX: + UseG1GC -XX: MaxGCPauseMillis = 200 βas start params. ???
Tell me please)))) Where it is (and use the garbage collector by specifying the G1 -XX: + UseG1GC -XX: MaxGCPauseMillis = 200 βas start params)
need to change?
Thank you and sorry!))) I figured it out)))
@owner of supernode bragi
:
Your NIS config contains an illegal trailing space in the ip.
http://37.120.168.236:7890/node/info
Please fix.
Hello everyone,
When I run nix.runNis.sh with
java -Xms5G -Xmx5G -cp β.:./*:β¦/libs/* β org.nem.deploy.CommonStarter -XX:+UseG1GC -XX:MaxGCPauseMillis=200
I get the following error:
Error: Could not find or load main class *:β¦.libs.*
I do have 8GB RAM, and my java is:
# java -version
java version "1.8.0_171"
Java(TM) SE Runtime Environment (build 1.8.0_171-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.171-b11, mixed mode)
Help please⦠what im I doing wrong?
my nix.runNis.sh says:
#!/bin/bash
cd nis
java -Xms12G -Xmx12G -XX:+UseG1GC -XX:MaxGCPauseMillis=200 -cp β.:./ :β¦/libs/ β org.nem.deploy.CommonStarter
cd -
Not sure, maybe the trailing space after libs/*
is the culprit?
The payout account is broke and needs to be refunded. Payout will resume soon. I will look into missing payouts next weekend. Sorry for the unconvenience.
Thanks for the extra work on the weekends.
Hi. Please change IP address of these supernodes.
Change IP 45.77.38.243 to 35.197.147.166
Change IP 149.28.179.30 to 35.244.92.41
Change message to NAFUND address has been sent.
Done.
Try is this way:
java -Xms5G -Xmx5G -XX:+UseG1GC -XX:MaxGCPauseMillis=200 -cp β.:./:β¦/libs/ β org.nem.deploy.CommonStarter
Mine started up correctly if I put the garbage collector text before the -cp β.:./:β¦/libs/ β org.nem.deploy.CommonStarter rather than after.
how much ram would I need to run node with
nis.transactionHashRetentionTime = -1
nis.optionalFeatures = TRANSACTION_HASH_LOOKUP|HISTORICAL_ACCOUNT_DATA
?
β-Xms13G -Xmx13Gβ on 16G machine does not seem to work (it took forever to load chain when it got past ~1.7M blocks)