Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

signmessage

Open
#1,319 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
cpp
Domain
blockchain

Research direction

Start with src/util/message.cpp and the signmessage/verifymessage entry points, then compare their behavior with the Elements/Liquid cases and wallet summary in the issue. Done means reaching a project decision on the message prefix, blinding-key handling, non-p2pkh support, and whether message signing remains in Core.

Written by the indexing model from the issue text.

Description

There are a few issues/open points with Elements/Liquid signmessage and verifymessage

Are we ok with all of the above? or do we we want to change something?

Do we still want to support message signing in Core?

Do we want to extend message signing and verification to non-p2pkh? Do we want to do it outside Core?


FWIW, here is a summary of what some existing wallets implement

Core GDK Electrum
signmessage bitcoin p2pkh ✅ ✅ ✅
signmessage bitcoin p2sh-p2wpkh ❌ ✅ ✅
signmessage bitcoin p2wpkh ❌ ✅ ✅
verifymessage bitcoin p2pkh ✅ ❌ ✅
verifymessage bitcoin p2sh-p2wpkh ❌ ❌ ✅
verifymessage bitcoin p2wpkh ❌ ❌ ✅
signmessage liquid p2pkh ✅ ❌ ❌
signmessage liquid p2sh-p2wpkh ❌ ❌ ❌
signmessage liquid p2wpkh ❌ ❌ ❌
verifymessage liquid p2pkh ✅ ❌ ❌
verifymessage liquid p2sh-p2wpkh ❌ ❌ ❌
verifymessage liquid p2wpkh ❌ ❌ ❌

Electrum was included in the above table since it was used as a reference to add support for non-p2pkh signing to GDK.

Dominant language
C++
Stars
1.2k
Forks
418
Avg merge
1d 12h
Merged PRs (30d)
13

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from ElementsProject/elements

All issues in ElementsProject/elements

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.