Forum Home
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular

    WIP:SMSAddress

    Projects
    2
    3
    1611
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • U
      UKMark last edited by

      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:

      1. 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)
      2. 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.

      1 Reply Last reply Reply Quote 0
      • U
        UKMark last edited by

        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:

        1. [b]create:UserSaltHere[/b] < [i]Returns[/i] a new Feathercoin address & User salted 10 digit secretkey in A-Z a-z 0-9 format.

        2. [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

        3. [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.

        1 Reply Last reply Reply Quote 0
        • J
          justabitoftime last edited by

          [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:

          1. [b]create:UserSaltHere[/b] < [i]Returns[/i] a new Feathercoin address & User salted 10 digit secretkey in A-Z a-z 0-9 format.

          2. [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

          3. [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.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post