Author

Topic: Bitcoin source compiling problem. (make install) (Read 124 times)

jr. member
Activity: 39
Merit: 6
February 16, 2018, 07:07:49 AM
#8
Just I did add printf for know hash value, and then typed 'make' at terminal for recompile. And error occured like above image I posted.

I'll try to compile it myself next week. I'll post result here
jr. member
Activity: 405
Merit: 5
can you build it without your changes? Just original software

Post more information, what you try to build, i'll try on my computer.

Yes I can build original.

I just want to make alt-coin based on newest source, for that, I need to know my genesis block's value.


please post step by step what are you doing. As I know, you have to generate your own genesis block first.

Just I did add printf for know hash value, and then typed 'make' at terminal for recompile. And error occured like above image I posted.
jr. member
Activity: 39
Merit: 6
can you build it without your changes? Just original software

Post more information, what you try to build, i'll try on my computer.

Yes I can build original.

I just want to make alt-coin based on newest source, for that, I need to know my genesis block's value.


please post step by step what are you doing. As I know, you have to generate your own genesis block first.
jr. member
Activity: 405
Merit: 5
can you build it without your changes? Just original software

Post more information, what you try to build, i'll try on my computer.

Yes I can build original.

I just want to make alt-coin based on newest source, for that, I need to know my genesis block's value.
jr. member
Activity: 39
Merit: 6
can you build it without your changes? Just original software

Post more information, what you try to build, i'll try on my computer.
jr. member
Activity: 405
Merit: 5
jr. member
Activity: 39
Merit: 6
please re-upload your image
jr. member
Activity: 405
Merit: 5
I now trying to change variables of bitcoin source and make own.
 
For that maybe I need to change hashGenesisBlock's value to match to my block?

so I revised source like this,

chainparams.cpp : 123~126 line around approx.

assert(consensus.hashGenesisBlock == uint256S("0x"));   // deleted whole after '0x' to spit out error and then debug.log file will show the right value?

but after try, debug.log file itself does not generated, and to take this code change effective, tried compile, but this error.

http://naver.me/55BHuWIC

How to do fix?

Thanks.
Jump to: