mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 11:32:46 +01:00
dashify
Co-authored-by: dustinface <35775977+xdustinface@users.noreply.github.com>
This commit is contained in:
parent
99f2f64564
commit
ef3c28d4ce
@ -38,7 +38,7 @@ def main():
|
||||
salt = generate_salt(16)
|
||||
password_hmac = password_to_hmac(salt, args.password)
|
||||
|
||||
print('String to be appended to bitcoin.conf:')
|
||||
print('String to be appended to dash.conf:')
|
||||
print('rpcauth={0}:{1}${2}'.format(args.username, salt, password_hmac))
|
||||
print('Your password:\n{0}'.format(args.password))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user