简体   繁体   English

如何在 Coinbase 上发送大于 1 美元的比特币?

[英]How to send Bitcoin > $1 on Coinbase?

When I tried to send $1 equivalent of Bitcoin using the Coinbase API I get this error:当我尝试使用 Coinbase API 发送 1 美元等值的比特币时,我收到此错误:

ClientError [ValidationError]: Amount is below the minimum (0.0001 BTC) required to send on-blockchain.

How is it possible to enable microtransactions with Bitcoin?如何使用比特币实现微交易? I want users to be able to trade in game items under 1 dollar (Coinbase's daily limit per user).我希望用户能够以低于 1 美元(Coinbase 每个用户的每日限额)交易游戏物品。 I understand this restriction is due to transaction fees, but I know apps exist like Bitcoin Blast, where users are regularly awarded miniscule amounts of Bitcoin.我知道这种限制是由于交易费用造成的,但我知道存在像 Bitcoin Blast 这样的应用程序,用户经常获得极少量的比特币。

How do you think they do it?你觉得他们是怎么做到的? What could be a solution for using microtransactions with Coinbase API?使用 Coinbase API 进行微交易的解决方案是什么?

A lot of those apps would tell the users they have earned Bitcoin but require the user to have x amount of Bitcoin before being able to withdraw, with the threshold above the 0.0001 BTC minimum transaction requirement.很多这些应用程序会告诉用户他们已经赚取了比特币,但要求用户在提款之前拥有 x 数量的比特币,并且阈值高于 0.0001 BTC 的最低交易要求。

I think Robinhood does something similar where you can buy $1 of BTC on Robinhood but you don't have access to the crypto's wallet address.我认为 Robinhood 做了类似的事情,你可以在 Robinhood 上购买 1 美元的 BTC,但你无法访问加密货币的钱包地址。 This is because Robinhood owns all your crypto and you're just trading the spot price.这是因为 Robinhood 拥有你所有的加密货币,而你只是在交易现货价格。 They made a large investment in crypto awhile ago and they hold that as collateral allowing users to buy and sell BTC for $1 without paying transaction fees because users are not trading BTC on the blockchain, they are trading Robinhood's supply of crypto.他们不久前对加密货币进行了大量投资,并将其作为抵押品,允许用户以 1 美元的价格买卖 BTC 而无需支付交易费用,因为用户不是在区块链上交易 BTC,而是在交易 Robinhood 的加密货币供应。

You could do something similar as well, people can spend $1 worth of BTC on a game item but they're just trading the spot price of BTC and the transaction takes place in your game's digital ledger rather than Bitcoins' blockchain.你也可以做类似的事情,人们可以在游戏物品上花费 1 美元的 BTC,但他们只是在交易 BTC 的现货价格,并且交易发生在你游戏的数字分类账中,而不是比特币的区块链中。

If you want your users to withdraw crypto, someone is going to have to pay that fee.如果您希望您的用户提取加密货币,则必须有人支付这笔费用。 You can either pay the fee yourself, have the user pay the fee, or do something like Robinhood where you can only deposit/withdraw in cash but users can exchange that cash for crypto that they don't get wallet access to.你可以自己支付费用,让用户支付费用,或者做类似 Robinhood 的事情,你只能以现金存入/取款,但用户可以用现金兑换他们无法访问钱包的加密货币。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM