Looking for an easy way to on board Mulitchain user

+1 vote
I m asking this question because we need a way to onboard non technical users as nodes for our Multichain.

Is there a way to do this ?

Our users will be using OSX

 

 

Thanks
related to an answer for: Distribute MultiChain as a node module
asked Jun 13, 2017 by anonymous
edited Jun 13, 2017
What system are these people using? Windows? Linux?
They are using OSX

 

 

Thanks for your help !!
Easiest way would be to have a script that would do the install for them. Since you know the environment, a simple bash script should do the job.

1 Answer

0 votes

If they are using OS X, you can make an Installer for them in the usual OS X way. I would also recommend creating some kind of very basic GUI, perhaps a System Preferences module, for managing the node (the -shortoutput option for multichaind will help you). See for example what MySQL did for Mac OS X.

answered Jun 14, 2017 by MultiChain
...