Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • C CCS Proposals
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • monero-project
  • CCS Proposals
  • Merge requests
  • !323

MoneroSigner. Fork of seedsigner for Monero

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Hacker Industrial requested to merge HackerIndustrial/ccs-proposals:master into master Jun 01, 2022
  • Overview 23
  • Commits 4
  • Changes 1
layout: fr
title: MoneroSigner. Fork of seedsigner for Monero.
author: Monero-HackerIndustrial
date: June 08, 2022
amount: 35
milestones:
  - name: Monerosigner Beta Build
    funds: 24 
    done:
    status: unfinished
  - name:
    funds: 6
    done:
    status: unfinished
   - name:
    funds: 5
    done:
    status: unfinished
   - name:
    funds:
    done:
    status: unfinished
payouts:
  - date:
    amount:
  - date:
    amount:

The Monero community could benefit from a fork of seedsigner to supports Monero. Seedsigner uses an air-gapped Raspberry Pi Zero to sign for Bitcoin transactions. The project aims to make it easy for anybody to make a dedicated offline signing device out of low-cost commodity computer components (raspberry pi zero). This helps in reducing the need to trust hardware verndors. The most private hardware wallet, is the only only you know about.

Seedsigner is focused only on Bitcoin, because of this, the UI/UX and features are not very helpful to Monero users.

Why?

Supplychain poses a significant attack vector to hardware manufacturers, this threat is exacerbated when dealing with cryptocurrency devices. Monerosigner offers a DIY hardware wallet built out of easy* to source over the counter general hobbyist parts. This makes it easier for users to self custody their keys on their own devices.

Proposal

I plan on creating a Monero specific fork of seedsigner called Monerosigner. Monerosigner is an offline signing hardware wallet built around the raspberry pi zero SBC. The hardware comes with a companion desktop application called Monerosigner Companion. With the companion application users are able to send unsigned transactions via QR codes to Monerosigner.

Who:

HackerIndustrial, I recently created some Monero themed decorative circuit board meant to be hung as Christmas ornaments. I have done work in the web3 space and noticed a lack of self custody hardware devices.

What:

A Monero centric version of "seedsigner". I am forking the codebase and removing the bitcoin compnents and replacing them with Monero/Privacy specific features.

Monerosigner features:

  • Generate seed from dice rolls
  • Generate seed from mnemonic phrase
  • Import seed from QR code
  • Generate Addresses from accounts
  • Load unsigned transactions via QR
  • Sign unsigned transactions
  • Upoad signed transactions to companion app via QR codes
  • Generate view only wallet & Export
  • GPG key generate
  • GPG PUBkey share

Monerosigner companion application (Desktop):

  • Transfer unsigned transactions via QR code
  • Transfer signed transactions and upload to network

Monerosigner self custody scrips:

  • Help users built their own images

Milestones

Milestone 1 - Monerosigner Alpha Release

I will have created a beta version with all the Monerosigner featrues listed above. This version can be made available as an image build for flashing to sd cards. The source code will be avaialble on github but requires some technical knwoledge to setup and troubleshoot. This is considered an early alpha build for testing.

Milestone 2 - Monerosigner Companion Application

I will create a very barebone desktop application that allows the generating of unsinged transactions into QR codes. The application will also be able to get signed transactions fromt the Monerosigner device via QR codes and a webcam.

Milestone 3 - Monerosigner DIY scripts and documentation

I will create scripts to make it easier for less technical users to be able to build their own images without having to rely on my prebuilt images. The scripts come with documentation for helpinig users get started.

#### Milestone 4 - USB gadgetmode I will integrate usb gadgetmode which will help signing of large messages and will not require a webcam.

Edited Jun 01, 2022 by Hacker Industrial
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: master