Skip to content

Multi-Sign Address Guide for Storage Providers - #755

Open
codeboost-tr wants to merge 1 commit into
filecoin-project:masterfrom
codeboost-tr:feat/multi-sign-address
Open

codeboost-tr wants to merge 1 commit into
filecoin-project:masterfrom
codeboost-tr:feat/multi-sign-address

Conversation

@codeboost-tr

Copy link
Copy Markdown

Summary

This PR adds a comprehensive Multi-Sign Address Guide for Filecoin storage providers, as requested in issue #302.

What's Included

  • Overview & Concepts — What is a multi-sign address, why use it for miner owner (security benefits)
  • Creating Multi-Sign Addresses — Using lotus msig create with M-of-N configuration
  • Owner Type Transitions:
    • Ordinary address → Multi-Sign address
    • Multi-Sign address → Different Multi-Sign address (key rotation)
    • Multi-Sign address → Single-sign (ordinary) address
  • Common Operations with Multi-Sign Owner:
    • Withdrawing balance
    • Modifying control addresses
    • Modifying worker address (3-phase process with 900-epoch delay)
  • Workflow Summary — Quick reference card and decision flow diagram
  • Security Considerations — Best practices, risks, and mitigations
  • Troubleshooting — Common errors and solutions

Closes #302

Adds a comprehensive multi-sign address guide covering:
- What is a multi-sign address and why use it for miner owner
- Creating multi-sign addresses with lotus msig
- Changing owner types (normal→multisig, multisig→multisig, multisig→normal)
- Common operations with multi-sign owner (withdraw, control, worker)
- Workflow summary and decision flow diagrams
- Security best practices and troubleshooting
- Quick reference card for common operations

Closes filecoin-project#302
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Owner Use Of Multi Sign Address

1 participant