Bitcoin Forum
May 02, 2024, 08:06:45 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they believe that the creator of this topic displays some red flags which make them high-risk. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 ... 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 [91] 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 ... 225 »
  Print  
Author Topic: [ANN] Denarius [D] - First "Tribus" PoW/PoS Hybrid Masternodes, Ring Sigs  (Read 504215 times)
kingcarsen (OP)
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 369



View Profile WWW
September 21, 2017, 07:16:01 AM
 #1801

I want to try compile the wallet on Ubuntu 16, devs where I can get the guide to do this? Thanks!

If you want to compile the QT Denarius Wallet on Ubuntu then do as follows:

Install your deps:

Code:
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3 libboost-all-dev libminiupnpc-dev libqt4-dev libprotobuf-dev protobuf-compiler libqrencode-dev

Recommended to install db4.8 via this repo:

Code:
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev

Then after you git clone the Denarius repo, in the main dir, do:

Code:
qmake "USE_LEVELDB=1" "USE_QRCODE=1" "USE_UPNP=1" denarius-qt.pro

then just a

Code:
make -j8 
(8 being the number of cores of your processor used to compile on)

If all goes good, then just run ./Denarius to run the Denarius wallet.

Tada!  Cool


The block chain is the main innovation of Bitcoin. It is the first distributed timestamping system.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714680405
Hero Member
*
Offline Offline

Posts: 1714680405

View Profile Personal Message (Offline)

Ignore
1714680405
Reply with quote  #2

1714680405
Report to moderator
1714680405
Hero Member
*
Offline Offline

Posts: 1714680405

View Profile Personal Message (Offline)

Ignore
1714680405
Reply with quote  #2

1714680405
Report to moderator
kikhtr
Full Member
***
Offline Offline

Activity: 230
Merit: 100



View Profile
September 21, 2017, 07:33:33 AM
 #1802

I want to try compile the wallet on Ubuntu 16, devs where I can get the guide to do this? Thanks!

If you want to compile the QT Denarius Wallet on Ubuntu then do as follows:

Install your deps:

Code:
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3 libboost-all-dev libminiupnpc-dev libqt4-dev libprotobuf-dev protobuf-compiler libqrencode-dev

Recommended to install db4.8 via this repo:

Code:
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev

Then after you git clone the Denarius repo, in the main dir, do:

Code:
qmake "USE_LEVELDB=1" "USE_QRCODE=1" "USE_UPNP=1" denarius-qt.pro

then just a

Code:
make -j8 
(8 being the number of cores of your processor used to compile on)

If all goes good, then just run ./Denarius to run the Denarius wallet.

Tada!  Cool

Thank for quick reply Smiley
I will try

Twitter  CRESIO
Telegram           
MULTI-EXCHANGE PLATFORM           
JOIN ICO | May 1 ]    JOIN NOW            
sacombank
Full Member
***
Offline Offline

Activity: 357
Merit: 100



View Profile
September 21, 2017, 02:22:56 PM
 #1803

Yes, I could make a testnode. Seems mining works well
wow , thank you so much , you best supporter .

do you share it !  or tutorial  .

   ⚡⚡ PRiVCY ⚡⚡   ▂▃▅▆█ PRiVCY (PRIV) is a new PoW/PoS revolutionary privacy project Best privacy crypto-market! █▆▅▃▂
    Own Your Privacy! ───────────────── WebsiteGithub  |  Bitcointalk  |  Twitter  |  Discord  |  Explorer ─────────────────
   ✯✯✯✯✯                 ✈✈✈[Free Airdrop - Starts 9th June][Tor]✈✈✈ ║───────────║ Wallet Windows  |  macOS  |  Linux[/
iluvbitcoins
Legendary
*
Offline Offline

Activity: 2198
Merit: 1150


Freedom&Honor


View Profile
September 21, 2017, 02:35:55 PM
 #1804

We should probably aim to get listed on C-CEX!

Should improve our value a bit Smiley

Looking for a signature campaign.
gmerk
Full Member
***
Offline Offline

Activity: 162
Merit: 100


View Profile
September 21, 2017, 05:44:05 PM
 #1805

The staking tab predicts rewards of ~ 0.00x while in reality the rewards are ~ 0.0000x coins.
Is this normal?

kingcarsen (OP)
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 369



View Profile WWW
September 21, 2017, 10:58:53 PM
 #1806

We should probably aim to get listed on C-CEX!

Should improve our value a bit Smiley

We are up for voting there, I do believe the cost straight across to be listed is 3-4 BTC at C-Cex.

The staking tab predicts rewards of ~ 0.00x while in reality the rewards are ~ 0.0000x coins.
Is this normal?



Yes the staking estimations in general are only estimations. The Staking Estimation Tab I recently added is still very much in Beta, The rewards are entirely incorrect currently, it will be fixed in an upcoming update.
vrap.pm
Full Member
***
Offline Offline

Activity: 490
Merit: 106



View Profile
September 22, 2017, 12:09:54 AM
 #1807

Hello,


Could someone send me the link of explorer and the top100 (richlist)?


Thanks
kingcarsen (OP)
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 369



View Profile WWW
September 22, 2017, 10:42:23 AM
 #1808

Hello,


Could someone send me the link of explorer and the top100 (richlist)?


Thanks

https://chainz.cryptoid.info/dnr/#!rich


The denarius.name explorer is synced back up again as well.
Supercoiner111
Full Member
***
Offline Offline

Activity: 490
Merit: 100


View Profile
September 22, 2017, 10:47:10 AM
 #1809

Great opportunity to buy this coin cheap! Will turn into great investment!

sacombank
Full Member
***
Offline Offline

Activity: 357
Merit: 100



View Profile
September 22, 2017, 02:03:25 PM
 #1810

We should probably aim to get listed on C-CEX!

Should improve our value a bit Smiley
great news if it is  real , i believe near furture we have a new big exchange

it will push DNR price high .

   ⚡⚡ PRiVCY ⚡⚡   ▂▃▅▆█ PRiVCY (PRIV) is a new PoW/PoS revolutionary privacy project Best privacy crypto-market! █▆▅▃▂
    Own Your Privacy! ───────────────── WebsiteGithub  |  Bitcointalk  |  Twitter  |  Discord  |  Explorer ─────────────────
   ✯✯✯✯✯                 ✈✈✈[Free Airdrop - Starts 9th June][Tor]✈✈✈ ║───────────║ Wallet Windows  |  macOS  |  Linux[/
the.vlado
Full Member
***
Offline Offline

Activity: 271
Merit: 101


View Profile
September 22, 2017, 03:40:50 PM
 #1811

We should probably aim to get listed on C-CEX!

Should improve our value a bit Smiley
great news if it is  real , i believe near furture we have a new big exchange

it will push DNR price high .

Yes, looks like good time to buy more DNRs.

   ⚡⚡ PRiVCY ⚡⚡   ▂▃▅▆█ PRiVCY (PRIV) is a new PoW/PoS revolutionary privacy project  ☞ Best privacy crypto-market! █▆▅▃▂
    Own Your Privacy! ───────────────── WebsiteGithub  |  Bitcointalk  |  Twitter  |  Discord  |  Explorer ─────────────────
   ✯✯✯✯✯                 ✈✈✈[Free Airdrop - Starts 9th June][Tor]✈✈✈ ║───────────║ Wallet ➢ Windows  |  macOS  |  Linux
kingcarsen (OP)
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 369



View Profile WWW
September 23, 2017, 12:34:19 AM
 #1812

If there are any other devs interested in hosting a DenariiumX-Server please contact me or take a look at my forum post:

https://denariustalk.org/index.php?/topic/93-denariium-electrum-denarius-thin-client/
silklich
Full Member
***
Offline Offline

Activity: 394
Merit: 100

i like Phore


View Profile
September 23, 2017, 03:18:52 AM
 #1813

Do you have any masternode plan??

kingcarsen (OP)
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 369



View Profile WWW
September 23, 2017, 05:54:22 AM
 #1814

Do you have any masternode plan??

No, not currently.
hashrefinery
Member
**
Offline Offline

Activity: 120
Merit: 11


View Profile WWW
September 23, 2017, 08:01:02 AM
 #1815

Denarius has been added to Hash Refinery - http://pool.hashrefinery.com/site/gomining?algo=tribus

You can be paid in Denarius by using your DNR address as your username and "c=DNR" as your password.  Alternatively the pool can auto-exchange to BTC for you.

Happy mining!

Hash Refinery Pool http://pool.hashrefinery.com/ - Over 50 coins active on 15+ algos - Receive payouts in any listed coin or auto-conversion to BTC
kingcarsen (OP)
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 369



View Profile WWW
September 23, 2017, 08:21:32 AM
 #1816

Denarius has been added to Hash Refinery - http://pool.hashrefinery.com/site/gomining?algo=tribus

You can be paid in Denarius by using your DNR address as your username and "c=DNR" as your password.  Alternatively the pool can auto-exchange to BTC for you.

Happy mining!

Awesome! I will add your link to the OP and site!  Cool
kingcarsen (OP)
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 369



View Profile WWW
September 23, 2017, 07:22:44 PM
 #1817

Denariium is in the works, if any other devs want to help out, check out this forum post: https://denariustalk.org/index.php?/topic/93-denariium-electrum-denarius-thin-client/
tinchopf
Full Member
***
Offline Offline

Activity: 157
Merit: 100


ARweY484XkBSRCaPMATy9PCfrKJkgqWF6T


View Profile
September 23, 2017, 07:31:45 PM
 #1818

Time to buy a Trezor!

FacelessCrypto
Full Member
***
Offline Offline

Activity: 539
Merit: 105


IDENA.IO - Proof-Of-Person Blockchain


View Profile
September 24, 2017, 06:14:17 AM
 #1819

Time to buy a Trezor!

 Why is that  any reasons ?

tinchopf
Full Member
***
Offline Offline

Activity: 157
Merit: 100


ARweY484XkBSRCaPMATy9PCfrKJkgqWF6T


View Profile
September 24, 2017, 12:14:22 PM
 #1820

Time to buy a Trezor!

 Why is that  any reasons ?

With Denariium i will be able to use Trezor to save my Denarius Cheesy

Pages: « 1 ... 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 [91] 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 ... 225 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!