Pages:
Author

Topic: [ANN] [ABC] Abundance - Just merged assests and resources with QIBUCK - page 17. (Read 107325 times)

full member
Activity: 137
Merit: 100
Thanks for exploring Abundance. (ABC)
From what the dev was saying, all interest is based on an annual rate.

So yes, the interest rates past year 1 will be based on yearly rates.

Hope this helps..

Bittzy78
newbie
Activity: 30
Merit: 0
Month 1 -       20% Monthly Interest (20% Annual)
Month 2 -       10% Monthly Interest (10% Annual)
Month 3 -      7.5% Monthly Interest (7.5% Annual)
Month 4 -      5% Monthly Interest (5% Annual)
Month 5      2.5% Monthly Interest (2.5% Annual)
Months 6-12   1.25% Monthly Interest (1.25% Annual)
Years 2-4      5% Annual Interest
Years 5-8      2.5% Annual Interest

not sure i understand pos rates

is month 1 20% monthly or annual
when does month 1 start and end
will % for years 2-4 be 5% if months 6-12 is 1.25% annual

 Huh

Month 1 starts with block 1.  We've changed what it is written to simplify it - All percentages are based on Annual Rates of interest.
I believe the Genesis block was mined 9/2 on the ABC2 revamp.

will % for years 2-4 be 5% if months 6-12 is 1.25% annual?

This is another great question - I'll need to ask the Developer and Bittzy on this one....

JDS1000




thank you for your quick response
full member
Activity: 137
Merit: 100
Thanks for exploring Abundance. (ABC)
Month 1 -       20% Monthly Interest (20% Annual)
Month 2 -       10% Monthly Interest (10% Annual)
Month 3 -      7.5% Monthly Interest (7.5% Annual)
Month 4 -      5% Monthly Interest (5% Annual)
Month 5      2.5% Monthly Interest (2.5% Annual)
Months 6-12   1.25% Monthly Interest (1.25% Annual)
Years 2-4      5% Annual Interest
Years 5-8      2.5% Annual Interest

not sure i understand pos rates

is month 1 20% monthly or annual
when does month 1 start and end
will % for years 2-4 be 5% if months 6-12 is 1.25% annual

 Huh

Month 1 starts with block 1.  We've changed what it is written to simplify it - All percentages are based on Annual Rates of interest.
I believe the Genesis block was mined 9/2 on the ABC2 revamp.

will % for years 2-4 be 5% if months 6-12 is 1.25% annual?

This is another great question - I'll need to ask the Developer and Bittzy on this one....

JDS1000


newbie
Activity: 30
Merit: 0
Month 1 -       20% Monthly Interest (20% Annual)
Month 2 -       10% Monthly Interest (10% Annual)
Month 3 -      7.5% Monthly Interest (7.5% Annual)
Month 4 -      5% Monthly Interest (5% Annual)
Month 5      2.5% Monthly Interest (2.5% Annual)
Months 6-12   1.25% Monthly Interest (1.25% Annual)
Years 2-4      5% Annual Interest
Years 5-8      2.5% Annual Interest

not sure i understand pos rates

is month 1 20% monthly or annual
when does month 1 start and end
will % for years 2-4 be 5% if months 6-12 is 1.25% annual

 Huh
legendary
Activity: 2954
Merit: 1153
this is a great move for ABC2; congratulation for the wise decision ^^, im glad to see coin developer helping ea other to bring new brands of services for the community;  Grin anyway about the share should we register to some site or we just hold the coin and share come to us automatically?

We are still working that out and but it will be 1500 coins equals being a bagholder.  Smiley


Bittzy78

cool ^^ thanks for the reply hopefully we can be of help to ABC2 success too
full member
Activity: 137
Merit: 100
Thanks for exploring Abundance. (ABC)
I still have few coins in old wallet with ticker ABC, how I can chage it for ABC2?

Please PM me with that information.
full member
Activity: 137
Merit: 100
Thanks for exploring Abundance. (ABC)
this is a great move for ABC2; congratulation for the wise decision ^^, im glad to see coin developer helping ea other to bring new brands of services for the community;  Grin anyway about the share should we register to some site or we just hold the coin and share come to us automatically?

We are still working that out and but it will be 1500 coins equals being a bagholder.  Smiley


Bittzy78
legendary
Activity: 2954
Merit: 1153
this is a great move for ABC2; congratulation for the wise decision ^^, im glad to see coin developer helping ea other to bring new brands of services for the community;  Grin anyway about the share should we register to some site or we just hold the coin and share come to us automatically?
jox
hero member
Activity: 681
Merit: 500
I still have few coins in old wallet with ticker ABC, how I can chage it for ABC2?
sr. member
Activity: 414
Merit: 250
Welcome all at ABC to the world of shared and merged assets

QBK has been to most rewarding coin I have held.... and now ABC will be too Smiley

Welcome to ABC!  We're excited to be in the QBK family!
legendary
Activity: 2114
Merit: 1023
Oikos.cash | Decentralized Finance on Tron
Welcome all at ABC to the world of shared and merged assets

QBK has been to most rewarding coin I have held.... and now ABC will be too Smiley

Yes I just bought a bag for my Hubby, I will buy more later but today just moved house so got  a lot of unpacking to do lol.

You have: 1573.17331849 ABC2
sr. member
Activity: 278
Merit: 258
Twitter: @maccaspacca1
Welcome all at ABC to the world of shared and merged assets

QBK has been to most rewarding coin I have held.... and now ABC will be too Smiley
full member
Activity: 137
Merit: 100
Thanks for exploring Abundance. (ABC)
Sorry everyone!  Our Dev got back to us on this staking discrepancy....

And all numbers are Annual.  Should be 20% Annual Interest and Decreasing each month....  This is not what we wanted from our Developer, but I think it will be best for maintaining rarity in our coin.  There was no intent to mislead on our end and we're disappointed that our Dev did not make us aware of this earlier.

thank you for being honest, appreciate it, OP looks accurate now, just checked the source code and it matches

main.h
Code:
static const int64_t MAX_MINT_PROOF_OF_STAKE = 0.025 * COIN; // 2.5% annual interest

main.cpp
Code:
const int MONTHLY_BLOCKCOUNT =  86400;
if (pindexBest->nHeight+1 <= MONTHLY_BLOCKCOUNT)
    {
      nRewardCoinYear = 8 * MAX_MINT_PROOF_OF_STAKE;            // 8 * 0.025 = 0.2 or 20% interest
    }

current block count is 69906 so we are still in the 20% annual interest

when we get to block 86401 it will be 10% annual interest

Appreciate your input and thanks for posting.

Bittzy78
sr. member
Activity: 342
Merit: 250
Sorry everyone!  Our Dev got back to us on this staking discrepancy....

And all numbers are Annual.  Should be 20% Annual Interest and Decreasing each month....  This is not what we wanted from our Developer, but I think it will be best for maintaining rarity in our coin.  There was no intent to mislead on our end and we're disappointed that our Dev did not make us aware of this earlier.

thank you for being honest, appreciate it, OP looks accurate now, just checked the source code and it matches

main.h
Code:
static const int64_t MAX_MINT_PROOF_OF_STAKE = 0.025 * COIN; // 2.5% annual interest

main.cpp
Code:
const int MONTHLY_BLOCKCOUNT =  86400;
if (pindexBest->nHeight+1 <= MONTHLY_BLOCKCOUNT)
    {
      nRewardCoinYear = 8 * MAX_MINT_PROOF_OF_STAKE;            // 8 * 0.025 = 0.2 or 20% interest
    }

current block count is 69906 so we are still in the 20% annual interest

when we get to block 86401 it will be 10% annual interest
full member
Activity: 137
Merit: 100
Thanks for exploring Abundance. (ABC)
very very honest i like that thanks!!

Be sure to expect a large dose of honesty from your friendly neighborhood ABC dev team at all times.  Smiley


It is kind of what we do.
sr. member
Activity: 392
Merit: 250
very very honest i like that thanks!!
sr. member
Activity: 414
Merit: 250
Dear ABC Dev Team !

I have downloaded ABC2 wallet since the begining days of ABC2. And I always open my wallet but I have not received 20% interest as promised. I have

more than 20K ABC2 but I only get approximately 40 ABC2 per day. Why that ? My interest calculation is wrong? If so, how is it calculated true.

Please show me that !

Sincere thanks !

first month is 240% annual interest
that would compute as follow:
20,000 ABC * 2.4 annual interest / 365 days in year = 131.507 ABC / day

but ABC is now in 3rd month so interest is now 90% annual so:
20000 * 0.90 annual interest / 365 = 49.315 ABC / day


Sorry everyone!  Our Dev got back to us on this staking discrepancy....

And all numbers are Annual.  Should be 20% Annual Interest and Decreasing each month....  This is not what we wanted from our Developer, but I think it will be best for maintaining rarity in our coin.  There was no intent to mislead on our end and we're disappointed that our Dev did not make us aware of this earlier.

hero member
Activity: 798
Merit: 500

QiBucks Coin (QBK) is merging with Abundance (ABC2)
..
What this means to QBK Bagholders…..

Abundance will be the 1st BagBonus given to QBK Bagholders.  In addition to the monthly BagEarnings, QBK has initiated a BagBonus program.  These will be random rewards given to our beloved community.

Each QBK Bagholder will receive 150 ABC2! 
..

how to get the 150 ABC2? I'm bag holding over 1000 QBK since IPO Wink

https://docs.google.com/forms/d/1np7dahLaighnR0ZX55dUv8xt1Mh8HPcnf5GR_p-qECE/viewform

Thanks, was about to PM reading https://bitcointalksearch.org/topic/m.8950667 but i just filled in that google form Wink
sr. member
Activity: 414
Merit: 250

QiBucks Coin (QBK) is merging with Abundance (ABC2)
..
What this means to QBK Bagholders…..

Abundance will be the 1st BagBonus given to QBK Bagholders.  In addition to the monthly BagEarnings, QBK has initiated a BagBonus program.  These will be random rewards given to our beloved community.

Each QBK Bagholder will receive 150 ABC2! 
..

how to get the 150 ABC2? I'm bag holding over 1000 QBK since IPO Wink

https://docs.google.com/forms/d/1np7dahLaighnR0ZX55dUv8xt1Mh8HPcnf5GR_p-qECE/viewform
hero member
Activity: 798
Merit: 500
QiBucks Coin (QBK) is merging with Abundance (ABC2)
..
What this means to QBK Bagholders…..

Abundance will be the 1st BagBonus given to QBK Bagholders.  In addition to the monthly BagEarnings, QBK has initiated a BagBonus program.  These will be random rewards given to our beloved community.

Each QBK Bagholder will receive 150 ABC2! 
..

how to get the 150 ABC2? I'm bag holding over 1000 QBK since IPO Wink
Pages:
Jump to: