{"id":44720,"date":"2023-03-09T07:00:24","date_gmt":"2023-03-09T07:00:24","guid":{"rendered":"https:\/\/kaspa.org\/?p=44720"},"modified":"2023-03-20T15:16:38","modified_gmt":"2023-03-20T15:16:38","slug":"kaspa-full-node-tutorial-by-avoghadro","status":"publish","type":"post","link":"https:\/\/kaspa.org\/kaspa-full-node-tutorial-by-avoghadro\/","title":{"rendered":"Kaspa Full Node Tutorial by AvogHadro"},"content":{"rendered":"

A tutorial on installing Kaspad on Windows\u200a\u2014\u200aused for solo mining and participating in the Kaspa network.<\/em><\/p>\n

<\/figure>\n

Kaspad Full\u00a0Node<\/h4>\n

Kaspad is the reference full node program for the Kaspa cryptocurrency network. By running a Kaspad node on your desktop computer, you become an active peer in the Kaspa network. By doing so, you can participate in the validation and propagation of transactions and blocks. In addition to contributing to the network\u2019s security and decentralization, running a Kaspad node allows you to directly mine to it in full solo without relying on mining pools. Running a Kaspad node is a rewarding way to engage with the Kaspa ecosystem and help support its growth and development while giving you access to some exciting features.<\/p>\n

While Kaspad can run on various hardware configurations, having at least 4 to 8 GB of RAM, a 4-core CPU, and a good internet network connection is recommended. While some computational work involves processing and verifying transactions and blocks, it\u2019s not very demanding, especially for modern computers with decent processing power. However, the amount of storage space required can be significant. Therefore, having enough disk space to store the blockDAG data is essential. About 50GB should suffice.<\/p>\n

To start the process, download the Kaspad full node program from the official GitHub repository (https:\/\/github.com\/kaspanet\/kaspad\/releases<\/a>):<\/p>\n

<\/figure>\n

It\u2019s vital to download the latest version of Kaspad so that your node is up to date with the most recent improvements and bug fixes. For this tutorial, we will be using the Windows release. Once you have downloaded the Kaspad\u00a0.zip file, extract the files to a directory of your choice. For example, it was extracted to a folder named kaspad on my desktop.<\/p>\n

Open a command prompt or terminal window. Search for \u201ccmd\u201d in the Start Menu on Windows or by pressing the \u201cWindows key + R\u201d on your keyboard and typing \u201ccmd\u201d in the \u201cRun\u201d dialog box, then hit \u201cEnter.\u201d Alternatively, you can also use PowerShell, which is another command line tool available on Windows.<\/p>\n

<\/figure>\n

Navigate to the directory where you extracted the Kaspad binary. You can use the \u201ccd\u201d command followed by the path to the directory. For example, suppose you extracted the files to a folder named \u201ckaspad\u201d on your desktop. In that case, you can navigate to that directory by typing \u201ccd Desktop\/kaspad\u201d (assuming your desktop is located in the default location). Typing \u201cdir\u201d will display the contents of this folder:<\/p>\n

<\/figure>\n

The output of the \u201cdir\u201d command shows several executables in the directory. To run the Kaspad node, you must execute the \u201ckaspad.exe\u201d file by typing \u201ckaspad.exe\u200a\u2014\u200autxoindex.\u201d The additional \u201c\u2014 utxoindex\u201d flag enables UTXO indexing, which is necessary for the node to function correctly. When you start the node, you may receive a firewall warning. Click \u201cAllow\u201d to allow Kaspad to run properly.<\/p>\n

The node will begin syncing with the rest of the network. This process can take some time, usually around an hour or more, depending on the speed of your internet connection and the specifications of your hardware.<\/p>\n

<\/figure>\n

You will know that synchronization is complete when you see messages such as \u201cAccepted block ***** via relay\u201d in the command prompt or terminal window. ***** being the block hash. Once your Kaspad node is fully synced with the network, you can use it in various ways. For example, you can mine directly to your node, create your own CLI wallet to send and receive KAS in command lines, or query the blockchain for transaction data.<\/p>\n

That\u2019s it! With these simple steps, you can easily run a Kaspa node on your desktop computer and start exploring the world of Kaspa.<\/p>\n

Tip<\/strong>: AvogHadro is a Community Helper in the Kaspa Discord. As an avid Kaspa supporter and crypto enthusiast, AvogHadro\u2018s knowledge and support is well respected and valued within the Kaspa Community.<\/p>\n

KASPA<\/a><\/p>\n

KASPA WIKI<\/a><\/p>\n

MEDIUM<\/a><\/p>\n

TELETYPE<\/a><\/p>\n

DISCORD<\/a><\/p>\n

TELEGRAM<\/a><\/p>\n

TWITTER<\/a><\/p>\n

REDDIT<\/a><\/p>\n

GITHUB<\/a><\/p>\n

EXPLORER<\/a><\/p>\n

Find me on the Kaspa discord\u200a\u2014\u200aBubblegum Lightning<\/p>\n","protected":false},"excerpt":{"rendered":"

A tutorial on installing Kaspad on Windows\u200a\u2014\u200aused for solo mining and participating in the Kaspa network. Kaspad Full\u00a0Node Kaspad is the reference full node program for the Kaspa cryptocurrency network. By running a Kaspad node on your desktop computer, you become an active peer in the Kaspa network. By doing so, you can participate in […]<\/p>\n","protected":false},"author":34,"featured_media":44721,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"

A tutorial on installing Kaspad on Windows\u200a\u2014\u200aused for solo mining and participating in the Kaspa network.<\/em><\/p>\r\n\r\n

<\/figure>\r\n

Kaspad Full\u00a0Node<\/h4>\r\n

Kaspad is the reference full node program for the Kaspa cryptocurrency network. By running a Kaspad node on your desktop computer, you become an active peer in the Kaspa network. By doing so, you can participate in the validation and propagation of transactions and blocks. In addition to contributing to the network\u2019s security and decentralization, running a Kaspad node allows you to directly mine to it in full solo without relying on mining pools. Running a Kaspad node is a rewarding way to engage with the Kaspa ecosystem and help support its growth and development while giving you access to some exciting features.<\/p>\r\n

While Kaspad can run on various hardware configurations, having at least 4 to 8 GB of RAM, a 4-core CPU, and a good internet network connection is recommended. While some computational work involves processing and verifying transactions and blocks, it\u2019s not very demanding, especially for modern computers with decent processing power. However, the amount of storage space required can be significant. Therefore, having enough disk space to store the blockDAG data is essential. About 50GB should suffice.<\/p>\r\n

To start the process, download the Kaspad full node program from the official GitHub repository (https:\/\/github.com\/kaspanet\/kaspad\/releases<\/a>):<\/p>\r\n\r\n

<\/figure>\r\n

It\u2019s vital to download the latest version of Kaspad so that your node is up to date with the most recent improvements and bug fixes. For this tutorial, we will be using the Windows release. Once you have downloaded the Kaspad\u00a0.zip file, extract the files to a directory of your choice. For example, it was extracted to a folder named kaspad on my desktop.<\/p>\r\n

Open a command prompt or terminal window. Search for \u201ccmd\u201d in the Start Menu on Windows or by pressing the \u201cWindows key + R\u201d on your keyboard and typing \u201ccmd\u201d in the \u201cRun\u201d dialog box, then hit \u201cEnter.\u201d Alternatively, you can also use PowerShell, which is another command line tool available on Windows.<\/p>\r\n\r\n

<\/figure>\r\n

Navigate to the directory where you extracted the Kaspad binary. You can use the \u201ccd\u201d command followed by the path to the directory. For example, suppose you extracted the files to a folder named \u201ckaspad\u201d on your desktop. In that case, you can navigate to that directory by typing \u201ccd Desktop\/kaspad\u201d (assuming your desktop is located in the default location). Typing \u201cdir\u201d will display the contents of this folder:<\/p>\r\n\r\n

<\/figure>\r\n

The output of the \u201cdir\u201d command shows several executables in the directory. To run the Kaspad node, you must execute the \u201ckaspad.exe\u201d file by typing \u201ckaspad.exe\u200a\u2014\u200autxoindex.\u201d The additional \u201c\u2014 utxoindex\u201d flag enables UTXO indexing, which is necessary for the node to function correctly. When you start the node, you may receive a firewall warning. Click \u201cAllow\u201d to allow Kaspad to run properly.<\/p>\r\n

The node will begin syncing with the rest of the network. This process can take some time, usually around an hour or more, depending on the speed of your internet connection and the specifications of your hardware.<\/p>\r\n\r\n

<\/figure>\r\n

You will know that synchronization is complete when you see messages such as \u201cAccepted block ***** via relay\u201d in the command prompt or terminal window. ***** being the block hash. Once your Kaspad node is fully synced with the network, you can use it in various ways. For example, you can mine directly to your node, create your own CLI wallet to send and receive KAS in command lines, or query the blockchain for transaction data.<\/p>\r\n

That\u2019s it! With these simple steps, you can easily run a Kaspa node on your desktop computer and start exploring the world of Kaspa.<\/p>\r\n

Tip<\/strong>: AvogHadro is a Community Helper in the Kaspa Discord. As an avid Kaspa supporter and crypto enthusiast, AvogHadro\u2018s knowledge and support is well respected and valued within the Kaspa Community.<\/p>\r\n

KASPA<\/a><\/p>\r\n

KASPA WIKI<\/a><\/p>\r\n

MEDIUM<\/a><\/p>\r\n

TELETYPE<\/a><\/p>\r\n

DISCORD<\/a><\/p>\r\n

TELEGRAM<\/a><\/p>\r\n

TWITTER<\/a><\/p>\r\n

REDDIT<\/a><\/p>\r\n

GITHUB<\/a><\/p>\r\n

EXPLORER<\/a><\/p>\r\n

Find me on the Kaspa discord\u200a\u2014\u200aBubblegum Lightning<\/p>","_et_gb_content_width":"","inline_featured_image":false},"categories":[13,77],"tags":[],"yoast_head":"\nKaspa Full Node Tutorial by AvogHadro - Kaspa<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/kaspa.org\/kaspa-full-node-tutorial-by-avoghadro\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Kaspa Full Node Tutorial by AvogHadro - Kaspa\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kaspa.org\/kaspa-full-node-tutorial-by-avoghadro\/\" \/>\n<meta property=\"og:site_name\" content=\"Kaspa\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/KaspaCurrency\" \/>\n<meta property=\"article:published_time\" content=\"2023-03-09T07:00:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-20T15:16:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/kaspa.org\/wp-content\/uploads\/2023\/03\/1_u_oD8_jLFjXCAzwcq57rjw.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"608\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Nathaniel Crowningshield\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@KaspaCurrency\" \/>\n<meta name=\"twitter:site\" content=\"@KaspaCurrency\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Nathaniel Crowningshield\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/kaspa.org\/kaspa-full-node-tutorial-by-avoghadro\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/kaspa.org\/kaspa-full-node-tutorial-by-avoghadro\/\"},\"author\":{\"name\":\"Nathaniel Crowningshield\",\"@id\":\"https:\/\/kaspa.org\/#\/schema\/person\/a35816ff67b0ca3c7f5c3e982d37521f\"},\"headline\":\"Kaspa Full Node Tutorial by AvogHadro\",\"datePublished\":\"2023-03-09T07:00:24+00:00\",\"dateModified\":\"2023-03-20T15:16:38+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/kaspa.org\/kaspa-full-node-tutorial-by-avoghadro\/\"},\"wordCount\":666,\"publisher\":{\"@id\":\"https:\/\/kaspa.org\/#organization\"},\"articleSection\":[\"Technology\",\"Tutorials\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kaspa.org\/kaspa-full-node-tutorial-by-avoghadro\/\",\"url\":\"https:\/\/kaspa.org\/kaspa-full-node-tutorial-by-avoghadro\/\",\"name\":\"Kaspa Full Node Tutorial by AvogHadro - Kaspa\",\"isPartOf\":{\"@id\":\"https:\/\/kaspa.org\/#website\"},\"datePublished\":\"2023-03-09T07:00:24+00:00\",\"dateModified\":\"2023-03-20T15:16:38+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/kaspa.org\/kaspa-full-node-tutorial-by-avoghadro\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kaspa.org\/kaspa-full-node-tutorial-by-avoghadro\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kaspa.org\/kaspa-full-node-tutorial-by-avoghadro\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/kaspa.org\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Kaspa Full Node Tutorial by AvogHadro\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/kaspa.org\/#website\",\"url\":\"https:\/\/kaspa.org\/\",\"name\":\"Kaspa\",\"description\":\"Proof-of-Work Cryptocurrency with GHOSTDAG protocol - Maintained, with love by Community Members.\",\"publisher\":{\"@id\":\"https:\/\/kaspa.org\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/kaspa.org\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/kaspa.org\/#organization\",\"name\":\"Kaspa\",\"url\":\"https:\/\/kaspa.org\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kaspa.org\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/kaspa.org\/wp-content\/uploads\/2022\/08\/kaspa-1920x1280-trello.png\",\"contentUrl\":\"https:\/\/kaspa.org\/wp-content\/uploads\/2022\/08\/kaspa-1920x1280-trello.png\",\"width\":1920,\"height\":1280,\"caption\":\"Kaspa\"},\"image\":{\"@id\":\"https:\/\/kaspa.org\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/KaspaCurrency\",\"https:\/\/twitter.com\/KaspaCurrency\",\"https:\/\/t.me\/Kaspaenglish\",\"https:\/\/www.instagram.com\/kaspacurrency\/\",\"https:\/\/www.linkedin.com\/company\/kaspa-currency\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/kaspa.org\/#\/schema\/person\/a35816ff67b0ca3c7f5c3e982d37521f\",\"name\":\"Nathaniel Crowningshield\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kaspa.org\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b4ac985f453721b253ce4bb8bfb24ca0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b4ac985f453721b253ce4bb8bfb24ca0?s=96&d=mm&r=g\",\"caption\":\"Nathaniel Crowningshield\"},\"url\":\"https:\/\/kaspa.org\/author\/bubblegum_lightning\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Kaspa Full Node Tutorial by AvogHadro - Kaspa","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/kaspa.org\/kaspa-full-node-tutorial-by-avoghadro\/","og_locale":"en_US","og_type":"article","og_title":"Kaspa Full Node Tutorial by AvogHadro - Kaspa","og_url":"https:\/\/kaspa.org\/kaspa-full-node-tutorial-by-avoghadro\/","og_site_name":"Kaspa","article_publisher":"https:\/\/www.facebook.com\/KaspaCurrency","article_published_time":"2023-03-09T07:00:24+00:00","article_modified_time":"2023-03-20T15:16:38+00:00","og_image":[{"width":1200,"height":608,"url":"https:\/\/kaspa.org\/wp-content\/uploads\/2023\/03\/1_u_oD8_jLFjXCAzwcq57rjw.webp","type":"image\/webp"}],"author":"Nathaniel Crowningshield","twitter_card":"summary_large_image","twitter_creator":"@KaspaCurrency","twitter_site":"@KaspaCurrency","twitter_misc":{"Written by":"Nathaniel Crowningshield","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/kaspa.org\/kaspa-full-node-tutorial-by-avoghadro\/#article","isPartOf":{"@id":"https:\/\/kaspa.org\/kaspa-full-node-tutorial-by-avoghadro\/"},"author":{"name":"Nathaniel Crowningshield","@id":"https:\/\/kaspa.org\/#\/schema\/person\/a35816ff67b0ca3c7f5c3e982d37521f"},"headline":"Kaspa Full Node Tutorial by AvogHadro","datePublished":"2023-03-09T07:00:24+00:00","dateModified":"2023-03-20T15:16:38+00:00","mainEntityOfPage":{"@id":"https:\/\/kaspa.org\/kaspa-full-node-tutorial-by-avoghadro\/"},"wordCount":666,"publisher":{"@id":"https:\/\/kaspa.org\/#organization"},"articleSection":["Technology","Tutorials"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/kaspa.org\/kaspa-full-node-tutorial-by-avoghadro\/","url":"https:\/\/kaspa.org\/kaspa-full-node-tutorial-by-avoghadro\/","name":"Kaspa Full Node Tutorial by AvogHadro - Kaspa","isPartOf":{"@id":"https:\/\/kaspa.org\/#website"},"datePublished":"2023-03-09T07:00:24+00:00","dateModified":"2023-03-20T15:16:38+00:00","breadcrumb":{"@id":"https:\/\/kaspa.org\/kaspa-full-node-tutorial-by-avoghadro\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kaspa.org\/kaspa-full-node-tutorial-by-avoghadro\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/kaspa.org\/kaspa-full-node-tutorial-by-avoghadro\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/kaspa.org\/"},{"@type":"ListItem","position":2,"name":"Kaspa Full Node Tutorial by AvogHadro"}]},{"@type":"WebSite","@id":"https:\/\/kaspa.org\/#website","url":"https:\/\/kaspa.org\/","name":"Kaspa","description":"Proof-of-Work Cryptocurrency with GHOSTDAG protocol - Maintained, with love by Community Members.","publisher":{"@id":"https:\/\/kaspa.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kaspa.org\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/kaspa.org\/#organization","name":"Kaspa","url":"https:\/\/kaspa.org\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kaspa.org\/#\/schema\/logo\/image\/","url":"https:\/\/kaspa.org\/wp-content\/uploads\/2022\/08\/kaspa-1920x1280-trello.png","contentUrl":"https:\/\/kaspa.org\/wp-content\/uploads\/2022\/08\/kaspa-1920x1280-trello.png","width":1920,"height":1280,"caption":"Kaspa"},"image":{"@id":"https:\/\/kaspa.org\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/KaspaCurrency","https:\/\/twitter.com\/KaspaCurrency","https:\/\/t.me\/Kaspaenglish","https:\/\/www.instagram.com\/kaspacurrency\/","https:\/\/www.linkedin.com\/company\/kaspa-currency\/"]},{"@type":"Person","@id":"https:\/\/kaspa.org\/#\/schema\/person\/a35816ff67b0ca3c7f5c3e982d37521f","name":"Nathaniel Crowningshield","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kaspa.org\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/b4ac985f453721b253ce4bb8bfb24ca0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b4ac985f453721b253ce4bb8bfb24ca0?s=96&d=mm&r=g","caption":"Nathaniel Crowningshield"},"url":"https:\/\/kaspa.org\/author\/bubblegum_lightning\/"}]}},"jetpack_featured_media_url":"https:\/\/i0.wp.com\/kaspa.org\/wp-content\/uploads\/2023\/03\/1_u_oD8_jLFjXCAzwcq57rjw.webp?fit=1200%2C608&ssl=1","jetpack-related-posts":[{"id":44287,"url":"https:\/\/kaspa.org\/kaspa-node-on-raspberry-pi\/","url_meta":{"origin":44720,"position":0},"title":"Kaspa Node on Raspberry Pi","date":"February 7, 2023","format":false,"excerpt":"A low cost, low power solution for Raspberry Pi 4 Model B from nwbower. nwbower has released a Kaspa Node in Docker for a Raspberry Pi 4 Model B 8GB\u200a\u2014\u200aarm64. Interested in running a Kaspa Node on your Raspberry Pi 4 Model B? Using an 8GB version, you can run\u2026","rel":"","context":"In "General"","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/kaspa.org\/wp-content\/uploads\/2023\/02\/1IssLuAp1fWKJaUDycwS72A.png?fit=645%2C362&ssl=1&resize=350%2C200","width":350,"height":200},"classes":[]},{"id":44709,"url":"https:\/\/kaspa.org\/kaspa-v0-12-13-released\/","url_meta":{"origin":44720,"position":1},"title":"Kaspa v0.12.13 Released","date":"March 7, 2023","format":false,"excerpt":"Kaspad is the full node program for Kaspa. Kaspa v0.12.13 Kaspad, the full node implementation of the Kaspa blockchain, has released version 0.12.13. This latest update includes bug fixes for some minor dependency-related security issues. However, the most significant new feature is the addition of the \u201c \u2014 send-all\u201d flag\u2026","rel":"","context":"In "General"","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/kaspa.org\/wp-content\/uploads\/2023\/03\/0_wX5GFayu-OOPR370.png?fit=1050%2C525&ssl=1&resize=350%2C200","width":350,"height":200},"classes":[]},{"id":44740,"url":"https:\/\/kaspa.org\/kaspa-cli-wallet-tutorial-by-avoghadro\/","url_meta":{"origin":44720,"position":2},"title":"Kaspa CLI Wallet Tutorial by AvogHadro","date":"March 10, 2023","format":false,"excerpt":"A tutorial on installing a CLI Wallet on Windows. CLI Wallet with\u00a0Kaspad Now that we have gone through the process of syncing a kaspad node, we will create and use a command line interface(CLI) wallet using kaspawallet.exe in the list of programs in kaspad. While your node is active, open\u2026","rel":"","context":"In "Mining"","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/kaspa.org\/wp-content\/uploads\/2023\/03\/1_u_oD8_jLFjXCAzwcq57rjw.webp?fit=1200%2C608&ssl=1&resize=350%2C200","width":350,"height":200},"classes":[]},{"id":44743,"url":"https:\/\/kaspa.org\/kaspa-solo-mining-tutorial-by-avoghadro\/","url_meta":{"origin":44720,"position":3},"title":"Kaspa Solo Mining Tutorial by AvogHadro","date":"March 11, 2023","format":false,"excerpt":"A tutorial on how to solo mine on Windows. Solo Mine Your\u00a0Node Solo mining is a great way to improve the Kaspa network\u2019s decentralization while earning rewards, avoiding pool fees, and bypassing third parties. By solo mining, you have complete control over your mining process and can enjoy the full\u2026","rel":"","context":"In "Mining"","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/kaspa.org\/wp-content\/uploads\/2023\/03\/1_u_oD8_jLFjXCAzwcq57rjw.webp?fit=1200%2C608&ssl=1&resize=350%2C200","width":350,"height":200},"classes":[]},{"id":44280,"url":"https:\/\/kaspa.org\/kaspa-wallets-non-custodial-wallet-options-for-kas\/","url_meta":{"origin":44720,"position":4},"title":"Kaspa Wallets\u200a\u2014\u200aNon-custodial Options for\u00a0KAS","date":"January 27, 2023","format":false,"excerpt":"Kaspa coins can now be stored effortlessly and securely on various platforms such as Desktop, Web, Android, and iOS. Put your money where your custody is. A non-custodial wallet is a cryptocurrency wallet where users maintain complete control over their private keys. This means that the user is solely responsible\u2026","rel":"","context":"In "General"","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/kaspa.org\/wp-content\/uploads\/2023\/02\/1RRWfVxAwsC6n393nQRjDQQ.png?fit=800%2C450&ssl=1&resize=350%2C200","width":350,"height":200},"classes":[]},{"id":44031,"url":"https:\/\/kaspa.org\/kaspa-where-to-part-i\/","url_meta":{"origin":44720,"position":5},"title":"Kaspa where to (Part I)","date":"July 5, 2022","format":false,"excerpt":"","rel":"","context":"In "DAG KNIGHT"","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/kaspa.org\/wp-json\/wp\/v2\/posts\/44720"}],"collection":[{"href":"https:\/\/kaspa.org\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kaspa.org\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kaspa.org\/wp-json\/wp\/v2\/users\/34"}],"replies":[{"embeddable":true,"href":"https:\/\/kaspa.org\/wp-json\/wp\/v2\/comments?post=44720"}],"version-history":[{"count":5,"href":"https:\/\/kaspa.org\/wp-json\/wp\/v2\/posts\/44720\/revisions"}],"predecessor-version":[{"id":44788,"href":"https:\/\/kaspa.org\/wp-json\/wp\/v2\/posts\/44720\/revisions\/44788"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kaspa.org\/wp-json\/wp\/v2\/media\/44721"}],"wp:attachment":[{"href":"https:\/\/kaspa.org\/wp-json\/wp\/v2\/media?parent=44720"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kaspa.org\/wp-json\/wp\/v2\/categories?post=44720"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kaspa.org\/wp-json\/wp\/v2\/tags?post=44720"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}