Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: andrehorta on April 08, 2013, 10:49:21 PM



Title: easy way to create a wallet
Post by: andrehorta on April 08, 2013, 10:49:21 PM
Dears

I used instawallet api to generate address, transfer, check balance, but now its no more possible.

I´m a c#.net programmer, i would like to find a easy way to create wallet.

Ex
http://bitcoincharts.com/t/trades.csv?symbol=mtgoxUSD


Title: Re: easy way to create a wallet
Post by: Zeilap on April 08, 2013, 11:06:10 PM
Dears

I used instawallet api to generate address, transfer, check balance, but now its no more possible.

I´m a c#.net programmer, i would like to find a easy way to create wallet.

Ex
http://bitcoincharts.com/t/trades.csv?symbol=mtgoxUSD

Are you trying to DoS bitcoincharts.com? Wtf does that link have to do with creating a wallet?


Title: Re: easy way to create a wallet
Post by: andrehorta on April 08, 2013, 11:54:19 PM
Dears

I used instawallet api to generate address, transfer, check balance, but now its no more possible.

I´m a c#.net programmer, i would like to find a easy way to create wallet.

Ex
http://bitcoincharts.com/t/trades.csv?symbol=mtgoxUSD

Are you trying to DoS bitcoincharts.com? Wtf does that link have to do with creating a wallet?

No. Only a example how can i would like to use bitcoin


Title: Re: easy way to create a wallet
Post by: interfect on April 09, 2013, 08:16:02 AM
Have you looked at blockchain.info's API offerings?

If those aren't good enough, you probably need to set up your own bitcoind and have your app hit its RPC interface.