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
27 stars 18 forks source link

new op code additions #68

Closed ghost closed 6 years ago

ghost commented 7 years ago

-- OP_REGISTER, OP_DEREGISTER and OP_META with functionality of OP_RETURN to store associative hashes/keys/message digests. -- Allow two data fields in a transaction to allow us of register or deregister with meta. -- Transactions proceeds are spendable and should be recycled into block rewards. -- additional parameters & typing of registration and deregistration and types of keys (title, license, identity, application, service, etc.) not set to allow experimentation in testnet. -- some other changes to remove darksend ui references in qt forms.