https://github.com/rtradeltd/vaas
Vanity-As-A-Service, Secure Vanity Address Generation Leveraging RTrade Extensive Computation Infrastructure [WIP]
https://github.com/rtradeltd/vaas
distributed-computing vanity-address vanity-addresses vanity-eth vanitygen
Last synced: about 1 month ago
JSON representation
Vanity-As-A-Service, Secure Vanity Address Generation Leveraging RTrade Extensive Computation Infrastructure [WIP]
- Host: GitHub
- URL: https://github.com/rtradeltd/vaas
- Owner: RTradeLtd
- License: apache-2.0
- Created: 2018-08-25T08:15:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-28T01:56:30.000Z (almost 7 years ago)
- Last Synced: 2025-04-04T19:24:00.760Z (2 months ago)
- Topics: distributed-computing, vanity-address, vanity-addresses, vanity-eth, vanitygen
- Language: Go
- Homepage:
- Size: 22.5 MB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VaaS
VaaS (Vanity As A Service) is an experimental SaaS product, offering secure Vanity Address generation leveraging RTrade's extensive computing power.
To build the protobuf messages run `protoc --go_out=. *.proto`
Requires ETCDv3 running to coordinate workers
Everything unless specified otherwise (encrypt.go) is licensed under Apache-2
## Running
1) Start etcd instance
2) Start actor `./VaaS distributor 127.0.0.1:0`
3) Start worker `./VaaS distributor 127.0.0.1:0`
4) Make get API call too `http://{{api_url}}:6767/api/v1/ethereum/generate/distributed`