Bitcoin Forum
October 11, 2024, 06:58:00 PM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 6 7 8 9 »
21  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: November 17, 2016, 05:06:26 AM
Quote
EK,pls help me.thx.

I am moving everything to maven right now. Should be finished soon.
For now, you could check out elastic pl, then "mvn compile package install"
and then do the same for elastic-core. You can then run elastic using "java -jar target/elastic-core-0.6.0.jar"

This process will be made easier soon.

Code:
$ mvn compile package install
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for elastic-core:elastic-core:jar:0.6.0
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 60, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 48, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]                                                                        
[INFO] ------------------------------------------------------------------------
[INFO] Building elastic-core 0.6.0
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for elastic-pl:elastic-pl:jar:0.0.1 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.934 s
[INFO] Finished at: 2016-11-16T20:08:12+01:00
[INFO] Final Memory: 12M/309M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project elastic-core: Could not resolve dependencies for project elastic-core:elastic-core:jar:0.6.0: Failure to find elastic-pl:elastic-pl:jar:0.0.1 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

On mac

The error does not come, if you exactly follow the instruction

Quote
For now, you could check out elastic pl, then "mvn compile package install"

 Wink  elastic-pl ist not yet in the central repository so has to be installed manually.


Code:
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 29:53 min
[INFO] Finished at: 2016-11-17T09:53:48+08:00
[INFO] Final Memory: 11M/27M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project elastic-core: Could not resolve depend
encies for project elastic-core:elastic-core:jar:0.6.0: Could not find artifact
elastic-pl:elastic-pl:jar:0.0.1 in central (https://repo.maven.apache.org/maven2
) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyReso
lutionException


Build failure with Maven too.Any suggestion?

git pull on elastic-pl
22  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: November 17, 2016, 04:55:38 AM
Quote
EK,pls help me.thx.

I am moving everything to maven right now. Should be finished soon.
For now, you could check out elastic pl, then "mvn compile package install"
and then do the same for elastic-core. You can then run elastic using "java -jar target/elastic-core-0.6.0.jar"

This process will be made easier soon.

Code:
$ mvn compile package install
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for elastic-core:elastic-core:jar:0.6.0
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 60, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 48, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]                                                                        
[INFO] ------------------------------------------------------------------------
[INFO] Building elastic-core 0.6.0
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for elastic-pl:elastic-pl:jar:0.0.1 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.934 s
[INFO] Finished at: 2016-11-16T20:08:12+01:00
[INFO] Final Memory: 12M/309M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project elastic-core: Could not resolve dependencies for project elastic-core:elastic-core:jar:0.6.0: Failure to find elastic-pl:elastic-pl:jar:0.0.1 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

On mac

The error does not come, if you exactly follow the instruction

Quote
For now, you could check out elastic pl, then "mvn compile package install"

 Wink  elastic-pl ist not yet in the central repository so has to be installed manually.

Yesterday I read the instructions too quickly. I compiled elastic pl too. Everything works perfectly. I will test your PM instructions for redeem.
23  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: November 16, 2016, 07:10:02 PM
Quote
EK,pls help me.thx.

I am moving everything to maven right now. Should be finished soon.
For now, you could check out elastic pl, then "mvn compile package install"
and then do the same for elastic-core. You can then run elastic using "java -jar target/elastic-core-0.6.0.jar"

This process will be made easier soon.

Code:
$ mvn compile package install
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for elastic-core:elastic-core:jar:0.6.0
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 60, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 48, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building elastic-core 0.6.0
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for elastic-pl:elastic-pl:jar:0.0.1 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.934 s
[INFO] Finished at: 2016-11-16T20:08:12+01:00
[INFO] Final Memory: 12M/309M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project elastic-core: Could not resolve dependencies for project elastic-core:elastic-core:jar:0.6.0: Failure to find elastic-pl:elastic-pl:jar:0.0.1 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

On mac
24  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: November 16, 2016, 07:33:54 AM
Hi all,I got compile err,some one can help?

Code:
                                                                ^
  Symbol:   Class JSONObject
  Location: Class TransactionImpl
src\java\nxt\Attachment.java:42: Error: Cannot Find Symbol
                private AbstractAttachment(JSONObject attachmentData) {
                                           ^
  Symbol:   Class JSONObject
  Location: Class AbstractAttachment
src\java\nxt\Attachment.java:110: Error: Cannot Find Symbol
                final void putMyJSON(JSONObject json) {
                                     ^
  Symbol:   Class JSONObject
  Location: Class EmptyAttachment
src\java\nxt\http\APIServlet.java:178: Error: Cannot Find Symbol
    protected void doGet(HttpServletRequest req, HttpServletResponse resp) throw
s ServletException, IOException {
                         ^
  Symbol:   Class HttpServletRequest
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:178: Error: Cannot Find Symbol
    protected void doGet(HttpServletRequest req, HttpServletResponse resp) throw
s ServletException, IOException {
                                                 ^
  Symbol:   Class HttpServletResponse
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:178: Error: Cannot Find Symbol
    protected void doGet(HttpServletRequest req, HttpServletResponse resp) throw
s ServletException, IOException {

  ^
  Symbol:   Class ServletException
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:183: Error: Cannot Find Symbol
    protected void doPost(HttpServletRequest req, HttpServletResponse resp) thro
ws ServletException, IOException {
                          ^
  Symbol:   Class HttpServletRequest
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:183: Error: Cannot Find Symbol
    protected void doPost(HttpServletRequest req, HttpServletResponse resp) thro
ws ServletException, IOException {
                                                  ^
  Symbol:   Class HttpServletResponse
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:183: Error: Cannot Find Symbol
    protected void doPost(HttpServletRequest req, HttpServletResponse resp) thro
ws ServletException, IOException {

   ^
  Symbol:   Class ServletException
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:187: Error: Cannot Find Symbol
    private void process(HttpServletRequest req, HttpServletResponse resp) throw
s IOException {
                         ^
  Symbol:   Class HttpServletRequest
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:187: Error: Cannot Find Symbol
    private void process(HttpServletRequest req, HttpServletResponse resp) throw
s IOException {
                                                 ^
  Symbol:   Class HttpServletResponse
  Location: Class APIServlet
src\java\nxt\http\JSONResponses.java:30: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_LANGUAGE = missing("program
language");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:31: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_PROGAMCODE = missing("progra
m code");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:32: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_BOUNTYHOOK = missing("bounty
 hook");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:33: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_NUMBER_INPUTVARS = missing("
number of input variables");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:34: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_NUMBER_OUTPUTVARS = missing(
"number of output variables");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:35: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_BOUNTYLIMIT = missing("bount
y limit");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:36: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_WORK_NAME_LENGTH = incorre
ct("work title");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:37: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_MULTIPLICATOR = incorrect(
"multiplicator");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:39: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_VARIABLES_NUM = incorrect(
"number of input or output variables");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:40: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_WORK_LANGUAGE = incorrect(
"work language");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:41: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_INPUT_NUMBER = incorrect("
number of inputs");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:42: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_AMOUNT = incorrect("attach
ed amount");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:43: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_AST_RECURSION = incorrect(
"ast tree depth");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:45: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_SYNTAX = incorrect("syntax
");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:46: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_PROGRAM = incorrect("progr
am code");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:47: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_BOUNTYHOOK = incorrect("bo
unty hook");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:48: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_WORKID = incorrect("workId
");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:49: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_BOOLEAN = incorrect("boole
an");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:50: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_HASH = incorrect("hash");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:52: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_XEL_PER_POW = incorrect("p
ow price in XEL");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:53: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_XEL_PER_BOUNTY = incorrect
("bounty price in XEL");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:54: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_XEL_PER_POW = missing("pow p
rice in XEL");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:55: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_FIELDS_REDEEM = missing("add
ress or secp_signatures");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:57: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_XEL_PER_BOUNTY = missing("bo
unty price in XEL");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:58: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_EXECUTION_TIME = incorrect
("worst case execution time");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:59: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_PUBLIC_KEY = incorrect("pu
blicKey");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:60: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_ALIAS_NAME = missing("aliasN
ame");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:61: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_ALIAS_OR_ALIAS_NAME = missin
g("alias", "aliasName");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:62: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_DEADLINE = missing("deadline
");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:63: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_DEADLINE = incorrect("dead
line");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:64: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_TRANSACTION_BYTES_OR_JSON =
missing("transactionBytes",
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:66: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_WORKID = missing("workId");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:67: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_INPUTS = missing("program in
puts");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:68: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_PASSPHRASE = missing("miner
passphrase");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:70: Error: Cannot Find Symbol
    public static final JSONStreamAware INCORRECT_INPUTS = incorrect("inputs arr
ay");
                        ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:71: Error: Cannot Find Symbol
        public static final JSONStreamAware UNKNOWN_ORDER = unknown("order");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:72: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_HALLMARK = missing("hallmark
");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:73: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_HALLMARK = incorrect("hall
mark");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:74: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_WEBSITE = missing("website")
;
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses


Here is my platform. win2003 x86,git 1.8.5.2 jdk1.8 etc.
Code:
$ git --version
git version 1.8.5.2.msysgit.0

$ javac -version
javac 1.8.0_111

$ java -version
java version "1.8.0_111"
Java(TM) SE Runtime Environment (build 1.8.0_111-b14)
Java HotSpot(TM) Client VM (build 25.111-b14, mixed mode, sharing)

C:\>ver

Microsoft Windows [Version 5.2.3790]




Can some one help?

Wait for Evil-Knievel to wake up.
25  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: November 16, 2016, 04:54:20 AM
elastic project is %0 premined coin!

all coins distributed to investors with ico. its very very important for elastic project image. 100m coins owners listed on transparent genesis-block Alotof scam projects have %10 %30 premined coins.


elastic need a foundation for developing,supporting,pr and may find different solution. i dont know there is 600btc. all btcs should use with foundation

can't agree with you more!


100% agree too
26  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: November 16, 2016, 04:48:45 AM
Hi all,I got compile err,some one can help?

Code:
                                                                ^
  Symbol:   Class JSONObject
  Location: Class TransactionImpl
src\java\nxt\Attachment.java:42: Error: Cannot Find Symbol
                private AbstractAttachment(JSONObject attachmentData) {
                                           ^
  Symbol:   Class JSONObject
  Location: Class AbstractAttachment
src\java\nxt\Attachment.java:110: Error: Cannot Find Symbol
                final void putMyJSON(JSONObject json) {
                                     ^
  Symbol:   Class JSONObject
  Location: Class EmptyAttachment
src\java\nxt\http\APIServlet.java:178: Error: Cannot Find Symbol
    protected void doGet(HttpServletRequest req, HttpServletResponse resp) throw
s ServletException, IOException {
                         ^
  Symbol:   Class HttpServletRequest
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:178: Error: Cannot Find Symbol
    protected void doGet(HttpServletRequest req, HttpServletResponse resp) throw
s ServletException, IOException {
                                                 ^
  Symbol:   Class HttpServletResponse
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:178: Error: Cannot Find Symbol
    protected void doGet(HttpServletRequest req, HttpServletResponse resp) throw
s ServletException, IOException {

  ^
  Symbol:   Class ServletException
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:183: Error: Cannot Find Symbol
    protected void doPost(HttpServletRequest req, HttpServletResponse resp) thro
ws ServletException, IOException {
                          ^
  Symbol:   Class HttpServletRequest
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:183: Error: Cannot Find Symbol
    protected void doPost(HttpServletRequest req, HttpServletResponse resp) thro
ws ServletException, IOException {
                                                  ^
  Symbol:   Class HttpServletResponse
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:183: Error: Cannot Find Symbol
    protected void doPost(HttpServletRequest req, HttpServletResponse resp) thro
ws ServletException, IOException {

   ^
  Symbol:   Class ServletException
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:187: Error: Cannot Find Symbol
    private void process(HttpServletRequest req, HttpServletResponse resp) throw
s IOException {
                         ^
  Symbol:   Class HttpServletRequest
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:187: Error: Cannot Find Symbol
    private void process(HttpServletRequest req, HttpServletResponse resp) throw
s IOException {
                                                 ^
  Symbol:   Class HttpServletResponse
  Location: Class APIServlet
src\java\nxt\http\JSONResponses.java:30: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_LANGUAGE = missing("program
language");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:31: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_PROGAMCODE = missing("progra
m code");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:32: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_BOUNTYHOOK = missing("bounty
 hook");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:33: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_NUMBER_INPUTVARS = missing("
number of input variables");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:34: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_NUMBER_OUTPUTVARS = missing(
"number of output variables");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:35: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_BOUNTYLIMIT = missing("bount
y limit");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:36: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_WORK_NAME_LENGTH = incorre
ct("work title");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:37: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_MULTIPLICATOR = incorrect(
"multiplicator");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:39: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_VARIABLES_NUM = incorrect(
"number of input or output variables");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:40: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_WORK_LANGUAGE = incorrect(
"work language");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:41: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_INPUT_NUMBER = incorrect("
number of inputs");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:42: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_AMOUNT = incorrect("attach
ed amount");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:43: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_AST_RECURSION = incorrect(
"ast tree depth");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:45: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_SYNTAX = incorrect("syntax
");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:46: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_PROGRAM = incorrect("progr
am code");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:47: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_BOUNTYHOOK = incorrect("bo
unty hook");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:48: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_WORKID = incorrect("workId
");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:49: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_BOOLEAN = incorrect("boole
an");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:50: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_HASH = incorrect("hash");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:52: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_XEL_PER_POW = incorrect("p
ow price in XEL");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:53: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_XEL_PER_BOUNTY = incorrect
("bounty price in XEL");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:54: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_XEL_PER_POW = missing("pow p
rice in XEL");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:55: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_FIELDS_REDEEM = missing("add
ress or secp_signatures");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:57: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_XEL_PER_BOUNTY = missing("bo
unty price in XEL");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:58: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_EXECUTION_TIME = incorrect
("worst case execution time");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:59: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_PUBLIC_KEY = incorrect("pu
blicKey");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:60: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_ALIAS_NAME = missing("aliasN
ame");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:61: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_ALIAS_OR_ALIAS_NAME = missin
g("alias", "aliasName");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:62: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_DEADLINE = missing("deadline
");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:63: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_DEADLINE = incorrect("dead
line");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:64: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_TRANSACTION_BYTES_OR_JSON =
missing("transactionBytes",
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:66: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_WORKID = missing("workId");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:67: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_INPUTS = missing("program in
puts");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:68: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_PASSPHRASE = missing("miner
passphrase");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:70: Error: Cannot Find Symbol
    public static final JSONStreamAware INCORRECT_INPUTS = incorrect("inputs arr
ay");
                        ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:71: Error: Cannot Find Symbol
        public static final JSONStreamAware UNKNOWN_ORDER = unknown("order");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:72: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_HALLMARK = missing("hallmark
");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:73: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_HALLMARK = incorrect("hall
mark");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:74: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_WEBSITE = missing("website")
;
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses


Here is my platform. win2003 x86,git 1.8.5.2 jdk1.8 etc.
Code:
$ git --version
git version 1.8.5.2.msysgit.0

$ javac -version
javac 1.8.0_111

$ java -version
java version "1.8.0_111"
Java(TM) SE Runtime Environment (build 1.8.0_111-b14)
Java HotSpot(TM) Client VM (build 25.111-b14, mixed mode, sharing)

C:\>ver

Microsoft Windows [Version 5.2.3790]



Same problem on windows (compile)

Code:
$ ./compile.sh
compiling nxt core...
src\java\nxt\BlockchainProcessor.java:21: error: package org.json.simple does not exist
import org.json.simple.JSONObject;
                      ^

Problem on Mac (run) (Evil-Knievel knows that)

Code:
2016-11-16 05:47:40 FINE: Database jdbc url set to jdbc:h2:./nxt_test_db/nxt;DB_CLOSE_ON_EXIT=FALSE;MVCC=TRUE;MV_STORE=FALSE;CACHE_SIZE=262144 username sa
2016-11-16 05:47:40 INFO: nxt.useStrongSecureRandom not defined, assuming false
2016-11-16 05:47:41 SEVERE: org.h2.jdbc.JdbcSQLException: Unsupported connection setting "MV_STORE" [90113-167]
java.lang.RuntimeException: org.h2.jdbc.JdbcSQLException: Unsupported connection setting "MV_STORE" [90113-167]
at nxt.db.BasicDb.init(BasicDb.java:148)
at nxt.Db.init(Db.java:40)
at nxt.Nxt$Init.<clinit>(Nxt.java:343)
at nxt.Nxt.init(Nxt.java:314)
at nxt.Nxt.main(Nxt.java:301)
Caused by: org.h2.jdbc.JdbcSQLException: Unsupported connection setting "MV_STORE" [90113-167]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
at org.h2.message.DbException.get(DbException.java:169)
at org.h2.message.DbException.get(DbException.java:146)
at org.h2.engine.ConnectionInfo.readSettingsFromURL(ConnectionInfo.java:256)
at org.h2.engine.ConnectionInfo.<init>(ConnectionInfo.java:77)
at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:94)
at org.h2.Driver.connect(Driver.java:72)
at org.h2.jdbcx.JdbcDataSource.getJdbcConnection(JdbcDataSource.java:181)
at org.h2.jdbcx.JdbcDataSource.getXAConnection(JdbcDataSource.java:315)
at org.h2.jdbcx.JdbcDataSource.getPooledConnection(JdbcDataSource.java:341)
at org.h2.jdbcx.JdbcConnectionPool.getConnectionNow(JdbcConnectionPool.java:226)
at org.h2.jdbcx.JdbcConnectionPool.getConnection(JdbcConnectionPool.java:199)
at nxt.db.BasicDb.init(BasicDb.java:143)
... 4 more
2016-11-16 05:47:41 INFO: Shutting down...
27  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: November 15, 2016, 08:11:46 PM
Now you think:
Great, I donate 1000 BTC, and back up the private key 1ABCDEF...

Now, in fact your transaction is 1000.0001 BTC (because of the fee). BitcoinQT pulls in the dust from the change address as the first input and you are screwed if you missed creating a back up of 1DEADBEEF:

Hmm.. i always was under the impression that you have ONE private key that you can sign all the addresses in your wallet with. So lets say i backup my wallet.dat, then i should be able to sign all addresses that belong to that certain private key including the dust-adresses?

You can list all adresses in yout wallet with "listaddressgroupings"

and show each private key with "dumpprivkey [your public key here]" command

ok, as i understand it we would have a problem if someone had not made a backup of his WHOLE wallet but instead just made a backup of ONE of his private keys, right?





yep
28  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: November 15, 2016, 08:02:51 PM
Now you think:
Great, I donate 1000 BTC, and back up the private key 1ABCDEF...

Now, in fact your transaction is 1000.0001 BTC (because of the fee). BitcoinQT pulls in the dust from the change address as the first input and you are screwed if you missed creating a back up of 1DEADBEEF:

Hmm.. i always was under the impression that you have ONE private key that you can sign all the addresses in your wallet with. So lets say i backup my wallet.dat, then i should be able to sign all addresses that belong to that certain private key including the dust-adresses?

You can list all adresses in yout wallet with "listaddressgroupings"

and show each private key with "dumpprivkey [your public key here]" command
29  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: November 14, 2016, 10:44:40 PM
all versions <=0.5.0 worked perfectly
30  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: November 14, 2016, 10:35:30 PM
I think I do not do anything exotic...

My system : MacOS Sierra Version 10.12.1
3,1 GHz Intel Core i7
16 Go 1867 MHz DDR3

git clone https://github.com/OrdinaryDude/elastic-core.git
cd elastic-core
./compile.sh
./run.sh

2016-11-14 23:34:11 SEVERE: org.h2.jdbc.JdbcSQLException: Unsupported connection setting "MV_STORE" [90113-167]
java.lang.RuntimeException: org.h2.jdbc.JdbcSQLException: Unsupported connection setting "MV_STORE" [90113-167]
31  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: November 14, 2016, 10:07:57 PM
when ./run.sh

Code:
2016-11-14 23:03:37 SEVERE: org.h2.jdbc.JdbcSQLException: Unsupported connection setting "MV_STORE" [90113-167]
java.lang.RuntimeException: org.h2.jdbc.JdbcSQLException: Unsupported connection setting "MV_STORE" [90113-167]
at nxt.db.BasicDb.init(BasicDb.java:148)
at nxt.Db.init(Db.java:40)
at nxt.Nxt$Init.<clinit>(Nxt.java:343)
at nxt.Nxt.init(Nxt.java:314)
at nxt.Nxt.main(Nxt.java:301)
Caused by: org.h2.jdbc.JdbcSQLException: Unsupported connection setting "MV_STORE" [90113-167]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
at org.h2.message.DbException.get(DbException.java:169)
at org.h2.message.DbException.get(DbException.java:146)
at org.h2.engine.ConnectionInfo.readSettingsFromURL(ConnectionInfo.java:256)
at org.h2.engine.ConnectionInfo.<init>(ConnectionInfo.java:77)
at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:94)
at org.h2.Driver.connect(Driver.java:72)
at org.h2.jdbcx.JdbcDataSource.getJdbcConnection(JdbcDataSource.java:181)
at org.h2.jdbcx.JdbcDataSource.getXAConnection(JdbcDataSource.java:315)
at org.h2.jdbcx.JdbcDataSource.getPooledConnection(JdbcDataSource.java:341)
at org.h2.jdbcx.JdbcConnectionPool.getConnectionNow(JdbcConnectionPool.java:226)
at org.h2.jdbcx.JdbcConnectionPool.getConnection(JdbcConnectionPool.java:199)
at nxt.db.BasicDb.init(BasicDb.java:143)
... 4 more
2016-11-14 23:03:37 INFO: Shutting down...
32  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: November 14, 2016, 09:18:39 PM
Code:
$ ./full_build.sh
-bash: ./full_build.sh: No such file or directory

Code:
$ ./compile.sh
compiling nxt core...
Note: src/java/nxt/TransactionType.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
nxt core class files compiled successfully
no add-ons to compile
compilation done

Code:
java -jar elastic-core.jar
Error: Unable to access jarfile elastic-core.jar
33  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: November 14, 2016, 09:05:01 PM
Code:
$ ./full_build.sh
-bash: ./full_build.sh: No such file or directory

Code:
$ ./compile.sh
compiling nxt core...
src/java/nxt/http/DbShellServlet.java:181: error: no suitable method found for runTool(Connection,String,String)
                shell.runTool(Db.db.getConnection(), "-sql", line);
                     ^
    method Tool.runTool(String...) is not applicable
      (varargs mismatch; Connection cannot be converted to String)
    method Shell.runTool(String...) is not applicable
      (varargs mismatch; Connection cannot be converted to String)
Note: src/java/nxt/TransactionType.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
34  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: November 14, 2016, 08:36:22 PM
Code:
git pull
remote: Counting objects: 40, done.
remote: Compressing objects: 100% (22/22), done.
remote: Total 40 (delta 16), reused 40 (delta 16), pack-reused 0
Unpacking objects: 100% (40/40), done.
From https://github.com/OrdinaryDude/elastic-core
   37646c8..12f0e2b  master     -> origin/master
Updating 37646c8..12f0e2b
Fast-forward
 html/ui/css/app.css                       |    5 +
 html/ui/html/modals/redeem.html           |    9 +-
 html/ui/js/nrs.modals.redeem.js           |   12 +-
 src/anc/Makefile                          |   15 +
 src/anc/Wigner3jGUI.mf                    |    4 +
 src/anc/org/nevec/rjm/Bernoulli.java      |   96 +
 src/anc/org/nevec/rjm/BigComplex.java     |  190 ++
 src/anc/org/nevec/rjm/BigDecimalMath.java | 2753 +++++++++++++++++++++++++++++
 src/anc/org/nevec/rjm/BigIntegerMath.java |  547 ++++++
 src/anc/org/nevec/rjm/BigIntegerPoly.java |  666 +++++++
 src/anc/org/nevec/rjm/BigSurd.java        |  439 +++++
 src/anc/org/nevec/rjm/BigSurdVec.java     |  389 ++++
 src/anc/org/nevec/rjm/Euler.java          |   70 +
 src/anc/org/nevec/rjm/EulerPhi.java       |   62 +
 src/anc/org/nevec/rjm/Factorial.java      |   70 +
 src/anc/org/nevec/rjm/Harmonic.java       |   43 +
 src/anc/org/nevec/rjm/Ifactor.java        |  743 ++++++++
 src/anc/org/nevec/rjm/PartitionsP.java    |   86 +
 src/anc/org/nevec/rjm/Prime.java          |  280 +++
 src/anc/org/nevec/rjm/RatPoly.java        |  898 ++++++++++
 src/anc/org/nevec/rjm/Rational.java       |  745 ++++++++
 src/anc/org/nevec/rjm/Wigner3j.java       |  520 ++++++
 src/anc/org/nevec/rjm/Wigner3jGUI.java    |  315 ++++
 src/java/nxt/Redeem.java                  |    9 +-
 src/java/nxt/TransactionType.java         |    6 +-
 25 files changed, 8964 insertions(+), 8 deletions(-)
 create mode 100644 src/anc/Makefile
 create mode 100644 src/anc/Wigner3jGUI.mf
 create mode 100644 src/anc/org/nevec/rjm/Bernoulli.java
 create mode 100644 src/anc/org/nevec/rjm/BigComplex.java
 create mode 100644 src/anc/org/nevec/rjm/BigDecimalMath.java
 create mode 100644 src/anc/org/nevec/rjm/BigIntegerMath.java
 create mode 100644 src/anc/org/nevec/rjm/BigIntegerPoly.java
 create mode 100644 src/anc/org/nevec/rjm/BigSurd.java
 create mode 100644 src/anc/org/nevec/rjm/BigSurdVec.java
 create mode 100644 src/anc/org/nevec/rjm/Euler.java
 create mode 100644 src/anc/org/nevec/rjm/EulerPhi.java
 create mode 100644 src/anc/org/nevec/rjm/Factorial.java
 create mode 100644 src/anc/org/nevec/rjm/Harmonic.java
 create mode 100644 src/anc/org/nevec/rjm/Ifactor.java
 create mode 100644 src/anc/org/nevec/rjm/PartitionsP.java
 create mode 100644 src/anc/org/nevec/rjm/Prime.java
 create mode 100644 src/anc/org/nevec/rjm/RatPoly.java
 create mode 100644 src/anc/org/nevec/rjm/Rational.java
 create mode 100644 src/anc/org/nevec/rjm/Wigner3j.java
 create mode 100644 src/anc/org/nevec/rjm/Wigner3jGUI.java

$ ./compile.sh
compiling nxt core...
src/java/nxt/Work.java:33: error: package org.nevec.rjm does not exist
import org.nevec.rjm.BigDecimalMath;
                    ^
src/java/nxt/http/DbShellServlet.java:181: error: no suitable method found for runTool(Connection,String,String)
                shell.runTool(Db.db.getConnection(), "-sql", line);
                     ^
    method Tool.runTool(String...) is not applicable
      (varargs mismatch; Connection cannot be converted to String)
    method Shell.runTool(String...) is not applicable
      (varargs mismatch; Connection cannot be converted to String)
src/java/nxt/Work.java:355: error: cannot find symbol
quotient = BigDecimalMath.root(3, quotient);
           ^
  symbol:   variable BigDecimalMath
  location: class Work
Note: src/java/nxt/TransactionType.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
3 errors

Code:
$ java -version
java version "1.8.0_102"
Java(TM) SE Runtime Environment (build 1.8.0_102-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.102-b14, mixed mode)
35  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: November 14, 2016, 08:21:51 PM
Code:
$ ./compile.sh
compiling nxt core...
src/java/nxt/Work.java:33: error: package org.nevec.rjm does not exist
import org.nevec.rjm.BigDecimalMath;
                    ^
src/java/nxt/http/DbShellServlet.java:181: error: no suitable method found for runTool(Connection,String,String)
                shell.runTool(Db.db.getConnection(), "-sql", line);
                     ^
    method Tool.runTool(String...) is not applicable
      (varargs mismatch; Connection cannot be converted to String)
    method Shell.runTool(String...) is not applicable
      (varargs mismatch; Connection cannot be converted to String)
src/java/nxt/Work.java:355: error: cannot find symbol
quotient = BigDecimalMath.root(3, quotient);
           ^
  symbol:   variable BigDecimalMath
  location: class Work
Note: src/java/nxt/TransactionType.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
3 errors
36  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: November 02, 2016, 07:06:28 AM
Code:
Server has no work at the moment, retrying in 15s.
Server has no work at the moment, retrying in 15s.
Fetched 1 work package(s) from server, target = ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff.
Retrieving work from server screwed up, most likely due to garbaged response.
java.lang.IllegalArgumentException: You must provide a non-zero length input
at elastic_miner.Ascii85.decode(Ascii85.java:89)
at elastic_miner.Main.main(Main.java:266)
Fetched 1 work package(s) from server, target = ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff.
Retrieving work from server screwed up, most likely due to garbaged response.
java.lang.IllegalArgumentException: You must provide a non-zero length input
at elastic_miner.Ascii85.decode(Ascii85.java:89)
at elastic_miner.Main.main(Main.java:266)
Server has no work at the moment, retrying in 15s.
Server has no work at the moment, retrying in 15s.
Server has no work at the moment, retrying in 15s.
Server has no work at the moment, retrying in 15s.
Fetched 1 work package(s) from server, target = ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff.
Mining, Speed: 158k  evaluations / s ... submitted 0 POW solutions / 0 Bounties / 0 Bounties Pending (waiting approval)
Mining, Speed: 368k  evaluations / s ... submitted 0 POW solutions / 0 Bounties / 0 Bounties Pending (waiting approval)
Mining, Speed: 398k  evaluations / s ... submitted 0 POW solutions / 0 Bounties / 0 Bounties Pending (waiting approval)
Mining, Speed: 383k  evaluations / s ... submitted 0 POW solutions / 0 Bounties / 0 Bounties Pending (waiting approval)
Server has no work at the moment, retrying in 15s.
Server has no work at the moment, retrying in 15s.
Server has no work at the moment, retrying in 15s.
37  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: November 02, 2016, 07:04:45 AM
XEL-YHEX-FZ3N-EVQ3-GTE2N

Thanks
38  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: October 14, 2016, 06:26:50 PM
Code:
$ git pull
remote: Counting objects: 68, done.
remote: Compressing objects: 100% (51/51), done.
remote: Total 68 (delta 33), reused 4 (delta 4), pack-reused 7
Unpacking objects: 100% (68/68), done.
From https://github.com/OrdinaryDude/elastic-miner
   7f9cea7..84ae187  master     -> origin/master
   7b77987..57e2e6b  development -> origin/development
Updating 7f9cea7..84ae187
Fast-forward
 lib/ElasticPL.jar                  | Bin 0 -> 131216 bytes
 lib/bcprov-ext-jdk15on-155.jar     | Bin 0 -> 3466487 bytes
 lib/gnu-crypto.jar                 | Bin 0 -> 598036 bytes
 lib/javax-crypto.jar               | Bin 0 -> 96430 bytes
 lib/javax-security.jar             | Bin 0 -> 16969 bytes
 miner.jar                          | Bin 7401526 -> 7367002 bytes
 src/elastic_miner/CryptoStuff.java |   3 ++
 src/elastic_miner/Main.java        |  60 ++++++++++++++++++++++---------------
 8 files changed, 39 insertions(+), 24 deletions(-)
 create mode 100644 lib/ElasticPL.jar
 create mode 100644 lib/bcprov-ext-jdk15on-155.jar
 create mode 100644 lib/gnu-crypto.jar
 create mode 100644 lib/javax-crypto.jar
 create mode 100644 lib/javax-security.jar
$ ./compile.sh
javac: file not found: src/evil/ElasticPL/*.java
Usage: javac <options> <source files>
use -help for a list of possible options

idea ?




Found in elastic-reference-client/
39  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: October 14, 2016, 06:13:00 PM
Code:
$ git pull
remote: Counting objects: 68, done.
remote: Compressing objects: 100% (51/51), done.
remote: Total 68 (delta 33), reused 4 (delta 4), pack-reused 7
Unpacking objects: 100% (68/68), done.
From https://github.com/OrdinaryDude/elastic-miner
   7f9cea7..84ae187  master     -> origin/master
   7b77987..57e2e6b  development -> origin/development
Updating 7f9cea7..84ae187
Fast-forward
 lib/ElasticPL.jar                  | Bin 0 -> 131216 bytes
 lib/bcprov-ext-jdk15on-155.jar     | Bin 0 -> 3466487 bytes
 lib/gnu-crypto.jar                 | Bin 0 -> 598036 bytes
 lib/javax-crypto.jar               | Bin 0 -> 96430 bytes
 lib/javax-security.jar             | Bin 0 -> 16969 bytes
 miner.jar                          | Bin 7401526 -> 7367002 bytes
 src/elastic_miner/CryptoStuff.java |   3 ++
 src/elastic_miner/Main.java        |  60 ++++++++++++++++++++++---------------
 8 files changed, 39 insertions(+), 24 deletions(-)
 create mode 100644 lib/ElasticPL.jar
 create mode 100644 lib/bcprov-ext-jdk15on-155.jar
 create mode 100644 lib/gnu-crypto.jar
 create mode 100644 lib/javax-crypto.jar
 create mode 100644 lib/javax-security.jar
$ ./compile.sh
javac: file not found: src/evil/ElasticPL/*.java
Usage: javac <options> <source files>
use -help for a list of possible options

idea ?


40  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XEL] Elastic Project - The Decentralized Supercomputer on: September 27, 2016, 06:48:01 AM
Code:
@echo off
if exist jdk (
set "javaDir=jdk"
goto startJava
)
rem inspired by http://stackoverflow.com/questions/24486834/reliable-way-to-find-jre-installation-in-windows-bat-file-to-run-java-program
rem requires Windows 7 or higher
setlocal enableextensions disabledelayedexpansion

rem find Java information in the Windows registry
rem for 64 bit Java on Windows 64 bit or for Java on Windows 32 bit
set "javaKey=HKLM\SOFTWARE\JavaSoft\Java Development Kit"

rem look for Java version
set "javaVersion="
for /f "tokens=3" %%v in ('reg query "%javaKey%" /v "CurrentVersion" 2^>nul') do set "javaVersion=%%v"

rem for 32 bit Java on Windows 64 bit
set "javaKey32=HKLM\SOFTWARE\Wow6432Node\JavaSoft\Java Development Kit"

rem look for 32 bit Java version on Windows 64 bit
set "javaVersion32="
for /f "tokens=3" %%v in ('reg query "%javaKey32%" /v "CurrentVersion" 2^>nul') do set "javaVersion32=%%v"

echo Java version in "%javaKey%" is "%javaVersion%" and in "%javaKey32%" is "%javaVersion32%"

rem test if a java version has been found
if not defined javaVersion if not defined javaVersion32 (
echo Java not found, please install Java JRE
goto endProcess
)

if not defined javaVersion ( set "javaVersion=0" )

if not defined javaVersion32 ( set "javaVersion32=0" )

rem test if a java version is compatible
if not %javaVersion% geq 1.8 (
if not %javaVersion32% geq 1.8 (
echo Java version is lower than 1.8, please install Java 8 or later Java JRE
goto endProcess
) else (
echo using Java 32 bit on a 64 bit Windows workstation
set "javaKey=%javaKey32%"
set "javaVersion=%javaVersion32%"
)
)

rem Get java home for current java version
for /f "tokens=2,*" %%d in ('reg query "%javaKey%\%javaVersion%" /v "JavaHome" 2^>nul') do set "javaDir=%%e"

if not defined javaDir (
echo Java directory not found
goto endProcess
) else (
echo using Java home directory "%javaDir%"
)

:startJava
    rem cd src
    rem dir *.java /s /B > ../FilesList.txt
    rem cd ..
    rem mkdir classes
"%javaDir%"\bin\javac.exe -classpath classes;lib\*;conf -d classes/ @FilesList.txt  

:endProcess
endlocal

to generate FilesList.txt

Code:
cd src
dir *.java /s /B > ../FilesList.txt
cd ..
mkdir classes
Pages: « 1 [2] 3 4 5 6 7 8 9 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!