Junkcoin Wallets

Junkcoin Wallets

Manage your Junkcoins securely with our provisional wallets, including core wallet files and a web wallet.

While these options are functional, we’re hard at work developing new, feature-rich products that will soon redefine your Junkcoin experience!

Important Notice

The current core wallets are provisional solutions. Full-featured versions, including advanced functionalities, are under active development and will be available soon.

In the meantime, you can use these tools to manage your Junkcoins securely.

Core Wallets

The current core wallet files are temporary and designed for basic functionality (thanks to Senasgr and Blockraid team by the way!). Here’s a brief overview of each wallet files:

junkcoin-cli.exe

A command-line interface for advanced users. Use it to interact with your Junkcoin node, access basic wallet functions, and check your balance.

junkcoind.exe

A daemon for running a Junkcoin node. Ideal for syncing the blockchain and verifying transactions, though advanced users are recommended.

junkcoin-qt.exe

A graphical interface for managing your wallet (recommended for beginners). While functional, this version has limited features and will be replaced with a fully developed wallet soon.

junkcoin-tx.exe

A tool for advanced users to create and sign raw transactions. Its use is mostly reserved for developers during this provisional phase.

Download the core wallets

Important: Specific file to add

For your wallet to synchronize with Junkcoin blockchain, you’ll need to execute the wallet one time, then close it. Then, download this compressed file (“junkcoin.conf“), extract it, and copy it into your “Roaming > Junkcoin” folder (on Windows).

Where is this folder? Search for this path on your computer:

C:\Users\YOURNAME\AppData\Roaming\JunkCoin

Once it’s done, you can relaunch your Junkcoin wallet, it will start syncing!

Web Wallet

JunkieWally is the first web wallet for the Junkcoin blockchain (thanks to @themoonether and @puckanode!), allowing you to securely create or access your wallet. Simple, lightweight, and accessible directly from your browser!

How to install on Chrome

A) Install the extension

  • Go to the Chrome Web Store.
  • Click “Add to Chrome” and confirm the installation.

B) Configure your wallet

  • Click on the JunkieWally icon in your browser extensions bar.
  • Set a secure password and click “Create password“.
  • Now, choose between creating a new mnemonic, or restoring from an existing mnemonic or private key.

How to install on Firefox (Windows Tutorial)

A) First steps

1. Go to the “Web Wallet” page of Junkcoin’s GitHub, and download the wallet ZIP files by clicking on the “Code” button. Then extract its content.

How to install Junkcoin Web Wallet

2. Now, search for “Powershell” on your computer, open a session, and then copy-paste the following command to download and install “bun“:

powershell -c “irm bun.sh/install.ps1 | iex”

3. Verify your installation by copy-pasting this command (you’ll then see the bun version number):

bun -v

4. Locate your wallet folder path on your PC, customize the path of the following command, and type it in Powershell:

cd “C:\Users\YourName\Documents\Junkcoin Wallets\junkcoin-web-wallet” 

5. Install dependencies:

bun i

B) Install the extension on Firefox

1. Stay in the current folder, and start building the Chrome extension:

bun firefox

2. Now, follow these installation steps:

  • Type “about:debugging#/runtime/this-firefox” in your browser
  • Click “Load Temporary Add-on
  • Select any file from “dist/firefox” folder
  • Congrats! Your extension is now ready to be used on your browser!

Download the web wallet

Paper Wallet

With this tool, you can create and manage paper wallets (again, thanks to Senasgr and Blockraid team for their help!). While it cannot yet send transactions, it’s perfect for generating a new wallet or accessing an existing one.

How it works

  1. Click on the “index.html” file. A window will open on your browser.
  2. Set a secure password to protect your wallet.
  3. Name your wallet and click “Generate New Wallet.”
  4. Go to the “Paper Wallet” tab, select the wallet name, and download your private key for safekeeping.

💡 Important: This is a temporary solution until our full-featured web wallet is launched!

Download the paper wallet

Need More Resources?

Visit our “Resources” page for more dev tools and useful community contents!