Description Usage Arguments Value See Also Examples
admin_startRPC starts an HTTP based JSON RPC API webserver to handle
client requests.
1 2 | admin_startRPC(host = "127.0.0.1", port = 8545, cors = "",
apis = "eth,net,web3")
|
host |
String - Network interface to open the listener socket on. |
port |
Integer - Network port to open the listener socket on. |
cors |
String - Cross-origin resource sharing header to use. |
apis |
String - API modules to offer over this interface. |
Boolean - true the execution was successful.
Other admin functions: admin_addPeer,
admin_datadir,
admin_nodeInfo, admin_peers,
admin_setSolc, admin_startWS,
admin_stopRPC, admin_stopWS,
gethr
1 2 3 | admin_startRPC()
admin_startRPC('193.23.92.1', 8999, '*', 'eth,net,web3,personal,shh,miner,
txpool,admin,debug')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.