Post
Topic
Board Development & Technical Discussion
Topic OP
Does RPC support "call over internet" ?
by
maplelake
on 01/03/2020, 01:51:26 UTC
Currently bitcoin core support Rest and RPC. while REST support less apis.
RPC support invoke apis across-process .
So it aslo support call api "over internet" ?

Node_B call Node_A's api by A's ipaddress,Right ? Because RPC is implemented based on PORT communication.

Thanks