Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Chik is a modern community-centric green cryptocurrency based on a proof-of-space-and-time consensus algorithm.
All premined coins(21000000XCK) haved been send to burn address(2024-05-10): xck1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqm6ksjy75z0
For more information, see our website and downloads at Chik Network.
You can learn more in the Chik Wiki: Quick Start Guide
Discord Channel: (https://discord.gg/SNbcMMvNBE).
Full Node List Here: Full Node IP's
Port: 9678
Download the Windows installer (exe) or Zip file - Chik Blockchain Windows
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.
sudo apt-get update
sudo apt-get upgrade -y
# Install Git
sudo apt install git -y
# Checkout the source and install
git clone https://github.com/Chik-Network/chik-blockchain.git --recurse-submodules
cd chik-blockchain
sh install.sh
. ./activate
chik init
#add your plot directories
chik plots add -d /yourplotpath
chik start farmer
# The GUI requires you have Ubuntu Desktop or a similar windowing system installed.
# You can not install and run the GUI as root
cd /home/'yourusername'/chik-blockchain/
. ./activate
sh install-gui.sh
cd chik-blockchain-gui
npm run electron &
# Stop all chik processes
# Delete your 'chik-blockchain' folder, not your '.chik' folder
# Clone 'chik-blockchain'
chik stop -d all
rm -rf /home/'yourusername'/chik-blockchain
git clone https://github.com/Chik-Network/chik-blockchain.git --recurse-submodules
cd chik-blockchain
sh install.sh
. ./activate
chik init
chik start farmer
*Note, If you receive errors during the installation process, your system is missing dependencies. In this case, thank you for trying :)
FAQs
Chik blockchain full node, farmer, timelord, and wallet.
We found that chik-blockchain demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.