Post
Topic
Board Project Development
Re: BTCapsule- a Bitcoin Time Capsule- is now Open Source
by
FatFork
on 11/10/2022, 08:03:34 UTC
If you set up a time server on a local PC and register a redirect from the specified domains, will your capsule open?

I had no idea how to do this, but after many hours of learning, I successfully set up a local time server, edited my host file, and was able to unlock the keys by changing the system clock.

This has now been fixed. Please see the updated code at:

https://github.com/BTCapsule/BTCapsule

Now when requesting the date from time.google.com, BTCapsule checks the IP address. If the IP address in the host file is pointed to the localhost, BTCapsule alerts the user to enable their internet. If the IP address in the host file is pointed to the IP of time.google.com, and the computer is offline, the program fails to run.

I'm afraid that won't be enough. Anyone can set up a fake NTP server on any host, not just the local computer. In addition, it is possible to redirect Internet traffic without using the hosts file, for example, at the router level or by spoofing DNS records.