Bitcoin Forum
April 26, 2024, 10:41:42 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 [59] 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 ... 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.
ik_do
Hero Member
*****
Offline Offline

Activity: 522
Merit: 500


View Profile
August 10, 2016, 09:08:36 AM
 #1161

I want to take part in the crowdsale, would a fresh wallet with multibitHD be a good wallet to use to send?
1714171302
Hero Member
*
Offline Offline

Posts: 1714171302

View Profile Personal Message (Offline)

Ignore
1714171302
Reply with quote  #2

1714171302
Report to moderator
Whoever mines the block which ends up containing your transaction will get its fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714171302
Hero Member
*
Offline Offline

Posts: 1714171302

View Profile Personal Message (Offline)

Ignore
1714171302
Reply with quote  #2

1714171302
Report to moderator
altcoinrich
Hero Member
*****
Offline Offline

Activity: 588
Merit: 501


View Profile
August 10, 2016, 09:39:09 AM
 #1162

Could you explain that what does it calculate or solve during mining(doing calculating/solving algorithms or math questions) since it is a supercomputer.
Evil-Knievel
Legendary
*
Offline Offline

Activity: 1260
Merit: 1168



View Profile
August 10, 2016, 09:54:19 AM
 #1163

Could you explain that what does it calculate or solve during mining(doing calculating/solving algorithms or math questions) since it is a supercomputer.

Well, it solves the user provided proof-of-work algorithms. They can be anything and they are programmed in elastic's own programming language ElasticPL.
One example it to use ElasticPL to mine other blocks (of different cryptocurencies).

Mining Bitcoin block #0 (the genesis block) could be done this way:
(Note: m[22] is the nonce which is meant to be found, the rest is the blockheader and some mandatory ElasticPL overhead)

Code:
input 3;
m[3]=16777216;
m[4]=0;
m[5]=0;
m[6]=0;
m[7]=0;
m[8]=0;
m[9]=0;
m[10]=0;
m[11]=0;
m[12]=1000599037;
m[13]=2054886066;
m[14]=2059873342;
m[15]=1735823201;
m[16]=2143820739;
m[17]=2290766130;
m[18]=983546026;
m[19]=1260281418;
m[20]=699096905;
m[21]=4294901789;
m[22]=m[1];
SHA256 3 80;
SHA256 3 32;
verify (m[10]==0);


The "bounty submissions" are defined by the last line, so the scientist only gets solutions meeting this criteria,
and the POW hash is more complicated and involes the state and the random input to get unique hash value which must meet a certain target value.
bobmarley650
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001


View Profile
August 10, 2016, 08:47:44 PM
 #1164

last 1300 blocks, I am happy to be the one of 450 investors.

bobbtc@protonmail.com / Working day and night
cyberhacker
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000



View Profile
August 11, 2016, 05:54:28 AM
 #1165

hi guys.

what do you think about Golem?  http://golemproject.net/

and this is my post about comparision.

http://btc12.com/2016/08/11/golemsupercomputer/
bobmarley650
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001


View Profile
August 11, 2016, 02:20:22 PM
 #1166


5M won  Wink

bobbtc@protonmail.com / Working day and night
bobmarley650
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001


View Profile
August 11, 2016, 07:20:50 PM
 #1167

I've tried to sign up to XEL forum, but registration was disabled.

The forum will be active at the same date with the mainnet?

bobbtc@protonmail.com / Working day and night
bubbletea789
Full Member
***
Offline Offline

Activity: 173
Merit: 100


View Profile
August 12, 2016, 12:46:40 PM
 #1168

the genesis block record has stopped updating for 4 days?
unvoid
Hero Member
*****
Offline Offline

Activity: 535
Merit: 500



View Profile
August 12, 2016, 12:55:15 PM
 #1169

the genesis block record has stopped updating for 4 days?

@Lannister can't you just install supervisor (if script is running in linux env) to automatically boot up script if it crashes?

BTC: 1CMgHWx4wkAaAy2FfeCyPdedUExmhGhfi5
XEL: XEL-HCM8-KB6E-YFLK-8BWMF
Evil-Knievel
Legendary
*
Offline Offline

Activity: 1260
Merit: 1168



View Profile
August 12, 2016, 03:42:53 PM
 #1170

I will shoot him a bitmessage right now.
Evil-Knievel
Legendary
*
Offline Offline

Activity: 1260
Merit: 1168



View Profile
August 12, 2016, 04:28:18 PM
 #1171

Hackathon Announcement

Before starting a generalized bug bounty program, I thought it might be a good idea to start a

HACKATHON

Where certain functions of elastic (and only those) will be tested.
I would suggest that the procedure is as follows:

- Every 4 days a different feature will be tested with a specific goal (such as: "create a custom transaction which is able to exploit the automatic refund process in order to refund more than it should").
- Along with a task a Github commit hash will be published which has to be used to perform the attack.
- The first one who manages to provide a working proof-of-concept code gets a reward of 2 BTC.

What do you think? Is it a good idea? The codebase right now has one more little bug in the automatic work cancellation procedure, so we cannot start right away. I will push a fix very soon this weekend, and then we could begin. I would also suggest to use a separate thread for this. Also I would need Lannisters approval if he agrees since he will have to do the payouts.


You should setup elastic AFTER I have pushed the fix, here is a video tutorial on how to do it along with some explanations on how elastic works and on how to set it up properly.

samantadegrenet
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500



View Profile
August 13, 2016, 01:08:10 AM
 #1172

hi guys.

what do you think about Golem?  http://golemproject.net/

and this is my post about comparision.

http://btc12.com/2016/08/11/golemsupercomputer/

so many good project lately! Wink
bobmarley650
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001


View Profile
August 13, 2016, 10:01:06 PM
 #1173

459 People donated so far, this project reminds me NXT ICO.

bobbtc@protonmail.com / Working day and night
m4nki
Hero Member
*****
Offline Offline

Activity: 1039
Merit: 510



View Profile
August 13, 2016, 10:03:24 PM
 #1174

Until when does the ICO approximately last (not in blocks but in calendar time)?

Thank you! Smiley

bobmarley650
Legendary
*
Offline Offline

Activity: 1232
Merit: 1001


View Profile
August 13, 2016, 10:06:55 PM
 #1175

Until when does the ICO approximately last (not in blocks but in calendar time)?

Thank you! Smiley

Generally 8 minutes for 1 block, 8*852 blocks = 6816 mins

6816 mins/ 1440 = 4.73 days

bobbtc@protonmail.com / Working day and night
ImI
Legendary
*
Offline Offline

Activity: 1946
Merit: 1019



View Profile
August 13, 2016, 10:15:06 PM
 #1176

Until when does the ICO approximately last (not in blocks but in calendar time)?

Thank you! Smiley

Generally 8 minutes for 1 block, 8*852 blocks = 6816 mins

6816 mins/ 1440 = 4.73 days

10min per block

equals around 6 days
m4nki
Hero Member
*****
Offline Offline

Activity: 1039
Merit: 510



View Profile
August 13, 2016, 10:54:26 PM
 #1177

Awesome, thank you! Smiley

me1507
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500


Gon Totto


View Profile
August 14, 2016, 10:07:37 PM
 #1178

Total coin 5 M right ?

what will happen to unsold ICO ?
i see only 70 % XEL claimed by donation.
ttookk
Hero Member
*****
Offline Offline

Activity: 994
Merit: 513


View Profile
August 14, 2016, 10:22:28 PM
 #1179

Total coin 5 M right ?

what will happen to unsold ICO ?
i see only 70 % XEL claimed by donation.

They will be proportionally distributed amongst investors.
Mallyx
Hero Member
*****
Offline Offline

Activity: 1138
Merit: 574



View Profile
August 15, 2016, 09:37:20 AM
 #1180

Hello,

this ICO has been added on https://www.ico-list.com/ !

Thanks for contacting me if some details are wrong.
Pages: « 1 ... 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 [59] 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 ... 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!