Bitcoin Forum
July 24, 2026, 12:50:14 PM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Paqus "The Post-Quantum Monetary Network"  (Read 23 times)
paqus (OP)
Newbie
*
Offline

Activity: 11
Merit: 0


View Profile
July 22, 2026, 04:28:58 PM
Last edit: July 23, 2026, 12:41:29 PM by paqus
 #1

hi everyone

please check github: https://github.com/paqusprotocol

mining tutorial:

git clone https://github.com/paqusprotocol/wallet.git
git clone https://github.com/paqusprotocol/Node.git
go to wallet folder.
run terminal
cargo run -- new ../Node/wallet.json

go to Node Folder
run terminal
cargo run -- node run ./data/paqus \
  --listen '[::]:5555' \
  --public-addr '[YOUR-IPv6]:5555' \
  --peer '[2404:8000:1044:4d8:e5c4:5b9:93bc:656d]:5555' \
  --rpc-listen 127.0.0.1:6666 \
  --wallet wallet.json \
  --mine \
  --mine-attempts 0 \
  --mine-interval-secs 10


BlockReward: 25 $XPQ
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!