From 09cae673c6cab431651084999d31fe38a23dca7c Mon Sep 17 00:00:00 2001 From: Ernico Licciardi <34133663+Cryptopeppe@users.noreply.github.com> Date: Wed, 27 Dec 2017 10:44:51 +1000 Subject: [PATCH] Create decredCMDSETUP-IT.md --- Italian-docs/decredCMDSETUP-IT.md | 112 ++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 Italian-docs/decredCMDSETUP-IT.md diff --git a/Italian-docs/decredCMDSETUP-IT.md b/Italian-docs/decredCMDSETUP-IT.md new file mode 100644 index 0000000..cfd19bb --- /dev/null +++ b/Italian-docs/decredCMDSETUP-IT.md @@ -0,0 +1,112 @@ +# Configurare Decred CMD Line Per Blocknet DX + +GRAZIE A @86b (Slack) per aver trascorso ore e ore su questa configurazione! + +*Questa configurazione otterrá un resp di 200 sul blocco DX w/ un errore, questo é stato esaminato.* + +* Vai a: https://github.com/decred/decred-release/releases/tag/v1.0.5 + +* Scarica: `dcrinstall-windows-amd64-v1.0.5.exe` + +* Esegui il .exe + +* Trova la directory, dovrebbe essere: `C:\Users\\decred\ ` + +--- + +* Apri 3 fineste cmd prompt + * Su tutte e 3, cambia la directory con la directory sorgente: + + `cd C:\Users\\decred` o dovunque sia installata + +## Prima Finestra CMD PROMPT + +* Scrivi: + + * `dcrd --notls --rpcuser=CHANGE --rpcpass=CHANGE --minrelaytxfee=0.01 --rpclisten=127.0.0.1` + * (change rpc user/pass) + +* Dovrebbe connettersi e scaricare la blockchain. Lascialo in esecuzione in background + +## Seconda Finestra CMD PROMPT + +* Scrivi: `dcrwallet --create` + +* Crea e inserisci una password (non verrá mostrato nulla quando la password sará inserita) + +* Scrivila nuovamente per confermarla + +* Scrivi `n` per ulteriore sicurezza + +* Scrivi: `n` su un wallet esistente + +* Copia il Seed, mettilo in un documento e salvalo + +* Scrivi: `OK` (lettere maiuscole) + +* Il tuo wallet dovrebbe essere stato creato correttamente! + +## Terza Finestra CMD PROMPT + +* Scrivi: + + * `dcrwallet --username=CHANGE --password=CHANGE --noclienttls --noservertls --walletpass public --dcrdusername=CHANGE --dcrdpassword=CHANGE --txfee=0.01` + * (enter the same user/pass as the above RPC for both user/pass) + +* Inserisci la password, dovrebbe rianalizzare i blocchi ed eventualmente riconnettersi + +* Lascialo in esecuzione in background + +## Torna Indietro Alla Seconda Finestra CMD PROMPT + +* scrivi: + + * `dcrctl -u CHANGE -P CHANGE --wallet --notls walletpassphrase 1000000` + * (-u and -P is your user/pass from above) + * ("password" is your wallet password, but don’t use the <> symbols) + +* dovrebbe portarti indietro alla directory + +* scrivi: + + * `dcrctl -u CHANGE -P CHANGE --wallet --notls createnewaccount "testDECRED"` + * (“testDECRED” is what I am calling my labelled address, use the quotation marks and label it whatever you want) + +* Dovrebbe portarti indietro alla directory + +* Scrivi: + + * `dcrctl -u CHANGE -P CHANGE --wallet --notls getnewaddress "testDECRED"` + * (getnewaddress " " is whatever you wrote on the above command for a label) + +* Dovrebbe produrre il tuo indirizzo DCR etichettato + +## XBRIDGE.conf + +* Vai al tuo xbridge.conf e aggiungi questa configurazione per DCR: + +``` +[DCR] +Title=Decred +Address=DCR ADDRESS +Ip=127.0.0.1 +Port=9110 +Username=YOUR USERNAME +Password=YOUR PASSWORD +AddressPrefix=7 +ScriptPrefix=7 +SecretPrefix=34 +COIN=100000000 +MinimumAmount=0 +TxVersion=1 +DustAmount=0 +CreateTxMethod=BTC +GetNewKeySupported=false +ImportWithNoScanSupported=true +MinTxFee=1000000 +BlockTime=150 +FeePerByte=1000 +``` + +* esegui xbridge +