Bitcoin Forum
April 24, 2024, 04:39:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 ... 345 »
  Print  
Author Topic: [ANN][XEL] Elastic Project - The Decentralized Supercomputer  (Read 450429 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.
PAMPT
Member
**
Offline Offline

Activity: 236
Merit: 10


View Profile
December 26, 2016, 10:55:45 PM
 #3161

Is there anything I should know before giving it a shot. Any pitfalls? Do u have a record of offences for which u have been convicted and sentenced to two years in australian correctional facility? Do u eat bugs? Damnit I wouldnt touch it until I have a detailed report on an introvert behind XEL btctalk account.
1713976796
Hero Member
*
Offline Offline

Posts: 1713976796

View Profile Personal Message (Offline)

Ignore
1713976796
Reply with quote  #2

1713976796
Report to moderator
1713976796
Hero Member
*
Offline Offline

Posts: 1713976796

View Profile Personal Message (Offline)

Ignore
1713976796
Reply with quote  #2

1713976796
Report to moderator
1713976796
Hero Member
*
Offline Offline

Posts: 1713976796

View Profile Personal Message (Offline)

Ignore
1713976796
Reply with quote  #2

1713976796
Report to moderator
If you want to be a moderator, report many posts with accuracy. You will be noticed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713976796
Hero Member
*
Offline Offline

Posts: 1713976796

View Profile Personal Message (Offline)

Ignore
1713976796
Reply with quote  #2

1713976796
Report to moderator
cryptoboy.architect
Hero Member
*****
Offline Offline

Activity: 513
Merit: 500


View Profile
December 26, 2016, 11:49:37 PM
 #3162

Hmm... so, why is there a limit like that? I mean 64K ints is not nearly enough to process big data, so that seems like a bottleneck to me.

EK mentioned he wanted this for some of his own use cases. Can he elaborate and point to a practical use case for XEL?

Sorry guys, it's christmas time and I am family-hopping the entire time. I am back home by tomorrow.
We have to have some sort of limit, because otherwise you can DOS weak nodes easily and split them from the rest of the network.
With no limit, you can just start processing gigabytes of data in memory by loading them up slowly and waiting until first the weak nodes crash with a memory overflow, with the rest following.

If anyone finds a way here to use unlimited memory without a) bloating the blockchain and b) without bloating the memory of slower nodes and c) without writing the stuff to the disk which would both just shift the point of failure and make processing really slow, if someone sees a way to do it, we should discuss that!

EDIT: A few weeks earlier I came up with the idea to allow "data sets" to be uploaded, of arbitrary size, and have the nodes do calculations on it. But here, we run into synchronization problems and would require Golem's block-partial-work-on-subscribe scheme ... which sucks big time  Wink

Enjoy holidays! Well deserved!

The way I picture distributed computing is that work request doesn't contain the work data, or even the code - but just the hash for it. E.g. using IPFS to distribute the data/code. Then computation should arrive at same result done by multiple workers and workers only publish the hash of the result. Once there is agreement work is correctly computed - payment is made. At least that's how I would do it. But nothing wrong with making what you have go live, and later expand it to include more computation methods as they mature.
Evil-Knievel
Legendary
*
Offline Offline

Activity: 1260
Merit: 1168



View Profile
December 26, 2016, 11:59:05 PM
Last edit: December 27, 2016, 12:11:57 AM by Evil-Knievel
 #3163

Hmm... so, why is there a limit like that? I mean 64K ints is not nearly enough to process big data, so that seems like a bottleneck to me.

EK mentioned he wanted this for some of his own use cases. Can he elaborate and point to a practical use case for XEL?

Sorry guys, it's christmas time and I am family-hopping the entire time. I am back home by tomorrow.
We have to have some sort of limit, because otherwise you can DOS weak nodes easily and split them from the rest of the network.
With no limit, you can just start processing gigabytes of data in memory by loading them up slowly and waiting until first the weak nodes crash with a memory overflow, with the rest following.

If anyone finds a way here to use unlimited memory without a) bloating the blockchain and b) without bloating the memory of slower nodes and c) without writing the stuff to the disk which would both just shift the point of failure and make processing really slow, if someone sees a way to do it, we should discuss that!

EDIT: A few weeks earlier I came up with the idea to allow "data sets" to be uploaded, of arbitrary size, and have the nodes do calculations on it. But here, we run into synchronization problems and would require Golem's block-partial-work-on-subscribe scheme ... which sucks big time  Wink

Enjoy holidays! Well deserved!

The way I picture distributed computing is that work request doesn't contain the work data, or even the code - but just the hash for it. E.g. using IPFS to distribute the data/code. Then computation should arrive at same result done by multiple workers and workers only publish the hash of the result. Once there is agreement work is correctly computed - payment is made. At least that's how I would do it. But nothing wrong with making what you have go live, and later expand it to include more computation methods as they mature.


Thanks ;-) Well the holiday was two-fold. First, the mustang broke down, then I got a rental which also broke down and I was standing 5 hours on the highway waiting for a replacement  Wink What a weekend.

Regarding the work scheme, I (and we all) was just sticking to the original idea and together we came up with something that is actually working and which allows for an almost-reliable proof-of-execution. Surely, it is perfectly suited for one specific class of computation problems.

What you describe is usable for different kinds of tasks, ones that do not explore a search space for the right solution to a complex computation problem but which "map-reduces" a large but simple computation problem into multiple smaller tasks which are computed by multiple nodes and then puzzled together afterward.

Golem does exactly what you have described and I think that it is not sufficient to verify the computation result by letting multiple nodes (or should I say my own Sybils) execute the same package and checking for the equality of the results. I would go even further ;-) I am quite sure that I will be able to show a way to bypass Golems verification mechanism (as it is described currently) and I think I would be willing to put a public 1000 dollar bid on it! Surely, I could lose but at the moment I am really confident. And if I can't make it, I think HMC would be very likely able to claim my stake ;-)

(Reference: https://golem.network/doc/Golemwhitepaper.pdf, Nov 2016, Resilence Chapter)
cyberhacker
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000



View Profile
December 27, 2016, 02:35:26 PM
 #3164

https://techcrunch.com/2016/12/27/how-blockchain-can-create-the-worlds-biggest-supercomputer/

 Grin they should put XEL in this obvious PR article.
Evil-Knievel
Legendary
*
Offline Offline

Activity: 1260
Merit: 1168



View Profile
December 27, 2016, 04:25:42 PM
Last edit: December 27, 2016, 04:41:01 PM by Evil-Knievel
 #3165


To me, it seems that the journalist could have done his job better. There is no other way I could explain why the almost finished and already working XEL is ignored while for example "iex.ce" is thoroughly elaborated on.
ImI
Legendary
*
Offline Offline

Activity: 1946
Merit: 1019



View Profile
December 27, 2016, 04:31:47 PM
 #3166


To me, it seems that the journalist could have done his job better. There is no other way I could explain why the almost finished and already working XEL is ignored while for example "iex.ce" is thoroughly elaborated on.

Such articles work very often on a basis of initiation. That means we contact an author and introduce him to XEL and next time he eventually mentions us.

For us its best to wait with such contacts until we are live and can not only declare something that we want to accomplish in the future, but something that already WORKS. Thats a BIG advantage in contrast to all those nice plans of Golem and others.
TheDR
Full Member
***
Offline Offline

Activity: 124
Merit: 100


View Profile
December 28, 2016, 08:03:12 PM
 #3167

There is no need to rush to be recognized. Bitcoin never did. There is going to be a functional and useful system very soon. From that point it will grow steadily for sure.
Selsonblue
Hero Member
*****
Offline Offline

Activity: 661
Merit: 500


View Profile
December 28, 2016, 08:11:31 PM
 #3168


To me, it seems that the journalist could have done his job better. There is no other way I could explain why the almost finished and already working XEL is ignored while for example "iex.ce" is thoroughly elaborated on.

totally agree on it.

Yeah, if you didnt pay the journo you aint gunna get "hyped". No matter. Keep on chuggin fellas. You are an inspiration to the real folks here not trolling.  Grin Smiley Cheesy
wwdz99
Sr. Member
****
Offline Offline

Activity: 243
Merit: 250



View Profile
December 28, 2016, 08:19:25 PM
 #3169


To me, it seems that the journalist could have done his job better. There is no other way I could explain why the almost finished and already working XEL is ignored while for example "iex.ce" is thoroughly elaborated on.


Totally agree.So less announces about XEL.

We will do more marketing. Angry
Riseman
Hero Member
*****
Offline Offline

Activity: 690
Merit: 500


View Profile
December 28, 2016, 08:25:18 PM
 #3170

Are you planning to launch before the end of 2017?
Bgjjj2016
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250

Ben2016


View Profile
December 28, 2016, 08:45:22 PM
 #3171

Are you planning to launch before the end of 2017?
2017? I thought we are almost done !

My " I want that Old Toyota Camry very bad" BTC Fund :1DQU4oqmZRcKSzg7MjPLMuHrMwnbDdjQRM
Join the Elastic revolution! Elastic Network: The Decentralized Supercomputer 
ELASTIC WEBSITE|ANNOUNCEMENT THREAD|JOIN THE SLACK
me1507
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500


Gon Totto


View Profile
December 28, 2016, 09:41:51 PM
 #3172

Are you planning to launch before the end of 2017?
2017? I thought we are almost done !

Almost done might be mean today, next week, next month, who knows  Smiley

only EK knows  Grin
Riseman
Hero Member
*****
Offline Offline

Activity: 690
Merit: 500


View Profile
December 28, 2016, 10:28:47 PM
 #3173

Are you planning to launch before the end of 2017?
2017? I thought we are almost done !

There's always a room for "one more test" or "one more feature", you know. But this is one of a few projects where the words "long term" don't sound scammy to me.
Bgjjj2016
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250

Ben2016


View Profile
December 28, 2016, 11:50:33 PM
 #3174

Are you planning to launch before the end of 2017?
2017? I thought we are almost done !

There's always a room for "one more test" or "one more feature", you know. But this is one of a few projects where the words "long term" don't sound scammy to me.
nothing scammy here, but since developers don't get paid ( which is terrible), they have to work along with their paying jobs and family and etc.

My " I want that Old Toyota Camry very bad" BTC Fund :1DQU4oqmZRcKSzg7MjPLMuHrMwnbDdjQRM
Join the Elastic revolution! Elastic Network: The Decentralized Supercomputer 
ELASTIC WEBSITE|ANNOUNCEMENT THREAD|JOIN THE SLACK
juras54
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
December 29, 2016, 03:51:08 AM
 #3175

Are you planning to launch before the end of 2017?
2017? I thought we are almost done !

There's always a room for "one more test" or "one more feature", you know. But this is one of a few projects where the words "long term" don't sound scammy to me.
nothing scammy here, but since developers don't get paid ( which is terrible), they have to work along with their paying jobs and family and etc.

Who said, that developers don't get paid ? Evil-Knievel paying, as long as I remember
Bgjjj2016
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250

Ben2016


View Profile
December 29, 2016, 09:14:20 AM
 #3176

Are you planning to launch before the end of 2017?
2017? I thought we are almost done !

There's always a room for "one more test" or "one more feature", you know. But this is one of a few projects where the words "long term" don't sound scammy to me.
nothing scammy here, but since developers don't get paid ( which is terrible), they have to work along with their paying jobs and family and etc.

Who said, that developers don't get paid ? Evil-Knievel paying, as long as I remember
EK paid others from his own pocket from what I know.

My " I want that Old Toyota Camry very bad" BTC Fund :1DQU4oqmZRcKSzg7MjPLMuHrMwnbDdjQRM
Join the Elastic revolution! Elastic Network: The Decentralized Supercomputer 
ELASTIC WEBSITE|ANNOUNCEMENT THREAD|JOIN THE SLACK
HmmMAA
Hero Member
*****
Offline Offline

Activity: 1111
Merit: 584



View Profile
December 29, 2016, 11:47:03 AM
 #3177


To me, it seems that the journalist could have done his job better. There is no other way I could explain why the almost finished and already working XEL is ignored while for example "iex.ce" is thoroughly elaborated on.

totally agree on it.

I was thinking to mention to Ben Dickson's twitter about XEL , but i couldn't send him a link with extensive information about the project . I think that we should hire a professional for promoting .
A new ANN thread would be a nice first step , where we could gather all the information spread in this thread and informing about the roadmap of the project . For something like that we need graphics , logo and a nice website .
Maybe we should make a mini donation as community or donate a portion of our coins for that purpose .
EK and guys ( ttook , coralfreerer etc ) have done so many things for XEL , i think it's time for the rest of us to do our part of the job .

"It is hard to imagine a more stupid or more dangerous way of making decisions than by putting those decisions in the hands of people who pay no price for being wrong." Thomas Sowell
by rallier
Legendary
*
Offline Offline

Activity: 1848
Merit: 1334


just in case


View Profile WWW
December 29, 2016, 11:17:08 PM
 #3178

Evil-Knievel, dude, We want to see Mainnet cmon my friend Smiley

signature not found.
beyinsi
Hero Member
*****
Offline Offline

Activity: 742
Merit: 501


View Profile
December 31, 2016, 01:11:15 AM
 #3179

@Evil-Knievel
@unvoid
@coralreefer

where are u guys  Grin elastic pro needs u. We must progress.......

Christmas holiday...
ImI
Legendary
*
Offline Offline

Activity: 1946
Merit: 1019



View Profile
December 31, 2016, 01:26:40 AM
 #3180

Christmas holiday...

this.

its called holidaysWink
Pages: « 1 ... 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 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 ... 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!