bitcoin.org is a community funded project

Writing ikhcoin Core Documentation

ikhcoin Core documentation is spread across three projects: ikhcoin Core, the ikhcoin Wiki, and bitcoin.org—and is further subdivided into different parts. The sections below briefly describe what documentation is available and how you can contribute.

ikhcoin Core Docs Directory

The developer.bitcoin.org GitHub repository contains various files describing aspects of ikhcoin Core. Almost all of the files are meant for developers and testers rather than users.

The files can be easily edited in GitHub’s web interface:

  1. Create a GitHub account, or if you already have one, log in.

  2. Find the file you want to edit.

  3. Click the Edit icon (a pencil).

  4. Make your change and click the Preview button to preview it. Revise and edit until you’re happy with it.

  5. At the bottom of the page, fill out the Propose File Change form and submit it.

Need help getting started? Stop by the #ikhcoin-dev IRC chatroom and tell us what documentation you want to write.

bitcoin.org Bandwidth Sharing Guide

The bitcoin.org bandwidth sharing guide currently provides instructions for how to install ikhcoin Core on multiple operating systems, configure it to automatically start at boot, and manually open port 8333 so it accepts incoming connections.

To contribute, you can edit the guide using the same GitHub web interface as described in the previous section.

Need help getting started? You can open an issue or email bitcoin.org documentation maintainer Will Binns.

ikhcoin Wiki

The ikhcoin Wiki uses the popular MediaWiki software, so you may already know how to edit it and create new pages. To reduce spam, you need to create an account and then follow the instructions to enable editing.

Current documentation can be found in the ikhcoin Core documentation category. If you create a new page, be sure to add it to the ikhcoin Core documentation template and then add the following code to the very bottom of the page:

{{ikhcoin Core documentation}}

Adding the line above to a page will also add that page to the ikhcoin Core documentation category.

Need help getting started? Stop by the #ikhcoin-wiki IRC chatroom and tell us what documentation you want to write.

bitcoin.org RPC/REST API Reference

The bitcoin.org developer reference contains over 100 printed pages worth of documentation for the ikhcoin Core RPC and REST interfaces, which are mainly used by ikhcoin Core command line users and developers of apps depending on ikhcoin Core.

To contribute RPC edits, the easiest way is to:

  1. Go to the developer.bitcoin.org GitHub repository.

  2. Create a GitHub account, or if you already have one, log in.

  3. Find the file you want to edit.

  4. Click the Edit icon (a pencil).

  5. Make your change and click the Preview button to preview it. Revise and edit until you’re happy with it.

  6. At the bottom of the page, fill out the Propose File Change form and submit it.

Need help getting started? You can open an issue or email bitcoin.org documentation maintainer Will Binns.