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