Author

Topic: [ANN] Denarius [D] - First "Tribus" PoW/PoS Hybrid Masternodes, Ring Sigs - page 126. (Read 504255 times)

full member
Activity: 192
Merit: 101
I believe most people in the community currently want to keep it the way it is, however I am open to discussion and ideas for potentially moving DNR to PoSv3 where instead of the CoinAge and other factors being factored it would be the nMoneySupply, etc.

If you want to learn more abou PoSv3 that Carsen is talking about, check out this link: http://earlz.net/view/2017/07/27/1904/the-missing-explanation-of-proof-of-stake-version
sr. member
Activity: 1148
Merit: 417
Altcoins  mature with time. You need to be patient like investing in non blue chip stocks.
how many coins is needed to stake? and how much time it takes?
is there a transfer fee?
please clarify this for me.

You can start staking i believe with as little as 1 coin, will you get big rewards no... lol i have a few hundred at the moment and am getting staking rewards every few hours Smiley Been to busy to do the math on how much my staking is accumulating but i have noticed i am getting constant stream of rewards
I did the math already 2 pages ago. You receive ~0.004-0,005% annualy instead of 6% stated. Dev didn't bother to explain it.


https://bitcointalksearch.org/topic/m.23054181 https://bitcointalksearch.org/topic/m.22824321

The 6% is the 0.06 set in the PoS code, the COIN_YEAR_REWARD is not what you are getting when you find a PoS block, you are getting the below when you find a PoS block:

Code:
nCoinAge * 0.06 / 365 / COIN;
What I'm getting from 880DNR is clearly seen on the screenshot.

It is not 6%, it is not even 0.6% You can count what it is.

Maybe the problem is 100 000 000 used in the formula. What and why is this number used? Shouldn't it be 10 times less?

P.S. Explanation is not posting formulas. It is an explanation why I get only ~0.0001 a day?
While I should receive 880*0.06/365 = 0.14465753 a day

Anyway there is someting wrong with your formula. Even with 1 year coinage I should receive:
880*365*0.06/365/100000000 = 0.000000528



You are right, it is not 6%, it is CoinAge * 6% / 365 / COIN. 6% is just factored into the reward. This is the way DNRs PoS should be, PoS was never meant to be a source of minting/creating a lot of DNR, PoW is for that, PoS is to help secure the network and cover your fees while utilizing DNR with a little extra on top. Your PoS rewards will increase, not in value, but their frequency once PoW ends. I believe most people in the community currently want to keep it the way it is, however I am open to discussion and ideas for potentially moving DNR to PoSv3 where instead of the CoinAge and other factors being factored it would be the nMoneySupply, etc.
full member
Activity: 728
Merit: 106
Altcoins  mature with time. You need to be patient like investing in non blue chip stocks.
how many coins is needed to stake? and how much time it takes?
is there a transfer fee?
please clarify this for me.

You can start staking i believe with as little as 1 coin, will you get big rewards no... lol i have a few hundred at the moment and am getting staking rewards every few hours Smiley Been to busy to do the math on how much my staking is accumulating but i have noticed i am getting constant stream of rewards
I did the math already 2 pages ago. You receive ~0.004-0,005% annualy instead of 6% stated. Dev didn't bother to explain it.


https://bitcointalksearch.org/topic/m.23054181 https://bitcointalksearch.org/topic/m.22824321

The 6% is the 0.06 set in the PoS code, the COIN_YEAR_REWARD is not what you are getting when you find a PoS block, you are getting the below when you find a PoS block:

Code:
nCoinAge * 0.06 / 365 / COIN;
What I'm getting from 880DNR is clearly seen on the screenshot.

It is not 6%, it is not even 0.6% You can count what it is.

Maybe the problem is 100 000 000 used in the formula. What and why is this number used? Shouldn't it be 10 times less?

P.S. Explanation is not posting formulas. It is an explanation why I get only ~0.0001 a day?
While I should receive 880*0.06/365 = 0.14465753 a day

Anyway there is someting wrong with your formula. Even with 1 year coinage I should receive:
880*365*0.06/365/100000000 = 0.000000528
full member
Activity: 539
Merit: 105
IDENA.IO - Proof-Of-Person Blockchain
Having an issue with the wallet.  It started lagging behind with the blocks and not updating.  So I closed and re started and am now getting this error

" assertion failed

Program C:\Program Files (x86)\ Denarius\Denarius.exe
File: src\kernel.cpp, Line 374

Expression: pindex->pprev || pindex > GetBlockHash () = = (!fTestNet ?
hashGenesisBlock : hash GenesisBlockTestNet)"

Tried to uninstall the wallet and then reinstall, but the same error keeps happening.

Any help would be appreciated.  Thank you in advance.
Just close wallet, delete everything from your appdata\roaming\denarius folder (or where you placed it) EXCEPT!!! wallet.dat and run wallet again.


Figured it out.  User error.  Thank you so much for your help. 

Thank you.  I tried.  Still throws up the same error as well as unable to load blkindex.dat.  I appreciate your help.

You need to remove everything located in your C:/Users/YOURNAMEAppData/Roaming/Denarius folder except for the wallet.dat. You will not get the error upon the next run of the client. To save some time with syncing the blockchain again, download the latest bootstrap.dat file from our Github (https://github.com/carsenk/denarius/releases/download/v1.0.7.0/bootstrap277757-10-6-2017.zip) and then put it inside your Roaming/Denarius folder, it will import the blockchain instead of having to sync it upon next launch.


Damn, I suck at this.  Your instructions worked.  Wallet seems to be reloading the blocks and I assume will; work fine once it gets there.  Thank you for your help!

Well.. keep your wallet backed up.. incase of any mistakes.
newbie
Activity: 6
Merit: 0
Having an issue with the wallet.  It started lagging behind with the blocks and not updating.  So I closed and re started and am now getting this error

" assertion failed

Program C:\Program Files (x86)\ Denarius\Denarius.exe
File: src\kernel.cpp, Line 374

Expression: pindex->pprev || pindex > GetBlockHash () = = (!fTestNet ?
hashGenesisBlock : hash GenesisBlockTestNet)"

Tried to uninstall the wallet and then reinstall, but the same error keeps happening.

Any help would be appreciated.  Thank you in advance.
Just close wallet, delete everything from your appdata\roaming\denarius folder (or where you placed it) EXCEPT!!! wallet.dat and run wallet again.


Figured it out.  User error.  Thank you so much for your help. 

Thank you.  I tried.  Still throws up the same error as well as unable to load blkindex.dat.  I appreciate your help.

You need to remove everything located in your C:/Users/YOURNAMEAppData/Roaming/Denarius folder except for the wallet.dat. You will not get the error upon the next run of the client. To save some time with syncing the blockchain again, download the latest bootstrap.dat file from our Github (https://github.com/carsenk/denarius/releases/download/v1.0.7.0/bootstrap277757-10-6-2017.zip) and then put it inside your Roaming/Denarius folder, it will import the blockchain instead of having to sync it upon next launch.


Damn, I suck at this.  Your instructions worked.  Wallet seems to be reloading the blocks and I assume will; work fine once it gets there.  Thank you for your help!
newbie
Activity: 6
Merit: 0
Having an issue with the wallet.  It started lagging behind with the blocks and not updating.  So I closed and re started and am now getting this error

" assertion failed

Program C:\Program Files (x86)\ Denarius\Denarius.exe
File: src\kernel.cpp, Line 374

Expression: pindex->pprev || pindex > GetBlockHash () = = (!fTestNet ?
hashGenesisBlock : hash GenesisBlockTestNet)"

Tried to uninstall the wallet and then reinstall, but the same error keeps happening.

Any help would be appreciated.  Thank you in advance.
Just close wallet, delete everything from your appdata\roaming\denarius folder (or where you placed it) EXCEPT!!! wallet.dat and run wallet again.


Figured it out.  User error.  Thank you so much for your help. 

Thank you.  I tried.  Still throws up the same error as well as unable to load blkindex.dat.  I appreciate your help.

You need to remove everything located in your C:/Users/YOURNAMEAppData/Roaming/Denarius folder except for the wallet.dat. You will not get the error upon the next run of the client. To save some time with syncing the blockchain again, download the latest bootstrap.dat file from our Github (https://github.com/carsenk/denarius/releases/download/v1.0.7.0/bootstrap277757-10-6-2017.zip) and then put it inside your Roaming/Denarius folder, it will import the blockchain instead of having to sync it upon next launch.
newbie
Activity: 5
Merit: 0
Hello , denaruis lovers.
I want to tell somting and execuse me about my terrible english hhhhhhh.
I red denarius project and im a trader long time a go i got some experience from many mistakes and even lot of success.
So, denaruis is coin with good ideas  and only 10 million in total supply new tribus algorithm will pass to pos in 3 years. And also the community and followers are going up. Only in 4 months .
Denaruis  has a up marketcap trend even the value in usd and btc goes down its only questiin of time.
Im from morocco i told that to lot of poeple those working on cryptocurrencies.
All this  signs give us an idea that this coin will do great and have a bright future.
Now the price is around 5000 satoshi  i can tell you that you will see 50000 and 100000 satoshi. That mens x10 x 20.
My personal vision is 2020 . im holding dnr in my qt wallet and i stored wallet.dat file in a usb and hard disq .
Such that the bitcoin is going to 10 k and 15k .
When you sold your coins you will remember my words.
Dnr is greaaaaaaat investissement.
Befor i did lot of mistakes i sold 118 eth at 7 usd  and 46 dash   at 82 usd
I will never miss dnr . With only 10 millions coins and pow and pos in 3 years , the value will increase
Beleive and be patient and tell poeple about that and invest.
But the dnr team sould work more and more. Even the community shojld participate
And look for partenariats. And don't miss marketing part.
So. I compared dnr  with dbix .  Are the same total supply.  And  as you know dbis reached 50 usd .
And dnr  will do it inchaalah.
Be Patient and belive in what you have.
To success we should have an investor eyes.  Buy cheap sell top. Time is money.
Don't miss the train it time to mine and buy dnr is very cheap.
I have  a gpu machine that gives me arount 13 dnr every day to my qt wallet, if dnr reaches 5 usd hhhh it means  65 usd daily. Just for example.  Even i buy in dump and store in qt wallet, when the trend be up i will be watching and tell poeple look at dnr up tend to moooon  hhhhhhh. This speach is from my heart and  Good luck for you all.
Your freind zidan imran.
sr. member
Activity: 1148
Merit: 417
Altcoins  mature with time. You need to be patient like investing in non blue chip stocks.
how many coins is needed to stake? and how much time it takes?
is there a transfer fee?
please clarify this for me.

You can start staking i believe with as little as 1 coin, will you get big rewards no... lol i have a few hundred at the moment and am getting staking rewards every few hours Smiley Been to busy to do the math on how much my staking is accumulating but i have noticed i am getting constant stream of rewards
I did the math already 2 pages ago. You receive ~0.004-0,005% annualy instead of 6% stated. Dev didn't bother to explain it.


https://bitcointalksearch.org/topic/m.23054181 https://bitcointalksearch.org/topic/m.22824321

The 6% is the 0.06 set in the PoS code, the COIN_YEAR_REWARD is not what you are getting when you find a PoS block, you are getting the below when you find a PoS block:

Code:
nCoinAge * 0.06 / 365 / COIN;

full member
Activity: 728
Merit: 106
Altcoins  mature with time. You need to be patient like investing in non blue chip stocks.
how many coins is needed to stake? and how much time it takes?
is there a transfer fee?
please clarify this for me.

You can start staking i believe with as little as 1 coin, will you get big rewards no... lol i have a few hundred at the moment and am getting staking rewards every few hours Smiley Been to busy to do the math on how much my staking is accumulating but i have noticed i am getting constant stream of rewards
I did the math already 2 pages ago. You receive ~0.004-0,005% annualy instead of 6% stated. Dev didn't bother to explain it.
sr. member
Activity: 1148
Merit: 417
Tweeted a little teaser today of Denariium: https://twitter.com/carsenjk/status/920895778318512128

 Cool

Also added our Telegram chat link to the OP, site, and forums Smiley (No denarii available on Telegram yet) https://t.me/joinchat/DPOfJg6YO86vtiH-Srfl8Q
full member
Activity: 490
Merit: 100
Gotta say, all of our sig. campaign participants have been active this week Smiley
Round #15 payments have been sent!

If you're still not in our campaign, join us Smiley

Cheers!

Congratulation on the 100th page!

I feel DNR is still undervauled and a great bargain at this price for any investor... Great updates on the way....
legendary
Activity: 2198
Merit: 1150
Freedom&Honor
Gotta say, all of our sig. campaign participants have been active this week Smiley
Round #15 payments have been sent!

If you're still not in our campaign, join us Smiley
member
Activity: 197
Merit: 23
Altcoins  mature with time. You need to be patient like investing in non blue chip stocks.
how many coins is needed to stake? and how much time it takes?
is there a transfer fee?
please clarify this for me.

You can start staking i believe with as little as 1 coin, will you get big rewards no... lol i have a few hundred at the moment and am getting staking rewards every few hours Smiley Been to busy to do the math on how much my staking is accumulating but i have noticed i am getting constant stream of rewards
newbie
Activity: 141
Merit: 0
member
Activity: 197
Merit: 23
I can attest that this coin is def not dead... We just hit block 300,000 and are only 4months old.
I am currently dedicating a 6gpu miner to only DNR stacking up as much as i can as i feel this project will only get stronger.
The team/community has projects planned and are working tirelessly to implement them!
I also know some big time miners dedicating power to DNR.  Wink
newbie
Activity: 1
Merit: 0
Maybe it's a dumb question... But how can I buy DNRs by credit card/PayPal, without using BTC?
member
Activity: 89
Merit: 10
Quote
Again, I appreciate your help.  I must be really daft, because I have not had any success.  I deleted everything in the Denarius folder except for the wallet.dat.  Downloaded the bootstrap.dat. And then tried to open the application again.  Same errors.  same results.  While admittedly not the most savvy guy when it comes to this, I am fairly positive I followed the directions explicitly.  I have another CPU, and have tried to download the QT, and figure out how to load my wallet.dat on to it.  Is there a process for this?  I have had no success importing the data either.  Again, my apologies for bothering you all.  Any help is greatly appreciated.

Did you try to run Denarius wallet inside of virtual machine? (VmWare workstation, VirtualBox)
Did you check memory and hard drive (memtest, mhdd)?
newbie
Activity: 6
Merit: 0
Having an issue with the wallet.  It started lagging behind with the blocks and not updating.  So I closed and re started and am now getting this error

" assertion failed

Program C:\Program Files (x86)\ Denarius\Denarius.exe
File: src\kernel.cpp, Line 374

Expression: pindex->pprev || pindex > GetBlockHash () = = (!fTestNet ?
hashGenesisBlock : hash GenesisBlockTestNet)"

Tried to uninstall the wallet and then reinstall, but the same error keeps happening.

Any help would be appreciated.  Thank you in advance.
Just close wallet, delete everything from your appdata\roaming\denarius folder (or where you placed it) EXCEPT!!! wallet.dat and run wallet again.

Thank you.  I tried.  Still throws up the same error as well as unable to load blkindex.dat.  I appreciate your help.

You need to remove everything located in your C:/Users/YOURNAMEAppData/Roaming/Denarius folder except for the wallet.dat. You will not get the error upon the next run of the client. To save some time with syncing the blockchain again, download the latest bootstrap.dat file from our Github (https://github.com/carsenk/denarius/releases/download/v1.0.7.0/bootstrap277757-10-6-2017.zip) and then put it inside your Roaming/Denarius folder, it will import the blockchain instead of having to sync it upon next launch.


Again, I appreciate your help.  I must be really daft, because I have not had any success.  I deleted everything in the Denarius folder except for the wallet.dat.  Downloaded the bootstrap.dat. And then tried to open the application again.  Same errors.  same results.  While admittedly not the most savvy guy when it comes to this, I am fairly positive I followed the directions explicitly.  I have another CPU, and have tried to download the QT, and figure out how to load my wallet.dat on to it.  Is there a process for this?  I have had no success importing the data either.  Again, my apologies for bothering you all.  Any help is greatly appreciated.
jr. member
Activity: 93
Merit: 5
Altcoins  mature with time. You need to be patient like investing in non blue chip stocks.
how many coins is needed to stake? and how much time it takes?
is there a transfer fee?
please clarify this for me.
full member
Activity: 539
Merit: 105
IDENA.IO - Proof-Of-Person Blockchain
Altcoins  mature with time. You need to be patient like investing in non blue chip stocks.
Jump to: