Bitcoin Forum
April 28, 2024, 12:29:00 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 [144] 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 ... 345 »
  Print  
Author Topic: [ANN][XEL] Elastic Project - The Decentralized Supercomputer  (Read 450431 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
Alondre
Hero Member
*****
Offline Offline

Activity: 714
Merit: 510

Quiero mi bocadillo


View Profile
November 29, 2016, 08:39:29 PM
 #2861

Testnet 0.8.0 is live.

Check out this (http://elastic-project.com/installing_and_running_elastic#updating_source_code_to_the_latest_version) to learn how to upgrade. New here is, that the elastic-pl-0.2.0 package has a new version. If not using Docker, this has to be updated via mvn! All infos are in the instruction.

Congratulations EK, good job

```
Join the XEL revolution!  XEL - Decentralized Grid-computing
XEL WEBSITE | ANNOUNCEMENT THREAD | XEL DISCORD | XEL WIKI
```
1714264140
Hero Member
*
Offline Offline

Posts: 1714264140

View Profile Personal Message (Offline)

Ignore
1714264140
Reply with quote  #2

1714264140
Report to moderator
1714264140
Hero Member
*
Offline Offline

Posts: 1714264140

View Profile Personal Message (Offline)

Ignore
1714264140
Reply with quote  #2

1714264140
Report to moderator
1714264140
Hero Member
*
Offline Offline

Posts: 1714264140

View Profile Personal Message (Offline)

Ignore
1714264140
Reply with quote  #2

1714264140
Report to moderator
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
TheDasher
Sr. Member
****
Offline Offline

Activity: 346
Merit: 250


View Profile
November 29, 2016, 09:57:49 PM
 #2862

Awesome work! Cant wait to see elastic realize its full potential.
beyinsi
Hero Member
*****
Offline Offline

Activity: 742
Merit: 501


View Profile
November 29, 2016, 10:15:09 PM
 #2863




Slack (Auto Invitation)

https://elasticfans.herokuapp.com/
AngelOfDarkness
Full Member
***
Offline Offline

Activity: 154
Merit: 100


This is my way, this is my path.


View Profile
November 29, 2016, 10:44:39 PM
 #2864

Very good project and devs have my full support.

One of only a few good coins in 2016.
SyRenity
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
November 30, 2016, 08:14:36 AM
 #2865

Testnet 0.8.0 is live.

Check out this (http://elastic-project.com/installing_and_running_elastic#updating_source_code_to_the_latest_version) to learn how to upgrade. New here is, that the elastic-pl-0.2.0 package has a new version. If not using Docker, this has to be updated via mvn! All infos are in the instruction.

Any ETA to Docker version?
Evil-Knievel
Legendary
*
Offline Offline

Activity: 1260
Merit: 1168



View Profile
November 30, 2016, 08:25:19 AM
 #2866

Any ETA to Docker version?

T-0h0m0s:

Code:
docker pull ordinarydude/elastic-docker

Or, if you prefer bash scripts, the alternative method (which will set the ports correctly) described here:
http://elastic-project.com/installing_and_running_elastic
SyRenity
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
November 30, 2016, 08:56:33 AM
 #2867

Code:
docker pull ordinarydude/elastic-docker

docker run ordinarydude/elastic-docker
Error: Unable to access jarfile /var/elastic/elastic-core/target/elastic-core-0.6.0.jar
Evil-Knievel
Legendary
*
Offline Offline

Activity: 1260
Merit: 1168



View Profile
November 30, 2016, 09:27:35 AM
 #2868

Code:
docker pull ordinarydude/elastic-docker

docker run ordinarydude/elastic-docker
Error: Unable to access jarfile /var/elastic/elastic-core/target/elastic-core-0.6.0.jar


please update, should be fixed!
Sparky_eMunie
Full Member
***
Offline Offline

Activity: 147
Merit: 100


View Profile
November 30, 2016, 02:55:13 PM
 #2869

Great to see Elastic coming closer to launch.

Just wondering: How does Elastic go about the halting problem?

It is a turing-complete network, right?
what's halting problem ?

We have no conditional loops, or jumps so there is no "halting problem"!
Also, in ElasticPL we cannot store unlimited amounts of memory, its limited to 64000 ints, so by definition Elastic cannot be Turing complete!

How can you do any meaningful computation without conditional loops?

Radix - just imagine - radix.global
Ghoom
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
November 30, 2016, 03:46:49 PM
Last edit: November 30, 2016, 04:16:54 PM by Ghoom
 #2870

Code:
docker pull ordinarydude/elastic-docker

docker run ordinarydude/elastic-docker
Error: Unable to access jarfile /var/elastic/elastic-core/target/elastic-core-0.6.0.jar


please update, should be fixed!

On MacOS, docker's group test in "*_docker.sh" files need to be removed (usermod doesn't exist on mac) for run. Working perfectly without that.
Evil-Knievel
Legendary
*
Offline Offline

Activity: 1260
Merit: 1168



View Profile
November 30, 2016, 07:14:12 PM
 #2871

How can you do any meaningful computation without conditional loops?

Give me a simple "algorithm" and I show you!  Wink
Voidlord
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250



View Profile
November 30, 2016, 07:39:00 PM
 #2872

Hi,

On elastic-project.com
/what_is_elastic
is a little bit thin...

E=(ɔ)mc²
royalfestus
Hero Member
*****
Offline Offline

Activity: 2408
Merit: 516


View Profile
November 30, 2016, 07:41:38 PM
 #2873

Elastic project was here before Golem came, how do they plan to make themselves exceptional and different? I knew the crowd funding will be terrible way of throwing money around non valuable thing if investors are not careful. High competition. So what makes you think I should do anything with elastic project when Golem is around?
ttookk
Hero Member
*****
Offline Offline

Activity: 994
Merit: 513


View Profile
November 30, 2016, 07:43:38 PM
 #2874

Elastic project was here before Golem came, how do they plan to make themselves exceptional and different? I knew the crowd funding will be terrible way of throwing money around non valuable thing if investors are not careful. High competition. So what makes you think I should do anything with elastic project when Golem is around?

They have very different approaches and different target user groups. See here:

http://www.elastic-project.com/comparison_with_other_solutions
Evil-Knievel
Legendary
*
Offline Offline

Activity: 1260
Merit: 1168



View Profile
November 30, 2016, 07:52:50 PM
 #2875

I am totally fucked up by out current retargeting mechanism. I think its time for a contest ;-)

I have 2 BTC to spare for the "right" few lines of python! The work can probably be done under the shower, it's just I cannot see the solution at the moment.

https://bitcointalk.org/index.php?topic=1699601.new#new
ttookk
Hero Member
*****
Offline Offline

Activity: 994
Merit: 513


View Profile
November 30, 2016, 08:04:21 PM
 #2876

I am totally fucked up by out current retargeting mechanism. I think its time for a contest ;-)

I have 2 BTC to spare for the "right" few lines of python! The work can probably be done under the shower, it's just I cannot see the solution at the moment.

https://bitcointalk.org/index.php?topic=1699601.new#new

Damn, I wish I could help here. Just looked at python today. I think I'm hooked (regarding the programming thing as a whole, that is, not necessarily python itself.).

I hope, you get the 2 BTC back from Lannister. I know, you probably don't care, but still. For me, 2 BTC is a lot of money.

Off-topic: Yesterday, I managed to finish my goal: writing a program performing langtons ant in C++. Felt great! Around 180 Lines of code sounds like a lot for such a small project, though. Lots of unelegant solutions. Now, I need a new challenge.

Evil-Knievel
Legendary
*
Offline Offline

Activity: 1260
Merit: 1168



View Profile
November 30, 2016, 08:11:26 PM
 #2877


Damn, I wish I could help here. Just looked at python today. I think I'm hooked (regarding the programming thing as a whole, that is, not necessarily python itself.).

I hope, you get the 2 BTC back from Lannister. I know, you probably don't care, but still. For me, 2 BTC is a lot of money.

Off-topic: Yesterday, I managed to finish my goal: writing a program performing langtons ant in C++. Felt great! Around 180 Lines of code sounds like a lot for such a small project, though. Lots of unelegant solutions. Now, I need a new challenge.

You can also participate without coding. A pseudo code algorithm from you in "words" would be okay as well  Wink
HomoHenning
Hero Member
*****
Offline Offline

Activity: 784
Merit: 500



View Profile
November 30, 2016, 10:42:36 PM
 #2878

I am totally fucked up by out current retargeting mechanism. I think its time for a contest ;-)

I have 2 BTC to spare for the "right" few lines of python! The work can probably be done under the shower, it's just I cannot see the solution at the moment.

https://bitcointalk.org/index.php?topic=1699601.new#new

I hope, you get the 2 BTC back from Lannister. I know, you probably don't care, but still. For me, 2 BTC is a lot of money.

yes lannister should give the 2 btc. this would be fair
beyinsi
Hero Member
*****
Offline Offline

Activity: 742
Merit: 501


View Profile
November 30, 2016, 11:26:25 PM
Last edit: November 30, 2016, 11:43:25 PM by beyinsi
 #2879


Elastic is a Decentralized Supercomputer


Short Info
Elastic Project is a non-profit community driven website, created by and for the developers, other community members and those interested in this project, to surge information and helpful advice on everything related to Elastic.

The Mainnet is not yet online! But we have a public testnet running, looking for nasty bugs to fix! Learn how to setup a testnet node here or use the public node to get a first glance.

Official Website
http://elastic-project.com/

Latest News
Testnet 0.8.0 is live.

Check out this (http://elastic-project.com/installing_and_running_elastic#updating_source_code_to_the_latest_version) to learn how to upgrade. New here is, that the elastic-pl-0.2.0 package has a new version. If not using Docker, this has to be updated via mvn! All infos are in the instruction.





Slack (Auto Invitation)

https://elasticfans.herokuapp.com/
z38630610
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000



View Profile
December 01, 2016, 11:36:18 AM
 #2880

dev this question help,
MacdeiMac:elastic-core mac$ java -jar target/elastic-core*.jar
Target / elastic-core-0.8.0-sources.jar does not have a master manifest attribute

▄█▀▀▀▀▀▀▀▀▀▀▀█▄
▄█▀▄███████████▄▀█▄
▄█▀▄███████████████▄▀█▄
▄█▀▄███████ ██ ████████▄▀█▄
█ ███████▄▄ ▌ ▄▄▄ ▀██████ █
█ █████████ ▌ ████ ██████ █
█ █████████ ▌ ▄▄▄▄ ▀█████ █
█ █████████ ▌ █████ █████ █
█ █████▄▀▀  ▌ ▀▀▀▀ ▄█████ █
▀█▄▀███████ ██ ████████▀▄█▀
▀█▄▀███████████████▀▄█▀
▀█▄▀███████████▀▄█▀
▀█▄▄▄▄▄▄▄▄▄▄▄█▀
.JINBI..

merges gold’s investment
holding value
with
blockchain technology
.
...T H E   G O L D E N   I C O...
.────────     WHITEPAPER     ────────.
▄█▀▀▀▀▀▀▀▀▀▀▀█▄
▄█▀▄███████████▄▀█▄
▄█▀▄███████████████▄▀█▄
▄█▀▄███████ ██ ████████▄▀█▄
█ ███████▄▄ ▌ ▄▄▄ ▀██████ █
█ █████████ ▌ ████ ██████ █
█ █████████ ▌ ▄▄▄▄ ▀█████ █
█ █████████ ▌ █████ █████ █
█ █████▄▀▀  ▌ ▀▀▀▀ ▄█████ █
▀█▄▀███████ ██ ████████▀▄█▀
▀█▄▀███████████████▀▄█▀
▀█▄▀███████████▀▄█▀
▀█▄▄▄▄▄▄▄▄▄▄▄█▀
Pages: « 1 ... 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 [144] 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 ... 345 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!