-
Notifications
You must be signed in to change notification settings - Fork 85
burrrata edited this page Dec 6, 2018
·
33 revisions
- An implementation of MimbleWimble
- Both are outputs-based, PoW. See also Grin for Bitcoiners
- https://github.com/mimblewimble/grin-miner
- https://www.grin-forum.org/t/grin-mining-faq-all-of-the-answers-to-your-mining-questions/71/2
- HTTP GET /v1/chain on a public peer node or see the grin explorers and scanners in the Community Projects section.
- Check out the Build Docs
- Jan 15th
- No. Grin aims to be a useful cryptocurrency that allows people to transact just like they do with cash, but online.
- Target mean block time is 1 block per 60 seconds. The size is limited by transaction "weight", though there is also a hard cap on the order of tens of MB.
- Very well thanks to transaction cut-through!
- https://github.com/mimblewimble/grin/wiki/fees-mining and the newer
- https://github.com/mimblewimble/docs/wiki/Monetary-Policy
- No.
- Preparing for main net launch: Check out the issues and milestones
- You can attach recipts or order IDs through the slate that comes with every tx
- Every tx is only known to the sender and the recipient and the network merely verifies that tx are valid. If you're part of a tx you can log that info and use it to prove that a tx is valid and thus definitely happened.
- On Testnet2 fees were 0.8% on a transaction of 1.0 coins.
- ☑ Contracts
- ☑ Pruning
- ☐ Identity, like bitauth
- ☑ Something something SNARK/STARK/NIZKPs
- ☑ Cross chain atomic swaps, ☑ multisig, ☑ time locks, ☑ lightning network,
- ☑ Payment channels
- ☑ hidden nodes / onion routing
- ☑ Scripting - clean & native w/ tiny limits
- ☑ Dandelion privacy mixed with tx cut through (already implimented)
- A GPU with >3.7 GB of very fast DRAM is the best bet, like the 1080TI. But don't invest Grin-specific equipment yet! There's not even a final beta released, and much can still change.
- See this conversation.
- Main net release!
Basics
- Getting Started
- User Documentation
- MimbleWimble
- FAQ
- Planned releases (Roadmap)
- Code of Conduct
Contributing
- Contributing Guide
- Code Structure
- Code coverage and metrics
- Code Reviews and Audits
- Adding repos to /mimblewimble
Development
Mining
Infrastructure
Exchange integrations
R&D
Grin Community
Grin Governance
Risk Management
Grin Internals
- Block Header Data Structure
- Detailed validation logic
- P2P Protocol
Misc