Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cloud-based twister node #1

Open
ghost opened this issue Feb 27, 2021 · 1 comment
Open

Cloud-based twister node #1

ghost opened this issue Feb 27, 2021 · 1 comment
Labels
good first issue Good for newcomers

Comments

@ghost
Copy link

ghost commented Feb 27, 2021

In my opinion, to implement light, power-save mobile app, we need to think about cloud based twister wallet service.

  1. The first way is the free to use, shared online wallet, like it implemented in the most crypt-coins projects. Main concept is using one cluster to run many twister daemons for each user/wallet on the same time. Using mobile app, through API, device connects to the server and initiate new daemon process. It's nice to pass PK through AES/PGP methods.

  2. Alternatively, I think about twister hosting platform, where each user for a some cost can order his own virtual machine with pre-configured twister daemon, dedicated resources (for generating blocks ability) and remote web interface + mobile API. Every account will have dedicated IP. This way should be isolated from server administration to keep PK privacy. This way is more expensive and I doubt.

  3. Also, it nice to write some python (or another server side language) command-line installation manager (e.g. openvpn-install), that helps to download, configure the remote node, and setup firewalls using any host by user choice.

    Algorithm drafts: Remote Twister Node setup (Ubuntu Debian)
    Related issue: Command-line installation manager

Pretty raw thoughts I will explain the subject later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

0 participants