WIP:SMSAddress
-
The project will be called [b]SMSAddress[/b] it will be a totally secure SMS based account located in cyberspace and always online - only I will know where the server is located, the user creates, uses and manages their account via text messages, there will be a small fee for sending payments of approx 2-3FTC < I need to cost it all properly first.
So far I have the following processes working via SMS:
- Feathercoin address & secret key creation (with the ability for the user to add their own salt during the initial creation process should they wish too)
- getbalance:secret_key < Returns the Account Address balance associated with the secret key.
The next stage is the hardest as it involves the sending processes, but I have covered the above in just over a day so I’m fairly confident I can have something ready and working in a week, well at least ready for public testing.
-
Update:
I now have send FTC via text message in place and working.
I have also created it’s own text URI scheme as follows:Text the following to xxx xxx xxx:
-
[b]create:UserSaltHere[/b] < [i]Returns[/i] a new Feathercoin address & User salted 10 digit secretkey in A-Z a-z 0-9 format.
-
[b]balance:SecretKey[/b] < [i]Returns[/i] the users actual account balance and their available to send balance < This is to account for the services fee of x FTC
-
[b]send:SecretKey:AddressToSendTo:Amount[/b] < This will send the stated amount to the stated address from the stated account associated with the secret key. - [b]IF[/b] the transaction was successful then the user will receive a response message including the TXID hash.
I will be putting together a full service fee pricing structure, and this will be on a users account balance based basis, Ie no money in the account = no services - More money = lower fees.
I have plans to add more features over time, such as being able to add new addresses to the account.
-
-
[quote name=“UKMark” post=“20474” timestamp=“1373235149”]
Update:I now have send FTC via text message in place and working.
I have also created it’s own text URI scheme as follows:Text the following to xxx xxx xxx:
-
[b]create:UserSaltHere[/b] < [i]Returns[/i] a new Feathercoin address & User salted 10 digit secretkey in A-Z a-z 0-9 format.
-
[b]balance:SecretKey[/b] < [i]Returns[/i] the users actual account balance and their available to send balance < This is to account for the services fee of x FTC
-
[b]send:SecretKey:AddressToSendTo:Amount[/b] < This will send the stated amount to the stated address from the stated account associated with the secret key. - [b]IF[/b] the transaction was successful then the user will receive a response message including the TXID hash.
I will be putting together a full service fee pricing structure, and this will be on a users account balance based basis, Ie no money in the account = no services - More money = lower fees.
I have plans to add more features over time, such as being able to add new addresses to the account.
[/quote]VERY exciting.
-