0 Members and 1 Guest are viewing this topic.
i can make an UI design for the wallet ..
As many of you know Keyhotee will have a wallet interface. I would like a developer to build the initial version of this interface with the following requirements:1) Interfaces to bitcoind (or any compatible alt-coin)2) Uses public/private keys from Keyhotee Profile Hierarchical wallets (I have already implemented the key generation)3) Displays a list of all transactions & Balance4) Allows the creation of new transactions for sending coins to a Keyhotee IDI estimate that it would take me about 2 weeks full time dedicated to the effort to create the basic interface. The winner of this bounty also gets credit of $5000 toward their Keyhotee ID.
Quote from: bytemaster on November 08, 2013, 01:29:12 amAs many of you know Keyhotee will have a wallet interface. I would like a developer to build the initial version of this interface with the following requirements:1) Interfaces to bitcoind (or any compatible alt-coin)2) Uses public/private keys from Keyhotee Profile Hierarchical wallets (I have already implemented the key generation)3) Displays a list of all transactions & Balance4) Allows the creation of new transactions for sending coins to a Keyhotee IDI estimate that it would take me about 2 weeks full time dedicated to the effort to create the basic interface. The winner of this bounty also gets credit of $5000 toward their Keyhotee ID.In order for this to work, i think the best approach would be to modularize the client. Most of the code rarely changes except the areas of interest which are diff adjustment, coin supply/rewards. I cant use my linux box at the moment, but if all the usually changed items are placed in a single file that is easily replaced, The interface can basically work for any coin, given that each coin will have it's own "plug-in"
Perhaps a team is better suited to this job.. By the way, keep the word mobile in mind, most people prefer mobile apps since they can carry them anywhere...
would you prefer this done in C++ or in java? i have the day off and i'm thinking of getting to it.