<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Documentation on TALER Blockchain</title><link>https://taler.tech/en/docs/</link><description>Recent content in Documentation on TALER Blockchain</description><generator>Hugo</generator><language>en</language><atom:link href="https://taler.tech/en/docs/index.xml" rel="self" type="application/rss+xml"/><item><title>Getting Started</title><link>https://taler.tech/en/docs/getting-started/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://taler.tech/en/docs/getting-started/</guid><description>Welcome to TALER Blockchain! This guide will help you get started with the TALER Blockchain by downloading and installing the wallet application.
Prerequisites Before you begin, ensure your system meets the following requirements:
Operating System: Windows 10/11, macOS (Apple Silicon), or Linux (x64/ARM64) Disk Space: At least 10GB of free space (for blockchain data) Internet Connection: Stable connection for blockchain synchronization RAM: Minimum 2GB available memory Download TALER Coin Wallet Step 1: Visit the Release Page Download the latest TALER Coin wallet from the community-driven GitHub repository:</description></item><item><title>RPC Reference</title><link>https://taler.tech/en/docs/rpc-reference/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://taler.tech/en/docs/rpc-reference/</guid><description>&lt;p>TALER Blockchain provides a comprehensive JSON-RPC interface for programmatic interaction with the blockchain, wallet, and network. This reference documents all available RPC methods.&lt;/p></description></item><item><title>Wallet Setup</title><link>https://taler.tech/en/docs/wallet-setup/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://taler.tech/en/docs/wallet-setup/</guid><description>This guide will walk you through installing and setting up the TALER Coin wallet on your system.
Installation Windows Installation Extract the archive:
Right-click the downloaded taler-*-win64.zip file Select &amp;ldquo;Extract All&amp;hellip;&amp;rdquo; Choose a destination folder (e.g., C:\Program Files\TALER) Locate the executable:
Navigate to the extracted folder Find taler-qt.exe (the GUI wallet application) Optional - Create a desktop shortcut:
Right-click taler-qt.exe Select &amp;ldquo;Send to&amp;rdquo; → &amp;ldquo;Desktop (create shortcut)&amp;rdquo; macOS Installation Extract the archive:</description></item><item><title>Sending &amp; Receiving</title><link>https://taler.tech/en/docs/sending-receiving/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://taler.tech/en/docs/sending-receiving/</guid><description>This guide covers how to send and receive TALER Coin using the GUI wallet application.
Prerequisites Before sending or receiving TALER Coin:
Wallet Installed: Complete the Wallet Setup guide Blockchain Synced: Wait for initial synchronization to complete Wallet Created: Your wallet should be created automatically on first launch Receiving TALER Generating a Receive Address To receive TALER Coin, you need to provide a payment address to the sender.
Open the Receive Tab:</description></item><item><title>Security Best Practices</title><link>https://taler.tech/en/docs/security/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://taler.tech/en/docs/security/</guid><description>This guide covers essential security practices for protecting your TALER Coin wallet and assets.
Understanding wallet.dat - Your Wallet&amp;rsquo;s Source of Truth What is wallet.dat? The wallet.dat file is the only source of truth for your TALER Coin wallet. This Berkeley DB database file contains everything needed to access and spend your coins:
Critical Data Stored:
Private Keys: Cryptographic keys that control your TALER Coin HD Wallet Seed: Master seed for hierarchical deterministic key derivation Transaction History: Complete record of all wallet transactions Address Book: Saved addresses with labels Key Metadata: Creation times, derivation paths, key associations Master Encryption Key: Encrypted key material (when wallet is encrypted) File Location:</description></item><item><title>Mining &amp; Staking</title><link>https://taler.tech/en/docs/node-mining/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://taler.tech/en/docs/node-mining/</guid><description>This guide covers how to earn TALER Coin rewards through Proof-of-Stake (PoS) staking using the GUI wallet.
Understanding TALER Blockchain&amp;rsquo;s Consensus TALER Blockchain uses a hybrid Proof-of-Work (PoW) and Proof-of-Stake (PoS) consensus mechanism:
Proof-of-Work (PoW): Miners generate blocks using computational power Proof-of-Stake (PoS): Coin holders stake their coins to generate blocks This guide focuses on PoS staking, which is the recommended method for most users as it:
Requires no specialized hardware Consumes minimal electricity Allows you to earn passive rewards on your existing TALER holdings Helps secure the network What is PoS Staking?</description></item><item><title>Troubleshooting</title><link>https://taler.tech/en/docs/troubleshooting/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://taler.tech/en/docs/troubleshooting/</guid><description>Common issues and their solutions for TALER Coin users.
Content Placeholder Detailed documentation content will be added here. This is a placeholder section for future content.</description></item><item><title>Architecture</title><link>https://taler.tech/en/docs/architecture/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://taler.tech/en/docs/architecture/</guid><description>This document describes the technical architecture of the TALER Blockchain, covering consensus mechanics, economic model, network protocol, and storage internals. All details are derived from the TALER Blockchain source code.
Overview TALER Blockchain is a Bitcoin Core-based blockchain that implements a hybrid Proof-of-Work / Proof-of-Stake consensus model. Both PoW and PoS blocks coexist on the same chain, each governed by independent difficulty targets and block spacing rules.
Genesis date: September 13, 2017 Codebase lineage: Bitcoin Core (UTXO model, script system, peer protocol) Block types: PoW blocks and PoS blocks interleaved on one chain Consensus Mechanism The chain accepts both PoW-mined and PoS-minted blocks.</description></item><item><title>API Reference</title><link>https://taler.tech/en/docs/api-reference/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://taler.tech/en/docs/api-reference/</guid><description>Complete API reference for interacting with TALER Blockchain programmatically.
Content Placeholder Detailed documentation content will be added here. This is a placeholder section for future content.</description></item><item><title>Smart Contracts</title><link>https://taler.tech/en/docs/smart-contracts/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://taler.tech/en/docs/smart-contracts/</guid><description>Learn how to develop and deploy smart contracts on TALER Blockchain.
Content Placeholder Detailed documentation content will be added here. This is a placeholder section for future content.</description></item><item><title>Running a Node</title><link>https://taler.tech/en/docs/node-setup/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://taler.tech/en/docs/node-setup/</guid><description>This guide covers how to set up and run a full TALER Blockchain node.
What is a TALER Blockchain Node? A TALER Blockchain node is a full participant in the blockchain network that:
Validates Transactions: Verifies all transactions according to consensus rules Maintains Blockchain: Stores the complete transaction history Relays Data: Forwards valid transactions and blocks to other nodes Supports Network: Contributes to network decentralization and security Enables Mining/Staking: Allows you to participate in block generation Running a node helps secure the TALER Blockchain network and gives you full control over your blockchain interactions.</description></item><item><title>Command Line (talerd)</title><link>https://taler.tech/en/docs/node-cli/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://taler.tech/en/docs/node-cli/</guid><description>This guide provides comprehensive documentation for talerd (the TALER Blockchain daemon) and taler-cli (command-line interface) tools.
Overview TALER Blockchain provides two primary command-line tools:
talerd: The blockchain daemon that runs the full node taler-cli: Command-line tool to interact with the running daemon talerd - TALER Blockchain Daemon The talerd daemon is the core TALER Blockchain node software.
Basic Usage talerd [options] Essential Options Network Configuration Option Description Default -listen Accept incoming connections 1 (enabled) -port=&amp;lt;port&amp;gt; Listen on specified port 23153 (mainnet) -maxconnections=&amp;lt;n&amp;gt; Maximum peer connections 128 -addnode=&amp;lt;ip&amp;gt; Add a node to connect to - -connect=&amp;lt;ip&amp;gt; Connect only to specified node - -seednode=&amp;lt;ip&amp;gt; Connect to node for initial peers - -proxy=&amp;lt;ip:port&amp;gt; Connect through SOCKS5 proxy - -bind=&amp;lt;addr&amp;gt; Bind to specific address All interfaces Data Management Option Description Default -datadir=&amp;lt;dir&amp;gt; Specify data directory See below -prune=&amp;lt;n&amp;gt; Enable pruning (reduce disk usage to ~n MB) 0 (disabled) -dbcache=&amp;lt;n&amp;gt; Database cache size in MB 450 -maxmempool=&amp;lt;n&amp;gt; Maximum mempool size in MB 300 -blocksdir=&amp;lt;dir&amp;gt; Specify directory for block storage datadir/blocks Default Data Directories:</description></item><item><title>Community Seed Servers</title><link>https://taler.tech/en/docs/seed-servers/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://taler.tech/en/docs/seed-servers/</guid><description>Seed servers help TALER Blockchain nodes discover peers when joining the network. TALER Blockchain uses a combination of hardcoded seeds and a community-maintained seed list to ensure reliable connectivity and decentralization.
How Peer Discovery Works When a TALER Blockchain node starts, it needs to find other nodes to connect to. This happens in several stages:
Hardcoded DNS Seeds - Built into the node binary, these are DNS names that resolve to known TALER Blockchain nodes Hardcoded Fixed IP Seeds - A fallback list of IP addresses compiled into the binary Community Seed List - A remote bootstrap.</description></item><item><title>History</title><link>https://taler.tech/en/docs/history/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://taler.tech/en/docs/history/</guid><description>A community account of how TALER came to be - written from the perspective of early enthusiasts who lived through the project&amp;rsquo;s first months. This is not an official press release. It is a candid retelling of how things actually happened in 2017 and early 2018.
2017: Two Founders and a Constructor In the beginning there were two: Lavnikevich (henceforth &amp;ldquo;the Creator&amp;rdquo;) and Lavrinenko. In 2017 they spawned TALER on walletbuilders.</description></item><item><title>SDK Guides</title><link>https://taler.tech/en/docs/sdk-guides/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://taler.tech/en/docs/sdk-guides/</guid><description>Comprehensive guides for using the TALER Blockchain SDK in your applications.
Content Placeholder Detailed documentation content will be added here. This is a placeholder section for future content.</description></item><item><title>Consensus Mechanism</title><link>https://taler.tech/en/docs/consensus/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://taler.tech/en/docs/consensus/</guid><description>Understanding TALER Blockchain&amp;rsquo;s consensus mechanism and how transactions are validated on the network.
Content Placeholder Detailed documentation content will be added here. This is a placeholder section for future content.</description></item><item><title>Docker Deployment</title><link>https://taler.tech/en/docs/node-docker/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://taler.tech/en/docs/node-docker/</guid><description>This guide covers deploying TALER Blockchain nodes using Docker and Docker Compose.
Prerequisites Before you begin, ensure you have:
Docker: Version 20.10 or higher (Install Docker) Docker Compose: Version 2.0 or higher (included with Docker Desktop) Disk Space: At least 20GB for full node RAM: Minimum 2GB available memory (4GB+ recommended) Verify installation:
docker --version docker compose version Quick Start Using Docker Compose The TALER Blockchain repository includes a production-ready docker-compose.</description></item><item><title>Validators</title><link>https://taler.tech/en/docs/validators/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://taler.tech/en/docs/validators/</guid><description>Learn about TALER Blockchain validators, how to become one, and their role in securing the network.
Content Placeholder Detailed documentation content will be added here. This is a placeholder section for future content.</description></item><item><title>Governance</title><link>https://taler.tech/en/docs/governance/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://taler.tech/en/docs/governance/</guid><description>Understanding TALER Blockchain&amp;rsquo;s governance model and how decisions are made in the ecosystem.
Content Placeholder Detailed documentation content will be added here. This is a placeholder section for future content.</description></item></channel></rss>