issue86:monnaie_virtuelle
Différences
Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
issue86:monnaie_virtuelle [2014/10/30 15:41] – créée andre_domenech | issue86:monnaie_virtuelle [2014/12/22 19:24] (Version actuelle) – d52fr | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | As Oscar explained in the previous issue (FCM#85) there are many different types of Bitcoin alternatives, | + | ===== 1 ===== |
+ | |||
+ | **As Oscar explained in the previous issue (FCM#85) there are many different types of Bitcoin alternatives, | ||
Although this article is discussing the Dogecoin wallet, this procedure can be used for the vast majority of alt-coin wallets. | Although this article is discussing the Dogecoin wallet, this procedure can be used for the vast majority of alt-coin wallets. | ||
Ligne 13: | Ligne 15: | ||
What we’ve done there is copy the Dogecoin wallet source to our machine at / | What we’ve done there is copy the Dogecoin wallet source to our machine at / | ||
+ | |||
+ | cd dogecoin** | ||
+ | |||
+ | Comme Oscar l'a expliqué dans le numéro précédent (le FCM n° 85), il y a beaucoup de types différents d' | ||
+ | |||
+ | Bien que cet article traite du portefeuille Dogecoin, ce processus peut être utilisé pour la grande majorité des portefeuilles alt-coin. | ||
+ | |||
+ | D' | ||
+ | |||
+ | sudo apt-get install libssl-dev libdb-dev libdb++-dev libqrencode-dev qt4-qmake libqtgui4 libqt4-dev libminiupnpc-dev libminiupnpc8 libboost-all-dev build-essential git | ||
+ | |||
+ | Obtenez Git. | ||
+ | |||
+ | Nous avons maintenant besoin de la source à compiler. Dans le même terminal tapez : | ||
+ | git clone https:// | ||
+ | |||
+ | Ce que nous venons de faire, c'est de copier la source du portefeuille Dogecoin vers notre ordinateur dans/ | ||
cd dogecoin | cd dogecoin | ||
- | Now we’re in the right place; we need to run a global-modify (-i = in-place) of the source. Type: | + | ===== 2 ===== |
- | sed -i ' | + | **Now we’re in the right place; we need to run a global-modify (-i = in-place) of the source. Type: |
+ | |||
+ | < | ||
Make | Make | ||
Ligne 34: | Ligne 55: | ||
./ | ./ | ||
- | Or you can use your desktop environment to double-click the dogecoin-qt icon. | + | Or you can use your desktop environment to double-click the dogecoin-qt icon.** |
- | The wallet, on first run, will need to sync with the Dogecoin network and it will take a while. I’m talking many hours. It effectively has to download a ledger of every transaction. That’s a lot. | + | Nous sommes maintenant au bon endroit et il faut exécuter un global-modify (-i = in-place) de la source. Tapez : |
+ | |||
+ | < | ||
+ | |||
+ | Make | ||
+ | |||
+ | Nous pouvons enfin « make » quelque chose. Tapez : | ||
+ | |||
+ | qmake USE_UPNP=- USE_QRCODE=0 USE_IPV6=0 | ||
+ | |||
+ | Quand c'est terminé, tapez : | ||
+ | |||
+ | make -j3 | ||
+ | |||
+ | Et quand c'est terminé, nous aurons fini aussi. Pour lancer le portefeuille Dogecoin, tapez : | ||
+ | |||
+ | ./ | ||
+ | |||
+ | Ou vous pouvez vous servir de l' | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ===== 3 ===== | ||
+ | |||
+ | **The wallet, on first run, will need to sync with the Dogecoin network and it will take a while. I’m talking many hours. It effectively has to download a ledger of every transaction. That’s a lot. | ||
If you were to compile the Reddcoin wallet, then you’d simply replace all instances of ‘dogecoin’ (in the above commands) with ‘reddcoin’. Same with Litecoin. It’s that simple. For example: | If you were to compile the Reddcoin wallet, then you’d simply replace all instances of ‘dogecoin’ (in the above commands) with ‘reddcoin’. Same with Litecoin. It’s that simple. For example: | ||
Ligne 50: | Ligne 97: | ||
Next issue I’ll discuss the dualminer USB widget I bought a couple of months ago, and show how I finally managed to get it mining in Linux. | Next issue I’ll discuss the dualminer USB widget I bought a couple of months ago, and show how I finally managed to get it mining in Linux. | ||
- | To the moon! | + | To the moon!** |
+ | |||
+ | La première fois, le portefeuille devra se synchroniser avec le réseau Dogecoin et cela prendra du temps, ce qui veut dire beaucoup d' | ||
+ | |||
+ | Si vous vouliez compiler le portefeuille Reddcoin, vous devriez tout simplement remplacer toutes les instances de « dogecoin » (dans les commandes ci-dessus) par « reddcoin ». Ce serait la même chose avec Litecoin. C'est aussi simple que cela. Par exemple : | ||
+ | |||
+ | git clone https:// | ||
+ | |||
+ | deviendrait : | ||
+ | |||
+ | git clone https:// | ||
+ | |||
+ | et ainsi de suite. | ||
+ | |||
+ | Dans le prochain numéro je parlerai du gadget USB dualminer que j'ai acheté il y a quelques mois et vous montrerai comment j'ai réussi à lui faire démarrer le minage sous Linux. | ||
+ | |||
+ | Vers la lune ! | ||
+ | |||
+ | |||
+ |
issue86/monnaie_virtuelle.1414680089.txt.gz · Dernière modification : 2014/10/30 15:41 de andre_domenech