Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: bitforum5 on March 18, 2022, 07:02:43 AM



Title: Problems creating a CryptoNote fork.
Post by: bitforum5 on March 18, 2022, 07:02:43 AM
Ubuntu is the worst operating system in the world.

I couldn't create a CryptoNote plug for a few days and all because of unknown problems in Ubuntu.

Now I am in the process of creating a hash, and I need to enter a command in the terminal./memcoind --print-genesis-tx And I write in the terminal:

bash: ./memcoind: No such file or directory

No such file or directory I also have problems with building.

The project is compiled only up to 10% and that's it.

What to do, please help.

Perhaps there is a detailed instruction on how to implement all this on Windows.

I would be grateful, I am your debtor.
 
;D


Title: Re: Problems creating a CryptoNote fork.
Post by: vv181 on March 20, 2022, 07:14:04 PM
The bash error indication is clear enough. The binary of the memcoind file does not exist in your workspace.

And What do you mean by the project only compiled 10%? does the compilation/build of your project fail? If it fails, then the reason why the mentioned file doesn't exists is expected. You should rather show the error information of why the build process fails.