The author mentions being plagued by crashes/corruption, but I've never experienced this and I've been running a full node for a few years. Other than the large (well, not _that_ large) storage requirements (.bitcoin is currently 101G) I've not got any complaints... Unless there's a bug in a recent version of bitcoind which causes it to crap out when initially catching up with the network?
How to accept Bitcoin payments without running a full node
11–20 of 28 posts
Re: How to accept Bitcoin payments without running a full node
#12> Third-party Bitcoin payments services typically take a 1% fee. This is not accurate. Bitpay (most popular payment provider) charges you only if you settle (convert your BTC to USD). If you are going through an exchange (bitfinex for example), you'll pay 0.2% for taker rates. 0.8% seems reasonable enough for me considering that Bitpay provides a decent interface and decent tools.
Re: How to accept Bitcoin payments without running a full node
#13Author here, surprised to see this on HN! I considered submitting it myself but didn't think this crowd was that into Bitcoin. Nice to be proven wrong :) A couple of people mentioned HD wallets: I initially tried using an HD wallet, but the mechanism for interacting with it was more inconvenient than generating keys manually - especially considering that you might have to generate hundreds of addresses in a row that…
But as usual. People not to a) priven wrong and they need to get with it in touch with it every few weeks/ days to accept a new concept.
And i think for that. We as bitcoin fans and user should and now can get more cocky :)
Re: How to accept Bitcoin payments without running a full node
#14It is now part of the Mycelium Gear project, which is a hosted commercial version of it, and I don't work for the company anymore, but the team behind it that I hired and worked with is really great and they keep working on the product.
Re: How to accept Bitcoin payments without running a full node
#15Re: How to accept Bitcoin payments without running a full node
#16Author here, surprised to see this on HN! I considered submitting it myself but didn't think this crowd was that into Bitcoin. Nice to be proven wrong :) A couple of people mentioned HD wallets: I initially tried using an HD wallet, but the mechanism for interacting with it was more inconvenient than generating keys manually - especially considering that you might have to generate hundreds of addresses in a row that…
Re: How to accept Bitcoin payments without running a full node
#17If you like the CLI, it has that too; it's a fully-compliant HD wallet. Getting set up is as simple as it can be
$ curl https://21.co > setup.sh
$ sh setup.sh
$ wallet create
[write down mnemonic]
$ wallet payoutaddress
[printed payout address]
Then you can use `wallet history` or `wallet balance` to see incoming payments, and `wallet send` to send money to a recipient.If you like the advanced stuff, it has support for micropayment channels, too.
Re: How to accept Bitcoin payments without running a full node
#18Author here, surprised to see this on HN! I considered submitting it myself but didn't think this crowd was that into Bitcoin. Nice to be proven wrong :) A couple of people mentioned HD wallets: I initially tried using an HD wallet, but the mechanism for interacting with it was more inconvenient than generating keys manually - especially considering that you might have to generate hundreds of addresses in a row that…
Glad to see the author here! Just curious, how did you know this was submitted?
I also browse HN quite frequently so would have been likely to see it anyway :)
Re: How to accept Bitcoin payments without running a full node
#19Re: How to accept Bitcoin payments without running a full node
#20The author mentions being plagued by crashes/corruption, but I've never experienced this and I've been running a full node for a few years. Other than the large (well, not _that_ large) storage requirements (.bitcoin is currently 101G) I've not got any complaints... Unless there's a bug in a recent version of bitcoind which causes it to crap out when initially catching up with the network?
I've been informed that crashes+corruption indicate either lack of memory or hardware faults. Bitcoin needs to do an awful lot of cryptography, and it all needs to come out perfectly for it to work, so it tends to be sensitive to hardware faults.