Fastcoin Forum

Fastcoin => Development & Technical Information => Topic started by: Reasen on July 20, 2017, 09:19:23 AM

Title: Coding a Pre-Loaded blockchain Wallet
Post by: Reasen on July 20, 2017, 09:19:23 AM
Hi to all, i'm an experienced developer and i'm thinking of creating a Fastcoin Wallet with Pre-loaded blockchain for all new users who will be able to use his Fastcoin wallet really fast.

The main ideas:
Server without any IP logs left to protect privacy.
Make it Bitcoin-Electrum based (Blockchain pre-loaded).

Security:
Server with Point to Point data encryption based on your own password using RSA (including any wallet data)
I want to enable few security measures to avoid losing your Fastcoins even if your password was stolen
such as detecting a unique ID in each computer and if ID changes this will ask for a PIN.

More ideas are welcomed.
Don't hesitate to PM me if you have any question.

I will post all the details/progress at the end of this month.
----------------------------------------------------------------------------------
Update: 21/07/17

Making the GUI and few code around
https://image.prntscr.com/image/uTr2kucYRcaYtYG_BlDoIw.png
----------------------------------------------------------------------------------
Update: 24/07/17

User account creation is already possible
----------------------------------------------------------------------------------
Update: 29/07/17

Export crypted private keys already possible
Still work to do...