create account

[GUIDE][UPDATE] How to set up SOUNDAC CLI wallet and witness on docker (Use SOUNDAC official docker image ) by musepeer

View this thread on: hive.blogpeakd.comecency.com
· @musepeer · (edited)
[GUIDE][UPDATE] How to set up SOUNDAC CLI wallet and witness on docker (Use SOUNDAC official docker image )
<html>
<p><img src="https://icobrothers.media/wp-content/uploads/2018/09/SounDAC.png" width="800" height="500"/></p>
<h2><strong>Step1 Install docker &nbsp;</strong></h2>
<p><strong>If you haven't installed docker, following insturctions on</strong><a href="https://docs.docker.com/install/#supported-platforms"> <strong>https://docs.docker.com/install/#supported-platforms</strong></a><strong>, please choose your operating system(windows,linux,macOS) to install.&nbsp;</strong></p>
<h2><strong>Step2 Open terminal and use below docker command to download official soundac-source docker &nbsp;image: &nbsp;</strong></h2>
<pre><code><strong>docker pull soundac/soundac-source</strong></code></pre>
<p><br></p>
<h2><strong>Step3 Use the following command to run container, it can also automate run soundac daemon</strong></h2>
<pre><code><strong>&nbsp;docker run&nbsp;-p 33333:33333 -p8090:8090 --name&nbsp;soundac-source -itd &nbsp;soundac/soundac-source</strong></code></pre>
<p><br></p>
<h2><strong>Step4 Enter container:&nbsp;</strong></h2>
<pre><code><strong>docker exec -it soundac-source /bin/bash</strong></code></pre>
<p><br></p>
<h2><strong>Step5 Use the following command to change the folder</strong></h2>
<pre><code><strong>cd /usr/local/bin/</strong></code></pre>
<p><br></p>
<h2><strong>Step6 Use the following command to start cli_wallet program</strong></h2>
<pre><code><strong>./cli_wallet</strong></code></pre>
<p><br></p>
<h2><strong>Step7 Set wallet password(create wallet)</strong></h2>
<pre><code><strong>set_password "pass…."</strong></code></pre>
<p><br></p>
<h2><strong>Step8 Unlock wallet</strong></h2>
<pre><code><strong>unlock "pass..."</strong></code></pre>
<p><br></p>
<h2><strong>Step9 Import WIF private key and active private key. If you don’t have WIF private key and active private key, Please go to</strong><a href="https://wallet.museblockchain.com/"> </a><a href="https://portal.soundac.io/register"><strong>https://portal.soundac.io/register</strong></a><strong> apply.</strong></h2>
<pre><code><strong>import_key &lt;WIF private key&gt;&nbsp;</strong></code></pre>
<pre><code><strong>import_key &lt;active private key&gt;</strong></code></pre>
<p><br></p>
<h2><strong>Step10 Use list_my_accounts, see your account</strong></h2>
<pre><code><strong>&nbsp;list_my_accounts</strong></code></pre>
<h2><strong><br>
Done, SOUNDAC cli_wallet is working now. You also can type </strong><code><strong>about</strong></code><strong> check soundac-source version and type </strong><code><strong>info</strong></code> check blockchain sync.</h2>
<h2><strong>If you want to set up witness, you have to edit config.ini, following below steps:<br>
Step1 Press ctrl+c to exit cli_wallet program and close it</strong></h2>
<h2><strong>Step2 Use the following command to change the folder</strong></h2>
<pre><code><strong>cd /data</strong></code></pre>
<h2><br></h2>
<h2><strong>Step3 Use editor to set config.ini file(witness name and WIF private key)&nbsp;</strong></h2>
<pre><code><strong>vim config.ini</strong></code></pre>
<p><br></p>
<p><strong>locate these lines:</strong></p>
<pre><code><strong># name of witness controlled by this node (e.g. initwitness )&nbsp;</strong></code></pre>
<pre><code><strong># witness =</strong></code></pre>
<pre><code><strong># WIF PRIVATE KEY to be used by one or more witnesses or miners</strong></code></pre>
<pre><code><strong># private-key = &nbsp;&nbsp;&nbsp;</strong></code></pre>
<p>&nbsp;</p>
<p><strong>edit and look like this:</strong></p>
<pre><code><strong># name of witness controlled by this node (e.g. initwitness )</strong></code></pre>
<pre><code><strong>witness = "initwitness"</strong></code></pre>
<pre><code><strong># WIF PRIVATE KEY to be used by one or more witnesses or miners</strong></code></pre>
<pre><code><strong>private-key = 5………</strong></code></pre>
<p><strong>Save and exit vim.</strong></p>
<p><br></p>
<h2><strong>&nbsp;Step4 Use the following command to exit soundac-source container</strong></h2>
<pre><code><strong>&nbsp;exit</strong></code></pre>
<p><br></p>
<h2><strong>Step5 Use the following command to stop soundac-source container</strong></h2>
<pre><code><strong>docker stop soundac-source</strong></code></pre>
<p><br></p>
<h2><strong>Step6 Use the following command to run soundac-source container, it can also automate run soundac daemon</strong></h2>
<pre><code><strong>docker start &nbsp;soundac-source</strong></code></pre>
<p><br></p>
<h2><strong>Step7 Enter soundac-source container:&nbsp;</strong></h2>
<pre><code><strong>docker exec -it soundac-source /bin/bash</strong></code></pre>
<h2><strong>Step8 Use the following command to change the folder</strong></h2>
<pre><code><strong>cd /usr/local/bin/</strong></code></pre>
<p><br></p>
<h2><strong>Step9 Use the following command to start cli_wallet program:</strong></h2>
<pre><code><strong>./cli_wallet</strong></code></pre>
<p><br></p>
<h2><strong>Step10 Unlock wallet:</strong></h2>
<pre><code><strong>unlock "pass..." &nbsp;</strong></code></pre>
<p><br></p>
<h2><strong>Step11 Announce yourself as a witness, please make sure SONDAC blockchain sync is completed and use update_witness command, the format look like this:&nbsp;</strong></h2>
<pre><code><strong>update_witness "yourwitnessname" "witness_url" "yor_witness_pub_key" {} true</strong></code></pre>
<p><br></p>
<h2><strong>Done, your witness is working now.</strong></h2>
<h2><strong>Final step: Vote for me!!<br>
If this post help you, &nbsp;please vote for my SOUNDAC witness "wallet",<br>
you can vote on SOUNDAC website:</strong><a href="https://portal.soundac.io/register"> </a><strong>https://portal.soundac.io/register<br>
or you can vote in cli_wallet:</strong></h2>
<pre><code><strong>vote_for_witness YOURACCOUNT wallet true true&nbsp;</strong></code></pre>
<h2><strong>Thank you.&nbsp;</strong></h2>
</html>
👍  , , , , ,
properties (23)
authormusepeer
permlinkguide-update-how-to-set-up-soundac-cli-wallet-and-witness-on-docker-use-soundac-official-docker-image
categorysoundac
json_metadata{"tags":["soundac","docker","music","blockchain","cryptocurrency"],"image":["https://icobrothers.media/wp-content/uploads/2018/09/SounDAC.png"],"links":["https://docs.docker.com/install/#supported-platforms","https://wallet.museblockchain.com/","https://portal.soundac.io/register"],"app":"steemit/0.1","format":"html"}
created2019-04-14 13:03:33
last_update2019-04-16 15:20:51
depth0
children3
last_payout2019-04-21 13:03:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5,849
author_reputation28,862,808,787
root_title"[GUIDE][UPDATE] How to set up SOUNDAC CLI wallet and witness on docker (Use SOUNDAC official docker image )"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id83,079,272
net_rshares2,317,365,892
author_curate_reward""
vote details (6)
@btsbear ·
cool
👍  
properties (23)
authorbtsbear
permlinkre-musepeer-guide-update-how-to-set-up-soundac-cli-wallet-and-witness-on-docker-use-soundac-official-docker-image-20190417t163419875z
categorysoundac
json_metadata{"tags":["soundac"],"app":"steemit/0.1"}
created2019-04-17 16:34:12
last_update2019-04-17 16:34:12
depth1
children0
last_payout2019-04-24 16:34:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4
author_reputation-623,156,020,679
root_title"[GUIDE][UPDATE] How to set up SOUNDAC CLI wallet and witness on docker (Use SOUNDAC official docker image )"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id83,268,577
net_rshares0
author_curate_reward""
vote details (1)
@cheetah ·
Hi! I am a robot. I just upvoted you! Readers might be interested in similar content by the same author:
https://steemit.com/docker/@musepeer/guide-how-to-set-up-muse-cli-wallet-and-witness-on-docker
👍  
properties (23)
authorcheetah
permlinkcheetah-re-musepeerguide-update-how-to-set-up-soundac-cli-wallet-and-witness-on-docker-use-soundac-official-docker-image
categorysoundac
json_metadata""
created2019-04-14 13:03:45
last_update2019-04-14 13:03:45
depth1
children0
last_payout2019-04-21 13:03:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length199
author_reputation942,693,160,055,713
root_title"[GUIDE][UPDATE] How to set up SOUNDAC CLI wallet and witness on docker (Use SOUNDAC official docker image )"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id83,079,282
net_rshares15,810,138,610
author_curate_reward""
vote details (1)
@steemitboard ·
Congratulations @musepeer! You received a personal award!

<table><tr><td>https://steemitimages.com/70x70/http://steemitboard.com/@musepeer/birthday2.png</td><td>Happy Birthday! - You are on the Steem blockchain for 2 years!</td></tr></table>

<sub>_You can view [your badges on your Steem Board](https://steemitboard.com/@musepeer) and compare to others on the [Steem Ranking](https://steemitboard.com/ranking/index.php?name=musepeer)_</sub>


###### [Vote for @Steemitboard as a witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1) to get one more award and increased upvotes!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-musepeer-20190830t130342000z
categorysoundac
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2019-08-30 13:03:42
last_update2019-08-30 13:03:42
depth1
children0
last_payout2019-09-06 13:03:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length620
author_reputation38,975,615,169,260
root_title"[GUIDE][UPDATE] How to set up SOUNDAC CLI wallet and witness on docker (Use SOUNDAC official docker image )"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,107,670
net_rshares0