Bitcoin Forum
May 07, 2024, 01:26:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Generateur addresses  (Read 2266 times)
linelec (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile WWW
June 19, 2014, 09:42:52 PM
 #1

Du hasard et/ou 3 mot de passe.

En commentant ou pas certaine ligne cela sera aleatoire ou pas.


Inclure cette excellente chose: https://raw2.github.com/grondilu/bitcoin-bash-tools/master/bitcoin.sh



#!/bin/bash

source bitcoin.sh

hasard=$(xxd -pi -c 1024 -l 1024  < /dev/urandom)

p0="Je m'appelle Jane"
p1="I feel like a milllion"
p2="43986768742768823468"

mix=$(echo -n $p0$p1$p2)
truc=$(echo -n $p0$p1$p2 | openssl dgst -whirlpool -binary | xxd -p -c 128)

key=$(echo -n $hasard$mix$truc | sha256sum | cut -c 1-64)

newBitcoinKey "0x"$key




1715088398
Hero Member
*
Offline Offline

Posts: 1715088398

View Profile Personal Message (Offline)

Ignore
1715088398
Reply with quote  #2

1715088398
Report to moderator
1715088398
Hero Member
*
Offline Offline

Posts: 1715088398

View Profile Personal Message (Offline)

Ignore
1715088398
Reply with quote  #2

1715088398
Report to moderator
According to NIST and ECRYPT II, the cryptographic algorithms used in Bitcoin are expected to be strong until at least 2030. (After that, it will not be too difficult to transition to different algorithms.)
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
linelec (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile WWW
June 19, 2014, 09:52:53 PM
 #2

Output:


secret exponent:          0xBD1D82026084A650B12264B9D67007661322485C2A565521F40930FCB2B43002
public key:
    X:                    1D7E21ADB733DA4DC5F973B90BF4B451674ADC714C2CACCBADFB21AB5A4C244F
    Y:                    AAEF42232E0AEEAA518B886B49B24C4354EA7C925D783FD0C0943C04D134350B
compressed:
    WIF:                  L3ZKsjmvoY4H5G3aBnkH8idqfdgnfzkeyTLBEhipfYnzvnmYqBgy
    bitcoin address:      1FH9eHdoZSZty2Siq33Lx5k6jx3FSYvubB
uncompressed:
    WIF:                  5KFaH2Y2KFHbud2weLRkz2jLBZnGLFu2omwBvrZ8dNhnJGHgpQJ
    bitcoin address:      16kxv7S9PvxpJJA62VL1mzmocxEjpQpJKU
netmonk
Full Member
***
Offline Offline

Activity: 219
Merit: 100


View Profile WWW
November 25, 2014, 09:35:45 PM
 #3

Le script bitcoin.sh n'est plus sur github a priori ! ya moyen de le recup quelque part ?
kcud_dab
Legendary
*
Offline Offline

Activity: 1652
Merit: 1000


Bitcoin enthusiast!


View Profile WWW
November 25, 2014, 09:39:47 PM
 #4

https://github.com/grondilu/bitcoin-bash-tools/blob/master/bitcoin.sh ?

netmonk
Full Member
***
Offline Offline

Activity: 219
Merit: 100


View Profile WWW
November 25, 2014, 09:45:52 PM
 #5

Mes confuses, j'ai du faire une erreur en enlevant le raw2, je suis tombé sur un 404 et ensuite en tappant debian.sh dans le champ recherche cela n'a rien donné.

Merci beaucoup et désolé pour le déterrage de sujet !
Pages: [1]
  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!