Crowndev / crown-core

Core of Crown blockchain platform. Contribution repository is available by this link: https://gitlab.crownplatform.com/crown/crown-core. Github repository is a mirror.
http://www.crownplatform.com
MIT License
26 stars 18 forks source link

SCRIPT_ADDRESS / PUBKEY_ADDRESS Details #101

Closed daygle closed 5 years ago

daygle commented 5 years ago

I am after help to find out the SCRIPT_ADDRESS and PUBKEY_ADDRESS decimal values for crown.

Is anyone able to provide me these details?

TheExiledMonk commented 5 years ago

https://github.com/Crowndev/crown-core/blob/master/src/chainparams.cpp#L265 - here are the hex values - just use calculator for converting them to decimal

daygle commented 5 years ago

Thanks @FireWalkerX usually it's structured like (1,0) and (1,28).

I'm a little confused how to convert those values you mentioned. Are you able to provide pointers.

TheExiledMonk commented 5 years ago

use windows calculator, choose programmer, thats where you can do it

daygle commented 5 years ago

Ended up figuring it out, closing.