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