Pages:
Author

Topic: (XF₲) Fuego 🔥 Decentralized Privacy Banking Network (POW) - page 24. (Read 33121 times)

newbie
Activity: 10
Merit: 0
yep fair enough, I see it now

std::string Currency::formatAmount(uint64_t amount) const {
  std::string s = std::to_string(amount);
  if (s.size() < m_numberOfDecimalPlaces + 1) {
    s.insert(0, m_numberOfDecimalPlaces + 1 - s.size(), '0');
  }
  s.insert(s.size() - m_numberOfDecimalPlaces, ".");
  return s;
}
member
Activity: 460
Merit: 12

https://github.com/ZirtysPerzys/dragonglass/blob/master/src/CryptoNoteConfig.h

In this file tell about decimal point parameter name CRYPTONOTE_DISPLAY_DECIMAL_POINT be 7.


I think that refers to the decimal display in the miner app.. example, my last reward was 27.6770048

The CRYPTONOTE_DISPLAY_DECIMAL_POINT = 7 is universal. The MONEY_SUPPLY variable incorporates this value, so giving MONEY_SUPPLY a value of 80000088000008 means that the total supply is 8000008.8000008
newbie
Activity: 10
Merit: 0

https://github.com/ZirtysPerzys/dragonglass/blob/master/src/CryptoNoteConfig.h

In this file tell about decimal point parameter name CRYPTONOTE_DISPLAY_DECIMAL_POINT be 7.


I think that refers to the decimal display in the miner app.. example, my last reward was 27.6770048
newbie
Activity: 11
Merit: 0
I'll admit that c++ isn't my favourite language and I'm hoping to be proved wrong, but I can't see anything in the code that splits that huge value into 8000008.8000008

I see a MONEY_SUPPLY variable of type unsigned 64bit int (which suggests it's expected to cater for a huge number) in cryptonoteconfig.h

Being of type INT would also suggest that it's a whole number.

And in currency.cpp there's a reward being calculated using a money supply and an emission factor

but that's all.

can you shed some light, dev?

https://github.com/ZirtysPerzys/dragonglass/blob/master/src/CryptoNoteConfig.h

In this file tell about decimal point parameter name CRYPTONOTE_DISPLAY_DECIMAL_POINT be 7.
newbie
Activity: 10
Merit: 0
I'll admit that c++ isn't my favourite language and I'm hoping to be proved wrong, but I can't see anything in the code that splits that huge value into 8000008.8000008

I see a MONEY_SUPPLY variable of type unsigned 64bit int (which suggests it's expected to cater for a huge number) in cryptonoteconfig.h

Being of type INT would also suggest that it's a whole number.

And in currency.cpp there's a reward being calculated using a money supply and an emission factor

but that's all.

can you shed some light, dev?
jr. member
Activity: 414
Merit: 8
🔥
        approximately
 {8 MILLION}
exactly 8,000,008. {DRGL}
precisely    8000008.8000008  {DRGL}
        {8M8.8m8}
full member
Activity: 442
Merit: 100
SO what is the total supply?
jr. member
Activity: 414
Merit: 8
🔥
if anybody has any problems they would like help on please try to give as much detailed info as you can and I'll do my best to help.
windows and mac work to come
Just a tip for building the wallet on Ubuntu 16.04. The package libboost is just libboost-all-dev ( version 1.58 on Ubuntu 16.04, but we don't need the version, just the default package ).

Code review is huge. Code edit is massive. We need good help at the Wall / Github  

... the shield that guards the realms of men
jr. member
Activity: 414
Merit: 8
🔥
Your right. You got me.

Ive been lying this whole time guys.

This is important.

THERE WILL BE more than 8 Million 8 {DRGL}

The actual total amount adds another 0.8 {DRGL}

Well thats not entirely true either. 


Theres more.

I feel so horrible.

After the last {DRGL} is mined, it will include another extra  0.0000008 {DRGL}

Im so ashamed.
 Cheesy

Alright. Enough play.
But Im GLAD to see people going thru the code and paying attention. Straight up.

I really want to continue working on this GUI wallet being an enjoyable experience as top priority right now. That starts with making it easy to download.

M'lord  c6mining  givin out AirDrops!!   Righteous.

Hey I'd like to see what someone can do for a simple {DRGL} icon design, too.

The code is open source for a reason. This software is free for a reason.

Nobody owns it.

Valar morghulis
newbie
Activity: 10
Merit: 0
dev you did good so far

only this file is recent CryptoNoteConfig.h

others has 2 years old

what tutorial did you have for this because i want to make a coin.

https://github.com/ZirtysPerzys/dragonglass

nothing change

you make that file here http://forknote.net/create/#/  

i see a bright future for you.

i give your coin at least 1 month to survive after or if enter exchange

He may have used a script like this one: https://github.com/forknote/cryptonote-generator
In any case, it works. I have mined 55.63 coins.

It has been forked from this: https://github.com/cryptonotefoundation/cryptonote
In CryptoNoteConfig.h is defined the total money supply: in this case 80000088000008 ( but the dev wrote 8000008  Huh).

So.. there are 80 trillion coins to be mined... oh my..
newbie
Activity: 22
Merit: 0
I'd like to do my part in this fight, and since I don't have any applicable programming experience, I'll just try to boost morale... if you have less than 2,000 {DRAGONGLASS} PM me your wallet address and a screenshot of your balance and I'll throw a little help your way.

Don't post it in this thread.

Subject to end whenever I feel like it...
newbie
Activity: 196
Merit: 0
if anybody has any problems they would like help on please try to give as much detailed info as you can and I'll do my best to help.
windows and mac work to come
Just a tip for building the wallet on Ubuntu 16.04. The package libboost is just libboost-all-dev ( version 1.58 on Ubuntu 16.04, but we don't need the version, just the default package ).
newbie
Activity: 196
Merit: 0
dev you did good so far

only this file is recent CryptoNoteConfig.h

others has 2 years old

what tutorial did you have for this because i want to make a coin.

https://github.com/ZirtysPerzys/dragonglass

nothing change

you make that file here http://forknote.net/create/#/  

i see a bright future for you.

i give your coin at least 1 month to survive after or if enter exchange

He may have used a script like this one: https://github.com/forknote/cryptonote-generator
In any case, it works. I have mined 55.63 coins.

It has been forked from this: https://github.com/cryptonotefoundation/cryptonote
In CryptoNoteConfig.h is defined the total money supply: in this case 80000088000008 ( but the dev wrote 8000008  Huh).
full member
Activity: 442
Merit: 100
Difficulty is still very less so cpu mineable
newbie
Activity: 196
Merit: 0
dev you did good so far

only this file is recent CryptoNoteConfig.h

others has 2 years old

what tutorial did you have for this because i want to make a coin.

https://github.com/ZirtysPerzys/dragonglass

nothing change

you make that file here http://forknote.net/create/#/  

i see a bright future for you.

i give your coin at least 1 month to survive after or if enter exchange

He may have used a script like this one: https://github.com/forknote/cryptonote-generator
In any case, it works. I have mined 55.63 coins.

It has been forked from this: https://github.com/cryptonotefoundation/cryptonote
newbie
Activity: 196
Merit: 0
newbie
Activity: 196
Merit: 0
dev you did good so far

only this file is recent CryptoNoteConfig.h

others has 2 years old

what tutorial did you have for this because i want to make a coin.

https://github.com/ZirtysPerzys/dragonglass

nothing change

you make that file here http://forknote.net/create/#/  

i see a bright future for you.

i give your coin at least 1 month to survive after or if enter exchange

He may have used a script like this one: https://github.com/forknote/cryptonote-generator
In any case, it works. I have mined 55.63 coins.
full member
Activity: 442
Merit: 100
Are those coins tests coins or real ones?

Real coins  Smiley
newbie
Activity: 196
Merit: 0
Can anyone tell me how many time it takes to sync the wallet ?
newbie
Activity: 196
Merit: 0
Are those coins tests coins or real ones?
Pages:
Jump to: