chik-blockchain


Namechik-blockchain JSON
Version 2.2.1 PyPI version JSON
download
home_pagehttps://chiknetwork.com/
SummaryChik blockchain full node, farmer, timelord, and wallet.
upload_time2024-03-31 07:03:59
maintainerNone
docs_urlNone
authorMariano Sorgente
requires_python<4,>=3.8.1
licenseApache License
keywords chik blockchain node
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # Chik-Blockchain

**Chik** is a modern community-centric green cryptocurrency based on a proof-of-space-and-time consensus algorithm. 

For more information, see our website and downloads at <a href="https://www.chiknetwork.com">Chik Network</a>.
<p>You can learn more in the Chik Wiki: <a href="https://github.com/Chik-Network/chik-blockchain/wiki/Chik-Blockchain-Wiki">Quick Start Guide</a></p>
<p>Discord Channel: (https://discord.gg/SNbcMMvNBE).</p>

<p>Full Node List Here:<a href="https://alltheblocks.net/chik/peers" rel="nofollow"> Full Node IP's</a></p>
<p>Port: 9678</p>

<h1>Windows Installer</h1>
<p>Download the Windows installer (exe) or Zip file - <a href="https://github.com/Chik-Network/chik-blockchain/releases" rel="nofollow">Chik Blockchain Windows</a></p>
<p>As the Chik code signing certificate is new you will likely have to ask to keep the download and when you run the installer, you will have to choose "More Info" and "Run Anyway" to be able to run the installer. There is no need to use the command line. Some Windows antivirus applications are seeing the download as a false positive. You can see the entire source code and build method here, so we think it's safe for you to ask those tools to ignore it. Running the installer while plotting on a previous version will stop your plotting process, so be careful.</p>

<h1>Ubuntu/Debian Install</h1>
<p>sudo apt-get update</p>
<p>sudo apt-get upgrade -y</p>
<p># Install Git</p>
<p>sudo apt install git -y</p>
<p># Checkout the source and install</p>
<p>git clone https://github.com/Chik-Network/chik-blockchain.git --recurse-submodules</p>
<p>cd chik-blockchain</p>
<p>sh install.sh</p>
<p>. ./activate</p>
<p>chik init</p>
<p>#add your plot directories</p>
<p>chik plots add -d /yourplotpath</p>
<p>chik start farmer</p>
<p># The GUI requires you have Ubuntu Desktop or a similar windowing system installed.<p>
<p># You can not install and run the GUI as root</p>
<p>cd /home/'yourusername'/chik-blockchain/</p>
<p>. ./activate</p>
<p>sh install-gui.sh</p>
<p>cd chik-blockchain-gui</p>
<p>npm run electron &</p>

<h1>Ubuntu/Debian Update</h1>
<p># Stop all chik processes</p>
<p># Delete your 'chik-blockchain' folder, not your '.chik' folder</p>
<p># Clone 'chik-blockchain'</p>
<p>chik stop -d all</p>
<p>rm -rf /home/'yourusername'/chik-blockchain</p>
<p>git clone https://github.com/Chik-Network/chik-blockchain.git --recurse-submodules</p>
<p>cd chik-blockchain</p>
<p>sh install.sh</p>
<p>. ./activate</p>
<p>chik init</p>
<p>chik start farmer</p>
<p>*Note, If you receive errors during the installation process, your system is missing dependencies. In this case, thank you for trying :)</p>

            

Raw data

            {
    "_id": null,
    "home_page": "https://chiknetwork.com/",
    "name": "chik-blockchain",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.8.1",
    "maintainer_email": null,
    "keywords": "chik blockchain node",
    "author": "Mariano Sorgente",
    "author_email": "admin@chiknetwork.com",
    "download_url": "https://files.pythonhosted.org/packages/5b/79/e32790e4f670a32d1db3d9a405e816fe941fe2257a9e9b292294eb698bff/chik-blockchain-2.2.1.tar.gz",
    "platform": null,
    "description": "# Chik-Blockchain\n\n**Chik** is a modern community-centric green cryptocurrency based on a proof-of-space-and-time consensus algorithm. \n\nFor more information, see our website and downloads at <a href=\"https://www.chiknetwork.com\">Chik Network</a>.\n<p>You can learn more in the Chik Wiki: <a href=\"https://github.com/Chik-Network/chik-blockchain/wiki/Chik-Blockchain-Wiki\">Quick Start Guide</a></p>\n<p>Discord Channel: (https://discord.gg/SNbcMMvNBE).</p>\n\n<p>Full Node List Here:<a href=\"https://alltheblocks.net/chik/peers\" rel=\"nofollow\"> Full Node IP's</a></p>\n<p>Port: 9678</p>\n\n<h1>Windows Installer</h1>\n<p>Download the Windows installer (exe) or Zip file - <a href=\"https://github.com/Chik-Network/chik-blockchain/releases\" rel=\"nofollow\">Chik Blockchain Windows</a></p>\n<p>As the Chik code signing certificate is new you will likely have to ask to keep the download and when you run the installer, you will have to choose \"More Info\" and \"Run Anyway\" to be able to run the installer. There is no need to use the command line. Some Windows antivirus applications are seeing the download as a false positive. You can see the entire source code and build method here, so we think it's safe for you to ask those tools to ignore it. Running the installer while plotting on a previous version will stop your plotting process, so be careful.</p>\n\n<h1>Ubuntu/Debian Install</h1>\n<p>sudo apt-get update</p>\n<p>sudo apt-get upgrade -y</p>\n<p># Install Git</p>\n<p>sudo apt install git -y</p>\n<p># Checkout the source and install</p>\n<p>git clone https://github.com/Chik-Network/chik-blockchain.git --recurse-submodules</p>\n<p>cd chik-blockchain</p>\n<p>sh install.sh</p>\n<p>. ./activate</p>\n<p>chik init</p>\n<p>#add your plot directories</p>\n<p>chik plots add -d /yourplotpath</p>\n<p>chik start farmer</p>\n<p># The GUI requires you have Ubuntu Desktop or a similar windowing system installed.<p>\n<p># You can not install and run the GUI as root</p>\n<p>cd /home/'yourusername'/chik-blockchain/</p>\n<p>. ./activate</p>\n<p>sh install-gui.sh</p>\n<p>cd chik-blockchain-gui</p>\n<p>npm run electron &</p>\n\n<h1>Ubuntu/Debian Update</h1>\n<p># Stop all chik processes</p>\n<p># Delete your 'chik-blockchain' folder, not your '.chik' folder</p>\n<p># Clone 'chik-blockchain'</p>\n<p>chik stop -d all</p>\n<p>rm -rf /home/'yourusername'/chik-blockchain</p>\n<p>git clone https://github.com/Chik-Network/chik-blockchain.git --recurse-submodules</p>\n<p>cd chik-blockchain</p>\n<p>sh install.sh</p>\n<p>. ./activate</p>\n<p>chik init</p>\n<p>chik start farmer</p>\n<p>*Note, If you receive errors during the installation process, your system is missing dependencies. In this case, thank you for trying :)</p>\n",
    "bugtrack_url": null,
    "license": "Apache License",
    "summary": "Chik blockchain full node, farmer, timelord, and wallet.",
    "version": "2.2.1",
    "project_urls": {
        "Changelog": "https://github.com/Chik-Network/chik-blockchain/blob/main/CHANGELOG.md",
        "Homepage": "https://chiknetwork.com/",
        "Source": "https://github.com/Chik-Network/chik-blockchain/"
    },
    "split_keywords": [
        "chik",
        "blockchain",
        "node"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b79e32790e4f670a32d1db3d9a405e816fe941fe2257a9e9b292294eb698bff",
                "md5": "effe21931ab2e7080c1d53fa0d1f112b",
                "sha256": "113019b6c4b9974b642366b34ed1b55e3ab857009289719a2ea6db7752fbe925"
            },
            "downloads": -1,
            "filename": "chik-blockchain-2.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "effe21931ab2e7080c1d53fa0d1f112b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.8.1",
            "size": 3710129,
            "upload_time": "2024-03-31T07:03:59",
            "upload_time_iso_8601": "2024-03-31T07:03:59.675910Z",
            "url": "https://files.pythonhosted.org/packages/5b/79/e32790e4f670a32d1db3d9a405e816fe941fe2257a9e9b292294eb698bff/chik-blockchain-2.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-31 07:03:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Chik-Network",
    "github_project": "chik-blockchain",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "chik-blockchain"
}
        
Elapsed time: 0.21454s