Pages:
Author

Topic: [HIRING] 1.5 BTC for wallet.dat inspection tool [Raised from 0.5 to 1 to 1.5BTC] - page 2. (Read 2022 times)

hero member
Activity: 714
Merit: 500
NEED CRYPTO CODER? COIN DEVELOPER? PM US FOR HELP!
Hello Coiner8, if anyone develops this tool for you I will donate some btc to your cause, just message me via PM so I don't have to keep rechecking this post. I also appreciate you putting it as opensource on github.

Maybe i can do this but i haven't heard from op lately i PM him though. !!!
legendary
Activity: 1260
Merit: 1000
World Class Cryptonaire
Hello Coiner8, if anyone develops this tool for you I will donate some btc to your cause, just message me via PM so I don't have to keep rechecking this post. I also appreciate you putting it as opensource on github.
hero member
Activity: 714
Merit: 500
NEED CRYPTO CODER? COIN DEVELOPER? PM US FOR HELP!
hey check you PM we can definitely have a deal on this one  Smiley
member
Activity: 65
Merit: 10
Paying 0.5BTC 1BTC 1.5BTC for a tool that does this:

Code:
./wallet-tool [wallet filename]

--help                  Show this help
--is-encrypted          Outputs "Encrypted" or "Unencrypted" depending on the status of the wallet file
--passphrase=PASSPHRASE Specify passphrase for encrypted wallet
--test-passphrase       Simply tests the passphrase and outputs "Unencrypted", "Correct", or "Incorrect".  "Unencrypted" and "Correct" exit with 0, "Incorrect" exits with 1.
--determine-coin        Outputs the coin acronym and "otherversion" in the format ",", e.g. "LTC,48"
--list-keys             List public and private keys in the format "," one per line
--list-public-keys      List public keys one per line
--list-private-keys     List private keys one per line
--list-contacts         List addressbook contacts in the format "
,

0.25BTC bonus for including:
Code:
--max-balance   Lists the maximum balance for each key in the format ",," one per line

Notes:
  • Must run on Linux.  Any other OS support is not important.
  • Must work with encrypted and unencrypted wallets.
  • If the wallet is encrypted and no passphrase or an incorrect passphrase is provided, output a warning as line 1 of stdout.  Continue to run the requested operation, outputting the encrypted private key anywhere the private key would normally be output.
  • If the wallet is encrypted and the correct passphrase is provided output a notice as line 1 of stdout
  • Must support the top 50 coins listed on coinmarketcap.com (sorted by market cap) (excluding coins like NXT that don't use wallet.dat and coins that don't have a functional block explorer)
  • Must work only with a wallet.dat file (no directory or blockchain), so you'll have to make calls to online block explorers
  • Must be able to easily add support for new coins, e.g. by adding a coin name, acronym, and root URL of block explorer to a config file
  • Feel free to use any open source code
  • Put the final code on Github under an open source license.  You're not required to maintain it, but can if you want to

Any questions ask in the thread.
Pages:
Jump to: