Search content
Sort by

Showing 20 of 92 results by BTCapsule
Post
Topic
Board Altcoin Discussion
Re: I just sent SigNet Bitcoin over a zCash sidechain
by
BTCapsule
on 22/06/2024, 22:23:41 UTC

Did you delete this post?
Quote
Hmm...this page doesn’t exist. Try searching for something else.

Yes, I’m sorry about that. The quality was very low, and I thought I could make a new video, but it took much longer than I expected. The link has been updated.
Post
Topic
Board Bitcoin Discussion
Merits 3 from 2 users
Topic OP
I just sent SigNet Bitcoin over a zCash sidechain
by
BTCapsule
on 07/06/2024, 09:34:03 UTC
⭐ Merited by Abiky (2) ,d5000 (1)
Paul Sztorc and LayerTwoLabs have developed a test launcher for BIP300. It’s very easy to use. If you have Linux, you can try the zSide drivechain, a fork of zCash that lets us send Bitcoin with zCash privacy.

Try it out here:

https://releases.drivechain.info/

Video:

https://x.com/btcapsule/status/1799002136048722287?s=46&t=KKPpg4jlAEfn5NMRsS08uQ
Post
Topic
Board Development & Technical Discussion
Re: Hypothetical ETF disaster hardfork
by
BTCapsule
on 18/01/2024, 05:59:23 UTC
The worst thing these corporations could do is convince Bitcoin Core devs to argue about every soft fork so that Bitcoin is ossified and cannot scale.
You make it sound worse than it should. If corporations manage to persuade Bitcoin Core developers to adopt a specific roadmap, they would likely succeed in convincing the broader community of its merit. In the event that Core developers receive compensation for a hardfork, they would need to persuade others to embrace the fork, not just themselves.

I can imagine a scenario where there is a contentious MASF, and popular Core developers insist this is an attack on Bitcoin. Economic nodes like Coinbase could attempt a new idea called a User Rejected Soft Fork (URSF) that will invalidateblock any blocks with upgraded transactions.

While a URSF is called a soft fork, it is actually a hard fork because it breaks the heaviest chain rule. Then suppose Core officially releases a real soft fork update, without the code from the other soft fork. This is still a hard fork.

The nodes that never updated have already confirmed the blocks, so any attempt to block a soft fork with 51% hash power is always a hard fork.

BlackRock says if there is a fork, they will decide for themselves which is the real Bitcoin. So imagine one soft fork gives us global scalability and privacy, but BlackRock wants an expensive rock that does nothing. While I don’t think BlackRock could single handily crash Bitcoin’s price, they could choose the rock and adequately effect the price enough to invoke fear.
Post
Topic
Board Development & Technical Discussion
Re: Hypothetical ETF disaster hardfork
by
BTCapsule
on 13/01/2024, 21:53:28 UTC
I imagined an hypothetical scenario where there is a massive hack or some sort of a disaster scenario where there are massive losses, and now those same good samaritans that are funding developers start pushing a campaign to engineer a rollback of the blockchain Vitalik style.

You don’t have to worry about this kind of attack. They worst thing these corporations could do is convince Bitcoin Core to argue about every soft fork so that Bitcoin is ossified and cannot scale. Or maybe use Core devs to convince us a certain soft fork is too dangerous, when it’s the only possible way for Bitcoin to globally scale and have truly private transactions.
Post
Topic
Board Development & Technical Discussion
Re: Use your Bitcoin Core node as a mobile web app wallet on your phone [with BIP39]
by
BTCapsule
on 21/12/2023, 04:24:45 UTC
It’s been a few days, and I’m just wondering if anyone has had a chance to try out soverynode? Is there something about it that’s holding you back? I know it needs a lot of work, but any feedback would be greatly appreciated 😊
Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: Why was the block size not increased?
by
BTCapsule
on 18/12/2023, 14:23:30 UTC
⭐ Merited by d5000 (1)
Paul Sztorc wrote an article called Measuring Decentralization in 2015 that explains why small, cheap nodes are essential to decentralization. Increasing the blocksize only works on a layer two, because you don’t have to store the entire blockchain.

https://www.truthcoin.info/blog/measuring-decentralization/

Scaling Bitcoin with sidechains:

https://www.truthcoin.info/blog/thunder/
Post
Topic
Board Development & Technical Discussion
Merits 2 from 1 user
Re: Using Bitcoin as a time capsule?
by
BTCapsule
on 18/12/2023, 13:02:00 UTC
⭐ Merited by Halab (2)
I created BTCapsule about a year ago, and it might not be exactly what you’re looking for, but maybe it will be helpful.

At first, BTCapsule used the Network Time Protocol (NTP), and when a certain date was met, the information would decrypt. However, I discovered I could trick my computer into thinking it was getting the time from Google while I’m offline.

Then I tried making an executable and storing the encryption key directly into the code. Terrible idea. Someone found it.

Now BTCapsule uses timelock to create two paper wallets. One wallet has a private key that can broadcast the tx immediately, and the other wallet must wait for the timelock to expire before broadcasting. This allows the original owner to always have access, and the recipient to have access in the future if anything happens to the original owner.

I’m not sure about arbitrary data, but I’m sure something could be configured.

BTCapsule for PC:

https://github.com/BTCapsule/BTCapsule

BTCapsule for Android:

https://github.com/BTCapsule/BTCapsule_Android
Post
Topic
Board Development & Technical Discussion
Re: Conversions: mnemo => seed => WIF
by
BTCapsule
on 14/12/2023, 22:52:00 UTC
Are you trying to import it into Bitcoin Core?
Post
Topic
Board Development & Technical Discussion
Merits 2 from 1 user
Re: Drivechain critiques by gmaxwell revisited, maybe you changed your mind?
by
BTCapsule
on 13/12/2023, 20:53:41 UTC
⭐ Merited by NotATether (2)
There's a spreadsheet containing some quotes, with links, from people who are probably "Friends of Drivechain". Three years later from the creation of the topic, what's everyone's updated opinions about BIP-300 now that Ordinals are starting to become an inconvenience for Bitcoin users who simply want to use the blockchain for financial transactions?

I want BIP300. If Bitcoin is going to destroy the banks and become the world’s money, it must have the properties of cash. Fast, cheap, and private. I don’t care what BlackRock or Michael Saylor wants.

Lightning is broken, and never had what it takes to scale Bitcoin anyway. There’s no reason to be concerned about "shitcoins on Bitcoin" because we already have monkee jpegs on L1. If anything in the future could possibly be worse, then we should already have the ability to throw it on a sidechain.

Miners don’t even need to run a sidechain node. Even if they did, it wouldn’t matter. Nobody has to keep an entire history of the L2 blockchain. Every peg-out is like a new genesis block, because L1 has confirmed that everything is valid to that point.
Post
Topic
Board Development & Technical Discussion
Re: Use your Bitcoin Core node as a mobile web app wallet on your phone
by
BTCapsule
on 11/12/2023, 00:54:43 UTC
Added support for BIP39

Bitcoin Core is not compatible with BIP39, but now we can do it anyway  Wink

https://github.com/BTCapsule/soverynode
Post
Topic
Board Development & Technical Discussion
Re: Bitcoin Core node PWA for mobile
by
BTCapsule
on 01/12/2023, 23:42:00 UTC
The terminal will provide a link. Follow that link on your mobile browser. Enter your PUBLIC IP address.

With so many ISP assign dynamic IP address to their customer, it doesn't seem to be practical. Entering new IP address when you reboot the modem or ISP assign new IP address after some time is rather cumbersome.

I have replaced localtunnel with tunnelmole, so now entering the public IP is no longer required. That was some major friction that I’m glad is gone. I may be able to edit the conf file automatically too, but it might be best to leave that to the user.
Post
Topic
Board Development & Technical Discussion
Re: Bitcoin Core node PWA for mobile
by
BTCapsule
on 30/11/2023, 15:40:21 UTC
The terminal will provide a link. Follow that link on your mobile browser. Enter your PUBLIC IP address.

With so many ISP assign dynamic IP address to their customer, it doesn't seem to be practical. Entering new IP address when you reboot the modem or ISP assign new IP address after some time is rather cumbersome.

I’m working on self hosting options, but I may be able to remove the need to type in your IP address. You can also delete all the localtunnel code and use ngrok to tunnel the wallet, but ngrok is not open source. It has some nice features though.

Eventually, the plan is to have an executable that you just open and immediately have your url and wallet without friction.
Post
Topic
Board Development & Technical Discussion
Re: Bitcoin Core node PWA for mobile
by
BTCapsule
on 30/11/2023, 15:28:18 UTC
It's great, but I sure hope you provide an installation script, because certainly, this is not going to be hosted on any public website.

Maybe it can even edit the /etc/hosts and make a local domain name for the browser to get to this PWA instead of using an IP address. Since you did mention that it's intended for mobile (mainly, I guess).

The website provided by localtunnel is somewhat random, and I may be able to make it longer and more secure. It’s your own personal url, but it could be better.

I’m working on options to self host. It looks like this will require opening ports on your router and installing an SSL, so I’m not sure if that can be easily solved. This may just be a trade off. Personally, I would rather use someone else’s server to display a GUI of my node, than to trust someone else’s node.
Post
Topic
Board Development & Technical Discussion
Re: Bitcoin Core node PWA for mobile
by
BTCapsule
on 30/11/2023, 02:37:39 UTC
Post
Topic
Board Development & Technical Discussion
Merits 6 from 3 users
Topic OP
Bitcoin Core node PWA for mobile
by
BTCapsule
on 28/11/2023, 23:10:47 UTC
⭐ Merited by ETFbitcoin (3) ,Findingnemo (2) ,Husna QA (1)
I have created a simple nodejs app that makes RPC calls to your node, and then creates a secure tunnel to view your localhost on your phone.

There is a lot of work left to do, but it can execute some basic functions:

• balance and transactions are displayed
• choose between your various wallets
• generate a receive address with QR code
• scan QR codes to send Bitcoin (fee set to economical for now)

You can also save the website to your homescreen, and it will open in fullscreen like a regular app.

I hope to encourage people to run a full pruned node and become economical nodes.

https://github.com/BTCapsule/soverynode
Post
Topic
Board Project Development
Merits 1 from 1 user
Re: BTCapsule is a GUI to timelock your BTC, and allows you to change your mind
by
BTCapsule
on 07/12/2022, 02:58:58 UTC
⭐ Merited by dkbit98 (1)
I have added a video on my website with directions to use BTCapsule. In less than 5 minutes, you can timelock your Bitcoin for inheritance without trusting a third party. Check it out at:

https://btcapsule.com
Post
Topic
Board Bitcoin Discussion
Re: Poll: Is Bitcoin a weapon or speech?
by
BTCapsule
on 29/11/2022, 05:28:08 UTC
So none of this is about banning Bitcoin. It seems worse to me. Instead, I feel like the government wants to seize the means of Bitcoin production (mining) and start a digital war with other countries to have the biggest hash rate. This would mean individuals could no longer compete with mining.
Philosophically speaking you can define anything as anything (eg. Bitcoin and Speech) but that doesn't mean it is right!
But about this part I have to say it is impossible because the hashrate is already too huge and too spread around the globe for US to jump on board at this point and start owning a large enough percentage of it to have any kind of control. Keep in mind that US neither has the cheapest electricity nor access to ASIC production (the factory is in China).

The US does not have the cheapest electricity, but they have the money printer. Price is not a concern to the government, especially when it comes to war. The fiat system is built in such a way that it incentivizes spending as quickly as possible, which is the opposite of Bitcoin. Fiat was created to fund war, and as long as the money can be spent before it affects the market, those who print the money can buy whatever they want for the current market prices.

Quote
“It is no coincidence that when recounting the most horrific tyrants of
history, one finds that every single one of them operated a system of
government-issued money which was constantly inflated to finance
government operation. There is a very good reason that Vladimir Lenin,
Joseph Stalin, Mao Ze Dong, Adolf Hitler, Maximilien Robespierre, Pol
Pot, Benito Mussolini, Kim Jong Il, and many other notorious criminals all
ruled in periods of unsound government-issued money which they could
print at will to finance their genocidal and totalitarian megalomania. It is the
same reason that the same societies which birthed these mass murderers did
not produce anyone close to their level of criminality when living under
sound monetary systems which required governments to tax before they
spent.

None of these monsters ever repealed sound money in order to fund
their mass murder. The destruction of sound money had come before, hailed
with wonderful feel-good stories involving children, education, worker
liberation, and national pride. But once sound money was destroyed, it
became very easy for these criminals to take over power and take command
of all of their society's resources by increasing the supply of unsound
money


- The Bitcoin Standard, Saifedean Ammous

Post
Topic
Board Bitcoin Discussion
Re: Poll: Is Bitcoin a weapon or speech?
by
BTCapsule
on 28/11/2022, 18:11:19 UTC
Gigi argues that Bitcoin is speech because we can roll some dice or flip a coin to get our private key. We can then convert that key into a secret “phrase”. So creating and writing down the private key is speech. To make this action illegal is essentially restricting our freedom of speech and thought.

It's a stupid argument for a few reasons. First, Bitcoin is not just a private key, it's the whole software and the network. And a ban on Bitcoin wouldn't look like a ban on running software, no one will bother with enforcing that, instead Bitcoin-related operations will be banned - exchanging it for fiat, using it as a payment method, etc. If these bans are enforced, then Bitcoin would be nothing more than a record in a database with no utility.

And second, this is just a version of the reductive argument that information is just a number and you can't outlaw a number.

Maybe you will find this article interesting. Gigi can explain it a lot better than I can:

https://dergigi.com/2021/08/02/implications-of-outlawing-bitcoin/
Post
Topic
Board Bitcoin Discussion
Re: Poll: Is Bitcoin a weapon or speech?
by
BTCapsule
on 28/11/2022, 16:33:04 UTC
There is an ongoing battle on Bitcoin Twitter about whether Bitcoin should be considered a weapon (and protected by the Second Amendment in the US) or speech (and protected by the First Amendment in the US).

Bitcoin could be whatever depending on how it's used by its owner. And IMO forcing Bitcoin to be either weapon or speech to get protection by 1st/2nd amendment is ridiculous.

I agree with this wholeheartedly. As an American, I don’t really care what the Constitution says. However, people in this country view it as a religious document, and believe everything must fall into one of its categories. The Ninth Amendment is the only one that matters to me, but it is ignored by all institutions.


I do believe Bitcoin falls under speech because we have a 12 word seed phrase that gives us access to our property.

If you're going to force Bitcoin as speech, at least make better argument. For example, Bitcoin is used by citizen to perform freedom by speech by utilizing OP_RETURN.


That makes no sense at all. Why force bitcoin into a category that it doesn't fit into?
To be honest the whole discussion on twitter seems to be among idiots who either don't understand what "weapon" or "speech" means or they are pursing a different purpose that can only be known if we know a little background of the people who started this fake discussion.

This was so funny Cheesy

In the US, speech means much more than having the freedom to say things. It can be ideas, art, actions, etc. A political cartoon is speech like sticking up your middle finger to a politician.

Gigi argues that Bitcoin is speech because we can roll some dice or flip a coin to get our private key. We can then convert that key into a secret “phrase”. So creating and writing down the private key is speech. To make this action illegal is essentially restricting our freedom of speech and thought.

Jason Lowery, who works for the US military, argues that miners are at digital war against each other based on first principles of bacteria fighting for natural selection. He has build an entire philosophy on the idea that mining is a non-lethal means of warfare called “soft-war” that can replace a majority of “hard-war” that involves physical bodies. It’s a noble idea on the surface, but he builds on this analogy to say mining could be a weapon of mass mutual destruction, and it’s in the interest of the US government to protect mining, rather than ban it. He uses the Second Amendment to explain why the government cannot forbid us from Bitcoin or mining, but this worries me because US citizens are not permitted to possess the same weapons that the government possesses (WMDs).

So none of this is about banning Bitcoin. It seems worse to me. Instead, I feel like the government wants to seize the means of Bitcoin production (mining) and start a digital war with other countries to have the biggest hash rate. This would mean individuals could no longer compete with mining.
Post
Topic
Board Bitcoin Discussion
Re: Poll: Is Bitcoin a weapon or speech?
by
BTCapsule
on 27/11/2022, 23:17:24 UTC
The legal precedent is that encryption is a munition in the United States, and therefore protected by the Second Amendment.

Don't confuse people here, there is no such precedent.

Bitcoin is a digital currency. It's not a weapon, it's not a free speech mechanism. There's absolutely no way that any court would deem that Bitcoin is protected within the First or the Second amendment. If the US government has a precedent of seizing gold, why would it recognize the right to own Bitcoin as a part of the Constitution?

I don’t mean to confuse anyone. This is not my analysis. The weapon position is from someone named Jason Lowery who works for the US Space Force. I do believe Bitcoin falls under speech because we have a 12 word seed phrase that gives us access to our property. Nobody can say we are not allowed to keep those 12 words in our head, speak those words, or write them down.

I really don't understand why people suddenly treat bitcoin like this, there is so much legality that makes bitcoiners more confuse.

In the beginning it was just that simple, you have your mnemonic phrase, and private keys then it's yours. We don't need to be like debating whether it is considered as a weapon or speech and what legal precedence is covered or not.

Bitcoin is for everyone, simple as that, this people just make it more complicated.

I agree that we don’t need to be debating these things, but there are officials in the US military who are bringing up this debate.

I don’t care what the precedence of anything is. The government still classifies tomatoes as a vegetable for tax purposes. I don’t trust the government. But I have serious concerns about this, because Jason has implied mining is a weapon of mass mutual destruction. Of course he says it’s “non-lethal” and claims to love Bitcoin and want it to advance, but I’m very uncomfortable with this idea.