Co-authored-by: dustinface <35775977+xdustinface@users.noreply.github.com>
This commit is contained in:
PastaPastaPasta 2020-07-21 21:13:59 +00:00 committed by pasta
parent 99f2f64564
commit ef3c28d4ce
No known key found for this signature in database
GPG Key ID: 52527BEDABE87984

View File

@ -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))