<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>MultiChain Developer Q&amp;A - Recent questions tagged deployment</title>
<link>https://www.multichain.com/qa/tag/deployment</link>
<description>Powered by Question2Answer</description>
<item>
<title>Can I deploy a multichain network where I can create chains later on?</title>
<link>https://www.multichain.com/qa/83825/can-deploy-multichain-network-where-can-create-chains-later</link>
<description>For an Electronic health care system, I was thinking of creating chains for each user to store their data in streams. How do I do this?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/83825/can-deploy-multichain-network-where-can-create-chains-later</guid>
<pubDate>Sat, 18 Nov 2023 20:48:49 +0000</pubDate>
</item>
<item>
<title>In deploying instances, how do I determine their chain membership?</title>
<link>https://www.multichain.com/qa/16470/deploying-instances-how-determine-their-chain-membership</link>
<description>I'm developing a UI for deploying MultiChain instances to a server (OpenShift or Kubernetes) at the click of a button. I have this code working but I I'm new to this and I have an elementary question. I'm using Python and YAML files, so I believe the answer to my question has to do with what I need to do in my YAML files.&lt;br /&gt;
&lt;br /&gt;
I don't know how to deploy such that the instances (nodes) know that they all belong to the same chain and don't belong to any other chain on the internet. I think I am probably deploying them to a chain called &amp;quot;MyChain&amp;quot; at the moment, because I have &amp;quot;name: CHAINNAME \n value: MyChain&amp;quot; in the YAML. But what if some other MultiChain chain on the internet has the same name? Won't my nodes become members of that chain?&lt;br /&gt;
&lt;br /&gt;
Thank you for any advice.</description>
<guid isPermaLink="true">https://www.multichain.com/qa/16470/deploying-instances-how-determine-their-chain-membership</guid>
<pubDate>Fri, 01 Nov 2019 18:36:19 +0000</pubDate>
</item>
<item>
<title>Streamfilter deployment</title>
<link>https://www.multichain.com/qa/12705/streamfilter-deployment</link>
<description>Hello team,&lt;br /&gt;
&lt;br /&gt;
I am testing transaction filter in cli mode but , i want to know after compiling how its deploying in blockchain network Unlike ethereum it creates and byte file and deploy in network ?&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
How this deployement of smart filter and compilation using node js project?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/12705/streamfilter-deployment</guid>
<pubDate>Mon, 04 Feb 2019 08:23:43 +0000</pubDate>
</item>
<item>
<title>Practical deployment for MultiChain startups</title>
<link>https://www.multichain.com/qa/6581/practical-deployment-for-multichain-startups</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
Let us assume I have a blockchain startup idea. What's your advice on practical deployment of my MultiChain nodes? If I simply host all my nodes, then how different is it from being a centralized model that is how can I practically convince my clients that the backend is based on the blockchain (with all its inherent benefits).&lt;br /&gt;
&lt;br /&gt;
I hope you understand my question. An example scenario may be a sufficient answer.&lt;br /&gt;
&lt;br /&gt;
Thanks.&lt;br /&gt;
&lt;br /&gt;
P.S I understand the technical differences between a private blockchain and a centralized database.&lt;br /&gt;
&lt;br /&gt;
R.</description>
<guid isPermaLink="true">https://www.multichain.com/qa/6581/practical-deployment-for-multichain-startups</guid>
<pubDate>Thu, 07 Sep 2017 17:37:09 +0000</pubDate>
</item>
<item>
<title>Azure deployment 404</title>
<link>https://www.multichain.com/qa/2874/azure-deployment-404</link>
<description>This has been asked before, and the answer was that it wasn't MultiChain's issue and to try again in a few hours, but the Azure deployment link has been 404ing for more than 24 hours. &amp;nbsp;Is there something else I should try to do besides wait? &amp;nbsp;Is dozens of hours common for it to be failing like that? &amp;nbsp;Does it work for anyone?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/2874/azure-deployment-404</guid>
<pubDate>Wed, 12 Oct 2016 14:12:17 +0000</pubDate>
</item>
<item>
<title>Automate the deployment and configuration of additional nodes</title>
<link>https://www.multichain.com/qa/2838/automate-the-deployment-and-configuration-additional-nodes</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I would like to take advantage of the auto-scaling abilities within AWS and was wondering if anyone has the steps required to automatically bash script (or alternative method) the deployment of a new node, add it to the existing multichain and give it the correct permissions?&lt;/p&gt;&lt;p&gt;As I see it the following needs to occur:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;!/bin/bash&lt;/p&gt;&lt;p&gt;sudo yum update -y&lt;/p&gt;&lt;p&gt;cd /tmp&lt;/p&gt;&lt;p&gt;wget &lt;a rel=&quot;nofollow&quot; href=&quot;http://www.multichain.com/download/multichain-1.0-alpha-24.tar.gz&quot;&gt;http://www.multichain.com/download/multichain-1.0-alpha-24.tar.gz&lt;/a&gt;&lt;/p&gt;&lt;p&gt;tar -xvzf multichain-1.0-alpha-24.tar.gz&lt;/p&gt;&lt;p&gt;cd multichain-1.0-alpha-24&lt;/p&gt;&lt;p&gt;sudo mv multichaind multichain-cli multichain-util /usr/local/bin&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;system will output: multichaind chain1@&lt;em&gt;1.2.3.4&lt;/em&gt;:9583&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How to get the new nodes wallet address: the result is shown from the following command run on the new node:&lt;/p&gt;&lt;p&gt;multichaind chain1@1.2.3.4:9583&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The result looks like this:&lt;/p&gt;&lt;p&gt;MultiChain Core Daemon build 1.0 alpha 23 protocol 10005&lt;/p&gt;&lt;p&gt;Retrieving blockchain parameters from the seed node &lt;em&gt;1.2.3.4&lt;/em&gt;:9583 ...&lt;/p&gt;&lt;p&gt;Blockchain successfully initialized.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please ask blockchain admin or user having activate permission to let you connect and/or transact:&lt;/p&gt;&lt;p&gt;multichain-cli chain1 grant 1QwjdCRgFvHSLhUK6qKN7v7Q4TU3hiXUYBvkiF connect&lt;/p&gt;&lt;p&gt;multichain-cli chain1 grant 1QwjdCRgFvHSLhUK6qKN7v7Q4TU3hiXUYBvkiF connect,send,receive&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The next step in the workflow is to add permissions on the first server with the following command (unsure if this needs to be on all nodes).&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;multichain-cli chain1 grant 1QwjdCRgFvHSLhUK6qKN7v7Q4TU3hiXUYBvkiF connect&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The second server then needs to connect to the chain - multichaind chain1 -daemon&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Has anyone successfully automated the build and configuration of multichain nodes? Our plan is to use AWS auto-scaling to cope with increased workloads across the nodes.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/2838/automate-the-deployment-and-configuration-additional-nodes</guid>
<pubDate>Tue, 04 Oct 2016 19:21:39 +0000</pubDate>
</item>
</channel>
</rss>