<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>hummingbot on SkywireX LAB</title>
    <link>https://lab.skywirex.com/tags/hummingbot/</link>
    <description>Recent content in hummingbot on SkywireX LAB</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>vi-vn</language>
    <lastBuildDate>Tue, 01 Sep 2020 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://lab.skywirex.com/tags/hummingbot/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Giao dịch tiền điện tử với hummingbot</title>
      <link>https://lab.skywirex.com/hummingbot-trading/</link>
      <pubDate>Tue, 01 Sep 2020 00:00:00 +0000</pubDate>
      
      <guid>https://lab.skywirex.com/hummingbot-trading/</guid>
      <description>1. Tạo thư mục chứa dữ liệu bot mkdir hummingbot  2. Phân chia thư mục dữ liệu của bot cho file logs, file config và file database mkdir hummingbot/conf mkdir hummingbot/logs mkdir hummingbot/data mkdir hummingbot/scripts  3. Phân quyền thư mục Để tránh lỗi [Errno 13] Permission denied: &#39;conf/encrypted_default.json&#39; thì cần phải phân quyền thư mục
sudo chown -R $USER ~/hummingbot chmod -R 777 ./hummingbot  3. Tạo và chạy hummingbot docker create -it \ --name hummingbot-instance \ --network host \ --mount &amp;quot;type=bind,source=$(pwd)/hummingbot/conf,destination=/conf/&amp;quot; \ --mount &amp;quot;type=bind,source=$(pwd)/hummingbot/logs,destination=/logs/&amp;quot; \ --mount &amp;quot;type=bind,source=$(pwd)/hummingbot/data,destination=/data/&amp;quot; \ --mount &amp;quot;type=bind,source=$(pwd)/hummingbot/scripts,destination=/scripts/&amp;quot; \ coinalpha/hummingbot:latest  docker start hummingbot-instance &amp;amp;&amp;amp; docker attach hummingbot-instance  Giới hạn tài sản có thể được sử dụng Trường hợp bạn muốn bot chỉ có thể thực thi trong 100USD có thể xem xét tính năng này.</description>
    </item>
    
  </channel>
</rss>