设置 VB.net 比特币传输应用程序
我需要创建一个可以接受比特币捐赠的应用程序。我将让客户端发送数据并让服务器收集结果。现在,我有自己的比特币帐户(在 http://ww.MyBitCoin.com 上),但是我该如何转账硬币会自动从客户端发送到我的服务器,然后将其添加到我的帐户中?
I need to create an application that can accept BitCoin donations. I will have clients sending the data and a server to collect the results. Now, I have my own BitCoin account (on http://ww.MyBitCoin.com) but how would I transfer coins automatically from the client to my server where it will then be added to my account?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定你在这里问什么。
您希望您的应用程序将硬币从远程计算机发送到您的服务器吗?由于比特币的性质,这是不可能的。然而,你可以做的是请求捐款,并给出你的收款地址,这几乎就像银行的帐号。 http://www.weusecoins.com/ 上有一个页面,它将告诉您如何获得接收地址,我强烈建议阅读该网站。
I'm not certain what you're asking here.
You want your application to send coins from a remote machine to your server? Due to the nature of bitcoins, this isn't possible. What you can do, however, is ask for donations, and give out your receiving address, which is almost like an account number at a bank. There is a page at http://www.weusecoins.com/ that will tell you how to get a receiving address, I highly recommend reading that site.