Author

Topic: Looking for a good script-able wallet. (Read 1828 times)

legendary
Activity: 1143
Merit: 1000
March 05, 2015, 10:12:16 PM
#5
You would have more luck on the wallets subforums, and with the bitcoinJ libraries if im not mistaken. Go and try multibit then electrum subforums
member
Activity: 70
Merit: 10
March 04, 2015, 06:57:37 PM
#4
Can anyone explain to me what exactly does libbitcoin do?
member
Activity: 70
Merit: 10
March 01, 2015, 08:47:25 PM
#3
I'm working more on binding this.  I've learned allot, but my knowledge of C++ is limited to knowing that it's OO and that one can use the same name for multiple functions as long as each takes different arguments.  I've often wondered if the same was true of variables and parameters, counter the Number::Integer and counter the Furniture::Table?
member
Activity: 70
Merit: 10
February 27, 2015, 01:22:19 PM
#2
It is seriously tough to incorporate cpp libraries into perl!

http://www.perlmonks.org/?node_id=923321

Can someone write wrapper bindings in C?
member
Activity: 70
Merit: 10
February 26, 2015, 06:23:51 PM
#1
Hello,
  I've setup bitcoind on a server but find it problematic to implement virtual wallets(like http virtual hosts) across a single instance.

Running multiple instances gives the problem of each having a blockchain.  I considered using de-duplication and hard-links, but won't this be a nightmare to maintain?

I'm looking at libbitcoin from dyne and I feel I can write bindings for the scripting language of choice.

Are there any other options currently?

Is there something about bitcoind that I've not noticed?  I feel like the accounts feature is an answer, but won't any call to sendtoaddress pull coins from every account?  Is there a way to ensure that this won't happen...  aside from never calling this function?
Jump to: