Testnet Only Guide: How I Got My Daemon, Wallet, And Miner Running & Also Started Solo Stake Mining

Discussion in 'Proof-of-work Mining' started by sambiohazard, Jan 28, 2016.

  1. 2017/12/15 - Decred v1.1.2 released! → Release Notes  → Downloads
  1. zero

    zero Full Member

    Jan 1, 2016
    288
    121
    Male
    You help a lot at the whole forum. Thanks.

    OK, with public passphrase on this guide the only command that changes is:

    dcrwallet -u walletuser -P walletpass --dcrdusername=[must be same as in step 1] --dcrdpassword=[must be same as in step1]

    to:

    dcrwallet -u walletuser -P walletpass --walletpass "publicpassphrase" --dcrdusername=[must be same as in step 1] --dcrdpassword=[must be same as in step1]

    Right?
     
  2. sambiohazard

    sambiohazard Sr. Member

    Jan 21, 2016
    844
    372
    yes you are right.

    @davecgh can you explain how things will change with dcrutil & dcrrpcclient instead of dcrcli?
     
    zero likes this.
  3. davecgh

    davecgh Hero Member
    Developer Organizer

    Dec 31, 2015
    642
    788
    Male
    United States
    Nothing will change in regards to dcrctl (other than not using the --testnet flag, of course).

    Those repos are just helper packages used throughout the code. For example, dcrwallet makes use of the dcrrpcclient package in order to communicate with dcrd.

    EDIT: I should also note dcrrpclient is extremely useful for 3rd party developers that are wanting to write code that interfaces with dcrwallet/dcrd programmatically since it handles a lot of the "grunt work" so to speak. The documentation in the repo describes that in much more detail.
     
    zero and sambiohazard like this.
  4. sambiohazard

    sambiohazard Sr. Member

    Jan 21, 2016
    844
    372
    hmm i thought those replaced the dcrctl. This is good as guide can be changed easily to work for mainnet.
     
    Freemind and zero like this.
  5. zero

    zero Full Member

    Jan 1, 2016
    288
    121
    Male
    Also on Mainnet, if you can please add an optional step to your guide of how to add the airdrop address/seed in our wallet. I think it goes to:

    "4. dcrwallet --create
    • It will now ask if you have existing wallet seed. ....where we'll have to input our 33 words seed from Airdrop."
    Right?

    By the way is there a command to add an existing seed afterwards if we choose no?
     
    chappjc likes this.
  6. davecgh

    davecgh Hero Member
    Developer Organizer

    Dec 31, 2015
    642
    788
    Male
    United States
    Correct. You'll need to enter the existing seed for mainnet in order to have access to your airdrop coins.

    There is no way to add a seed afterwards. That would be incredibly dangerous because you'd lose the ability to spend any coins for the new seed that got generated when you created the new wallet without specifying one.
     
  7. davecgh

    davecgh Hero Member
    Developer Organizer

    Dec 31, 2015
    642
    788
    Male
    United States
    A suggestion was brought up in IRC today that I think is a sound one. It might make things more clear to only use the long options for the parameters. For example, instead of:

    dcrd --testnet -u user -P pass

    Use:

    dcrd --testnet --rpcuser="user" --rpcpass="pass"

    Also, if you noticed, I added the quotes around the value so passwords with spaces and other special characters will work.
     
    sambiohazard and chappjc like this.
  8. jack.liver

    jack.liver New Member

    Feb 1, 2016
    20
    4
    Male
    #248 jack.liver, Feb 7, 2016
    Last edited: Feb 7, 2016
    same for walletuser and walletpass ?

    dcrwallet -u walletuser -P walletpass --dcrdusername=[must be same as in step 1] --dcrdpassword=[must be same as in step1]
     
  9. pedro1975

    pedro1975 New Member

    Jan 28, 2016
    40
    2
    Male
    hi, i,m a little bit confused now , because i dont know what should i do to start mining, there are too many links , and too many threads , so i dont know if is tesnt , or another one to install , i've read all forum but stil nothing clear., i woud like to start mining straight away , if anybody can give me hand in the process or redirect me to the apropiate link , thank you in advance.. btw, i heard rumors , listed in beutrade? TODAY?
     
  10. Freemind

    Freemind Member
    Translator (Español)

    Jan 17, 2016
    143
    89
    Male
    anondran and sambiohazard like this.
  11. pedro1975

    pedro1975 New Member

    Jan 28, 2016
    40
    2
    Male
    which is latest link for wallet?
     
  12. sambiohazard

    sambiohazard Sr. Member

    Jan 21, 2016
    844
    372
  13. Dimid

    Dimid New Member

    Jan 18, 2016
    2
    0
    Male
    Flag --testnet change to --mainnet or removed entirely?
     
  14. RipGG

    RipGG New Member

    Feb 8, 2016
    5
    1
    Male
    is there will be any video tutorial for it ??
     
  15. chappjc

    chappjc Full Member
    Developer Pool Operator (PoS)

    With the new versions of the software about to be released, just remove it.

    And make sure if you specified a port, update it (19109 --> 9109).
     
    Dimid likes this.
  16. Dimid

    Dimid New Member

    Jan 18, 2016
    2
    0
    Male
    Ok. Thanks.
     
  17. anvoice

    anvoice Member

    Dec 22, 2015
    229
    78
    Male
    Remove, unneeded.
     
  18. RipGG

    RipGG New Member

    Feb 8, 2016
    5
    1
    Male
    WHERE is the download link for wallet ???



    /TOTAL CHAOS , 1 topic - 40 posts for error solving... wow fantastic tutorial
     
  19. sambiohazard

    sambiohazard Sr. Member

    Jan 21, 2016
    844
    372
  20. color

    color New Member

    Jan 26, 2016
    11
    4
    Male
    Hi
    Is it necessarily to create passphrase for public data in mainnet ?
     

Share This Page