Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xds.conf file setting for mining and staking #2

Open
thecrypt0hunter opened this issue Jan 22, 2020 · 2 comments
Open

xds.conf file setting for mining and staking #2

thecrypt0hunter opened this issue Jan 22, 2020 · 2 comments

Comments

@thecrypt0hunter
Copy link

thecrypt0hunter commented Jan 22, 2020

  1. Stop your node
  2. Replace your xds.conf file with the settings detailed below
  3. Start your node
#### Network ####
testnet=0
regtest=0

#### Public Nodes ####
addnode=178.62.62.160
addnode=206.189.33.114
addnode=159.65.148.135
addnode=80.211.88.141
addnode=45.153.186.69
addnode=93.115.20.115
addnode=212.237.1.221
addnode=163.172.175.248
addnode=89.10.227.34
addnode=2.133.190.51
addnode=46.101.175.37
addnode=35.164.210.116

#### Miner Settings ####
mine=1
mineaddress= << choose a receiving address, must be segwit

#### Staking Settings ####
stake=1
walletname=  << Add Wallet name here 
walletpassword= << Add Wallet password to unlock for staking
@dangershony
Copy link

Here there is a branch that includes code for parallel mining
#3

@dangershony
Copy link

otherwise the wallet will choose a receiving address

FYI this is not correct once must set an address if using conifg
Also note all addresses must be segwit (in the api when fetching an address tick the segwt option)
some folk lost blocks already for using a regular P2PKH (and not a P2WPKH)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants