Author

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

legendary
Activity: 1540
Merit: 1000
March 19, 2016, 04:33:01 AM
Where can I download IOTA testing client w/o GUI, it seems it has came out
Join Ryver
What are the Ryver connection details?

You can PM either yassin54 or iotatoken with your email address. They will invite you to Ryver.
You are welcome!!  Cool
full member
Activity: 734
Merit: 109
March 19, 2016, 02:53:53 AM
To incentivize testing I decided to post instructions how to transfer iotas. This can be done if you are a machine and run local node software.

1. Use console.html 0.4.0 from https://s3-us-west-1.amazonaws.com/contattafiles/iota/GbdmGnYQJa5D516/IRI-0.8.0.zip
2. Type
Code:
{"command": "getTransactionsToApprove"}
3. Type
Code:
{"command": "generateBundle", "outputs": [{"address": "XXX", "value": "123"}, {"address": "YYY", "value": "456"}], "inputs": ["key": "ZZZ", "value": "-579"], "signaturesSecurityLevel": 40, "approvedTransactions": [], "weight": 10}
4. Type
Code:
{"command": "broadcastTransactions", "trytes": []}

Step 4 should be done within 5 minutes after step 3, otherwise transactions won't be broadcast.

Note that 123 + 456 = 579, but 579 has "-" because it's an input.
XXX should be replaced with the address of whom you transfer 123 nanoiotas to.
YYY should be your other address which can be generated with
Code:
generateaddress seed 1
, it's for sending the change back to yourself.
579 is your balance in the genesis on hash(ZZZ) address.
"signaturesSecurityLevel" will be changed to "signaturesSecurity" in the next version.

Questions can be posted here in binary or trinary format.

Remember, that all transfers made this way with high chance will be included into the release version of the tangle.

For a working Perl example (sending IOTA's) see in https://github.com/ifinta/IOTAstrip the trytx.pl script...
hero member
Activity: 1039
Merit: 510
March 19, 2016, 02:47:22 AM
Following with interest Smiley
hero member
Activity: 763
Merit: 500
March 18, 2016, 10:44:08 PM
Where can I download IOTA testing client w/o GUI, it seems it has came out
Join Ryver
What are the Ryver connection details?

You can PM either yassin54 or iotatoken with your email address. They will invite you to Ryver.
legendary
Activity: 1442
Merit: 1001
March 18, 2016, 10:07:10 PM
Where can I download IOTA testing client w/o GUI, it seems it has came out


 Join Ryver

What are the Ryver connection details?
sr. member
Activity: 427
Merit: 250
March 18, 2016, 07:08:48 PM
I don't understand this deal.

Iota is software development. So i have a few questions:

1. Are they going to help co-develop the software?
2. Are they going to improve the ecosystem of iota? and if so how?
3. Are they going to use the software for their own projects?
4. Are they going to introduce the use of iota software with their clients?
5. Are they going to be the marketing team for iota?
6. Is it something else?

Cheers.

Did we all not place our trust in David and CfB when we participated in the crowdsale? I don't understand why some of us (luckily very few) are suddenly wary of David's judgement? Can we not simply trust him once again?

I think they do not want to pledge

He don't provide basic detail, so I think he don't want me to pledge. Is okay. We all make our choices.

Are you a troll or an honest holder of IOTA? Be honest. What 'basic detail' have I not disclosed? I have told everyone from go that I can't reveal the name and even if I could I wouldn't as to prevent vacuous and dishonest speculation. What other detail have I not informed of yet?

You will know the name once price negotiation commence (if enough is raised)

YES! Only troll ask question. I am talking to wall. Is okay. I leave it alone now. Will change my mind maybe if information change.

Not all info can be disclosed because of nda. This is however a big and important deal for IOTA these potential buyers will have a vital role in the future of IOTA. They have helped BTC and ETH gain adoption so were talking about major deal here. If you still find that you don't want to commit to this remember that you can donate to the foundation also.
legendary
Activity: 2142
Merit: 1009
Newbie
March 18, 2016, 05:03:34 PM
project still online or beta test running?

Beta testing for the 1st class and alpha for the 2nd one.
member
Activity: 86
Merit: 10
March 18, 2016, 05:01:57 PM
project still online or beta test running?
full member
Activity: 734
Merit: 109
March 18, 2016, 03:23:59 PM
Where are the signatures for inputs?

Derived from keys.

Great. Thank You.
hero member
Activity: 560
Merit: 501
March 18, 2016, 03:08:25 PM
I don't know if the question has already been asked, but is slock.it a potential competitor of IOTA?

Thanks in advance for your answer.
legendary
Activity: 2142
Merit: 1009
Newbie
March 18, 2016, 02:49:03 PM
Where are the signatures for inputs?

Derived from keys.
full member
Activity: 734
Merit: 109
March 18, 2016, 02:41:21 PM
legendary
Activity: 2142
Merit: 1009
Newbie
March 18, 2016, 02:03:04 PM
rlh
hero member
Activity: 804
Merit: 1004
March 18, 2016, 02:02:22 PM
+0--0+00+-+00-+---++-0-?

Tongue
legendary
Activity: 2142
Merit: 1009
Newbie
March 18, 2016, 01:57:26 PM
To incentivize testing I decided to post instructions how to transfer iotas. This can be done if you are a machine and run local node software.

1. Use console.html 0.4.0 from https://s3-us-west-1.amazonaws.com/contattafiles/iota/GbdmGnYQJa5D516/IRI-0.8.0.zip
2. Type
Code:
{"command": "getTransactionsToApprove"}
3. Type
Code:
{"command": "generateBundle", "outputs": [{"address": "XXX", "value": "123"}, {"address": "YYY", "value": "456"}], "inputs": ["key": "ZZZ", "value": "-579"], "signaturesSecurityLevel": 40, "approvedTransactions": [], "weight": 10}
4. Type
Code:
{"command": "broadcastTransactions", "trytes": []}

Step 4 should be done within 5 minutes after step 3, otherwise transactions won't be broadcast.

Note that 123 + 456 = 579, but 579 has "-" because it's an input.
XXX should be replaced with the address of whom you transfer 123 nanoiotas to.
YYY should be your other address which can be generated with
Code:
generateaddress seed 1
, it's for sending the change back to yourself.
579 is your balance in the genesis on hash(ZZZ) address.
"signaturesSecurityLevel" will be changed to "signaturesSecurity" in the next version.

Questions can be posted here in binary or trinary format.

Remember, that all transfers made this way with high chance will be included into the release version of the tangle.
hero member
Activity: 596
Merit: 500
March 18, 2016, 01:20:20 PM
27% foundation and 43% deal!!!
legendary
Activity: 924
Merit: 1000
TokenHouse decentralized cryptocurrency exchange
March 18, 2016, 12:14:54 PM
Did we all not place our trust in David and CfB when we participated in the crowdsale? I don't understand why some of us (luckily very few) are suddenly wary of David's judgement? Can we not simply trust him once again?

I think they do not want to pledge

He don't provide basic detail, so I think he don't want me to pledge. Is okay. We all make our choices.

Are you a troll or an honest holder of IOTA? Be honest. What 'basic detail' have I not disclosed? I have told everyone from go that I can't reveal the name and even if I could I wouldn't as to prevent vacuous and dishonest speculation. What other detail have I not informed of yet?

You will know the name once price negotiation commence (if enough is raised)

YES! Only troll ask question. I am talking to wall. Is okay. I leave it alone now. Will change my mind maybe if information change.

Not all info can be disclosed because of nda. This is however a big and important deal for IOTA these potential buyers will have a vital role in the future of IOTA. They have helped BTC and ETH gain adoption so were talking about major deal here. If you still find that you don't want to commit to this remember that you can donate to the foundation also.
hero member
Activity: 714
Merit: 500
March 18, 2016, 12:12:54 PM
Did we all not place our trust in David and CfB when we participated in the crowdsale? I don't understand why some of us (luckily very few) are suddenly wary of David's judgement? Can we not simply trust him once again?

I think they do not want to pledge

He don't provide basic detail, so I think he don't want me to pledge. Is okay. We all make our choices.

Are you a troll or an honest holder of IOTA? Be honest. What 'basic detail' have I not disclosed? I have told everyone from go that I can't reveal the name and even if I could I wouldn't as to prevent vacuous and dishonest speculation. What other detail have I not informed of yet?

You will know the name once price negotiation commence (if enough is raised)

YES! Only troll ask question. I am talking to wall. Is okay. I leave it alone now. Will change my mind maybe if information change.


You are not a troll because you ask questions, but because you phrase it dishonestly and pretend that I have somehow omitted details, when in reality the only thing I haven't disclosed (which I said from day 1) is the name of the group. This is real life business, this isn't some forum crypto pseudo-issues. I am not working to make IOTA the king of BTT, I want IOTA to be a protocol/platform that gets adoption in the REAL world in the long term.
legendary
Activity: 1470
Merit: 1004
March 18, 2016, 12:04:46 PM
If you participate in "Deals" I think you should have the mindset of a "Donation" (which you will be paid for) to help Iota adoption.  That way you aren't worried about price, etc..  
newbie
Activity: 28
Merit: 0
March 18, 2016, 12:02:19 PM
Did we all not place our trust in David and CfB when we participated in the crowdsale? I don't understand why some of us (luckily very few) are suddenly wary of David's judgement? Can we not simply trust him once again?

I think they do not want to pledge

He don't provide basic detail, so I think he don't want me to pledge. Is okay. We all make our choices.

Are you a troll or an honest holder of IOTA? Be honest. What 'basic detail' have I not disclosed? I have told everyone from go that I can't reveal the name and even if I could I wouldn't as to prevent vacuous and dishonest speculation. What other detail have I not informed of yet?

You will know the name once price negotiation commence (if enough is raised)

YES! Only troll ask question. I am talking to wall. Is okay. I leave it alone now. Will change my mind maybe if information change.
Jump to: