Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.
/ grinrelay Public archive
forked from vault713/grinbox

🔐 Transaction Relay service for Grin Wallet, with Base32/Bech32 address ⛳

License

Notifications You must be signed in to change notification settings

gottstech/grinrelay

 
 

Repository files navigation

Build Status

Transaction Relay Service of Grin Wallet

Bech32 address

https://github.com/gottstech/grinrelay/wiki/Bech32-Grin-Relay-Address

Privacy considerations

  • The relay does not store data. Grinbox does not store any data on completed transactions by design, but it would be possible for a modified version of a relay to do so and as a result build a graph of activity between addresses. Federation means that a relay only sees transactions related to its own users.

  • Your IP is your responsibility. When you communicate with a grinbox relay, you are exposing your IP to the relay. You can obfuscate your real IP address using services such as a VPN and/or TOR or i2p.

Documents

https://github.com/gottstech/grinrelay/wiki

Credits

The code is based on the Vault713 Grinbox but the main difference between them is:

  • Grinbox use Base58 address format
  • GrinRelay use Base32/Bech32 address format which has 4 main benefits than Base58. Please detail info here.

The related code taken with thanks and respect, with license details in all derived source files.

Both Vault713 Gringox and this project are using same open source licence: Apache Licence v2.0.

License

Apache License v2.0.

About

🔐 Transaction Relay service for Grin Wallet, with Base32/Bech32 address ⛳

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 95.6%
  • Shell 3.4%
  • Dockerfile 1.0%