OSXBasedAnon / Unobtanium

Colder than CGB, Still shinier than BitBar
unobtanium.io
MIT License
5 stars 10 forks source link

Unique Fractional Integers #2

Open OSXBasedAnon opened 10 years ago

OSXBasedAnon commented 10 years ago

Fraction Value UNO 1 kilo 1,000 gram 1,000,000 nano 1/1,000,000

Would it be possible to implement Kilos and Grams in to Unobtanium to replace the mbits and ubits designed for bitcoin?

I do not feel that coins and bits make sense in the ethos of Unobtanium. We would be better off implementing our own unique and specific weight scale as well as not referring to ourselves as a coin. Considering the ultra rarity if we don't make this new and exciting I don't think many people will be interested in making smaller transactions (which I believe is important for the success of our rock substance.)

ghost commented 10 years ago

Very unique idea, and I like it. Will leave issue open and put these bits in to the next release.

ghost commented 10 years ago

Ground work for this transition in 0.9.2.9. Added extra (9 places) decimal in GUI but Un is not divisible to this extent yet. Needs more testing before implementation, may require hard fork due to changes to wallet.cpp.

Value system works as so:

1Un = 1 kg/Un (kilogramweight) .001Un = 1 gm/Un (gramweight) .000001Un = 1 mg/Un (milligramweight) .000000001 = 1 ng/Un (nanogramweight) //future implementation, current smallest denomination of Un is .00000001 (10 ng/Un)