Author

Topic: [ANN][XEL] Elastic Project - The Decentralized Supercomputer - page 216. (Read 450523 times)

legendary
Activity: 1260
Merit: 1168
Hi EK,

I ran several tests on an earlier 0.6.0 version of core and it seems pretty stable.  I did notice that when the miner switched to a job that hadn't been mined in a while that usually the first couple of POW were rejected due to the difficulty, but overall, seems like a good improvement.

I've made several last minute fixes to the miner and uploaded the latest changes to my github.

Great, I will keep testing, and trying to fix that isue that you described.
Do you have some simple steps how I could reproduce that problem? What is "in a while"?

I am still working on the "retarget testcase". I promise that I will fix the "duplicate" message today, when more than 20 POWs are in the queue rejecting the subsequent ones.
sr. member
Activity: 464
Merit: 260
Hi EK,

I ran several tests on an earlier 0.6.0 version of core and it seems pretty stable.  I did notice that when the miner switched to a job that hadn't been mined in a while that usually the first couple of POW were rejected due to the difficulty, but overall, seems like a good improvement.

I've made several last minute fixes to the miner and uploaded the latest changes to my github.
legendary
Activity: 1330
Merit: 1000
one question.

is elastic platform working as soomthly as nicehash.com?

legendary
Activity: 1050
Merit: 1000
need on mac xel-system,@EK
legendary
Activity: 1330
Merit: 1000
believe me. if the software is ready to launch, we are all prepared to do marketing.

look at my signature.  Grin

and we have more resources to spread the words.

I do believe there are handful of people looking at this project. (of course some well known exchanges)
hero member
Activity: 1022
Merit: 507
...
"coming from pre-internet era"? Smiley That is the genuine wiki style, something all developers and tech professionals appreciate, and something regular users probably hate, as they like big moving pictures with zero information presented  Grin
...

Presentation is equally important as the tech these days. There're many examples of brilliant ideas that never happend just because they were not marketed, presented, hyped, PR-ed, incorrectly executed, etc. If your next facebook would look like that website, then just forget anyone would start using it. Would you pack your new snacks in gray bag, and send to markets without any advertising? You could do it, but your only market would be snacks-in-the-gray-bag lovers Smiley
full member
Activity: 168
Merit: 100
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
full member
Activity: 168
Merit: 100
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.
legendary
Activity: 2576
Merit: 1073
Evil-Knievel, thanks for all of your hard work! Not only have you come through with the development, but you also did it in the time frame you said you would. That's extremely impressive. This project has a bright future with a dev like you involved.

Actually, Elastic could become a showcase project for EK Grin
If/when it actually proves to works, EK would be a most wanted star, having such project in his potfolio Smiley
A fame is often much more than the money..

Just saying... Smiley ...trying to encourage EK to keep on his awesome work on this, and forget about looking for another job  Tongue
sr. member
Activity: 243
Merit: 250
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?
member
Activity: 170
Merit: 10
Evil-Knievel, thanks for all of your hard work! Not only have you come through with the development, but you also did it in the time frame you said you would. That's extremely impressive. This project has a bright future with a dev like you involved.
sr. member
Activity: 448
Merit: 250
Ben2016
Anyone has XEL to sell? Is there a thread for it already?
I would sell some for 10K satoshi each
I respect your price but Elastic has much much more potential down the road IMHO.
sr. member
Activity: 448
Merit: 250
Ben2016
@cryptoboy: thanks ;-)

By the way: I have updated the instructions here: http://elastic-project.com/installing_and_running_elastic
hi EK, when the Mainet starts, wallets, coin redemption, will iPad work or need a Mac? Thank you !
legendary
Activity: 1260
Merit: 1168
@cryptoboy: thanks ;-)

By the way: I have updated the instructions here: http://elastic-project.com/installing_and_running_elastic
hero member
Activity: 513
Merit: 500
Groom, if you still have problems you could try the Docker image as well.
Someone has requested it a few days ago, so I implemented a Docker framework for elastic.

Check it out: https://github.com/OrdinaryDude/elastic-docker
(The shell script make it easier to use Docker, their file names are self explaining)

Yeah, I requested it - it saves a lot of time for those that want to mess with it but don't have time to resolve versioning conflicts locally.

You da man! Smiley
legendary
Activity: 1260
Merit: 1168
Groom, if you still have problems you could try the Docker image as well.
Someone has requested it a few days ago, so I implemented a Docker framework for elastic.

Check it out: https://github.com/OrdinaryDude/elastic-docker
(The shell script make it easier to use Docker, their file names are self explaining)
hero member
Activity: 513
Merit: 500
I would sell some for 10K satoshi each

Would be nice if trading discussions happen outside of this thread. I liked that it was mostly technology focused so far.
hero member
Activity: 784
Merit: 500
Anyone has XEL to sell? Is there a thread for it already?
I would sell some for 10K satoshi each
legendary
Activity: 1260
Merit: 1168
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.
hero member
Activity: 994
Merit: 513
(…)

Then of course, I understand your point too - at some moment (and this moment is very close), this project will need the ones who will promote it, increase awareness, spread the word and actually find the ones who will use the capabilities offered by EK and friends. This would probably need to go out of the small crypto universe as well, out to the real business world (like IOTA does).
And also your another point is very valid - the security is something this project misses the most. I mean it is based on few people, one of which is practically always absent, and (who knows..?) can disappear any moment with all the BTC invested, and the second one, while being a brilliant developer, already speaks of getting a real-life job.. Smiley. That's not very reassuring, to be honest Smiley

Yes, at some point, we will need good marketing. This is not about making XEL holders rich, this about making this project actually happen.

Having good PR would mean:
  • Miners would be drawn to the project
  • Those who would want to use Elastics services become aware of it
  • Developers become aware of the Elastic Project and become interested in participating

I think it would adviasable to put some bounties out there for PR work. I don't mean signature campaigns, bounties for blog posts or stuff like that, I mean developing a corporate identity, posting ads and so on.

A real foundation needs to be built, with multiple reputable people, both holding the funds and working together... This could make this project shine, like a real diamond.

Well, you are free to do so Wink

I'm not saying I'm innocent here, but the Elastic Project has a lot of "there should be"s, "someone could"s and so on. There are very few people to actually act upon it.

I think, we need a plan what is going to happen with the funds. Which task is worth how much, stuff like that. Dangle some BTC in front of people's faces, and they will flood this thread. Did that sound too harsh? Well, you get what I mean.
Jump to: