
Security News
How Enterprise Security Is Adapting to AI-Accelerated Threats
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.
A proof-of-concept Bitcoin client that treats Bitcoin with the contempt it deserves.
Bitcoin offers no inbuilt democracy. One can either vote to support the network (by running a regular Bitcoin client or doing Bitcoin mining), or abstain (by not doing those things). Bitcoin is thus a one-party state.
Running this software is a vote against Bitcoin. It operates by either directly rejecting, or refusing to store or forward, certain Bitcoin messages to peers in the network. Effectively, this software treats Bitcoins as having zero or negative value. (Which they do.)
After installing Go, you can run:
go install github.com/DrJosh9000/democracy@latest
A binary called democracy should now exist in your ~/go/bin. Run it to
start; hit Control-C to stop.
If someone wants to take the concept and implement it for an undemocratic system of their choice, patches are most welcome.
No, don't be silly. It doesn't steal Bitcoins or stop a regular Bitcoin client from running. Why would I want to steal something with negative value?
In the sense that every business and shop owner that doesn't accept Bitcoin as payment is also "disrupting" Bitcoin.
Actually it does - it sends and receives validly-formed Bitcoin messages at the correct times. It applies a different policy to the messages it chooses to send.
Not very much. Because Bitcoin is treated as valueless, there is no need to store or verify the (enormous) blockchain, and because no incoming information is relayed, there is not much outbound traffic. The main resources used are memory and CPU for tracking peers, and network connections to peers.
FAQs
Unknown package
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.