Pages:
Author

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

copper member
Activity: 130
Merit: 0
We have updated our mining Pool's wallet

Mine away - www.QuantumMiningPool.com
sr. member
Activity: 1021
Merit: 324
Updated to latest version, no surprises, working perfectly. Don't know much about the new feature Proof of Data. Can you please elaborate this subject or give me a link where I can find out more?
Thank you.

I used PoD on another genesis block as an inside joke with the devs. So DNR lives on through another coin's blockchain.  Cool Grin
sr. member
Activity: 1148
Merit: 417
Updated to latest version, no surprises, working perfectly. Don't know much about the new feature Proof of Data. Can you please elaborate this subject or give me a link where I can find out more?
Thank you.

It allows you to essentially choose any file on your computer, hash it to a DNR address, and then sends 0.1 DNR to validate it into the chain with the timestamp and address. Allowing essentially for basic proof of ownership/timestamping.

Also reposting this here in case it was missed on the last page:

Mandatory Update Denarius v2.5!

-Protocol Update (25213 now)
-Removed Litemode
-Removed Trading API (May add back in, in a future update)
-Reworked threading for Masternodes
-Removed Darksend
(We want to bring a better privacy method of sending coins in Denarius, hence the removal of Darksend, we are currently looking into potentially integrating libzerocoin in a future release.)
-Removed Instantx
-Optimized Keypool
-General Optimization and Fixes
-Forced port 9999 for mainnet masternodes and 19999 for testnet
-Updated Watch Only Addresses/Support
-Optimized Syncing Speeds (Improved to around 200-400 blocks per second vs. old 3 blocks per second)
-Optimized Wallet
-Fixed sending transactions with a narration
-Added Watch Only balances in QT if any watch only addresses are available
-Added the ignoring of staking inputs for exact amounts of 5,000 DNR for masternodes
-Updated the listtransactions RPC command to provide vout information
-Old Nodes will no longer connect to our current protocol of 25213 after block 900,000, so ensure that you are updated to v2.5 on all of your Denarius and denariusd nodes before block 900,000.

If you have a node running do the following to update it:

Code:
./denariusd stop && cd .. && git pull && cd src && make clean && make -f makefile.unix

Grab the latest release of v2.5 from: https://github.com/carsenk/denarius/releases/tag/v2.5

v2.5 was merged into our master branch for an easy git pull to update old nodes.

Win64 Binary: https://github.com/carsenk/denarius/releases/download/v2.5/Denarius-v2.5-Win64.zip
macOS Binary: https://github.com/carsenk/denarius/releases/download/v2.5/Denarius-2.5.0.0.dmg


Precompiled Linux denariusd:
https://github.com/carsenk/denarius/releases/download/v2.5/denariusd-2.5.0.0_ubuntu16.tar.gz
https://github.com/carsenk/denarius/releases/download/v2.5/denariusd-2.5.0.0_centos7.tar.gz


DenariusTalk Thread: https://denariustalk.org/index.php?/topic/186-denarius-v25-mandatory-update/
full member
Activity: 616
Merit: 100
Updated to latest version, no surprises, working perfectly. Don't know much about the new feature Proof of Data. Can you please elaborate this subject or give me a link where I can find out more?
Thank you.
sr. member
Activity: 1148
Merit: 417
I'm super excited about this new wallet release! Carsen has done it again! The new feature I like is the est time it shows when the wallet will be fully synced with the network. And it was super fast to sync unlike the last wallet version so again Carsen has done a great job with this latest release. I see a new tab Proof of data, when will that be launched as it says its in Beta?

I couldn't agree more!

You can use Proof of Data now, its just really basic at the moment for proof of ownership/timestamping (hence the "Beta"), it was actually in our last release as well, but the QT is cleaned up a lot. You can also thank enkayz for helping out a ton with this release!  Cool Cool
hero member
Activity: 1862
Merit: 590
I'm super excited about this new wallet release! Carsen has done it again! The new feature I like is the est time it shows when the wallet will be fully synced with the network. And it was super fast to sync unlike the last wallet version so again Carsen has done a great job with this latest release. I see a new tab Proof of data, when will that be launched as it says its in Beta?
sr. member
Activity: 1148
Merit: 417
Will try the new update previous wallet was showing zero balance.

Yea, old wallets could have been out of sync, also on old wallets if you tried sending a tx with a narration it would fail. In the new wallet, this was fixed as well.

To return coins back from a mismatch error if that happened to you or you are still not seeing your coins run the command in the Debug Window:

Code:
repairwallet

 Cool

The new wallet is looking snazzy and the sync speed is so much faster that there's no comparison to be made. Very snazzy indeed. Smiley

Love it! Yea it is easily 100x faster now. Sync speeds were improved from 3 blocks per second to around 100-400 per second.
full member
Activity: 893
Merit: 135
Bitcoin is not a currency or asset. Its a MOVEMENT
Will try the new update previous wallet was showing zero balance.
sr. member
Activity: 1246
Merit: 274
The new wallet is looking snazzy and the sync speed is so much faster that there's no comparison to be made. Very snazzy indeed. Smiley
sr. member
Activity: 1148
Merit: 417
Mandatory Update Denarius v2.5!

-Protocol Update (25213 now)
-Removed Litemode
-Removed Trading API (May add back in, in a future update)
-Reworked threading for Masternodes
-Removed Darksend
(We want to bring a better privacy method of sending coins in Denarius, hence the removal of Darksend, we are currently looking into potentially integrating libzerocoin in a future release.)
-Removed Instantx
-Optimized Keypool
-General Optimization and Fixes
-Forced port 9999 for mainnet masternodes and 19999 for testnet
-Updated Watch Only Addresses/Support
-Optimized Syncing Speeds (Improved to around 200-400 blocks per second vs. old 3 blocks per second)
-Optimized Wallet
-Fixed sending transactions with a narration
-Added Watch Only balances in QT if any watch only addresses are available
-Added the ignoring of staking inputs for exact amounts of 5,000 DNR for masternodes
-Updated the listtransactions RPC command to provide vout information
-Old Nodes will no longer connect to our current protocol of 25213 after block 900,000, so ensure that you are updated to v2.5 on all of your Denarius and denariusd nodes before block 900,000.

If you have a node running do the following to update it:

Code:
./denariusd stop && cd .. && git pull && cd src && make clean && make -f makefile.unix

Grab the latest release of v2.5 from: https://github.com/carsenk/denarius/releases/tag/v2.5

v2.5 was merged into our master branch for an easy git pull to update old nodes.

Win64 Binary: https://github.com/carsenk/denarius/releases/download/v2.5/Denarius-v2.5-Win64.zip
macOS Binary: https://github.com/carsenk/denarius/releases/download/v2.5/Denarius-2.5.0.0.dmg


Precompiled Linux denariusd:
https://github.com/carsenk/denarius/releases/download/v2.5/denariusd-2.5.0.0_ubuntu16.tar.gz
https://github.com/carsenk/denarius/releases/download/v2.5/denariusd-2.5.0.0_centos7.tar.gz


DenariusTalk Thread: https://denariustalk.org/index.php?/topic/186-denarius-v25-mandatory-update/
sr. member
Activity: 1021
Merit: 324
QT Wallet v2.5 looking even better!! Thank you enkayz for that little extra beast mode.
sr. member
Activity: 1148
Merit: 417
How about reorganizing OP page? It's somewhat seemed to be messy.  Grin

Yea it will be reorganized at some point, it does need a lot of time put into it, there is a lot of information and links haha.  Cheesy
hero member
Activity: 546
Merit: 500
How about reorganizing OP page? It's somewhat seemed to be messy.  Grin
sr. member
Activity: 1148
Merit: 417
Denarius v2.5 will be released tomorrow!

v2.5 is a mandatory update and anyone running a Denarius node will need to update!


https://twitter.com/carsenjk/status/987071759080812544

This is the news I have been waiting for as I have decided to leave my wallet offline until there is a release for the new wallet. My wallet kept getting stuck after a few days online staking so with this new wallet, it should run well. Thanks Carsen for all the hard work you put in to making DNR great. I'll be sure to share that tweet as well to help get the word out.

No problem! I am excited to get the update out as well as it really does fix up a lot of issues people were having Smiley Full release notes will be posted tomorrow as well Cool
sr. member
Activity: 1021
Merit: 324
Denarius v2.5 will be released tomorrow!

v2.5 is a mandatory update and anyone running a Denarius node will need to update!


https://twitter.com/carsenjk/status/987071759080812544

This is very exciting! The wallet is once again back to the best QT around. Can't wait to get the masternodes updated as well!
hero member
Activity: 1862
Merit: 590
Denarius v2.5 will be released tomorrow!

v2.5 is a mandatory update and anyone running a Denarius node will need to update!


https://twitter.com/carsenjk/status/987071759080812544

This is the news I have been waiting for as I have decided to leave my wallet offline until there is a release for the new wallet. My wallet kept getting stuck after a few days online staking so with this new wallet, it should run well. Thanks Carsen for all the hard work you put in to making DNR great. I'll be sure to share that tweet as well to help get the word out.
sr. member
Activity: 1148
Merit: 417
Denarius v2.5 will be released tomorrow!

v2.5 is a mandatory update and anyone running a Denarius node will need to update!


https://twitter.com/carsenjk/status/987071759080812544
jr. member
Activity: 224
Merit: 2
Where one can see his/her stealth address?


If you go to receive coins tab and click New Address in the bottom left you have the choice to generate a stealth address. 
Once you are done it's listed there with your other addresses. 

It's pretty easy. Though I wonder if some screenshots and a guide might help out if anyone else wonders how this works.  Wink

When video?

That's a good idea, but not very stealth. Let me see how I can do a video though.

If you do make a video, better use some stealthy music like the mission impossible theme.

I can amp up the DNR stealth video guide. I need to think what else I can show though, like what the block explorer looks like and stuff like that.

That would be pretty awesome actually.  Show how it's actually stealthy instead of just how to create and send/receive from the address.
:wesmart:
sr. member
Activity: 1021
Merit: 324
Where one can see his/her stealth address?


If you go to receive coins tab and click New Address in the bottom left you have the choice to generate a stealth address. 
Once you are done it's listed there with your other addresses. 

It's pretty easy. Though I wonder if some screenshots and a guide might help out if anyone else wonders how this works.  Wink

When video?

That's a good idea, but not very stealth. Let me see how I can do a video though.

If you do make a video, better use some stealthy music like the mission impossible theme.

I can amp up the DNR stealth video guide. I need to think what else I can show though, like what the block explorer looks like and stuff like that.
full member
Activity: 298
Merit: 100
hashbag.cc
Where one can see his/her stealth address?


If you go to receive coins tab and click New Address in the bottom left you have the choice to generate a stealth address. 
Once you are done it's listed there with your other addresses. 

It's pretty easy. Though I wonder if some screenshots and a guide might help out if anyone else wonders how this works.  Wink

When video?

That's a good idea, but not very stealth. Let me see how I can do a video though.

If you do make a video, better use some stealthy music like the mission impossible theme.
Pages:
Jump to: