
pocketnetteam/pocketnet.corePocketnet is a decentralized social network based on the ***. There is no central authority or corporation. Platform is run by equal nodes on a *** with no centralized server. All revenue is split between node operators and content creators. Node operators stake Pocketcoin in order to mint blocks with rewards and transactions fees. Half of rewards in each block go to content creators based on ratings their content gathers from users. Read more in the article.
This software allows you to participate in the work of the *** network - https://pocketnet.app/help.
To start a node independently, you need basic skills of working with the operating system, understanding the principle of the *** network. A deeper level of personal computer proficiency is welcome.
Below are the minimum system requirements to run a PocketNet node to use as a wallet, for coin staking to earn PKOIN, and to use as a local node on your home network. A node with these requirements may need to be upgraded within the next 1 - 2 years.
The below system requirements are recommended for a node which will act as a public node to service the Bastyon front end, in addition to wallet, and coin staking capabilities. The recommended requirements should provide enough headroom to support the PocketNet network for at least 2 years into the future.
In order to run this container you'll need docker installed.
shell$ docker run -d \ --name=pocketnet.core \ --ulimit nofile=65536:65536 \ --log-driver local \ --log-opt max-size=10m \ --log-opt max-file=3 \ -p 37070:37070 \ -p 37071:37071 \ -p 38081:38081 \ -p 8087:8087 \ -v ~/.pocketcoin:/home/pocketcoin/.pocketcoin \ pocketnetteam/pocketnet.core:latest
docker-compose.yml to configure the node:ymlversion: '3.7' services: pocketnet.core: container_name: pocketnet.core image: pocketnetteam/pocketnet.core:latest restart: on-failure stop_grace_period: 1m30s # Increasing the number of available file descriptors ulimits: nofile: soft: "65536" hard: "65536" # Create a Volume for the Blockchain database directory volumes: - ~/.pocketcoin:/home/pocketcore/.pocketcoin ports: # To accept connections from other network nodes - 37070:37070 # Manage node. Be careful - port 37071 opens access to your node and wallet - 37071:37071 # To accept HTTP POST requests along the path 127.0.0.1:38081/public/ - 38081:38081 # For the ability to establish a WebSocket connection to a node to support notifications - 8087:8087 logging: driver: "local" options: max-size: "10m" max-file: "3"
shell$ docker exec -it pocketnet.core pocketcoin-cli help $ docker exec -it pocketnet.core /bin/sh
You can get help and useful information from different sources:
Pocketnet Core is released under the terms of the Apache 2.0 license. See LICENSE for more information or see [***]
*** - general questions
*** - *** nodes
探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务