Bitcoin Forum
April 27, 2024, 06:17:29 AM *
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 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 [20]  All
  Print  
Author Topic: [ANN] Denarius [D] - Originator "Tribus" PoW/PoS Hybrid Masternodes, Native Tor  (Read 12488 times)
kingcarsen
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 369



View Profile WWW
February 06, 2021, 08:31:19 PM
 #381

I simply love this project and continue to hold as I have been for years now. I do still believe that its a matter of time before D becomes a top project, the thing is that DeFi is all the rage right now but I am starting to see staking is gaining some of the market share with more DeFi projects using the term staking as the farming hype has seemed to cool off. Keep up the great work Carsen and the rest of the team.

v3.3.9.11 releasing soon! https://denarius.io/domains some more information about the updates included.
1714198649
Hero Member
*
Offline Offline

Posts: 1714198649

View Profile Personal Message (Offline)

Ignore
1714198649
Reply with quote  #2

1714198649
Report to moderator
1714198649
Hero Member
*
Offline Offline

Posts: 1714198649

View Profile Personal Message (Offline)

Ignore
1714198649
Reply with quote  #2

1714198649
Report to moderator
1714198649
Hero Member
*
Offline Offline

Posts: 1714198649

View Profile Personal Message (Offline)

Ignore
1714198649
Reply with quote  #2

1714198649
Report to moderator
"Bitcoin: the cutting edge of begging technology." -- Giraffe.BTC
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714198649
Hero Member
*
Offline Offline

Posts: 1714198649

View Profile Personal Message (Offline)

Ignore
1714198649
Reply with quote  #2

1714198649
Report to moderator
1714198649
Hero Member
*
Offline Offline

Posts: 1714198649

View Profile Personal Message (Offline)

Ignore
1714198649
Reply with quote  #2

1714198649
Report to moderator
1714198649
Hero Member
*
Offline Offline

Posts: 1714198649

View Profile Personal Message (Offline)

Ignore
1714198649
Reply with quote  #2

1714198649
Report to moderator
kingcarsen
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 369



View Profile WWW
February 10, 2021, 11:09:42 PM
 #382

Public Denarius DNS Servers are available! https://denarius.io/dns

We also have our IPFS public gateway serving IPFS hosted Denarius domains

https://ipfs.denarius.io/ipns/satoshi.btc/
https://ipfs.denarius.io/ipns/satoshi.bitcoin/
https://ipfs.denarius.io/ipns/wiki.d/
https://ipfs.denarius.io/ipns/whitescroll.d/
https://ipfs.denarius.io/ipns/block.d/

If you have the Denarius DNS servers added to your device or network or setup Denarius locally with a DNS Proxy you can view the sites directly below:
http://satoshi.btc/
http://satoshi.bitcoin/
http://wiki.d/
http://whitescroll.d/
http://block.d/
http://stats.d/

It costs 0.1 D to register a name now in Denarius, 0.09 D goes to miners/stakers and 0.01 D goes to the name reg input. Official Announcement of v3.3.9.11 will be incoming soon!
buzzkillb
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
February 14, 2021, 04:43:28 PM
 #383

Another interesting usecase pops up. In debug console on latest wallet try
Code:
name_filter ^magnet:

https://ipfs.denarius.io/ipns/magnets.king/
buzzkillb
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
February 14, 2021, 05:38:50 PM
Last edit: February 14, 2021, 06:10:37 PM by buzzkillb
 #384

 Have you ever wanted to add a torrent magnet link to a decentralized blockchain for the latest Arch Linux ISO? This guide will show how to add a torrent magnet link and retrieve the list using the name_show & name_filter function in the Denarius wallet. This will require at least 0.1 Denarius Coins in your wallet. 1 Denarius Coin will give you enough to make 1 name to send coins to, 1 magnet link, and ability to change this 8 times roughly because of the low fees.

Example to grab latest ArchLinux magnet link and put on the blockchain. Find the magnet link, right click and copy from here https://archlinux.org/download/

This gives a full link, which includes our filename we want to use

Code:
magnet:?xt=urn:btih:85bbba4035cca750f681284857f53e405eb41f7d&dn=archlinux-2021.02.01-x86_64.iso

Chop off what we don't need, the & and to the right

Code:
magnet:?xt=urn:btih:85bbba4035cca750f681284857f53e405eb41f7d

Now we have our magnet link, our filename would be

Code:
archlinux-2021.02.01-x86_64.iso

To add this information to Denarius DDNS NVS QT Wallet, go to debug console and type this

Code:
name_new magnet:<FILENAME> <MAGNETLINK> <EXPIRATIONTIME>

Code:
name_new magnet:archlinux-2021.02.01-x86_64.iso magnet:?xt=urn:btih:85bbba4035cca750f681284857f53e405eb41f7d 9999

After pushing enter you will get a transaction ID. Wait for the transaction to go through. Once the transaction goes through we can lookup this specific new add.

Code:
name_show magnet:archlinux-2021.02.01-x86_64.iso

which returns

Code:
{
"name" : "magnet:archlinux-2021.02.01-x86_64.iso",
"value" : "magnet:?xt=urn:btih:85bbba4035cca750f681284857f53e405eb41f7d",
"txid" : "85bc00ebce5bc80d6f2be1f8d7200b07135f4d8a4740fc84657b02c73ad8f59d",
"address" : "DSST3rnMgWUmQ1b6VZh2AFjVnsnfoNTXwD",
"expires_in" : 57591343,
"expires_at" : 61856796,
"time" : 1613256050
}

You can also filter the entire magnet: list by typing

Code:
name_filter ^magnet:

which returns

Code:
[
{
"name" : "magnet:Crypto (2019) [BluRay][1080p][YTS][YIFY]",
"value" : "magnet:?xt=urn:btih:07a990c2da5703fe725dc5ad29822139e1f16456",
"registered_at" : 4232860,
"expires_in" : 57561645
},
{
"name" : "magnet:ubuntu-20.04.2-desktop-amd64.iso",
"value" : "magnet:?xt=urn:btih:998786ad5f17107b373662d63647fde829d6730b",
"registered_at" : 4243649,
"expires_in" : 28775314
},
{
"name" : "magnet:ubuntu-20.04.2-live-server-amd64.iso",
"value" : "magnet:?xt=urn:btih:126f82fb33119d2acf93a16cfba6eb1c5787a59f",
"registered_at" : 4243652,
"expires_in" : 28775317
},
{
"name" : "magnet:archlinux-2021.02.01-x86_64.iso",
"value" : "magnet:?xt=urn:btih:85bbba4035cca750f681284857f53e405eb41f7d",
"registered_at" : 4262556,
"expires_in" : 57591341
}
]

A website at Denarius domain http://magnets.king or through IPFS using the Denarius gateway https://ipfs.denarius.io/ipns/magnets.king/  is watching the list and making a simple website to show what's coming up under the magnet: filter to give an idea how powerful this is. If you create your own torrent and are worried about being censored because of your political stance, you can now easily throw a magnet link up and also share the link easily through a Denarius domain. Example is showing the website created and able to see through Denarius DDNS, TOR, and IPFS. No clearnet domain registrar like godaddy required.

buzzkillb
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
February 25, 2021, 05:51:54 PM
 #385

 How to setup a TOR Proxy Gateway through Denarius DDNS Naming System using the Names subdomains as the beginning of onion addresses. Going to use Ubuntu 20.04 and Snap daemon.

First install Denarius snap daemon and sync the wallet, grab chaindata to make this faster.

Install tor

Code:
sudo apt install tor

Using this guide to install dnsmasq https://unix.stackexchange.com/a/516808

Install dnsmasq

Code:
sudo apt install dnsmasq

Disable systemd-resolved

Code:
sudo systemctl disable systemd-resolved.service

Remove resolv.conf

Code:
sudo rm /etc/resolv.conf

Now we are going to add the Denarius DDNS and nameservers in.

Code:
sudo /etc/dnsmasq.d/03-denarius-wildcard.conf

add these to the file

Code:
server=/d/127.0.0.1#5333
server=/dnr/127.0.0.1#5333
server=/denarii/127.0.0.1#5333
server=/king/127.0.0.1#5333
server=/ipfs/127.0.0.1#5333
server=/sys/127.0.0.1#5333
server=/btc/127.0.0.1#5333
server=/bitcoin/127.0.0.1#5333

Edit resolv.conf for our new name servers

Code:
sudo nano /etc/resolv.conf

Add in a clearnet nameserver and the Denarius DDNS localhost nameserver

Code:
nameserver 127.0.0.1
nameserver 8.8.8.8

Restart dnsmasq

Code:
sudo systemctl restart dnsmasq

Ping a Denarius DDNS site like http://magnets.king

Code:
ping magnets.king

If the ping works this part is working. Setup Tor.

Code:
sudo nano /etc/tor/torrc

Add these lines to the top.

Code:
HiddenServiceDir /var/lib/tor/ddns/
HiddenServiceVersion 3
HiddenServicePort 80 127.0.0.1:80

Restart Tor service to get our onion address.

Code:
sudo service tor restart
sudo cat /var/lib/tor/ddns/hostname

I get

Code:
3lervphhwefgayia6fvbdokw2avdev3pa5u4h4bjhhonetl3z67uzeid.onion

Setup NGINX

Code:
sudo apt install nginx

Edit the default config file because I am lazy

Code:
sudo nano /etc/nginx/sites-available/default

Add this in and adjust the onion address

Code:
server {
    listen 127.0.0.1:80;
    server_name ~^(?<subdomain>.+)\.3lervphhwefgayia6fvbdokw2avdev3pa5u4h4bjhhonetl3z67uzeid\.onion$;

    location / {
        resolver 127.0.0.1 valid=30s;
        proxy_pass http://$subdomain;
        proxy_set_header X-Real-IP $remote_addr;


    }
}

Restart nginx.

Code:
sudo service nginx restart

Open up TOR Browser and go to Denarius DDNS names like this

http://wiki.d.3lervphhwefgayia6fvbdokw2avdev3pa5u4h4bjhhonetl3z67uzeid.onion/
http://stats.d.3lervphhwefgayia6fvbdokw2avdev3pa5u4h4bjhhonetl3z67uzeid.onion/
http://satoshi.bitcoin.3lervphhwefgayia6fvbdokw2avdev3pa5u4h4bjhhonetl3z67uzeid.onion/
http://magnets.king.3lervphhwefgayia6fvbdokw2avdev3pa5u4h4bjhhonetl3z67uzeid.onion/

You should now have a a Tor Proxy gateway that can see the Denarius names as a wildcard catchall subdomain. Adjust for only sites you run or for clearnet sites you run to give newbies an easy way to check out a decentralized naming system on a blockchain.

lokh
Newbie
*
Offline Offline

Activity: 2
Merit: 1


View Profile
March 01, 2021, 10:07:45 PM
Merited by berron (1)
 #386

Denarius chain is now storing, without any risk of censorship:
- the bitcoin whitepaper
- the cypherpunk manifesto

The link with IPFS is extending this hosting capability to websites and larger files.
Awesome job.
vella85
Hero Member
*****
Offline Offline

Activity: 1862
Merit: 590



View Profile WWW
April 09, 2021, 10:40:59 PM
 #387

I was thinking that maybe we could try and get Denarius listed on StakeCube. What do you all think? It will give Denarius another exchange to trade on and also give people the option to stake on there also if they hold a small amount of D. I'm sure we could win the voting as Denarius has a active community.

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

Activity: 61
Merit: 0


View Profile
April 10, 2021, 06:35:17 PM
 #388

Have you heard that this project will open a transaction for a top exchange? I have been following this project for years, not when it is secular. what he has to do to be attractive,
bitwookie
Member
**
Offline Offline

Activity: 118
Merit: 10


View Profile WWW
April 19, 2021, 10:50:06 AM
Last edit: April 19, 2021, 12:05:27 PM by bitwookie
 #389

 😂
kingcarsen
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 369



View Profile WWW
May 28, 2021, 04:42:31 PM
 #390

Still going strong!
kingcarsen
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 369



View Profile WWW
June 04, 2021, 02:23:35 AM
Last edit: June 12, 2021, 04:05:26 AM by kingcarsen
 #391

https://github.com/carsenk/denarius/releases/tag/v3.3.9.13

Denarius v3.3.9.13 is now released

Mandatory Release
  • PROOF OF WORK MINING RETURNS WITH REWARDS!
  • Proof of Work mined blocks will now reward 0.0001 D vs the previous 0 D reward
  • Updated Checkpoints and Modifiers
  • You will need to update to v3.3.9.13 of Denarius before Block 4693333
  • Other random improvements and updates

https://twitter.com/denariuscoin/status/1400632771794534400

We are bringing back Proof of Work rewards with this release of Denarius v3.3.9.13....We wanted to have spendable UTXOs instead of unspendable zero value UTXOs, emissions will be hardly affected by this change, everyone must update and we hope to see some mining pools come back online!

https://denarius.io
krostue
Full Member
***
Offline Offline

Activity: 186
Merit: 120

post history is my own and doesn't represent other


View Profile WWW
July 05, 2021, 07:52:52 PM
 #392

quite unfortunate to discover via facebook ad today that "unstoppable" domains is now claiming ownership of .bitcoin .nft and several others that direclty conflict with this project.

Will their rush to sell influence the effectiveness of these namespaces in denarius?

my first musical NFT on namecoin m/eow was registered in 2014. my specialization is cryptoart and my preferred platform is CounterParty Feel free to give feedback on the Treatise on cyproart I wrote in 2019, well before the NFT hype-train pulled into town. This Gallery includes multiple works made by, with or for me. for sale @ ethereum.properties : ethereum.training ethereum.contractors ethereum.computer ethereum.systems ethereum.training ethereum.support ethereum.solutions list obo
buzzkillb
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
July 12, 2021, 02:57:07 AM
 #393

quite unfortunate to discover via facebook ad today that "unstoppable" domains is now claiming ownership of .bitcoin .nft and several others that direclty conflict with this project.

Will their rush to sell influence the effectiveness of these namespaces in denarius?

If someone wants to run their own decentralized domains, Denarius is still the easiest to setup and get going all on your own hardware. Looking at some possible things to make this a bit more interesting.
kingcarsen
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 369



View Profile WWW
July 23, 2021, 02:45:21 AM
 #394

quite unfortunate to discover via facebook ad today that "unstoppable" domains is now claiming ownership of .bitcoin .nft and several others that direclty conflict with this project.

Will their rush to sell influence the effectiveness of these namespaces in denarius?

It certainly could

More updates are incoming soon!

We are working on bringing a stable public DNS solution for the average user, if we could partner with CloudFlare or another provider like OpenDNS, we could expand quite easily
Dat-cRyPtO-$tYLE
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
October 17, 2021, 07:10:53 AM
 #395

imagine being a developer of a crypto for 4 years for a coin, it continuously dumps, the dev leads the community on with dangling carrots of 'plops' in the main chat to keep people chatting, then he goes miissing on a regular basis. 6 months after the dec 2017 pump because the developer dumps his premine on his holders to make over a million dollars in 2018. then takes over 12-24 months to fix vulnerabilities in the code, multiple of his devs/admins leave over course of the 4 years. holders get disgruntled because of the lack of effort and ability to gather funds to list on large exchange. he then attacks his fellow admins is multiple rants telling them to go kill themselves when he doesnt like what he hears, the list goes on...

If you want proof i am happy to provide links

last post in this thread is from july 23 2021. imagine being in the middle of a bullrun and the dev goes missing. this crypto is dead. this is a warning
kingcarsen
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 369



View Profile WWW
February 15, 2022, 09:25:21 PM
Last edit: April 18, 2022, 10:31:06 AM by kingcarsen
 #396

imagine being a developer of a crypto for 4 years for a coin, it continuously dumps, the dev leads the community on with dangling carrots of 'plops' in the main chat to keep people chatting, then he goes miissing on a regular basis. 6 months after the dec 2017 pump because the developer dumps his premine on his holders to make over a million dollars in 2018. then takes over 12-24 months to fix vulnerabilities in the code, multiple of his devs/admins leave over course of the 4 years. holders get disgruntled because of the lack of effort and ability to gather funds to list on large exchange. he then attacks his fellow admins is multiple rants telling them to go kill themselves when he doesnt like what he hears, the list goes on...

If you want proof i am happy to provide links

last post in this thread is from july 23 2021. imagine being in the middle of a bullrun and the dev goes missing. this crypto is dead. this is a warning


wtf are you smoking.

Admins of the community are all still around and this crypto is not dead. Imagine spending 4 years of your life working on a project that only has gotten hated upon and attacked for literally $0.

Go fuck yourself
chrysophylax
Legendary
*
Offline Offline

Activity: 2814
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
May 16, 2022, 12:55:31 PM
 #397

imagine being a developer of a crypto for 4 years for a coin, it continuously dumps, the dev leads the community on with dangling carrots of 'plops' in the main chat to keep people chatting, then he goes miissing on a regular basis. 6 months after the dec 2017 pump because the developer dumps his premine on his holders to make over a million dollars in 2018. then takes over 12-24 months to fix vulnerabilities in the code, multiple of his devs/admins leave over course of the 4 years. holders get disgruntled because of the lack of effort and ability to gather funds to list on large exchange. he then attacks his fellow admins is multiple rants telling them to go kill themselves when he doesnt like what he hears, the list goes on...

If you want proof i am happy to provide links

last post in this thread is from july 23 2021. imagine being in the middle of a bullrun and the dev goes missing. this crypto is dead. this is a warning


wtf are you smoking.

Admins of the community are all still around and this crypto is not dead. Imagine spending 4 years of your life working on a project that only has gotten hated upon and attacked for literally $0.

Go fuck yourself

hehehe ...

aaand THIS is why I have Respect for You Carsen!

Lot's of Work, Lot's of Effort and for the sake of the Project. This is what I call a Dev!

#crysx #cwi

chrysophylax
Legendary
*
Offline Offline

Activity: 2814
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
November 30, 2022, 07:23:36 PM
 #398

Hi Guys ...

What has happened here?

What have I missed?

@carsen? @buzzkillb?

#crysx #cwi

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 [20]  All
  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!