Author

Topic: Easiest to install and modify open source Windows wallet? (Read 632 times)

member
Activity: 80
Merit: 11
Thank you, I ended up downloading and running official bitcoind for Win64 and writing my own wallet-like GUI app that uses bitcoin-cli API.
HCP
legendary
Activity: 2086
Merit: 4316
Pywallet isn't so much a wallet application as a wallet "utility" that allows you to work with a Bitcoin Core wallet.dat (it seems to be a bit outdated and doesn't seem to handle the newer wallet.dat's very well).

It might be worth looking into the Electrum source code: https://github.com/spesmilo/electrum

Another option may be to leverage the API's of a site like blockr.io (http://blockr.io/documentation/api) or blockcypher (https://www.blockcypher.com/dev/) and craft up some calls to check for transactions to specific addresses and then use the same API's to broadcast transactions to the network to shift the coins as required.
copper member
Activity: 2856
Merit: 3071
https://bit.ly/387FXHi lightning theory
I need a simple wallet that can import a bunch of private keys in from a file and is able to connect to the network and receive transactions.
Upon receiving and confirming some BTCs I want the wallet to automatically send some of the balance to a certain address. Basically don't need anything else, can be command line though I'd appreciate GUI.

I don't see this functionality in any of the popular wallets, so I guess the best option is to modify and recompile those that are open source.

I know C++ and could work with Python (but I'd rather not being given half a chance).

I looked at compiling Armory for Win from sources and it looks quite nightmarish.

Is there a better option?

Maybe there is well tested pure C++ wallet that I could modify to my needs?

I need this to work under Win 8.1/10

Thank you,

As the above user said, you could look at Pywallet if you can use python. You could also use electrum, as I understand it, the main code in that is written in python and the source code is downloadable from electrum.org.
hero member
Activity: 560
Merit: 506
I prefer Zakir over Muhammed when mentioning me!
If you are proficient in Python, you could give Pywallet a try! Pywallet deals with wallet.dat. Although there are new feathered features in new version, it may not be what you need.

Official thread: https://bitcointalksearch.org/topic/pywallet-22-manage-your-wallet-update-required-34028

New version: https://bitcointalksearch.org/topic/new-pywallet-001a6-294439
member
Activity: 80
Merit: 11
I need a simple wallet that can import a bunch of private keys in from a file and is able to connect to the network and receive transactions.
Upon receiving and confirming some BTCs I want the wallet to automatically send some of the balance to a certain address. Basically don't need anything else, can be command line though I'd appreciate GUI.

I don't see this functionality in any of the popular wallets, so I guess the best option is to modify and recompile those that are open source.

I know C++ and could work with Python (but I'd rather not being given half a chance).

I looked at compiling Armory for Win from sources and it looks quite nightmarish.

Is there a better option?

Maybe there is well tested pure C++ wallet that I could modify to my needs?

I need this to work under Win 8.1/10

Thank you,
Jump to: