RTradeLtd / VaaS

Vanity-As-A-Service, Secure Vanity Address Generation Leveraging RTrade Extensive Computation Infrastructure [WIP]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Vanity-As-A-Service, Secure Vanity Address Generation Leveraging RTrade Extensive Computation Infrastructure [WIP]

License:Apache License 2.0


Languages

Language:Go 100.0%