diff --git a/_includes/bitcoin-knots/download-bitcoin-knots.html b/_includes/bitcoin-knots/download-bitcoin-knots.html
new file mode 100644
index 0000000000..b3ce4939c7
--- /dev/null
+++ b/_includes/bitcoin-knots/download-bitcoin-knots.html
@@ -0,0 +1,17 @@
+{% comment %}
+This file is licensed under the MIT License (MIT) available on
+http://opensource.org/licenses/MIT.
+{% endcomment %}
+
+
diff --git a/_includes/layout/base-knots/content.html b/_includes/layout/base-knots/content.html
new file mode 100644
index 0000000000..c440dbcc12
--- /dev/null
+++ b/_includes/layout/base-knots/content.html
@@ -0,0 +1,8 @@
+{% comment %}
+This file is licensed under the MIT License (MIT) available on
+http://opensource.org/licenses/MIT.
+{% endcomment %}
+
+
+ {{ content }}
+
diff --git a/_includes/layout/base-knots/footer-license.html b/_includes/layout/base-knots/footer-license.html
new file mode 100644
index 0000000000..1d8a60ccf7
--- /dev/null
+++ b/_includes/layout/base-knots/footer-license.html
@@ -0,0 +1,30 @@
+{% comment %}
+This file is licensed under the MIT License (MIT) available on
+http://opensource.org/licenses/MIT.
+{% endcomment %}
+
+
diff --git a/_includes/layout/base-knots/head-logo.html b/_includes/layout/base-knots/head-logo.html
new file mode 100644
index 0000000000..21e9d4eced
--- /dev/null
+++ b/_includes/layout/base-knots/head-logo.html
@@ -0,0 +1,6 @@
+{% comment %}
+This file is licensed under the MIT License (MIT) available on
+http://opensource.org/licenses/MIT.
+{% endcomment %}
+
+
diff --git a/_includes/layout/base-knots/head-menu.html b/_includes/layout/base-knots/head-menu.html
new file mode 100644
index 0000000000..01e76eb20b
--- /dev/null
+++ b/_includes/layout/base-knots/head-menu.html
@@ -0,0 +1,9 @@
+{% comment %}
+This file is licensed under the MIT License (MIT) available on
+http://opensource.org/licenses/MIT.
+{% endcomment %}
+
+
diff --git a/_includes/layout/base-knots/html-head-jquery-css.html b/_includes/layout/base-knots/html-head-jquery-css.html
new file mode 100644
index 0000000000..749cd7a523
--- /dev/null
+++ b/_includes/layout/base-knots/html-head-jquery-css.html
@@ -0,0 +1,9 @@
+{% comment %}
+This file is licensed under the MIT License (MIT) available on
+http://opensource.org/licenses/MIT.
+
+
+{% endcomment %}
+
+
diff --git a/_includes/layout/base-knots/pagetop-moved-notice.html b/_includes/layout/base-knots/pagetop-moved-notice.html
new file mode 100644
index 0000000000..4df9f6c614
--- /dev/null
+++ b/_includes/layout/base-knots/pagetop-moved-notice.html
@@ -0,0 +1,10 @@
+{% comment %}
+This file is licensed under the MIT License (MIT) available on
+http://opensource.org/licenses/MIT.
+{% endcomment %}
+
+{% if page.moved_url %}
+
diff --git a/_includes/references.md b/_includes/references.md
index bb23587461..58ca44c2b2 100644
--- a/_includes/references.md
+++ b/_includes/references.md
@@ -269,6 +269,9 @@ http://opensource.org/licenses/MIT.
[bcc validation do you validate]: /en/bitcoin-core/features/validation#do-you-validate
[bcc validation protection]: /en/bitcoin-core/features/validation#how-validation-protects-your-bitcoins
[bcc version history]: /en/version-history
+[bck contribute]: https://github.com/bitcoinknots/bitcoin/blob/29.x-knots/CONTRIBUTING.md
+[bck contribute issues]: https://github.com/bitcoinknots/bitcoin/issues
+[bck help]: /en/bitcoin-knots/help
[Bitcoin Core 0.6.0]: /en/release/v0.6.0
[Bitcoin Core 0.6.1]: /en/release/v0.6.1
@@ -464,6 +467,7 @@ http://opensource.org/licenses/MIT.
[native irc client]: https://en.wikipedia.org/wiki/List_of_IRC_clients
[netcat]: https://en.wikipedia.org/wiki/Netcat
[nop opcodes]: https://en.bitcoin.it/wiki/Script#Reserved_words
+[#OCEAN]: https://webchat.freenode.net/?channels=OCEAN&uio=d4
[offline transactions]: http://bitcoin.stackexchange.com/a/34122/21052
[open a pull request]: https://github.com/bitcoin-dot-org/bitcoin.org#working-with-github
[open an issue]: https://github.com/bitcoin-dot-org/bitcoin.org/issues/new
diff --git a/_layouts/base-knots.html b/_layouts/base-knots.html
new file mode 100644
index 0000000000..374f57ae6e
--- /dev/null
+++ b/_layouts/base-knots.html
@@ -0,0 +1,51 @@
+---
+# This file is licensed under the MIT License (MIT) available on
+# http://opensource.org/licenses/MIT.
+---
+
+
+
+{% comment %}
+
+{% endcomment %}
+
+
+{% include layout/base-knots/html-head-jquery-css.html %}
+{% include layout/base/html-head.html %}
+
+
+
+{% include layout/base/pagetop-donation.html %}
+{% include layout/base/pagetop-detect-mobile.html %}
+{% include layout/base/pagetop-alert.html %}
+{% include layout/base-knots/pagetop-moved-notice.html %}
+
+
+ {% include layout/base/head-mobile-menu.html %}
+ {% if page.lang == 'en' %}
+ {% include layout/base-knots/head-logo.html %}
+ {% include layout/base-knots/head-menu.html %}
+ {% else %}
+ {% include layout/base/head-logo.html %}
+ {% include layout/base/head-menu.html %}
+ {% endif %}
+ {% include layout/base/head-language-dropdown.html %}
+ {% include layout/base/head-language-select.html %}
+
+
+
+ {% include layout/base-knots/content.html %}
+
+
+
+{% include layout/base/footer-js.html %}
+
+
+
diff --git a/en/bitcoin-knots/help.md b/en/bitcoin-knots/help.md
new file mode 100644
index 0000000000..46d3fdc26a
--- /dev/null
+++ b/en/bitcoin-knots/help.md
@@ -0,0 +1,85 @@
+---
+# This file is licensed under the MIT License (MIT) available on
+# http://opensource.org/licenses/MIT.
+
+layout: base-knots
+lang: en
+id: bitcoin-knots-help
+columns: 1
+title: Get Help - Bitcoin Knots
+breadcrumbs:
+ - bitcoin
+ - bcc
+ - Help
+---
+
+
+
+
+# Getting Help For Bitcoin Knots
+
+
+
+
+
+
+There are many ways to get help for Bitcoin Knots, including
+[documentation](#documentation), [forums](#forums), and [live chatrooms](#live).
+
+
+
+*To report an issue, please see the [bug reporting][bck contribute issues] page.*
+
+
+## Documentation
+
+Bitcoin Knots currently doesn't have any cohesive or complete
+documentation---but we hope to improve that situation soon. For now, you
+can use the following resources:
+
+- Bitcoin Wiki pages: [running Bitcoin][bcc configuration], [data
+ directory][bcc data directory], and other articles in the [Bitcoin
+ Knots documentation category][wiki bitcoin core documentation].
+
+- The [developer reference](https://developer.bitcoin.org/reference/rpc/) provides complete documentation of the
+ RPCs that can be used with `bitcoin-cli` or in third-party programs.
+
+- The [bandwidth sharing guide][] describes installing Bitcoin Knots in
+ detail as well as opening port 8333 to allow other Bitcoin programs to
+ download blocks and transactions from you.
+
+## Forums
+
+Bitcoin has a wide range of [communities][communities], but the following places
+are the best place to ask for help using Bitcoin Core:
+
+- [Bitcoin StackExchange][] is a community dedicated entirely to
+ answering questions about Bitcoin and related technology. Many
+ questions about Bitcoin Core can be found under the [Bitcoin-Qt
+ tag](http://bitcoin.stackexchange.com/questions/tagged/bitcoin-qt)
+
+- [BitcoinTalk Technical Support][forum tech support] is a
+ sub-forum dedicated to providing help for Bitcoin Core and other
+ Bitcoin programs.
+
+- [/r/BitcoinBeginners][bitcoin beginners] is a Reddit community for
+ users who have questions about anything Bitcoin-related, including
+ Bitcoin Core.
+
+## Live
+
+Internet Relay Chat (IRC) is the most popular way to get live online
+help with Bitcoin Knots. When you join an IRC chatroom, you must read
+the topic (which is usually automatically displayed) to learn the rules
+for that chatroom.
+
+- [#OCEAN][] hosts discussion about Bitcoin mining, including
+ decentralized mining using Bitcoin Knots as part of the system.
+
+- For more channels, please see the [comprehensive listing][irc channels]
+ on the Bitcoin Wiki.
+
+{% include references.md %}
+
+
+
diff --git a/en/bitcoin-knots/index.md b/en/bitcoin-knots/index.md
new file mode 100644
index 0000000000..70ffc97ee3
--- /dev/null
+++ b/en/bitcoin-knots/index.md
@@ -0,0 +1,104 @@
+---
+# This file is licensed under the MIT License (MIT) available on
+# http://opensource.org/licenses/MIT.
+
+layout: base-knots
+id: bitcoin-knots-overview
+columns: 1
+lang: en
+title: Bitcoin Knots
+breadcrumbs:
+ - bitcoin
+ - Bitcoin Knots
+---
+
+# Bitcoin Knots
+{:.not-displayed}
+
+
+
+
+
+
Bitcoin Knots
+
Helping you keep Bitcoin decentralized.
+
+
+
+
+
{% include bitcoin-knots/download-bitcoin-knots.html %}
+
+
+
+ Bitcoin Knots is programmed to decide which block chain contains
+ valid transactions and give extended control over your node.
+ The users of Bitcoin Knots only accept transactions for that block chain,
+ making it the Bitcoin block chain that everyone else wants to use. For the latest developments related to
+ Bitcoin Knots, be sure to visit the project's official website.
+
+
+
+
+
+
+
Decentralized
+
+ It is these users who keep Bitcoin decentralized. They
+ individually run their own Bitcoin Knots full nodes, and each of
+ those full nodes separately follows the exact same rules to decide
+ which block chain is valid.
+
+
+
+
+
No Voting
+
+ There's no voting or other corruptible process involved: there's
+ just individual software following identical rules—"math"—to
+ evaluate identical blocks and coming to identical conclusions
+ about which block chain is valid.
+
+
+
+
+
+ This shared agreement (called consensus) allows people like you to only accept valid bitcoins, enforcing Bitcoin's rules against even the most powerful miners.In addition to improving Bitcoin's decentralization, Bitcoin Knots users get:
+
+
+
+
+* Better security for their bitcoins
+* Privacy featuresnot available in other wallets
+* User interfaces and other powerful features
+
+
+
+