Handbook
Glossary
bitcoin-password ( -- string )
Vocabulary
bitcoin
.
client
Inputs
None
Outputs
string
a
string
Word description
Returns the password required to authenticate with the json-rpc server for the bitcoin client. This returns the value of the 'bitcoin-password' variable.
See also
bitcoin-port
,
bitcoin-server
,
bitcoin-user
Definition
USING:
namespaces
;
IN:
bitcoin.client
:
bitcoin-password
( -- string )
\
bitcoin-password
get
;