310 比特币解密挑战

2018-10-09 13:31:47 +08:00
 natforum
This is a challenge in which 310 BTC is hidden in the picture shown above. Whoever finds the key to the coins may keep the Bitcoins. This is my first experiment and I will probably launch a few more challenges in the future.

Have fun cracking the code!

Note: If you find the code, please get in touch with me. I would love to hear details about your approach!

这是一个挑战,在上面显示的图片中隐藏了 310 BTC。找到硬币钥匙的人可以保留比特币。这是我的第一次实验,我可能会在未来发起更多的挑战。
玩得开心破解密码!
注意:如果你找到代码,请联系我。我很想听听关于你的方法的细节!

https://bitcoinchallenge.codes/#

v2 大佬行动吧,310 个 btc 折合 RMB1395 万。已经有人解密了 0.1btc
3421 次点击
所在节点    分享发现
11 条回复
livc
2018-10-09 16:52:43 +08:00
BTC 的解密游戏,一直都有挺多的,但这么多钱的貌似不多。。
sansansan333
2018-10-09 16:58:15 +08:00
看了看,连怎么玩都不知道...

是不是该转行了...
xbigfat
2018-10-09 17:05:17 +08:00
看是真心看不懂。。
molvqingtai
2018-10-09 17:06:37 +08:00
我要是有这能力,也不缺这一千多万了
wyntalgeer
2018-10-09 17:06:56 +08:00
图可以看不懂,网站上的字母也看不懂?


Can I have some bitcoins please?
No. I can't send Bitcoins to everyone so please accept my apologies.

Don't be sad, there's 310 BTC hidden in the picture above and while solving the riddle you can find keys to 3 more BTC addresses with value. They contain 0.1, 0.2 and 0.310 BTC respectively. Good luck!

Update: The 0.1 BTC price is gone already. Good job "Lustre"!


楼主标题党
x86
2018-10-09 17:20:19 +08:00
猜猜我在哪?
g
SingeeKing
2018-10-09 17:27:25 +08:00
@wyntalgeer #5 你再仔细读读。。。意思是在你找到 310 前还有机会找到 0.1 0.2 和 0.31
zk8802
2018-10-09 19:15:51 +08:00
aptx4689
2018-10-09 19:55:01 +08:00
0.1BTC 解法:
| 511 | B20 | 332 | 328 | 410 | 530 |
| ---- | ---- | ---- | ---- | ---- | ---- |
| 22B | 0FE | 52E | D0F | 7A1 | 65B |
| 52C | 7E7 | 511 | 2F6 | 56F | C4B |

20181002

5-2 = 3 ... etc

| 310 | 310 | 310 | 310 | 310 | 310 |
| ---- | ---- | ---- | ---- | ---- | ---- |
| 1AA | 0FC | 32D | 5FF | 78F | 643 |
| 42C | 5C7 | 490 | 2F4 | 36E | 43B |

```python
key = "20181002"
encrypted = "511B2033232841053022B0FE52ED0F7A165B52C7E75112F656FC4B"
for i in range(len(encrypted)):print(hex((int(encrypted[i],16)-int(key[i%len(key)])) % 16))

```

hex to int:

| 426 | 252 | 813 | 1535 | 1935 | 1603 |
| ---- | ---- | ---- | ---- | ---- | ---- |
| 1068 | 1479 | 1168 | 756 | 878 | 1083 |

bip-0039:https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt

| cry | buyer | grain | save | vault | sign |
| ------ | ------ | ----- | ---- | ------ | ------- |
| lyrics | rhythm | music | fury | horror | mansion |

private key:KzkZxdhRGxB7eX4u1skXkfJ7VB8JfPp7Nfos3jiF7PQUNMh2SHDE

public key:1446C8HqMtvWtEgu1JnjwLcPESSruhzkmV
DiamondbacK
2018-10-09 20:00:25 +08:00
是「解谜」吧。
akura
2018-10-16 12:13:13 +08:00
310 的被领了

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/495920

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX