Skip to content
@mybucks-online

mybucks.online

Password-only, self-custodial cryptocurrency wallet.

Summary

Mybucks.online is a password-only, self-custodial cryptocurrency wallet built with Javascript. It generates a private key from your password and passcode using an industry-standard, verified one-way hash function. Your private key forms your account, allowing you to transfer, receive, and hold your crypto assets securely.

As a hash function, the scrypt Key Derivation Function (KDF) increases the computational effort required to crack passwords, effectively delaying brute-force attacks and making them impractical.

It fully runs on your browser side without using any storage or invoking any 3rd-party APIs for key management. It instantly generates your private key from your password input, and whenever you close or refresh, there is no footprint. This absolutely protects your privacy.

With mybucks.online, you can send cryptocurrency and even wallet itself via a URL. The recipient simply clicks the link to open the wallet and take full ownership. This makes gifting and airdropping very easy.

Try this link to the demo wallet:
https://app.mybucks.online/?wallet=VWnsSGRGVtb0FjY291bnQ1JgIxMTIzMjQCb3B0aW1pc20=_wNovT

How to Use

  1. Visit app.mybucks.online.
  2. Input your password, confirmation, and passcode.
    Test credentials:
    password: DemoAccount5&
    passcode: 112324
  3. Click Open.

Pinned Loading

  1. app app Public

    Password-only, self-custodial cryptocurrency wallet. No register, no seed phrases!

    JavaScript 6 3

  2. core core Public

    Core part of mybucks.online crypto wallet, involving hashing and private key generation

    JavaScript

Repositories

Showing 5 of 5 repositories
  • core Public

    Core part of mybucks.online crypto wallet, involving hashing and private key generation

    mybucks-online/core’s past year of commit activity
    JavaScript 0 MIT 0 0 0 Updated Jan 17, 2025
  • app Public

    Password-only, self-custodial cryptocurrency wallet. No register, no seed phrases!

    mybucks-online/app’s past year of commit activity
    JavaScript 6 MIT 3 0 0 Updated Jan 17, 2025
  • key-generation Public

    This is a core part of mybucks.online, demonstrating the key generation mechanism

    mybucks-online/key-generation’s past year of commit activity
    JavaScript 0 0 0 0 Updated Jan 11, 2025
  • .github Public

    profile repo

    mybucks-online/.github’s past year of commit activity
    1 0 0 0 Updated Dec 26, 2024
  • cli-wallet Public

    Password-only crypto wallet. No registration, no KYC, no seed phrase at all. Open your account with your safe password only!

    mybucks-online/cli-wallet’s past year of commit activity
    JavaScript 0 0 0 0 Updated Dec 12, 2024

Top languages

Loading…

Most used topics

Loading…