BOUGEZ votre souris pour ajouter de l'entropie...
OU tapez des lettres aléatoires dans le champ texte
Vous pouvez passer cette étape si vous ne voulez pas générer de porte-monnaie
Étape 0. Suivez les recommandations de la liste de sécurité
La première étape est de télécharger ce site à partir de Github et d'ouvrir le fichier index.html directement sur votre ordinateur. Il est beaucoup trop facile d'ajouter du code malicieux dans les 6000+ lignes de javascript pour transmettre votre clé privée, et vous ne voulez pas voir vos fonds volés, n'est-ce pas ? Le versionnage de code source rend bien plus facile la vérification par des personnes extérieures du code qui est exécuté. Pour une sécurité supplémentaire, débranchez votre accès Internet pendant la génération de votre porte-monnaie.
Étape 1. Générez une nouvelle adresse
Choisissez votre monnaie et cliquez sur le bouton "Générer une nouvelle adresse".
Étape 2. Imprimez votre porte-monnaie
Cliquez sur l'onglet "Porte-Monnaie Papier" et imprimez la page en haute qualité. Ne sauvegardez jamais la page au format PDF, car un fichier est plus susceptible d'être piraté qu'une feuille de papier.
Étape 3. Pliez le porte-monnaie papier
Pliez votre nouveau porte-monnaie papier en suivant les lignes.
Vous pouvez insérer un coté dans l'autre pour fermer le porte-monnaie.
Étape 4. Partagez votre adresse publique
Transmettez votre adresse publique pour recevoir de l'argent d'autres utilisateurs de cette monnaie. Vous pouvez partager l'adresse publique autant que vous voulez.
Étape 5. Gardez votre clé privée secrète
Votre clé privée est littéralement la clé pour accéder à votre argent. Si quelqu'un y accédait, il pourrait utiliser tous les fonds actuellement sur le porte-monnaie, ainsi que tous les fonds qui seront déposés dans le futur.
Faites un essai avec un montant faible avant de recevoir des paiements importants.
Pourquoi pas faire un don ?
Ce service est gratuit et le sera toujours, sans publicité ni pistage Peut-être voulez-vous faire un don pour nous aider ainsi que les personnes qui ajoutent des nouvelles monnaies ?

- Il semble que vous utilisez ce générateur directement depuis le site web, ce qui n'est pas recommandé pour générer des portes-monnaie. A la place, utilisez le lien de téléchargement en bas de cette page pour télécharger une archive ZIP depuis Github et lancez ce générateur hors-ligne comme un fichier HTML local.
- Votre navigateur est capable de générer des clés cryptographiques sécurisés en utilisant window.crypto.getRandomValues
- Utilisez vous un système d'exploitation garanti sans malware ou virus, comme par exemple un live-CD Ubuntu ?
Frequently asked questions :
• Is it safe ?
We try to make it that way ! The core of the tool, that generate the keys is 99% the same as the well reviewed bitaddress.org. We only changed it to be able to generate addresses for different crypto-currencies.
We think that having a unique generator for multiple currencies lead to a much better reviewed tool for all than having a myriad of half-backed generators. Changes made to this generator are available on Github in small and divided commits and those are easy to review and reuse. Walletgenerator.net use the same security measures as the original project. All-in-one html document, no ajax, no analytics, no external calls, no CDN that can inject anything they want. And trust us, we have seen some nasty things when reviewing some wallet generator.
• Why should I use a paper wallet ?
Advantages of a paper wallet are multiple:
⇒ They are not subject to malwares and keyloggers
⇒ You don’t rely on a third party’s honesty or capacity to protect your coins
⇒ You won't lose your coins when your device break
• How to use a paper wallet ?
Once you have generated and printed a wallet, you can send coins to the public address, like for any wallet. Store your paper wallet securely. It contains everything that is needed to spend your funds. Consider using BIP38 to secure your paper wallet with a password.
• How to spend the coins stored in a paper wallet ?
You will need to import your private key in a real client, that you can download from the currency website. The exact method to do that will depend on the client. If there is no integrated method, you can usually fall back to the debug console and use the command “importprivkey [yourprivatekey]“.
• How walletgenerator.net is different than another wallet generator ?
It’s not that different. You will find another design for the paper wallet and some improvements here and there. The big difference is that this is a unique project for a lot of currencies, so more people can review it and check its safety.
• Can you add support for cryptocurrency XYZ ?
Absolutely ! To help us do that, you can fill this form. But keep in mind that there is some currency that we cannot support. If the developers made some change in the address format, we won’t hack the crypto core of the project and take the risk to tamper the security of the others currencies. You can also implement the support yourself by following this non-developer How-To
• Why should I make a donation ?
Donations money are used to pay our hosting service provider, but it’ll also be used to make walletgenerator.net more secure as we plan to organize a CrowdCurity campain as soon as we get enough money to pay for it.
• I found a bug, what shall I do ?
You can report bugs using GitHub. You can also contact us using our Twitter account (@WalletGenerator). Just try to explain clearly what is wrong and we will try to fix the bug as soon as possible.
• Who are you ?
We are just two random guy having fun with a side project.
• How can I help ?
Donation are always welcome, but you can also help us translate the website. It's really easy. Just add "?i18nextract=LANGUAGECODE" in the end of the url (for instance http://walletgenerator.net/?i18nextract=es for Spanish). You will see at the end of the page a pre-filled javascript array ready to be translated. Translate or correct it, and send it to us the way you prefer. Even partial translation are helpful !
OR
Scannez votre QR code avec votre webcam
Permission refusée. Votre navigateur devrait afficher un message demandant l'autorisation d'accéder à votre webcam. Cliquez sur le bouton "Autoriser" pour activer la webcam.
51 caractère Base58
52 caractères Base58
Release notes
10.2017 --
- New translation in Dutch ! Contribution from MadnessJax.
- New translation in German ! Contribution from fflo.
- New partial translation in Turkish ! Contribution from snipeTR.
- Add support for WACoins. Contribution from WACoinsTeam.
- Add support forNeedleCoin. Contribution from F3de81.
- Add support for Rupaya. Contribution from rupaya-project.
- Add support for Particl. Contribution from dasource.
- Add support for Madbytecoin. Contribution from mvidberg.
- Add support for CryptoWisdomCoin. Contribution from mvidberg.
- Add support for Terracoin. Contribution from caique39.
- Add support for SixEleven. Contribution from fflo.
- Update Syscoin to new wallet format. Contribution from donredhorse.
- Update MonetaryUnit to new wallet format. Contribution from BBoBBG.
- Improved Chaincoin graphics. Contribution from suprnurd.
09.2017 --
- New translation in Ukrainian ! Contribution from Dmytro.
- Add support for Bitcoin Cash.
- Add support for C2Coin. Contribution from Chris.
- Add support for frazcoin. Contribution from frazcoin.
- Add support for Condensate. Contribution from OBAVi.
- Add support for pinkcoin. Contribution from Christopher Siminski.
- Add support for innox. Contribution from Dave
- Add support for electra. Contribution from bob van egeraat.
- Add support for ChainCoin. Contribution from brakmic.
- Add support for prospercoin classic. Contribution from inmean.
- Add support for Cagecoin. Contribution from knkrth.
- Add support for deeponion. Contribution from deeponion.
- Add support for Florin. Contribution from bitspill.
- Add support for SmileyCoin. Contribution from fridasnaedis.
- Add support for Cryptonite. Contribution from tnotm.
- Add support for 2Give, Fedoracoin and Qubitcoin. Contribution from jemekite.
- Add support for Versioncoin. Contribution from CryptoRagazzo.
- Add support fpr PIVX and Testnet PIVX. Contribution from Fuzzbawls.
- Add support for lomocoin. Contribution from liuji.
- Add support for SwagBucks. Contribution from pinkmagicdev.
01.2017 --
- Add support for Espers. Contribution from ctgiant.
- Add support for Vcash, Dogecoin testnet and BitSynq. Contribution from tloriato.
- Add support for Deutsche eMark. Contribution from xBlackEye.
- Add support for MintCoin. Contribution from Fuzzbawls.
- Add support for IncaKoin. Contribution from WorldBot.
- Add support for Aquariuscoin, Lanacoin, Tajcoin and Nevacoin. Contribution from cryptosi.
- Add support for DigiByte. Contribution from Maurice van Beurden.
- Add support for Emerald. contribution from Paraskewas Zormbalas.
05.2016 --
- Add support for ParkByte. Contribution from ParkByte.
- Add support for BlackJack. Contribution from BlackJackDev.
- Add support for SecKCoin. Contribution from hevsnt.
- Add support for CashCoin. Contribution from BigDig.
- Add support for iCash. Contribution from Alexander Pochtov.
- Add support for TransferCoin. Contribution from Stoner19.
- Add support for BitcoinDark and Spreadcoin. Contribution from vx28643.
- Rename Guldencoin to Gulden. Contribution from mjmacleod.
11.2015 --
- Add support for Neoscoin, Rubycoin, Influxcoin and Hyperstake. Contribution from Stoner19.
10.2015 --
- Add support for SibCoin. Contribution from testzcrypto.
- Replace Gridcoin with GridcoinResearch. Contribution from esspam.
- Add support for CryptoClub. Contribution from cryptoclubber.
- Add support for Capricoin. contribution from Jackie Love4u.
- Add support for CryptoBullion, contribution from John Sacco.
- Update FuelCoin logo. contribution from Jackie Love4u.
- Add support for MartexCoin. contribution from MartexCoin.
- Add support for GabenCoin. contribution from Jan Visser.
08.2015 --
- Add support for masterdoge. Contribution from koad.
- New translation in Spanish ! Contribution from PrAeToRiAn.
- Improved Russian translation. Contribution from UdjinM6.
- Fixed Fujicoin address generation. Contribution from Fujicoin.
07.2015 --
- Add support for Animecoin, EnergyCoin and USDe. Contribution from TestZ.
- Add support for LiteDoge, Pesetacoin, Syscoin and Viacoin. Contribution from Puppy Firelyte.
05.2015 --
- Add support for Emercoin. Contribution from vx28643.
05.2015 --
- New translation in russian ! Contribution from UdjinM6.
- Darkcoin rebranded as Dash. Contribution from UdjinM6.
- Add support for Cryptoescudo, Fujicoin and Sambacoin. Contribution from Marcdnd.
04.2015 --
- Add support for Omnicoin. Contribution from MeshCollider.
- Add support for Canada eCoin. Contribution from koad
03.2015 --
- Add support for PhoenixCoin. Contribution from rekkitcwts.
02.2015 --
- Add support for DogecoinDark, Riecoin, and WorldCoin. Contribution from rekkitcwts.
02.2015 --
- Add support for Quark, CannabisCoin and SongCoin. Contribution from rekkitcwts.
12.2014 --
- Add support for DeafDollars, MobiusCoin, BunnyCoin, Ocupy, FUDcoin, StealthCoin, Rimbit, Paycoin and MonetaryUnit.
11.2014 --
- Add support for IridiumCoin, Latium, Magicoin, Nubits, TittieCoin, WankCoin, HamRadioCoin, ImperiumCoin, IncognitoCoin and Mooncoin
- HTTPS support is here !
10.2014 --
- Add support for Jumbucks. Contribution from Julian Yap.
10.2014 --
- Add support for HTML5Coin, W2Coin, PandaCoin, ACoin, Fibre, and Titcoin.
- Remove support fo HTMLCoin
09.2014 --
- Add support for eKrona, Mazacoin, iXcoin, eGulden and Potcoin.
08.2014 --
- Enter your own private key to print a paper wallet, and BIP38 encrypt them as well !
- Add support for Apexcoin, Cassubian Detk, Freicoin, Judgecoin, Myriadcoin and Onyxcoin.
07.2014 --
- Add support for Unobtanium, WeAreSatoshi Coin, Zetacoin, Vikingcoin, Guldencoin, PHCoin and Fuelcoin.
07.2014 --
- Fix a vulnerability that lead to the generation of less random wallet that normal on old browser. If you use a browser older than the mentionned version/date, we advise you to regenerate your wallets.
- Firefox 21: may 2013
- Chrome 11: april 2011
- IE 11: october 2013
- Opera 14: july 2013
- Safari 3.1: march 2008
- Added a Frequently Asked Question section on the main page
06.2014 --
- Add support for GlobalBoost, Fluttercoin, Guncoin and Birdcoin.
06.2014 --
- Add support for Monocle, TreasureHuntCoin and GoodCoin.
05.2014 --
- Add support for Gridcoin and Fastcoin.
05.2014 --
- Add support for 11 new currencies (42coin, Alphacoin, Anoncoin, Corgicoin, Darkcoin, Devcoin, Digitalcoin, HTMLCoin, Magic Internet Money, Megacoin and Novacoin).
- Ability to scan a QRCode with your webcam to check the wallet details.
- New design for Peercoin and Dogecoin paperwallets, such wow.
04.2014 --
- Bring back the wallet details to decrypt Bip38 encoded wallet.
- Add a button to skip the seeding. Don't skip if you intend to use the generated wallet !
- Fix a display bug for a Bip38 encoded paper wallet.
04.2014 --
- Add support for Blackcoin and Primecoin
- Add direct access to a currency. Example: http://walletgenerator.net/?currency=Vertcoin
04.2014 --
- Multi-currency support with 13 different currencies
- Original design for the paper wallet
- Improved design of the website
- Security checklist and more user-friendly explanations