Create node dynamically

+2 votes
Hi,

I have a requirement to create a node dynamically through the API.

so how can i do that easily ?
asked Sep 27, 2018 by prashantdrx

1 Answer

0 votes

You cannot create a node through the API, but there are a couple of multitchaind runtime parameters that can help you build automated deployment scripts for your command line environment: initprivkey, shortoutput

https://www.multichain.com/developers/runtime-parameters/

answered Sep 28, 2018 by MultiChain
...