Bitcoin Forum
April 27, 2024, 02:55:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they believe that the creator of this topic displays some red flags which make them high-risk. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 ... 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 110 111 112 113 ... 764 »
  Print  
Author Topic: IOTA  (Read 1471700 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.
_mr_e
Legendary
*
Offline Offline

Activity: 817
Merit: 1000



View Profile
December 23, 2015, 03:15:45 AM
 #1241

So I sent the micro Btc amount... Now what?
1714229740
Hero Member
*
Offline Offline

Posts: 1714229740

View Profile Personal Message (Offline)

Ignore
1714229740
Reply with quote  #2

1714229740
Report to moderator
Transactions must be included in a block to be properly completed. When you send a transaction, it is broadcast to miners. Miners can then optionally include it in their next blocks. Miners will be more inclined to include your transaction if it has a higher transaction fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
oldisoft
Hero Member
*****
Offline Offline

Activity: 854
Merit: 1000


https://iota.org/


View Profile
December 23, 2015, 05:52:48 AM
 #1242

Hi there! Do I need to to do 2 confirmations(micropayment) if I made 2 payment from 1 address?
Thank You.

mladen00
Legendary
*
Offline Offline

Activity: 2124
Merit: 1013


K-ing®


View Profile
December 23, 2015, 05:53:48 AM
 #1243

Hi there! Do I need to to do 2 confirmations(micropayment) if I made 2 payment from 1 address?
Thank You.

no, just 1
(i do the same)

IOTA
oldisoft
Hero Member
*****
Offline Offline

Activity: 854
Merit: 1000


https://iota.org/


View Profile
December 23, 2015, 06:01:08 AM
 #1244

So I sent the micro Btc amount... Now what?
Now wait and believe  Huh Huh Huh

iotatoken
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


View Profile
December 23, 2015, 07:46:44 AM
 #1245

So I sent the micro Btc amount... Now what?
Now wait and believe  Huh Huh Huh

Wait for launch, yes

achimsmile
Legendary
*
Offline Offline

Activity: 1225
Merit: 1000


View Profile
December 23, 2015, 07:55:08 AM
Last edit: December 23, 2015, 08:14:27 AM by achimsmile
 #1246

Code:
999999999999999999999999999999999999999999999999999999999999999999999999999999999 = 0.00039499 BTC

Something strange here Huh

Is someone so stupid to use 9 as secret phrase  Huh

It's the address, not the secret phrase. I think someone made a little joke

edit: looks like I'm partly mistaken:
"9999999999999999999999999999999999999999999999999999999999999999999999999999999 99" seed gives the same address, it's another proof of exclusive status of "9". Smiley
Come-from-Beyond (OP)
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 23, 2015, 08:13:05 AM
 #1247

Is there anyway to verify we did it right & that our password works?

After the release.
Come-from-Beyond (OP)
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 23, 2015, 08:14:42 AM
 #1248

It's the address, not the secret phrase. I think someone made a little joke

All 9s in a secret phrase give that address.
achimsmile
Legendary
*
Offline Offline

Activity: 1225
Merit: 1000


View Profile
December 23, 2015, 10:05:37 AM
 #1249

It's the address, not the secret phrase. I think someone made a little joke

All 9s in a secret phrase give that address.

it's interesting! What is the algo again that derives adress from secrect phrase, and how does it give '9' such funny properties?
Come-from-Beyond (OP)
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 23, 2015, 10:13:33 AM
 #1250

it's interesting! What is the algo again that derives adress from secrect phrase, and how does it give '9' such funny properties?

https://github.com/JinnLabs/SaM/blob/master/src/SaM.java:

Quote
Note that the hash of the empty string is all zeros, this can be used in cases when the hash of NULL should be NULL.

"9" is treated as "all zeros"/NULL.
lordoliver
Legendary
*
Offline Offline

Activity: 1666
Merit: 1020

expect(brain).toHaveBeenUsed()


View Profile
December 23, 2015, 10:32:11 AM
 #1251

it's interesting! What is the algo again that derives adress from secrect phrase, and how does it give '9' such funny properties?

https://github.com/JinnLabs/SaM/blob/master/src/SaM.java:

Quote
Note that the hash of the empty string is all zeros, this can be used in cases when the hash of NULL should be NULL.

"9" is treated as "all zeros"/NULL.

The java version of the algo seems to look more professional than the javascript one ;-)
bahamapascal
Hero Member
*****
Offline Offline

Activity: 695
Merit: 500



View Profile
December 23, 2015, 10:48:35 AM
 #1252

Untill when do I have to collect my IOTA?
yassin54
Legendary
*
Offline Offline

Activity: 1540
Merit: 1000


View Profile
December 23, 2015, 10:54:26 AM
 #1253

Untill when do I have to collect my IOTA?


Jimmy2011
Hero Member
*****
Offline Offline

Activity: 589
Merit: 500



View Profile
December 23, 2015, 10:55:56 AM
 #1254

it's interesting! What is the algo again that derives adress from secrect phrase, and how does it give '9' such funny properties?

https://github.com/JinnLabs/SaM/blob/master/src/SaM.java:

Quote
Note that the hash of the empty string is all zeros, this can be used in cases when the hash of NULL should be NULL.

"9" is treated as "all zeros"/NULL.

Woww

What I just tested shows that the any additional '9' or '999999' in the end of the passphrase gives the same address as the original passphrase. But different addresses were returned if '9' or '9999' was inserted in the middle of the original passphrase.


LiQio
Legendary
*
Offline Offline

Activity: 1181
Merit: 1002



View Profile
December 23, 2015, 11:12:50 AM
 #1255

^
Seems so, ...., urrr, don't think I like that...
Come-from-Beyond (OP)
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 23, 2015, 11:25:45 AM
 #1256

Woww

What I just tested shows that the any additional '9' or '999999' in the end of the passphrase gives the same address as the original passphrase. But different addresses were returned if '9' or '9999' was inserted in the middle of the original passphrase.

That's correct behavior.
LiQio
Legendary
*
Offline Offline

Activity: 1181
Merit: 1002



View Profile
December 23, 2015, 11:56:58 AM
 #1257

Woww

What I just tested shows that the any additional '9' or '999999' in the end of the passphrase gives the same address as the original passphrase. But different addresses were returned if '9' or '9999' was inserted in the middle of the original passphrase.

That's correct behavior.

I think this should be mentioned under step 3 of the "collection manual".
Jimmy2011
Hero Member
*****
Offline Offline

Activity: 589
Merit: 500



View Profile
December 23, 2015, 12:05:44 PM
 #1258

Woww

What I just tested shows that the any additional '9' or '999999' in the end of the passphrase gives the same address as the original passphrase. But different addresses were returned if '9' or '9999' was inserted in the middle of the original passphrase.

That's correct behavior.

So 'qwert999999999999999999' was thought to be more than 20 characters, but it is just 'qwert' 5 characters. I think the average people should know that.

Come-from-Beyond (OP)
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
December 23, 2015, 12:10:41 PM
 #1259

So 'qwert999999999999999999' was thought to be more than 20 characters, but it is just 'qwert' 5 characters. I think the average people should know that.

It doesn't look as "randomized order".
LiQio
Legendary
*
Offline Offline

Activity: 1181
Merit: 1002



View Profile
December 23, 2015, 12:17:41 PM
 #1260

So 'qwert999999999999999999' was thought to be more than 20 characters, but it is just 'qwert' 5 characters. I think the average people should know that.

It doesn't look as "randomized order".

Come on CfB you know what we mean:
"bupqcn01srbheze1o999" is randomized and fulfills your password suggestion before, but not after, disclosing the "trailing 9"-thing.
 Smiley
Pages: « 1 ... 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 110 111 112 113 ... 764 »
  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!