Pages:
Author

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

legendary
Activity: 1260
Merit: 1168

I keep bumping the versions because people silently upgrade and cripple the blockchain since the versions are not ready and hard-fork every 10 minutes due to protocol changes that I experiment with.
I have to push it to the git so all nodes in the cloud can sync it.

I agree that a develop branch would be better, but I have not found the time yet to port it.

Neither 0.10 nor 0.11 were ready at all ;-) But 0.12 will be ... I am currently experimenting with the python elastic-sdk and hope that I can demonstrate a real use case in python later on.
hero member
Activity: 535
Merit: 500
hero member
Activity: 535
Merit: 500
http://elasticracy.elasticexplorer.org/

already tested, seems working fine. Now we have to wait till submissions ends.
hero member
Activity: 500
Merit: 507
Guys, let EK et al. finish their work. Then we can roll out our precious mainnet.

+1  , My sentiment exactly.
hero member
Activity: 535
Merit: 500
Elasticracy up and running! At least local version. I have no idea what I'm doing. I know shit about Ruby on Rails so currently I don't know how to prepare elasticracy to logo voting but hey, I have whole week to learn Wink

Well, first of all we need to get fixed the file externals/genesis.json and the externals/jsonserver.py: This is the service which serves the actual balances in XEL. We could drop the entire json stuff and code the balances directly into the python file or fetch it from our block explorer.

To install, do the following in the elasticracy folder:
Code:
sudo gem install bundler (it might me needed to add /usr/local/bin to PATH)
sudo apt-get install ruby-dev libpq-dev
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
bundler install
bin/rake db:migrate RAILS_ENV=development

To start:
Code:
bin/rails server

To add a new vote:
Go to http://localhost:3000/topics (or whatever address you use)
Click on "new topic" and log in with the credential setup in config/initializers/user.rb:

Default:
Username: Sauron
Password: s3cr3t

Just add a title for the TOPIC and set a due date. Here, no options are set up yet!


Then go to:
http://localhost:3000/arguments/new

And add one "Vote Option" after the other to the topic!



The workflow is a pain in the ass, I know! Maybe someone makes it nicer?

This is handy!

I'll try to take this list https://raw.githubusercontent.com/OrdinaryDude/elastic-core/master/genesis_block_generator/is_this_correct.txt and parse it.
hero member
Activity: 910
Merit: 1000
Guys, let EK et al. finish their work. Then we can roll out our precious mainnet.
sr. member
Activity: 448
Merit: 250
Ben2016
It is not only about being bug free, but also in regard to features and specifications.
EK made several welcomed changes lately that only bring more value to the system.
We should launch mainnet when the system has the desired features and is stable enough. Launching prematurely will miss the point i think.
I know people are seeing the sizzling market and want to join in, but we must not jump too soon before we are ready.
Also, it would be wise to have a proper website with materials before mainnet launch.
I think all the new additions to Elastic are great, but I personally hope we don't give away all the features before Mainnet. Markets love to see improvements overtime more than a completed product . IMHO
hero member
Activity: 500
Merit: 507
It is not only about being bug free, but also in regard to features and specifications.
EK made several welcomed changes lately that only bring more value to the system.
We should launch mainnet when the system has the desired features and is stable enough. Launching prematurely will miss the point i think.
I know people are seeing the sizzling market and want to join in, but we must not jump too soon before we are ready.
Also, it would be wise to have a proper website with materials before mainnet launch.
full member
Activity: 173
Merit: 100
And it's not like elastic's history hasn't been scattered with "weird events coincidents".
full member
Activity: 173
Merit: 100
I did not think he was trolling. He actually had a point.
Anyone can take the code and run with it, if the genesis honours the donation list and we all run the clients then we have the mainnet!
full member
Activity: 150
Merit: 100




i will start mainnet at MAY 30, 2017 utc 00:00

but he has a point. I think to get a bug free version is important, but 100% bugfree is impossible. So, maybe it would be good if we have a timeframe we want to be ready to start the mainnet?
hero member
Activity: 500
Merit: 507




i will start mainnet at MAY 30, 2017 utc 00:00


I blame the parents for such trolls...
Run along now little boy.
hero member
Activity: 952
Merit: 501




i will start mainnet at MAY 30, 2017 utc 00:00

haha prove yourself?

hero member
Activity: 661
Merit: 500




i will start mainnet at MAY 30, 2017 utc 00:00

Lol, this is a troll account.
newbie
Activity: 3
Merit: 0




i will start mainnet at MAY 30, 2017 utc 00:00
sr. member
Activity: 448
Merit: 250
Ben2016
Is there any place I can currently buy tokens from?

no should wait for the mainnet release.

maybe you can buy with escrow.

Also want to buy when the mainnet is launched?
that's a $500M question  Smiley
full member
Activity: 266
Merit: 100
Is there any place I can currently buy tokens from?

no should wait for the mainnet release.

maybe you can buy with escrow.

Also want to buy when the mainnet is launched?
hero member
Activity: 952
Merit: 501
Is there any place I can currently buy tokens from?

no should wait for the mainnet release.

maybe you can buy with escrow.
full member
Activity: 130
Merit: 109
Is there any place I can currently buy tokens from?
legendary
Activity: 1260
Merit: 1168
Elasticracy up and running! At least local version. I have no idea what I'm doing. I know shit about Ruby on Rails so currently I don't know how to prepare elasticracy to logo voting but hey, I have whole week to learn Wink

Well, first of all we need to get fixed the file externals/genesis.json and the externals/jsonserver.py: This is the service which serves the actual balances in XEL. We could drop the entire json stuff and code the balances directly into the python file or fetch it from our block explorer.

To install, do the following in the elasticracy folder:
Code:
sudo gem install bundler (it might me needed to add /usr/local/bin to PATH)
sudo apt-get install ruby-dev libpq-dev
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
bundler install
bin/rake db:migrate RAILS_ENV=development

To start:
Code:
bin/rails server

To add a new vote:
Go to http://localhost:3000/topics (or whatever address you use)
Click on "new topic" and log in with the credential setup in config/initializers/user.rb:

Default:
Username: Sauron
Password: s3cr3t

Just add a title for the TOPIC and set a due date. Here, no options are set up yet!


Then go to:
http://localhost:3000/arguments/new

And add one "Vote Option" after the other to the topic!



The workflow is a pain in the ass, I know! Maybe someone makes it nicer?
Pages:
Jump to: