Bitcoin Forum
May 05, 2024, 02:00:27 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 ... 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 [212] 213 214 215 216 217 218 219 220 221 222 223 224 225 »
  Print  
Author Topic: [ANN] Denarius [D] - First "Tribus" PoW/PoS Hybrid Masternodes, Ring Sigs  (Read 504215 times)
Boriss
Full Member
***
Offline Offline

Activity: 728
Merit: 115


View Profile WWW
October 05, 2018, 10:02:58 AM
 #4221

Is DNR close to getting added to Ledger Nano S? I just saw their recent additions and I don't know most of them lol so how are these cryptocurrencies getting listed even though they haven't be around a long time like DNR and even ADA? I see a lot of people complaining about not adding ADA which is understandable as it is a top 10 coin. Has there been any word on DNR being added anytime soon?

That should really help DNR to reach some new investors.
Don't know why implementations for hardware wallet integration has stopped.

1714917627
Hero Member
*
Offline Offline

Posts: 1714917627

View Profile Personal Message (Offline)

Ignore
1714917627
Reply with quote  #2

1714917627
Report to moderator
1714917627
Hero Member
*
Offline Offline

Posts: 1714917627

View Profile Personal Message (Offline)

Ignore
1714917627
Reply with quote  #2

1714917627
Report to moderator
1714917627
Hero Member
*
Offline Offline

Posts: 1714917627

View Profile Personal Message (Offline)

Ignore
1714917627
Reply with quote  #2

1714917627
Report to moderator
Bitcoin mining is now a specialized and very risky industry, just like gold mining. Amateur miners are unlikely to make much money, and may even lose money. Bitcoin is much more than just mining, though!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714917627
Hero Member
*
Offline Offline

Posts: 1714917627

View Profile Personal Message (Offline)

Ignore
1714917627
Reply with quote  #2

1714917627
Report to moderator
1714917627
Hero Member
*
Offline Offline

Posts: 1714917627

View Profile Personal Message (Offline)

Ignore
1714917627
Reply with quote  #2

1714917627
Report to moderator
HCLivess
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
October 06, 2018, 01:30:21 AM
 #4222

Code:
obj/crypto.o: In function `crypto_force_rand_ssleay':
/home/hclivess/denarius/src/tor/crypto.c:275: undefined reference to `RAND_OpenSSL'
obj/crypto.o: In function `crypto_pk_private_ok':
/home/hclivess/denarius/src/tor/crypto.c:451: undefined reference to `RSA_get0_factors'
obj/crypto.o: In function `crypto_validate_dh_params':
/home/hclivess/denarius/src/tor/crypto.c:2237: undefined reference to `DH_set0_pqg'
/home/hclivess/denarius/src/tor/crypto.c:2250: undefined reference to `BN_is_word'
obj/crypto.o: In function `crypto_openssl_get_version_str':
/home/hclivess/denarius/src/tor/crypto.c:250: undefined reference to `OpenSSL_version'
obj/crypto.o: In function `crypto_pk_public_exponent_ok':
/home/hclivess/denarius/src/tor/crypto.c:884: undefined reference to `RSA_get0_key'
/home/hclivess/denarius/src/tor/crypto.c:888: undefined reference to `BN_is_word'
obj/crypto.o: In function `crypto_pk_cmp_keys':
/home/hclivess/denarius/src/tor/crypto.c:914: undefined reference to `RSA_get0_key'
/home/hclivess/denarius/src/tor/crypto.c:915: undefined reference to `RSA_get0_key'
obj/crypto.o: In function `crypto_pk_num_bits':
/home/hclivess/denarius/src/tor/crypto.c:966: undefined reference to `RSA_get0_key'
/home/hclivess/denarius/src/tor/crypto.c:969: undefined reference to `RSA_bits'
obj/crypto.o: In function `crypto_dh_new':
/home/hclivess/denarius/src/tor/crypto.c:2409: undefined reference to `DH_set0_pqg'
/home/hclivess/denarius/src/tor/crypto.c:2413: undefined reference to `DH_set_length'
obj/crypto.o: In function `crypto_dh_generate_public':
/home/hclivess/denarius/src/tor/crypto.c:2484: undefined reference to `DH_get0_key'
obj/crypto.o: In function `crypto_dh_get_public':
/home/hclivess/denarius/src/tor/crypto.c:2521: undefined reference to `DH_get0_key'
/home/hclivess/denarius/src/tor/crypto.c:2531: undefined reference to `DH_get0_key'
obj/crypto.o: In function `crypto_early_init':
/home/hclivess/denarius/src/tor/crypto.c:310: undefined reference to `OPENSSL_init_crypto'
/home/hclivess/denarius/src/tor/crypto.c:311: undefined reference to `OPENSSL_init_crypto'
/home/hclivess/denarius/src/tor/crypto.c:315: undefined reference to `OpenSSL_version_num'
/home/hclivess/denarius/src/tor/crypto.c:316: undefined reference to `OpenSSL_version'
obj/crypto.o: In function `crypto_global_init':
/home/hclivess/denarius/src/tor/crypto.c:393: undefined reference to `ENGINE_get_default_EC'
obj/aes.o: In function `aes_cipher_free':
/home/hclivess/denarius/src/tor/aes.c:118: undefined reference to `EVP_CIPHER_CTX_reset'
collect2: error: ld returned 1 exit status
makefile.unix:383: recipe for target 'denariusd' failed
make: *** [denariusd] Error 1
hclivess@vmi204309:~/denarius/src$ undefined reference to `RAND_OpenSSL'


ubuntu 18 after

Code:
make -f makefile.unix -j8 OPENSSL_INCLUDE_PATH=/usr/local/ssl/include OPENSSL_LIB_PATH=/usr/local/ssl/lib

but qmake worked

cmmhbct
Member
**
Offline Offline

Activity: 97
Merit: 12


View Profile
October 06, 2018, 01:47:19 AM
 #4223

This one is very promising, which might play a significant factor to build up the ecoystem of Denaris much bigger.
More investors to come, higher demands to come if Denarius can be integrated into Ledger Nano S.
Is DNR close to getting added to Ledger Nano S? I just saw their recent additions and I don't know most of them lol so how are these cryptocurrencies getting listed even though they haven't be around a long time like DNR and even ADA? I see a lot of people complaining about not adding ADA which is understandable as it is a top 10 coin. Has there been any word on DNR being added anytime soon?
Agree with you.
That should really help DNR to reach some new investors.
Don't know why implementations for hardware wallet integration has stopped.
kingcarsen (OP)
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 369



View Profile WWW
October 06, 2018, 05:18:11 AM
 #4224

This one is very promising, which might play a significant factor to build up the ecoystem of Denaris much bigger.
More investors to come, higher demands to come if Denarius can be integrated into Ledger Nano S.
Is DNR close to getting added to Ledger Nano S? I just saw their recent additions and I don't know most of them lol so how are these cryptocurrencies getting listed even though they haven't be around a long time like DNR and even ADA? I see a lot of people complaining about not adding ADA which is understandable as it is a top 10 coin. Has there been any word on DNR being added anytime soon?
Agree with you.
That should really help DNR to reach some new investors.
Don't know why implementations for hardware wallet integration has stopped.

We are just waiting on Ledger HQ to state something in regards to integration, we are still on their roadmap as well.

For Trezor I am still working on the "blockbook" backend for Denarius, once we have that we should see Denarius on Trezor's around the globe. I am very close to finishing it and getting it completed.
AngryWhiteWolf
Full Member
***
Offline Offline

Activity: 616
Merit: 100



View Profile
October 06, 2018, 09:17:20 PM
 #4225

Love it because it shows that Ledger to come for Denarius.
I will stay tuned for Ledger and Denarius official corporation.
I am very close to finishing it and getting it completed.

That will be a great achievement for Denarius, entering into a select club of coins!
vella85
Hero Member
*****
Offline Offline

Activity: 1862
Merit: 590



View Profile WWW
October 06, 2018, 11:25:29 PM
 #4226

This one is very promising, which might play a significant factor to build up the ecoystem of Denaris much bigger.
More investors to come, higher demands to come if Denarius can be integrated into Ledger Nano S.
Is DNR close to getting added to Ledger Nano S? I just saw their recent additions and I don't know most of them lol so how are these cryptocurrencies getting listed even though they haven't be around a long time like DNR and even ADA? I see a lot of people complaining about not adding ADA which is understandable as it is a top 10 coin. Has there been any word on DNR being added anytime soon?
Agree with you.
That should really help DNR to reach some new investors.
Don't know why implementations for hardware wallet integration has stopped.

We are just waiting on Ledger HQ to state something in regards to integration, we are still on their roadmap as well.

For Trezor I am still working on the "blockbook" backend for Denarius, once we have that we should see Denarius on Trezor's around the globe. I am very close to finishing it and getting it completed.

Thanks Carsen for the update on Ledger and also for Trezor. The thing I don't understand with Ledger though is that they recently added a few coins that no one has never heard of before and haven't been around as long as DNR so why would they go before DNR makes me wonder what's going on with Ledger?

I can promote your project on X to my 100k+ followers for a reasonable price. Just DM me for prices.
iphmp159
Member
**
Offline Offline

Activity: 118
Merit: 10


View Profile
October 07, 2018, 02:58:27 AM
 #4227

Thanks Carsen for the update on Ledger and also for Trezor. The thing I don't understand with Ledger though is that they recently added a few coins that no one has never heard of before and haven't been around as long as DNR so why would they go before DNR makes me wonder what's going on with Ledger?
Nice question.
I am waiting for the coming clarification from @kingcarsen too.
It's good to know that Denarius has build up partnership with Ledger and almost jumped to the final phase.
Nevertheless, it would be better if community can know more about the mechanism on which Denarius project and Ledger have been building up the corporations.
toogoody
Jr. Member
*
Offline Offline

Activity: 588
Merit: 1


View Profile
October 07, 2018, 12:31:15 PM
 #4228

List of Denarius mining pools with live stats & hashrate distribution

https://miningpoolstats.stream/denarius
sylph93
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile
October 09, 2018, 07:38:15 AM
 #4229

I can't make 3.0 Qt wallet compile on Ubuntu.

Can anyone make Appimage file for Qt wallet?

I've used DeepOnion QT appimage. here is more info on that:

https://github.com/deeponion/deeponion/blob/master/doc/build-appimage.md

           ▀██▄ ▄██▀
            ▐█████▌
           ▄███▀███▄
         ▄████▄  ▀███▄
       ▄███▀ ▀██▄  ▀███▄
     ▄███▀  ▄█████▄  ▀███▄
   ▄███▀  ▄███▀ ▀███▄  ▀███▄
  ███▀  ▄████▌   ▐████▄  ▀███
 ███   ██▀  ██▄ ▄██  ▀██   ███
███   ███  ███   ███  ███   ███
███   ███   ███████   ███   ███
 ███   ███▄▄       ▄▄███   ███
  ███▄   ▀▀█████████▀▀   ▄███
   ▀████▄▄           ▄▄████▀
      ▀▀███████████████▀▀
DeepOnion




   ▄▄▄▄▄          ▄▄██████▄
 ▄█▀▀▀▀▀█▄      ▄███▀▀   ▀██
 ▀       ▀     ██▀
    ▄███▄          ▄█████▄
   ███████ █      █████████
           █
          █     █▄            ▄█
█▄       █      ▀██▄▄      ▄▄██▀
 ███▄▄▄▀▀█▄▄▄███▀ ▀▀██████████
  ██ ██▄ ▀▀▄███▄    ▄▄▄██  ██
   ██ ▀█████▀ ▀██████▀▀▀  ██
    ██                ▄▄  ██
     ██  ▀▀▀▀███▀▀▀▀▀    ██
      ██    ███
       ██   ███
        ██   ███
Highly Secure
Instant Confirmations
Secure Wallet
      ▄▄██████████▄▄
    ▄███▀▀      ▀▀█▀   ▄▄
   ███▀              ▄███
  ███              ▄███▀   ▄▄
 ███▌  ▄▄▄▄      ▄███▀   ▄███
▐███  ██████   ▄███▀   ▄███▀
███▌ ███  ███▄███▀   ▄███▀
███▌ ███   ████▀   ▄███▀
███▌  ███   █▀   ▄███▀  ███
▐███   ███     ▄███▀   ███
 ███▌   ███  ▄███▀     ███
  ███    ██████▀      ███
   ███▄             ▄███
    ▀███▄▄       ▄▄███▀
      ▀▀███████████▀▀
berron
Hero Member
*****
Offline Offline

Activity: 727
Merit: 501



View Profile
October 09, 2018, 05:48:34 PM
 #4230

I can't make 3.0 Qt wallet compile on Ubuntu.

Can anyone make Appimage file for Qt wallet?

I've used DeepOnion QT appimage. here is more info on that:

https://github.com/deeponion/deeponion/blob/master/doc/build-appimage.md
Same here, tried the advices given by carsen but they didn't worked. And I hate to install wallets not compiled by me  Undecided

(And I also want to take a look to the new wallet Sad )

Have you tried a real DEX??? But a real DEX like this!!!
FacelessCrypto
Full Member
***
Offline Offline

Activity: 539
Merit: 105


IDENA.IO - Proof-Of-Person Blockchain


View Profile
October 15, 2018, 01:30:33 PM
 #4231

Any feedback on connect ing via Tor

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

Activity: 1148
Merit: 369



View Profile WWW
October 17, 2018, 02:29:51 AM
 #4232

Remember to update your nodes guys and gals!

Hop into our Discord chat if you need help!

https://twitter.com/denariuscoin/status/1052383479390818304?s=19

Thanks Carsen for the update on Ledger and also for Trezor. The thing I don't understand with Ledger though is that they recently added a few coins that no one has never heard of before and haven't been around as long as DNR so why would they go before DNR makes me wonder what's going on with Ledger?
Nice question.
I am waiting for the coming clarification from @kingcarsen too.
It's good to know that Denarius has build up partnership with Ledger and almost jumped to the final phase.
Nevertheless, it would be better if community can know more about the mechanism on which Denarius project and Ledger have been building up the corporations.

In my personal opinion I do believe it has to do with money and whom is behind it. We are on Ledger's Roadmap on Trello and I did PR all of the required Git repos with the integration completed for Denarius, so really just up to them as a company when they will add us, I can contact Fred their VP of Engineering again to see what the status is.

Trezor is just waiting for me to finish the backend integration for their blockbook server to support DNR, I have it almost finished, so no sweat there.
buzzkillb
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
October 17, 2018, 02:33:31 AM
 #4233

Any feedback on connect ing via Tor

v3 wallet

denarius.conf
Code:
nativetor=1
Invidia
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
October 17, 2018, 12:31:49 PM
Last edit: October 18, 2018, 04:47:15 PM by Invidia
 #4234

problem.. I mined some denarius in 2015 .i saved the denarius folder located in appdata-roaming of the denarius local wallet i had in 2015 on a flash pen. now i have installed the new wallet on another pc.then i have replaced the new wallet.dat with the old wallet.dat. when i run the  wallet i get this error: <warning,error in reading wallet.dat! all the keys correctly read, but transaction data or items in address book may be not present or incorrect.>when i click ok on the message the wallet terminates.
what can i do? Shocked
was it the old denarius coin?
kingcarsen (OP)
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 369



View Profile WWW
October 20, 2018, 04:53:45 AM
 #4235

problem.. I mined some denarius in 2015 .i saved the denarius folder located in appdata-roaming of the denarius local wallet i had in 2015 on a flash pen. now i have installed the new wallet on another pc.then i have replaced the new wallet.dat with the old wallet.dat. when i run the  wallet i get this error: <warning,error in reading wallet.dat! all the keys correctly read, but transaction data or items in address book may be not present or incorrect.>when i click ok on the message the wallet terminates.
what can i do? Shocked
was it the old denarius coin?

Nope, this is a new Denarius (DNR), it has no relation to the old Denarius (DRS), it is not the same blockchain, the old owner stopped working on that chain and did not pass it on to anyone, so Denarius is new and its own chain, unfortunately you wont be able to claim any coins from the old one. We launched in 2017 (June 14th 2017)
buzzkillb
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
October 21, 2018, 04:20:27 PM
 #4236

About 9 days until masternode fix and ring sigs go live.  Cool
kingcarsen (OP)
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 369



View Profile WWW
October 23, 2018, 03:55:29 AM
 #4237

About 9 days until masternode fix and ring sigs go live.  Cool

Roughly a week now! Make sure you update to v3 everyone! It is mandatory! ALL NODES.
buzzkillb
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
October 23, 2018, 04:02:15 AM
 #4238

About 9 days until masternode fix and ring sigs go live.  Cool

Roughly a week now! Make sure you update to v3 everyone! It is mandatory! ALL NODES.

Come into discord if you need help updating your masternode or wallet!
heresamemo
Member
**
Offline Offline

Activity: 197
Merit: 23


View Profile
October 23, 2018, 04:02:59 PM
 #4239

DENARIUS is now listed with SWIRL PAY

Denarius + https://twitter.com/SwirlPay = Mass Adoption

Decentralized Peer-to-Peer Payments with SwirlPay

Accept Denarius Globally with any WooCommerce based shops!

Swirl Assets Include: $DNR $BTC $ETH $AKA $LINDA $NIX $MONK + More added regularly!



Powered by https://twitter.com/WhopperCrypto
buzzkillb
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
October 23, 2018, 04:06:16 PM
 #4240

Cannot wait to see which stores use swirlpay!  Cool
Pages: « 1 ... 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 [212] 213 214 215 216 217 218 219 220 221 222 223 224 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!