I'm trying to create a currency, much like the USD, where the lowest denomination is $0.001. The ideia is that 1000 "satoshis" would be equal 1 "coin".
However, I can't make it work using the parameters no matter what. Intuitively and after reading the docs a few dozens time I still think this should work, rewarding the miner with a "single" coin (i.e: 1 BTC is actually 10^8, but we all just see "1 BTC")?
initial-block-reward=1000
native-currency-multiple=1000