Author Topic: 300 PTS Bounty for Multi-Bit Wallet Import Tool [CLOSED]  (Read 7377 times)

0 Members and 1 Guest are viewing this topic.

drekrob

  • Guest
Any program using this method will need protobuf as dependency.

drekrob

  • Guest
Well here it is, I tried it localy and it loads the right keys from encrypted and unencrypted wallets.
https://github.com/InvictusInnovations/BitShares/pull/35

drekrob

  • Guest
same here, i'm basicaly done but the decryption produces errors...

Offline batmaninpink

  • Newbie
  • *
  • Posts: 12
    • View Profile
I am looking at importing the Multi-Bit wallet. In fact I just need to get the scrypt-nastiness in order.
All ur PTS belong to Pe8tGCH7uGjjQjfBGAbJ6FjQRwgK5u9rUK

Offline bytemaster

how should i import without such a tool now?
Export private keys manually and then import them manually.

I use Armory and Electrum sending bitcoins. Can I export the private keys from those 2 client and import the private keys to Bitcoin- QT and import QT's wallet into Bitshares to my ags? Or I just need to import the private keys directly into Bitshares?

I will create bounties for importing from any wallet.
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline ifocus

  • Newbie
  • *
  • Posts: 2
    • View Profile
how should i import without such a tool now?
Export private keys manually and then import them manually.

I use Armory and Electrum sending bitcoins. Can I export the private keys from those 2 client and import the private keys to Bitcoin- QT and import QT's wallet into Bitshares to my ags? Or I just need to import the private keys directly into Bitshares?
« Last Edit: February 11, 2014, 05:17:53 am by ifocus »

Offline bytemaster

how should i import without such a tool now?
Export private keys manually and then import them manually.
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline oco101

  • Hero Member
  • *****
  • Posts: 586
    • View Profile
how should i import without such a tool now?

Now there is nothing to import because there is no BitshareX wallet out yet. When it will happen you'll use the import tool.

Offline Paypal

  • Newbie
  • *
  • Posts: 11
    • View Profile
how should i import without such a tool now?

Offline bytemaster

for who use multibit wallet sending BTC for obtaining AGS?

Yes, to make it easier for these users.
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline Paypal

  • Newbie
  • *
  • Posts: 11
    • View Profile
for who use multibit wallet sending BTC for obtaining AGS?

Offline bytemaster

I am looking for someone to implement an import tool for MultiBit wallets:

Code: [Select]
namespace bts  {
      std::vector<fc::ecc::private_key> import_multibit_wallet( const fc::path& wallet_dat, const std::string& passphrase );
}

This method should be implemented as a pull request as a single .hpp and .cpp file. 
« Last Edit: February 23, 2014, 08:13:23 am by bytemaster »
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.