Still seems like a problem to me. It breaks encapsulation. The mutex is only used inside of SetAlive() and isAlive(), they're the only things this need to handle locking and unlocking. You don't want anything external…
That was the inspiration that made me attempt this same idea 8 years ago, when I was at college. I called it depositorybox, and the idea was people would deposit a message and money to get it higher up the page. It…
Author here. Somebody did set up a website somewhere that allowed users to see if their private key was in the "database". It would jump them to the correct page, and, steal their private key in the process. I didn't…
Everybody found this address. It is a private key with the value of 0. You'll never be able to get that 0.01 BTC.
I've been using Aria2 for a while now. You can run it as a daemon: aria2c --enable-rpc=true --rpc-listen-all=true --daemon --dir=/mnt/downloads --continue=true --max-concurrent-downloads=1 --max-connection-per-server=16…
Still seems like a problem to me. It breaks encapsulation. The mutex is only used inside of SetAlive() and isAlive(), they're the only things this need to handle locking and unlocking. You don't want anything external…
That was the inspiration that made me attempt this same idea 8 years ago, when I was at college. I called it depositorybox, and the idea was people would deposit a message and money to get it higher up the page. It…
Author here. Somebody did set up a website somewhere that allowed users to see if their private key was in the "database". It would jump them to the correct page, and, steal their private key in the process. I didn't…
Everybody found this address. It is a private key with the value of 0. You'll never be able to get that 0.01 BTC.
I've been using Aria2 for a while now. You can run it as a daemon: aria2c --enable-rpc=true --rpc-listen-all=true --daemon --dir=/mnt/downloads --continue=true --max-concurrent-downloads=1 --max-connection-per-server=16…