Pages:
Author

Topic: [ANN] Denarius [D] - Originator "Tribus" PoW/PoS Hybrid Masternodes, Native Tor - page 21. (Read 12557 times)

sr. member
Activity: 1021
Merit: 324
ok thankyou, il will jump over and mine from your pool buzz

Cool. And why are posts being deleted??

I'm not really sure. The old thread has been locked so this is the only place to post about Denarius.

Odd. Well get to mining everyone, block rewards go back to 3 D in about 30 days or so. Emissions get cut down quite a bit for the remaining 1million blocks.
sr. member
Activity: 1021
Merit: 324
ok thankyou, il will jump over and mine from your pool buzz

Thanks. Just spread the hash around so one pool didn't have majority. The exchanges up the confirms because they think 51%attack, which can't taken because of POS.
member
Activity: 118
Merit: 10
ok thankyou, il will jump over and mine from your pool buzz
sr. member
Activity: 1021
Merit: 324
which is the topmost pool for FPGA's?

My pool mining.cafe, bsod, thedreadpool. Louhimo could use some hash too.
full member
Activity: 893
Merit: 135
Bitcoin is not a currency or asset. Its a MOVEMENT
which is the topmost pool for FPGA's?
member
Activity: 118
Merit: 10
And where is the best place to buy Denarius?
member
Activity: 118
Merit: 10
This new thread is really informative, thankyou
full member
Activity: 298
Merit: 100
hashbag.cc
I'm a pool admin and I want to reserve this post for pool info.
sr. member
Activity: 1148
Merit: 417
Sweet! First Post on New Thread Reserved Cool
member
Activity: 197
Merit: 23






Lead Developer: Carsen Klock (kingcarsen)






Block Reward Structure:
Code:
 
if (pindexBest->nHeight == 1)
    nSubsidy = 1000000 * COIN;  // 10% Premine
else if (pindexBest->nHeight <= FAIR_LAUNCH_BLOCK) // Block 210, Instamine prevention
    nSubsidy = 1 * COIN/2;
else if (pindexBest->nHeight <= 1000000) // Block 1m ~ 3m D
    nSubsidy = 3 * COIN;  
else if (pindexBest->nHeight <= 2000000) // Block 2m ~ 4m D
    nSubsidy = 4 * COIN;
else if (pindexBest->nHeight <= 3000000) // Block 3m ~ 3m D
    nSubsidy = 3 * COIN;      
else if (pindexBest->nHeight > LAST_POW_BLOCK) // Block 3m
    nSubsidy = 0; // PoW Ends


Proof of Stake Reward Structure:
Code:
nCoinAge * 0.06 / 365;


How to use Chaindata:

For those that are trying to sync Denarius from scratch on a new machine or wanting to catch up without having to wait a really long time to sync, you should download the chaindata.zip rather than the bootstrap.dat and just extract it into your Denarius datadir just as you would the bootstrap.dat.
(Do not remove your .conf or wallet.dat (wallet.dat contains your sensitive funds and privkeys!))


Chaindata
(You can run wget or curl to retrieve the zip and "unzip" to unzip it in the Denarius datadir)

Denarius Datadir Default Locations: (C:/Users/Yourname/AppData/Roaming/Denarius on Windows, ~/.denarius/ on Linux, and /Library/Application Support/Denarius on macOS)



FortunaStakes are custom Hybrid Masternodes created by the Denarius Team.
The FortunaStakes receive 33% of PoW/PoS blocks with a custom built fair distribution system.

The collateral for a FortunaStake is 5,000 D
Check out the guide below on how to setup your own FortunaStake today and start earning D passively.

Fortuna Stake Setup Guide
























Code:
rpcuser=denariususer
rpcpassword=xx
rpcallowip=127.0.0.1
rpcport=32369
server=1
daemon=1
listen=1

If you are having trouble syncing at all try adding these (https://chainz.cryptoid.info/dnr/#!network) to the end of your denarius.conf:
Code:
addnode=denarius.host
An example command to solo mine Denarius with the Tribus CPU Miner:
 
Code:
cpuminer.exe -a tribus -o http://127.0.0.1:32369 -u denariususer -p xx


























 


DISCLAIMER: This thread, the website, and the Github will be updated as development progresses. No new features are currently promised. Continued maintenance and expansion of the Denarius network is.
The developers of this cryptocurrency (Carsen Klock and others) do not have any affiliation and are not legally responsible for or with external services utilizing the Denarius protocol nor what is done with or how Denarius is used based upon its open source and cryptographic nature.
You can read a more full disclaimer here: https://denarius.io/legal-disclaimer/
Pages:
Jump to: