madm0on

Member
6
Posts
68
Reputation
Aug 13, 2017
Joined
Recent posts
  • Why do 2048 PBKDF2 rounds for the seed when the raw binary could just give it?

  • Just a last question. If I use Ian Coleman and input this 6-dice result: 1236212615165132315133131313123121561312313215615315313212132123132123123135653 21123132151311231231, I get this seed: "over spot rate two junior…

  • Yeah, that clicked for me now. But about the 1.67 bits vs 2.58 thing... is there a mistake there?

  • I meant I got the same results using the method you suggested. Both have 4 numbers for 2 bits and 2 numbers for 1 bit. Check here if you wanna see for yourself: https://iancoleman.io/bip39/ https://bitcoiner.guide/seed/.

  • I tested both sites, and they show the same thing for my method. For Coleman: 1=01, 2=10, 3=11, 4=0, 5=1, 6=00. For Bitcoin.guide: 1=00, 2=01, 3=10, 4=11, 5=0, 6=1.

  • Hey everyone I'm messing around with a 6 dice to create a 12-word seed. I’ve tried both Ian Coleman’s site and Bitcoin.guide, and they give me different seed phrases with the same input. Anyone know why this is…