Author

Topic: IOTA - page 581. (Read 1473233 times)

legendary
Activity: 1225
Merit: 1000
April 23, 2016, 08:39:35 AM
hi Smiley
without being participant of the ICO I can (and did already) easily follow steps 1-8, IRI 0.9.0 is up and running,
but now with step 9, from where do I get the seed to enter into nostalgia.html?
I assume only ICO participants have that seed?
cheers


write down a long (30+ chars) random sequence containing lowercase latin letters and the number "9".
This is your seed.
Keep it secret, keep it save.
full member
Activity: 125
Merit: 100
April 23, 2016, 08:29:29 AM
1. Download latest JRE
2. Download IRI 
3. Unzip IRI
4. Go to the unzipped folder and edit file 'configuration.iri', remove the last line, and save it
5. Open terminal inside the unzipped folder (hold shift down, press right mouse button->open terminal   - for windows OS)
6. Check java version: "java -version" (add JRE to system path if needed)
7. Run: "java -jar IRI.jar"
8. Open "nostalgia.html"
9. Enter seed
10. Press Claim IOTAs
11. click OK to the first popup -> Wait for 2nd popup 'packet received' -> OK
12. Wait 10 minutes
13. Click button 'refresh page' (TIP: not the browser button or F5)
14. Check your IOTAs

IT'S WORKING!!!!

Good work @CfB   Cool

PS: Anyone can add if I forgotten something.
EDIT #1: added step#4 as a separate step (previously it was inside step#9)


hi Smiley
without being participant of the ICO I can (and did already) easily follow steps 1-8, IRI 0.9.0 is up and running,
but now with step 9, from where do I get the seed to enter into nostalgia.html?
I assume only ICO participants have that seed?
cheers
full member
Activity: 165
Merit: 100
April 23, 2016, 05:18:46 AM
I was able to install this Test Version within 15 minutes. Great work, transactions are working!
Perfect, thanks to Come-from-Beyond and CEO David  Smiley
legendary
Activity: 2124
Merit: 1013
K-ing®
April 23, 2016, 12:40:47 AM
great work

please send 1 IOTA to my test address
MBQFTUUHQJOBTBKRJMMNNUWOGACFX9BMEXCTFMWBUBJEARXLZHQLJBHMI9LJIWAHHCQXOPUIEBBJNQR XO
member
Activity: 169
Merit: 10
April 22, 2016, 06:54:53 PM

Could you confirm the change of 2'779'530'283'277'761 max supply instead of 999999999.999999 ?


correct.

Since the amounts are so big now, we use kilo, mega, giga, tera and peta units.

Some conversions in JavaScript http://jsbin.com/?js,console

Code:
function toTernary(num) {
  return Number(num).toString(3);
}
   
function fromTernary(str) {
  return parseInt(str,3);
}
   
var supply = 2779530283277761;
console.log("IOTA supply= "+supply);
console.log(toTernary(supply)+" ternary");

var t = "111111111111111111111111111111111";
console.log(fromTernary(t)+" decimal");
   
//var t= Math.log2(3);
var t= Math.log(3) / Math.log(2); 
console.log("1 trit= log2(3)= ln(3)/ln(2)= "+t+ " bits");
   
//console.log(Math.pow(3, 4));
//console.log(Math.pow(3, 5));

var secure = [81, 162, 243];
for (var i=0; i  var bits = t*secure[i];
  console.log(secure[i]+" trits= "+bits+"= "+Math.floor(bits)+" bits");
}

console output:

IOTA supply= 2779530283277761
111111111111111111111111111111111 ternary
2779530283277761 decimal
1 trit= log2(3)= ln(3)/ln(2)= 1.5849625007211563 bits
81 trits= 128.38196255841365= 128 bits
162 trits= 256.7639251168273= 256 bits
243 trits= 385.145887675241= 385 bits
legendary
Activity: 1540
Merit: 1000
April 22, 2016, 05:25:34 PM
Does it mean that the client was officially released? Can not found the link. If so, it is secure to make transactions or is it still in beta mode?
you can find link here http://forum.iotatoken.com/t/iota-testing-of-0-9-0-has-commenced/274/1  Wink
legendary
Activity: 2142
Merit: 1009
Newbie
April 22, 2016, 04:58:08 PM
Does it mean that the client was officially released? Can not found the link. If so, it is secure to make transactions or is it still in beta mode?

It's beta.
x13
sr. member
Activity: 336
Merit: 250
Things are called shit for a reason, dear.
April 22, 2016, 04:57:11 PM
Does it mean that the client was officially released? Can not found the link. If so, it is secure to make transactions or is it still in beta mode?

1. Download latest JRE
2. Download IRI 
3. Unzip IRI
4. Go to the unzipped folder and edit file 'configuration.iri', remove the last line, and save it
5. Open terminal inside the unzipped folder (hold shift down, press right mouse button->open terminal   - for windows OS)
6. Check java version: "java -version" (add JRE to system path if needed)
7. Run: "java -jar IRI.jar"
8. Open "nostalgia.html"
9. Enter seed
10. Press Claim IOTAs
11. click OK to the first popup -> Wait for 2nd popup 'packet received' -> OK
12. Wait 10 minutes
13. Click button 'refresh page' (TIP: not the browser button or F5)
14. Check your IOTAs

IT'S WORKING!!!!

Good work @CfB   Cool

PS: Anyone can add if I forgotten something.
EDIT #1: added step#4 as a separate step (previously it was inside step#9)

legendary
Activity: 1470
Merit: 1004
April 22, 2016, 03:52:24 PM
Working for me, nice to be testing Iota!
hero member
Activity: 854
Merit: 1000
https://iota.org/
April 22, 2016, 03:38:02 PM
This is just in few words )))

Maybe post your Iota address (create a new one) and let the readers to tip you with few iotas for testing?

Can you send me please 1 iota?

XFTZFWPFLZILBTOEAMLVFBGWNIKBIVRSPF9BGWOEOMCG9RWRFGVUFWXNKHPCCFSYWZIBSVURFSIAEUK GQ

Thank you!
rlh
hero member
Activity: 804
Merit: 1004
April 22, 2016, 03:29:03 PM
This is also a good way to deconstruct sending and receiving Iotas.  If you have an Iota project in mind, you can use the included html files to easily learn now to construct transactions.
hero member
Activity: 714
Merit: 500
April 22, 2016, 03:21:37 PM
Just to be clear: full GUI is coming very soon, but this is still very easy to setup and test out for everyone. We need as many tester as possible for a quick launch!
legendary
Activity: 1708
Merit: 1000
Reality is stranger than fiction
April 22, 2016, 03:12:11 PM
1. Download latest JRE
2. Download IRI 
3. Unzip IRI
4. Go to the unzipped folder and edit file 'configuration.iri', remove the last line, and save it
5. Open terminal inside the unzipped folder (hold shift down, press right mouse button->open terminal   - for windows OS)
6. Check java version: "java -version" (add JRE to system path if needed)
7. Run: "java -jar IRI.jar"
8. Open "nostalgia.html"
9. Enter seed
10. Press Claim IOTAs
11. click OK to the first popup -> Wait for 2nd popup 'packet received' -> OK
12. Wait 10 minutes
13. Click button 'refresh page' (TIP: not the browser button or F5)
14. Check your IOTAs

IT'S WORKING!!!!

Good work @CfB   Cool

PS: Anyone can add if I forgotten something.
EDIT #1: added step#4 as a separate step (previously it was inside step#9)
legendary
Activity: 2142
Merit: 1009
Newbie
April 22, 2016, 03:10:37 PM
This is just in few words )))

Maybe post your Iota address (create a new one) and let the readers to tip you with few iotas for testing?
hero member
Activity: 854
Merit: 1000
https://iota.org/
April 22, 2016, 02:59:09 PM
Lovely news!
We have 0.9.0 with UI
more info in RocketChat
Cheers

Can you write a brief step by step guide base on your own experience? Thanks in advance!

Sure!

Go to the http://chat.iotatoken.com/  and finding there iotatestisg channel.
There you will find link to 0.9.0 with UI. Download it, run like it's usually java server , then find file nostalgia file and run it as well .
At first you will see window for entering your seed/pass . In case of error go to the configuration file and delete the last line that says iri.apiPassword = . (restart all)
Then, after entering right pass you will see main menu. You have just push Claim button and wait.
This is very simply there to send IOTA and make new address
This is just in few words )))


from CFB:

cfb 4:49 PM
Soon I'll publish 0.9.0. It contains a reference client called Nostalgia. It has no styling so it looks like a time traveller from 90s, don't be scared, it's for reference and testing only.
The very first thing everyone of you is supposed to do is to do conversion from old to new address, this is done by clicking [Claim iotas] button and waiting for several minutes.
Nostalgia shows only those transactions that contain addresses you own. If you transfer iotas to someone you'll see only which your addresses they have come from. To see the recipients address, click [Show bundle]. Bundle is a pack of transactions. A standard transfer usually requires 4 transactions: One for the recipient (+), one for the change (+), one for the spending the entire balance (-) and a complement spending transaction with 0 iotas transferred which is required for 162-trit security. 81-trit wouldn't require a complement and 243-trit would require 2 complements.
All actions take time for transactions generation which is very slow because the algorithms are not optimized (reference versions). Also in average 30 seconds is required to fetch recent changes from the coordinator. Note that coordinator's IP has changed, it's inside configuration.iri and nodes.iri.
hero member
Activity: 763
Merit: 500
April 22, 2016, 02:10:53 PM
Lovely news!
We have 0.9.0 with UI
more info in RocketChat
Cheers

Can someone write a brief step by step guide base on your own experience? Thanks in advance!
hero member
Activity: 854
Merit: 1000
https://iota.org/
April 22, 2016, 01:54:54 PM
Check Iotatesting channel for 0.9.0 those who are interested in helping to test.

Lovely news!

We have 0.9.0 with UI

more info in RocketChat

Cheers
full member
Activity: 179
Merit: 100
April 22, 2016, 01:48:22 PM
Is it possible to participate in test without being a tech savy?

I got nowhere, but I am a proper tech tard and there are no instructions and no simple .exe file to click and follow prompts.

Hopefully someone will write some sort of guide to set it up. It is far from idiot-proof atm.
member
Activity: 107
Merit: 10
April 22, 2016, 01:30:40 PM
3) Be an active community member that go to IoT meetups and conferences, network, get people interested

This is easy, it really works and it eventually pays !
I did a lot of Bitcoin & Cryptos meetups in France and now people pay me to learn about it.

Start some meetups in your city now !

Exactly. I think people just mentally over-complicate the issue of how easy it can be to get involved and engaged. You don't require some hyper-extensive tech background or even business background to get some connections. Then just forward it to the foundation and we'll do the rest and you'll know that you've been productive. It's infinitely better than complaining at BTT

No, people will help if they want to.
legendary
Activity: 2142
Merit: 1009
Newbie
April 22, 2016, 12:48:56 PM
Is it possible to participate in test without being a tech savy?

Yes. Join #iotatesting on Rocketchat.
Jump to: