forknote / cryptonote-generator

Generate Cryptonote coin with 1 command
104 stars 211 forks source link

How to setup config with old coin from Cryptonote Repo? #43

Closed nidscom closed 6 years ago

nidscom commented 6 years ago

Hi. I tried to config cryptonote generator but im stuck. I have workable coin and want to update to latest bytecoin. Current version having problem with json rpc. im stuck at this part

CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX If referring to cryptonotestarter the prefix is different. Certainly start with 0x. My coin is based on fork from Cryptonote repo. How to fill address prefix so it will be the same. i try and error..not useful. and my wallet does not start with numbers. is there any tools to do this?

nidscom commented 6 years ago

I tried and have not yet find a proper way to do this. Reopen this case, hoping to find some light 😑

pmitchev commented 6 years ago

convert to decimal

RocksteadyTC commented 6 years ago

@nidscom post your base58 and I'll convert it for you

nidscom commented 6 years ago

Here it is. 0xbfdc7d5 @RocksteadyTC

RocksteadyTC commented 6 years ago

201181141 This creates the prefix "ciphs". I derived this by inputting bfdc7d5 into a hexadecimal to decimal converter https://www.binaryhexconverter.com/hex-to-decimal-converter @nidscom

nidscom commented 6 years ago

awesome 😄 Thanks @RocksteadyTC. If i may..2nd. Do i need to convert random bytecoin network to decimal too? Mine is 0xe, 0x1 and so on (as from cryptonote).

Edit: Can use http://forknote.net/ configurator. No need to use random bytes created earlier from Cryptonote repo. Now compiling.