Skip to content

dkoukoul/pktd

This branch is 22 commits behind pkt-cash/pktd:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b48198b · Oct 26, 2022
Jan 17, 2022
Dec 8, 2020
Oct 26, 2022
Nov 6, 2020
Nov 26, 2021
Dec 10, 2020
Feb 3, 2022
Jan 20, 2021
Jan 16, 2022
Apr 29, 2022
Oct 23, 2021
Jan 21, 2020
Dec 10, 2020
Dec 4, 2020
Dec 8, 2020
Apr 3, 2020
May 28, 2022
May 17, 2021
Dec 8, 2020
Mar 9, 2021
May 27, 2022
Oct 23, 2022
Dec 8, 2020
Dec 8, 2020
Jan 8, 2022
Jun 6, 2022
Dec 8, 2020
Apr 29, 2022
Dec 8, 2020
Oct 26, 2022
Oct 20, 2020
Mar 3, 2022
Nov 9, 2020
Oct 26, 2022
May 4, 2020
Jan 17, 2022
Jan 11, 2022
Mar 9, 2021
Nov 9, 2020
Feb 4, 2022
Dec 30, 2021
May 23, 2022
Nov 18, 2020
Apr 7, 2022
Apr 7, 2022
Dec 8, 2020
Nov 30, 2020
Aug 6, 2019
Nov 1, 2020
Dec 8, 2020
Oct 26, 2021
Nov 3, 2021
Jan 18, 2022
Jan 18, 2022
Dec 8, 2020
Nov 29, 2021
Nov 18, 2020
Dec 8, 2020
Aug 11, 2016
Dec 8, 2020
Jul 10, 2020

Repository files navigation

pktd

ISC License Master branch build Status Develop branch build Status

pktd is the primary full node PKT Cash implementation, written in Go.

The PKT Cash project is currently under active development and considered to be beta quality software.

In particular, the development branch of pktd is highly experimental, and should generally not be used in a production environment or on the PKT Cash mainnet.

pktd is the primary mainnet node software for the PKT blockchain. It is known to correctly download, validate, and serve the chain, using rules for block acceptance based on Bitcoin Core, with the addition of PacketCrypt Proofs.

It relays newly mined blocks, and individual transactions that have not yet made it into a block, as well as maintaining a transaction pool. All individual transactions admitted to the pool follow rules defined by the network operators, which include strict checks to filter transactions based on miner requirements ("standard" vs "non-standard" transactions).

Unlike other similar software, pktd does NOT directly include wallet functionality - this was an intentional design decision. You will not be able to make or receive payments with pktd directly.

Example wallet functionality is provided in the included, separate, pktwallet package.

Requirements

  • Google Go (Golang) version 1.14 or higher.
  • A somewhat recent release of Git.

Issue Tracker

Building

Using git, clone the project from the repository:

git clone https://github.com/pkt-cash/pktd

Use the ./do shell script to build pktd, pktwallet, and pktctl.

NOTE: It is highly recommended to use only the toolchain Google distributes at the official Go homepage. Go toolchains provided by Linux distributions often use different defaults or apply non-standard patches to the official sources, usually to meet distribution-specific requirements (for example, Red Hat backports, security fixes, and provides a different default linker configuration vs. the upstream Google Go package.)

Support can only be provided for binaries compiled from unmodified sources, using the official (upstream) Google Golang toolchain. We unfortunately are unable to test and support every distribution specific combination.

The official Google Golang installer for Linux is always available for download here.

Documentation

The documentation for pktd is work-in-progress, and available in the docs folder.

License

pktd is licensed under the Copyfree ISC License.

About

The PKT full node and wallet

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.3%
  • Shell 0.5%
  • C 0.1%
  • Makefile 0.1%
  • Dockerfile 0.0%
  • Perl 0.0%