<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>MultiChain Developer Q&amp;A - Recent questions tagged rpcpassword</title>
<link>https://www.multichain.com/qa/tag/rpcpassword</link>
<description>Powered by Question2Answer</description>
<item>
<title>rpc password</title>
<link>https://www.multichain.com/qa/13060/rpc-password</link>
<description>Team multichain,&lt;br /&gt;
&lt;br /&gt;
Guys i am little wondering why every node connected in same network has their individual rpc password?&lt;br /&gt;
because as i am building application on multichain so i could use my own machine rpc password even though 3 node connected to my node so is there any specific reason that node connected with admin node would also neccessary rpc paassword?&lt;br /&gt;
&lt;br /&gt;
I know this question is basic but still curious to understand.&lt;br /&gt;
&lt;br /&gt;
Thanks.</description>
<guid isPermaLink="true">https://www.multichain.com/qa/13060/rpc-password</guid>
<pubDate>Thu, 14 Mar 2019 11:06:32 +0000</pubDate>
</item>
<item>
<title>error: incorrect rpcuser or rpcpassword (authorization failed)</title>
<link>https://www.multichain.com/qa/9741/error-incorrect-rpcuser-rpcpassword-authorization-failed</link>
<description>What should i do after getting this:&lt;br /&gt;
&lt;br /&gt;
MultiChain 1.0.4 Daemon (latest protocol 10010)&lt;br /&gt;
&lt;br /&gt;
Starting up node...&lt;br /&gt;
&lt;br /&gt;
Retrieving blockchain parameters from the seed node 10.0.2.15:7191 ...&lt;br /&gt;
Blockchain successfully initialized.&lt;br /&gt;
&lt;br /&gt;
Please ask blockchain admin or user having activate permission to let you connect and/or transact:&lt;br /&gt;
multichain-cli chain1 grant 1NDYQSwedTLamNDAbj6hjY75HB5T8WLBhnsrhr connect&lt;br /&gt;
multichain-cli chain1 grant 1NDYQSwedTLamNDAbj6hjY75HB5T8WLBhnsrhr connect,send,receive</description>
<guid isPermaLink="true">https://www.multichain.com/qa/9741/error-incorrect-rpcuser-rpcpassword-authorization-failed</guid>
<pubDate>Tue, 22 May 2018 09:56:51 +0000</pubDate>
</item>
<item>
<title>Specify rpc user and password at runtime</title>
<link>https://www.multichain.com/qa/9216/specify-rpc-user-and-password-at-runtime</link>
<description>&lt;p&gt;I know that the RPC username and password for the node are generated upon runtime of the blockchain in the specific node, but is it not possible to provide them as runtime parameters or something?&lt;/p&gt;&lt;p&gt;I haven't seen the user and password as runtime params in the official docs. I also tried specifying&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;-rpcuser=foo&lt;/strong&gt;&amp;nbsp;and&amp;nbsp;&lt;strong&gt;-rpcpassword=bar&amp;nbsp;&lt;/strong&gt;but it didn't work. Still random password was generated.&lt;/p&gt;&lt;p&gt;My last try would be to manually replace the content of the&amp;nbsp;&lt;strong&gt;multichain.conf&lt;/strong&gt;&amp;nbsp;file, but if I want to connect a service to the node, that means that I have to start the blockchain (in order to generate the file), then stop it, replace the content with my username and password and then start it again?&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/9216/specify-rpc-user-and-password-at-runtime</guid>
<pubDate>Wed, 04 Apr 2018 14:30:11 +0000</pubDate>
</item>
<item>
<title>API and RPCUser/RPCPassword</title>
<link>https://www.multichain.com/qa/7094/api-and-rpcuser-rpcpassword</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
I'm building a complex system of sharing data using Multichain in Python with the Savoir Library.&lt;br /&gt;
&lt;br /&gt;
Every node need to write/load/access to every data on the multichain.&lt;br /&gt;
&lt;br /&gt;
I'm using the Savoir API but that require to use the RPCUser/RPCPassword of the Master Node ADMIN to connect to the other node so I have that sensible data spread everywhere and this make me nervous a little.&lt;br /&gt;
&lt;br /&gt;
I know I can build a new user, give him just connect, send and receive permission, but how I can use that user with the API ?&lt;br /&gt;
&lt;br /&gt;
The right way to avoid this is to build a local copy of the multichain and use local RPCUser / RPC Password ?&lt;br /&gt;
&lt;br /&gt;
Thi require to download tons of data so I would prefer to let the user choice if connect to an already present node or to download all the data locally.&lt;br /&gt;
&lt;br /&gt;
Thank you.</description>
<guid isPermaLink="true">https://www.multichain.com/qa/7094/api-and-rpcuser-rpcpassword</guid>
<pubDate>Fri, 13 Oct 2017 07:54:33 +0000</pubDate>
</item>
<item>
<title>Encrypting password in multichain.conf file</title>
<link>https://www.multichain.com/qa/6657/encrypting-password-in-multichain-conf-file</link>
<description>Hi, &lt;br /&gt;
&lt;br /&gt;
We are evaluating multichain product for a POC on blockchain and have a question. currently, i guess the rpcpassword is stored as a plain text in the multichain.conf file. This may not be secure practice as someone can read the file contents. Is there any support to use any encryption means to encrypt the password and store the encrypted password in this file? So, when making the API call the client will then have to use the same encryption key (e.g.: AES) to encrypt the plaintext password first and then post the request?&lt;br /&gt;
&lt;br /&gt;
Thanks,</description>
<guid isPermaLink="true">https://www.multichain.com/qa/6657/encrypting-password-in-multichain-conf-file</guid>
<pubDate>Thu, 14 Sep 2017 06:02:34 +0000</pubDate>
</item>
<item>
<title>How can I change the standard passwork through start-up script?</title>
<link>https://www.multichain.com/qa/5881/how-can-change-the-standard-passwork-through-start-up-script</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
for demo purposes, I need to package a proof of concept that uses multichain. I have to use vagrant for an easy setup. if I read it correctly I can change the default network port and the default RPC port at the create stage.&lt;br /&gt;
&lt;br /&gt;
The problem is that the wrapper that I use also needs the RPC user and the RPC password. The user seems to stay the same every time, but the password changes.&lt;br /&gt;
&lt;br /&gt;
Is there is a way to keep configure the password just like the RPC port?&lt;br /&gt;
&lt;br /&gt;
With kind regards,&lt;br /&gt;
Rachelle</description>
<guid isPermaLink="true">https://www.multichain.com/qa/5881/how-can-change-the-standard-passwork-through-start-up-script</guid>
<pubDate>Wed, 26 Jul 2017 08:46:10 +0000</pubDate>
</item>
<item>
<title>Can we change rpcpassword?</title>
<link>https://www.multichain.com/qa/2446/can-we-change-rpcpassword</link>
<description>Can we change the rpcpassword which is automatically generated on node startup? If I am doing that, I am not able to stop a node using the stop command?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/2446/can-we-change-rpcpassword</guid>
<pubDate>Wed, 17 Aug 2016 09:38:02 +0000</pubDate>
</item>
<item>
<title>Setting permissions to send and receive needs config file</title>
<link>https://www.multichain.com/qa/363/setting-permissions-to-send-and-receive-needs-config-file</link>
<description>Created a blockchain with default parameters. Following the tutorial, following steps were done: initializing the parent node, creating asset, and granting issue permissions to connect to a member node. However, while granting permissions to send and receive to the member node, there is an error:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;You must set rpcpassword=&amp;lt;rpcpassword&amp;gt; in the config file: ~/.multichain/grant/multichain-conf.&lt;br /&gt;
&lt;br /&gt;
If the file does not exist, create it with owner-readable-only file permissions.&amp;quot; I tried creating a blank file in a new folder created within multichain folder, but still unable to grant send and receive permissions to the member node. Could you please provide your suggestions?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/363/setting-permissions-to-send-and-receive-needs-config-file</guid>
<pubDate>Sun, 25 Oct 2015 13:56:39 +0000</pubDate>
</item>
</channel>
</rss>