Bitcoin Forum
May 13, 2024, 03:32: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 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 12491 times)
kingcarsen
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 369



View Profile WWW
April 06, 2020, 06:23:59 PM
 #301

just added Monero,Waves & USDT as base market for Denarius



DDDDDope  Grin Grin Grin

THAT ...

Is giving it the 'D' Wink

Nice work so far Carsen. Pity it is PoS only now. I really enjoyed mining this coin.

#crysx

PoW is still going and will forever. PoW never ended. Just block rewards, PoW blocks can net you transaction fees still.

Which are what mate? ...

#crysx

Depends on the amount of transactions and fees in a block. Typically network fees are at 0.00001 D
1715614347
Hero Member
*
Offline Offline

Posts: 1715614347

View Profile Personal Message (Offline)

Ignore
1715614347
Reply with quote  #2

1715614347
Report to moderator
Once a transaction has 6 confirmations, it is extremely unlikely that an attacker without at least 50% of the network's computation power would be able to reverse it.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715614347
Hero Member
*
Offline Offline

Posts: 1715614347

View Profile Personal Message (Offline)

Ignore
1715614347
Reply with quote  #2

1715614347
Report to moderator
buzzkillb
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
April 08, 2020, 04:16:26 AM
 #302

https://mining.cafe is back on yiimp

While putting that back together I also made an input combining script, tested on Denarius compiled daemon and snap daemon. https://bitcointalk.org/index.php?topic=5238747.0
buzzkillb
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
April 21, 2020, 10:19:32 PM
 #303

I have started to put together a bash rpc thingamabob together. https://github.com/buzzkillb/bash-denariusrpc

The goal is to get most of the curl RPC commands working through the Denarius wallet. For now I got the listunspent, create sign and send raw transactions to work with the deduster in the examples directory. Also a basic fortunastake / masternode monitor that can restart from the collateral wallet if the FS/MN drops off.

The deduster is something I was trying to tweak further to first check if an address has more than 1 input, and then take all those inputs and send them back to that address. It scrolls one by one through the wallet finding anything that matches the criteria and creates the raw transaction. Right now for instance Denarius POW blocks are mostly 0.00000000 D, so a fortunastake could get a lot of 0 inputs in a single address over time. This can clear those up. Someone could also tweak that script to send 1 by 1 of those addresses into a single address like coinomi or another QT. Or could also getnewaddress each time and send 1 by 1 to a new address each time. Lots of things can be automated with wallet control.

I also started to make this in a way that should be able to work on other bitcoin forks by changing the rpcport in the bashrpc config.conf, from that most of the commands should be the same through bitcoin forks.

And because its bash, a Windows 10 user could enable linux subsystem in Windows Features On/Off, go to cmd.exe and type bash, run this, and the Windows QT will be called through RPC.

Basically change the config.conf to your settings. The functions are all in rpc.sh and then make whatever scripts using those functions. There is no logic at all to any of this, so things can error or break, but so far what I posted all seems to work. At the moment this is meant to be tested on a wallet with no password as I don't know if there is a good way to keep the wallet password a secret in the config file, or maybe just prompt for the password when its needed.
buzzkillb
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
May 02, 2020, 09:24:37 PM
 #304

A guide for one way to create a 1/2 multisig address using 2 separate QT wallets. https://blockforums.org/topic/230-multisig-qt-wallet/
kingcarsen
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 369



View Profile WWW
May 06, 2020, 10:17:07 PM
Last edit: May 07, 2020, 03:34:17 AM by kingcarsen
 #305

Little cool history video of Denarius with gource

Visualization of the Github from 2017-2020

https://www.youtube.com/watch?v=BPr33qspOM0
Eddyc
Sr. Member
****
Offline Offline

Activity: 1013
Merit: 391


View Profile
May 10, 2020, 04:56:21 AM
Last edit: May 10, 2020, 12:51:29 PM by Eddyc
 #306




Article:

https://steemit.com/denarius/@eddyc/denarius-a-cryptocurrency-designed-for-success


I hope you enjoy the article and that it motivates you to be part of this great project and your community.


Ive Gone Parabolic
Member
**
Offline Offline

Activity: 179
Merit: 20


View Profile
May 10, 2020, 04:50:55 PM
Merited by nutildah (1)
 #307

I have started to put together a bash rpc thingamabob together. https://github.com/buzzkillb/bash-denariusrpc

The goal is to get most of the curl RPC commands working through the Denarius wallet. For now I got the listunspent, create sign and send raw transactions to work with the deduster in the examples directory. Also a basic fortunastake / masternode monitor that can restart from the collateral wallet if the FS/MN drops off.


Whos buzzing huh? Lets cut that off and do something thats gonna be appreciated. Remove doubt from equation of ur life. Treat your issues with a smirk on your big gremlin face as if you judge yourself from the inside of your auxiliary personality. Big lapses you would do when you stop crouching. Working on the wallet was something you started with. Now its your choice to decide whether you wanna circle back to your wallet or hit really big.
kingcarsen
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 369



View Profile WWW
May 13, 2020, 10:47:50 PM
 #308

I have started to put together a bash rpc thingamabob together. https://github.com/buzzkillb/bash-denariusrpc

The goal is to get most of the curl RPC commands working through the Denarius wallet. For now I got the listunspent, create sign and send raw transactions to work with the deduster in the examples directory. Also a basic fortunastake / masternode monitor that can restart from the collateral wallet if the FS/MN drops off.


Whos buzzing huh? Lets cut that off and do something thats gonna be appreciated. Remove doubt from equation of ur life. Treat your issues with a smirk on your big gremlin face as if you judge yourself from the inside of your auxiliary personality. Big lapses you would do when you stop crouching. Working on the wallet was something you started with. Now its your choice to decide whether you wanna circle back to your wallet or hit really big.

What are you talking about?

This post makes literally zero sense, "Ive Gone Parabolic"

Buzz has never worked on the wallet really, he has been learning other langs and always working on external Denarius features and tools...Which by the way his bash tool is awesome! He also made https://encourage.denarius.pro a fun little app that increases random block TX fees for PoW miner rewards.
buzzkillb
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
May 13, 2020, 10:54:05 PM
Last edit: June 08, 2020, 09:02:37 AM by mprep
 #309

I have started to put together a bash rpc thingamabob together. https://github.com/buzzkillb/bash-denariusrpc

The goal is to get most of the curl RPC commands working through the Denarius wallet. For now I got the listunspent, create sign and send raw transactions to work with the deduster in the examples directory. Also a basic fortunastake / masternode monitor that can restart from the collateral wallet if the FS/MN drops off.


Whos buzzing huh? Lets cut that off and do something thats gonna be appreciated. Remove doubt from equation of ur life. Treat your issues with a smirk on your big gremlin face as if you judge yourself from the inside of your auxiliary personality. Big lapses you would do when you stop crouching. Working on the wallet was something you started with. Now its your choice to decide whether you wanna circle back to your wallet or hit really big.

Carsen is the Denarius creator. I am just learning more about how cryptocurrencies work, which is why I was making the bash-rpc thing, as anyone can do a lot of wallet control with that on any bitcoin fork.

As to the wallet being worked on, here is a visualization of that, and who has done what. https://youtu.be/BPr33qspOM0

To wrap that up, Denarius is still chugging away at new and innovative features, which may have a larger impact than anyone realizes in this space. Oh yeah I am not Carsen, blockstream.



How I inserted letsencrypt certbot standalone keys into docker electrumx server. https://blockforums.org/topic/282-electrumx-server-setup-guide-docker/?do=findComment&comment=3116

Too much to retype but basically you tell docker to look for the generated keys instead of using self signed.

Code:
docker run \
  --name=electrumx \
  --net=host \
  --ulimit nofile=5120:5120 \
  -t -d \
  -v ~/electrumx:/data \
  -e DAEMON_URL=http://rpcusername:rpcpassword@127.0.01:32369 \
  -e COIN=Denarius \
  -e DB_ENGINE=rocksdb \
  -v /etc/letsencrypt/live/electrumx1.denarius.pro/fullchain.pem:/data/fullchain.pem \
  -v /etc/letsencrypt/live/electrumx1.denarius.pro/privkey.pem:/data/privkey.pem \
  -e SSL_CERTFILE=/data/fullchain.pem \
  -e SSL_KEYFILE=/data/privkey.pem \
  -e REPORT_SERVICES=ssl://electrumx1.denarius.pro:50002 \
  -e SERVICES=tcp://:50001,ssl://:50002,wss://:50004,rpc:// \
  -p 50001:50001 \
  -p 50002:50002 \
  buzzkillb/docker-electrumx:latest

Again a huge thank you to Luke Childs for making this docker.

edit: use latest tag
edit2: report_services the TLS connection and also add services to environmental variable



I will retype this out fully on here once I get the basic concept working completely. The idea is to first use just bash script to talk to an electrumx server. I don't want to run a wallet as my only device will eventually be a pi zero w for cheapest wallet control possible. The initial steps explain how to convert an Address into scripthash and then get a balance from an electrumx server. Might be interesting to anyone wondering how to work the steps backwards at the most basic way possible. Next to see how to create a rawtx from what I can pull off the server.
https://blockforums.org/topic/367-bash-client-to-electrumx-server-welcome-to-the-beginning/



joe@exor was kind enough to update his generic seeder to work with Denarius. Here's his thread https://bitcointalk.org/index.php?topic=5239304.0 and here is how I set it up https://blockforums.org/topic/368-generic-seeder-dns-seeds/

[moderator's note: consecutive posts merged]
kingcarsen
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 369



View Profile WWW
May 31, 2020, 05:00:31 AM
 #310

dPi is currently a work in progress and will be finished soon, for more information check it out here: https://blockforums.org/topic/392-dpi-secondary-layer-and-interface-for-denarius/

kingcarsen
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 369



View Profile WWW
June 02, 2020, 08:35:15 AM
 #311



Some updates have been made to dPi, it is getting much closer to a release!
bitwookie
Member
**
Offline Offline

Activity: 118
Merit: 10


View Profile WWW
June 03, 2020, 12:06:03 PM
 #312

I think its about time i start getting involved with the Denarius bitcointalk threads. I must say there is ALOT of development going on here, whilst 95% of other alt coins are dead, and will most likely never ever see the light of day.

I am seeing a Dash, Decred type run/coin with Denarius...its a hidden gem

Its only a matter of time
buzzkillb
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
June 04, 2020, 07:44:57 AM
 #313

https://denarius.pro/ Grafana, is now moved to a new server and added coingecko stats in the process https://denarius.pro/d/jouEBGkGk/coingecko

Generic-seeder is also dockered to play around with.  Trying to make any Dockerfiles as tiny as possible. https://github.com/buzzkillb/docker-generic-seeder  Extremely easy way to setup a dns seeder.
kingcarsen
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 369



View Profile WWW
June 05, 2020, 07:45:48 AM
 #314



https://blockforums.org/topic/392-dpi-secondary-layer-and-interface-for-denarius/?tab=comments#comment-3189
Ive Gone Parabolic
Member
**
Offline Offline

Activity: 179
Merit: 20


View Profile
June 06, 2020, 12:59:37 PM
 #315

https://mining.cafe is back on yiimp

While putting that back together I also made an input combining script, tested on Denarius compiled daemon and snap daemon. https://bitcointalk.org/index.php?topic=5238747.0

Denarius took everything from u. It retrieved all that u deemed private from the emptiness of ur head. And from that mesh it absorbed every definition of ur individuality, leaving a shell rid of life and eventfulness. That is the perfect example of how ineptitude is born in a human, influenced by dumb bisexual called carsen klock. Young carsen klokkk is a young fragile female birdie with a velvet covering on its beak starting to fray and vanish.
kingcarsen
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 369



View Profile WWW
June 06, 2020, 10:05:04 PM
 #316

https://mining.cafe is back on yiimp

While putting that back together I also made an input combining script, tested on Denarius compiled daemon and snap daemon. https://bitcointalk.org/index.php?topic=5238747.0

Denarius took everything from u. It retrieved all that u deemed private from the emptiness of ur head. And from that mesh it absorbed every definition of ur individuality, leaving a shell rid of life and eventfulness. That is the perfect example of how ineptitude is born in a human, influenced by dumb bisexual called carsen klock. Young carsen klokkk is a young fragile female birdie with a velvet covering on its beak starting to fray and vanish.

What are you even going off about? Buzz contributes heavily to Denarius and does a great job. Take your vile comments elsewhere, no one here cares for them.


We now have a Trello again:

https://trello.com/b/oIPn3IZm/denarius

If you would like to contribute to adding tasks and or helping with any tasks, please PM me.

To the mods: This is a super important announcement relating to Denarius and its development, so please do not flag it as off topic and remove it again.
buzzkillb
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
June 06, 2020, 10:17:48 PM
 #317

https://mining.cafe is back on yiimp

While putting that back together I also made an input combining script, tested on Denarius compiled daemon and snap daemon. https://bitcointalk.org/index.php?topic=5238747.0

Denarius took everything from u. It retrieved all that u deemed private from the emptiness of ur head. And from that mesh it absorbed every definition of ur individuality, leaving a shell rid of life and eventfulness. That is the perfect example of how ineptitude is born in a human, influenced by dumb bisexual called carsen klock. Young carsen klokkk is a young fragile female birdie with a velvet covering on its beak starting to fray and vanish.

Carsen can be all of those things, yet blockstream continues the attack, and he is still one of the top cryptocurrency developers. And why would you quote my script that no one has done before to make rawtx's extremely easy on any bitcoin fork, and very tweakable to do extreme wallet control?
kingcarsen
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 369



View Profile WWW
June 08, 2020, 04:49:10 PM
 #318



dPi is coming along! More and more updates!
buzzkillb
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
June 09, 2020, 03:39:48 AM
 #319

Kind of annoyed so many of my posts are being deleted, and yet they are very related to Denarius and cryptocurrency in general. Anyone else ever show how to basically interact with an electrumx server using bash, including Bitcoin? A bit over the top censorship admin, as you allow the other guy to make fun of other people's sexuality. So talking about cryptocurrency stuff on this forum is a questionable thing, but calling people names and sexual innuendo towards Developers and community is tolerated. I hope this makes sense to someone else.
kingcarsen
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 369



View Profile WWW
June 09, 2020, 08:31:19 PM
 #320

Kind of annoyed so many of my posts are being deleted, and yet they are very related to Denarius and cryptocurrency in general. Anyone else ever show how to basically interact with an electrumx server using bash, including Bitcoin? A bit over the top censorship admin, as you allow the other guy to make fun of other people's sexuality. So talking about cryptocurrency stuff on this forum is a questionable thing, but calling people names and sexual innuendo towards Developers and community is tolerated. I hope this makes sense to someone else.

Makes sense to me, I agree, it is totally not cool nor okay, My post was deleted above for sharing out our new Trello link, which is something extremely related to Denarius and its development and community. They removed the link for "non-related post" which makes absolutely zero sense and is totally not okay. This forum has been going downhill lately...I bet this is one of the reasons why Satoshi doesn't post here anymore.

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!