j0hn_0racle
- Creating a new chain from Bitcoin 0.6.2Aug 21, 2021
But why else can´t i mine then a second block. Blockheight stands at 0
- Creating a new chain from Bitcoin 0.6.2Aug 20, 2021
Thank you. i compiled it but i dont know how to mine the genesis block. can you help me?
- Creating a new chain from Bitcoin 0.6.2Aug 20, 2021
Hey everyone. I’m looking for someone who can assist me in setting up a new chain using version 0.6.2, keeping all the same configurations. Basically, I want to reset things on a private network. Do you think that can…
Can not compile it: Merge.cpp:10:21: error: 'filesystem' is not a namespace-name 10 | namespace fs = std::filesystem; | ^~~~~~~~~~ Merge.cpp: In function 'bool isRegularFile(const string&)': Merge.cpp:20:12: error: 'fs'…
- split Pubkey to get Privkey backApr 22, 2018
solution found. can be closed
- split Pubkey to get Privkey backApr 17, 2018
Thats the problem i got here. The tool von iceland is indeed working. It reduces to a lower keyspace precisely. But i don´t understand what exactly it is doing. And thats the point-> I can not reverse anything what i…
- split Pubkey to get Privkey backApr 16, 2018
Thank you for the reply. But i think this is the wrong turn. Lets say i use the pubkey from puzzle 35 02f6a8148a62320e149cb15c544fe8a25ab483a0095d2280d03b8a00a7feada13d And i let the program run and i want to reduce by…
- split Pubkey to get Privkey backApr 15, 2018
Hey everyone. I split a pubkey using Iceland2k's PubDiv tool. It’s working for me and it did shrink the range like it said it would. But I’m stuck on how to calculate the Privkey now. Anyone have any thoughts on this?