Bitcoin Forum
May 08, 2024, 04:04:57 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 [265] 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 ... 345 »
  Print  
Author Topic: [ANN][XEL] Elastic Project - The Decentralized Supercomputer  (Read 450433 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.
cybterpunk
Full Member
***
Offline Offline

Activity: 414
Merit: 101


View Profile
April 25, 2017, 05:02:52 AM
 #5281

looking forward XEL release.
1715141097
Hero Member
*
Offline Offline

Posts: 1715141097

View Profile Personal Message (Offline)

Ignore
1715141097
Reply with quote  #2

1715141097
Report to moderator
"You Asked For Change, We Gave You Coins" -- casascius
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Bagwell
Full Member
***
Offline Offline

Activity: 139
Merit: 100


View Profile
April 25, 2017, 02:45:35 PM
 #5282

Don't use the current git! New features are coming soon  Wink And a first real use case.
The new feature will be a "storage" for jobs. So jobs can be created with multiple "iterations".

This works like this:
1. In the first round bounties are submitted normally. Al bounty submissions have attached a "storage" value - this is basically data that the work author wants to "keep". The storage is filled from within the Elastic PL program.
2. When the maximum number of bounties is reached, the job goes into iteration 2 (and 3 and 4 ...) where the job can reuse the "storage" from other iterations.
3. The job is closed when ITERATIONS*MAX_BOUNTIES Bounties are reached.


Why do we need this? Simulated Annealing, Genetic Algorithms, and any other optimization technique which is iteration-based and needs information from the prior iteration.

Not sure if the 10 bounty limit is not too low at this point. Will finish the implementation tomorrow, then we can test it!


can't wait  Lips sealed Grin

Join the Elastic revolution!  Elastic - The Decentralized Supercomputer
ELASTIC WEBSITE | NEW ANNOUNCEMENT THREAD | ELASTIC SLACK | ELASTIC FORUM
Evil-Knievel
Legendary
*
Offline Offline

Activity: 1260
Merit: 1168



View Profile
April 25, 2017, 02:58:52 PM
 #5283

Got so many ideas ;-)
Maybe we could add an alternative verification method.

Currently we have to limit the program complexity so that the supernodes can run the code in a fairly short amount of time in order to verify if the user actually found a bounty. So basically, the supernode takes the user's input, runs the entire code, and sees if the result is what meets the bounty criteria.

What if we (optionally) allow to check bounties differently? Meaning we allow checking just the result. So it does not matter if the user actually ran the program, or asked some tooth ferry, as long as the value, that the user submitted meets the criteria, it's all right. (Example: sha256d(x) hat 10 leading zeros).

Since we would allow the "calculation" to be disconnected entirely  from the "verification", the actual program can be much longer and a lot more complex. Since the verification routine that the supernodes must run is short enough, it's fine.

For this type of work verification, we would have to disable POW payments since it may happen that the program runs 10 minutes or so.

What do you think? These are little things that open up entirely new use cases!
Evil-Knievel
Legendary
*
Offline Offline

Activity: 1260
Merit: 1168



View Profile
April 25, 2017, 02:59:42 PM
 #5284

Coralreefer, thumbs up for your hinch concerning the POWs ;-)
georgehuang
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250



View Profile
April 25, 2017, 03:05:54 PM
 #5285

I can't open the website , What's the problem
teletobi
Hero Member
*****
Offline Offline

Activity: 734
Merit: 500



View Profile
April 25, 2017, 03:50:19 PM
 #5286

I can't open the website , What's the problem

Which Website? elastic-project.com is down and will stay so. Try http://www.elastic.pw

Join the Elastic revolution!  Elastic - The Decentralized Supercomputer
ELASTIC WEBSITE | NEW ANNOUNCEMENT THREAD | ELASTIC SLACK | ELASTIC FORUM
Selsonblue
Hero Member
*****
Offline Offline

Activity: 661
Merit: 500


View Profile
April 25, 2017, 03:56:11 PM
 #5287

Got so many ideas ;-)
Maybe we could add an alternative verification method.

Currently we have to limit the program complexity so that the supernodes can run the code in a fairly short amount of time in order to verify if the user actually found a bounty. So basically, the supernode takes the user's input, runs the entire code, and sees if the result is what meets the bounty criteria.

What if we (optionally) allow to check bounties differently? Meaning we allow checking just the result. So it does not matter if the user actually ran the program, or asked some tooth ferry, as long as the value, that the user submitted meets the criteria, it's all right. (Example: sha256d(x) hat 10 leading zeros).

Since we would allow the "calculation" to be disconnected entirely  from the "verification", the actual program can be much longer and a lot more complex. Since the verification routine that the supernodes must run is short enough, it's fine.

For this type of work verification, we would have to disable POW payments since it may happen that the program runs 10 minutes or so.

What do you think? These are little things that open up entirely new use cases!

This sounds appropriate EK and could eliminate a potential bottleneck around the verification process.

If I am understanding this correctly, you are essentially allowing the calculation queue to be decoupled from the verification queue. So jobs start in order (x,y,z) and the job lengths of L(x=3sec,y=2sec,z=1sec), the first calculations verified would be the first job done with calculations (verification order: z, y, x), not necessarily the first calculation job that went into the queue.  

Kind of a first come first serve approach to both the calculation queue and the verification queue?


A follow up question. Will a user be able to terminate an order if they do not like the approximated lengths of the job? Or will the users be able to dynamically adjust the processing power allocated/purchased for their jobs? Best term i could come up with is something like dynamic processing power allocation(after initial job submission)?   

Wondering if there is a possibility people start continuously starting/cancelling jobs which could potentially bog down the network.
lda1000
Sr. Member
****
Offline Offline

Activity: 581
Merit: 253


View Profile
April 25, 2017, 05:54:45 PM
 #5288

Great to see so much progress guys.

seven4smoke
Full Member
***
Offline Offline

Activity: 169
Merit: 100



View Profile
April 25, 2017, 06:51:26 PM
 #5289

Nice new website http://www.elastic.pw/ Really good community around this project. Hope launch will be in summer or earlier.
Bagwell
Full Member
***
Offline Offline

Activity: 139
Merit: 100


View Profile
April 25, 2017, 07:54:23 PM
 #5290

best project i ever seen!

Join the Elastic revolution!  Elastic - The Decentralized Supercomputer
ELASTIC WEBSITE | NEW ANNOUNCEMENT THREAD | ELASTIC SLACK | ELASTIC FORUM
Jayjay04
Legendary
*
Offline Offline

Activity: 1364
Merit: 1000



View Profile
April 25, 2017, 09:28:00 PM
 #5291

Very excited about the project !! Keep us posted !

                    ▄▄▄
                   █████
             ▄▄▄    ▀▀▀       ▄▄████╕
            █████          ▄▄███████▌
     ▄▄▄     ▀▀▀        ╓████████▀▀
    █████               ██████▀▀       ▄███▄
     ▀▀▀        ▄███▄    ▀▀▀           ▀███▀
                ▀███▀        ▄▄████╕
       ▁▄▄███▄           ▄▄████████▌
   ▁▄▆████████       ▄▄█████████▀▀       ▄███▄
 ▄█████████▀▔    ▄▄█████████▀▀           ▀███▀
▐██████▀▀▔   ,▄█████████▀▀        ▄▄▄
 ▔▀▀▀▔    ▄▄████████▀▀           █████
      ▄▄████████▀▀       ▄▄██▄    ▀▀▀
   ▄█████████▀       ▄▄███████▌       ▄▄▄
  ▐██████▀▀      ▄▄█████████▀▔       █████
   `▀▀▀      ▂▄█████████▀▀    ,▄▄µ    ▀▀▀
          ▂▆████████▀▀    ,▄██████▌
          ██████▀▀     ▄█████████▀
           ▔▀▀        ███████▀"
                      "▀▀▀╙
Hello!
STAKER
.The Next Proof-of-Stake.
KSmart Contract Tokene.














BTCspace
Hero Member
*****
Offline Offline

Activity: 952
Merit: 501


View Profile
April 26, 2017, 03:38:51 AM
 #5292





My car is on the verge of breaking down ;-) Time to replace it with something new and maybe save a polar bear! If you like to support me, without any reward desired, there you go:
BTC: 1Liz5VpeqYEUQXdU8yepPRc3erZQDKDajm
ETH: 3a43e0311a02743de52878543c92a13170efbeee


time to support our hero EK.  Smiley


running farm worldwide
BTCspace
Hero Member
*****
Offline Offline

Activity: 952
Merit: 501


View Profile
April 26, 2017, 03:42:23 AM
 #5293

Got so many ideas ;-)
Maybe we could add an alternative verification method.

Currently we have to limit the program complexity so that the supernodes can run the code in a fairly short amount of time in order to verify if the user actually found a bounty. So basically, the supernode takes the user's input, runs the entire code, and sees if the result is what meets the bounty criteria.

What if we (optionally) allow to check bounties differently? Meaning we allow checking just the result. So it does not matter if the user actually ran the program, or asked some tooth ferry, as long as the value, that the user submitted meets the criteria, it's all right. (Example: sha256d(x) hat 10 leading zeros).

Since we would allow the "calculation" to be disconnected entirely  from the "verification", the actual program can be much longer and a lot more complex. Since the verification routine that the supernodes must run is short enough, it's fine.

For this type of work verification, we would have to disable POW payments since it may happen that the program runs 10 minutes or so.

What do you think? These are little things that open up entirely new use cases!

that's a great idea can bring a lot of real usecase, not only for sell the concept.

blockchain should aim for daily use. Wink

running farm worldwide
roony
Full Member
***
Offline Offline

Activity: 196
Merit: 100


Did you see the roonies on him???


View Profile
April 26, 2017, 03:52:02 AM
 #5294

I can't wait for this project to launch.. Hoping it opens 10x on the market  Grin Grin Cheesy

Don't be rude, stop staring at my brows.
cyberhacker
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000



View Profile
April 26, 2017, 03:58:12 AM
 #5295

I can't wait for this project to launch.. Hoping it opens 10x on the market  Grin Grin Cheesy

i really really don't want to discuss price here.

but seriously 10X for this great project?

look out there, many scams are valued more than 10 million.
mana6
Sr. Member
****
Offline Offline

Activity: 354
Merit: 250



View Profile
April 26, 2017, 04:12:15 AM
 #5296

I can't wait for this project to launch.. Hoping it opens 10x on the market  Grin Grin Cheesy

i really really don't want to discuss price here.

but seriously 10X for this great project?

look out there, many scams are valued more than 10 million.
Yes,the stationmaster is right, but maybe we can not discuss the price, but participate in the test
provenceday
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000



View Profile
April 26, 2017, 04:44:39 AM
 #5297





My car is on the verge of breaking down ;-) Time to replace it with something new and maybe save a polar bear! If you like to support me, without any reward desired, there you go:
BTC: 1Liz5VpeqYEUQXdU8yepPRc3erZQDKDajm
ETH: 3a43e0311a02743de52878543c92a13170efbeee


time to support our hero EK.  Smiley





sent 0.2BTC to show my respect and support.


https://blockchain.info/tx/3deb0732e51bf3829d69f45a74deba89c713e54e7f0bf8b63b62d711c7639ff3
HmmMAA
Hero Member
*****
Offline Offline

Activity: 1111
Merit: 584



View Profile
April 26, 2017, 05:10:39 AM
 #5298





My car is on the verge of breaking down ;-) Time to replace it with something new and maybe save a polar bear! If you like to support me, without any reward desired, there you go:
BTC: 1Liz5VpeqYEUQXdU8yepPRc3erZQDKDajm
ETH: 3a43e0311a02743de52878543c92a13170efbeee


time to support our hero EK.  Smiley





sent 0.2BTC to show my respect and support.


https://blockchain.info/tx/3deb0732e51bf3829d69f45a74deba89c713e54e7f0bf8b63b62d711c7639ff3

Sent 0.2 btc also . Thank you for everything EK .

"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
thegreatestpotato
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
April 26, 2017, 05:49:57 AM
 #5299


https://i.imgur.com/MWYcCXT.png


My car is on the verge of breaking down ;-) Time to replace it with something new and maybe save a polar bear! If you like to support me, without any reward desired, there you go:
BTC: 1Liz5VpeqYEUQXdU8yepPRc3erZQDKDajm
ETH: 3a43e0311a02743de52878543c92a13170efbeee


time to support our hero EK.  Smiley





sent 0.2BTC to show my respect and support.


https://blockchain.info/tx/3deb0732e51bf3829d69f45a74deba89c713e54e7f0bf8b63b62d711c7639ff3

Sent 0.2 btc also . Thank you for everything EK .


I have no BTC to spare. But, I would like to join in. I would want to Donate 5% of my XEL Holdings to EK the Day Mainnet is launched.

Cheers to everyone supporting XEL.
You guys are Awesome!
BTCspace
Hero Member
*****
Offline Offline

Activity: 952
Merit: 501


View Profile
April 26, 2017, 10:15:05 AM
 #5300





My car is on the verge of breaking down ;-) Time to replace it with something new and maybe save a polar bear! If you like to support me, without any reward desired, there you go:
BTC: 1Liz5VpeqYEUQXdU8yepPRc3erZQDKDajm
ETH: 3a43e0311a02743de52878543c92a13170efbeee


time to support our hero EK.  Smiley





sent 0.2BTC to show my respect and support.


https://blockchain.info/tx/3deb0732e51bf3829d69f45a74deba89c713e54e7f0bf8b63b62d711c7639ff3

Sent 0.2 btc also . Thank you for everything EK .

you guys are great!

i will donate some BTC and XEL too!


running farm worldwide
Pages: « 1 ... 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 [265] 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 ... 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!