Bitcoin Forum
March 28, 2024, 04:47:04 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (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 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 ... 225 »
  Print  
Author Topic: [ANN] Denarius [D] - First "Tribus" PoW/PoS Hybrid Masternodes, Ring Sigs  (Read 504187 times)
kingcarsen (OP)
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 369



View Profile WWW
June 14, 2017, 10:43:49 PM
Last edit: May 08, 2019, 02:36:37 AM by kingcarsen
Merited by buzzkillb (19)
 #1

NEW THREAD: https://bitcointalk.org/index.php?topic=5140514.new#new

Announcing...
6/14/2017





Denarius [D]

Our previous market ticker was DNR, it is now as of 11/15/2018 $D
Ancient Money for a New World

Official Website: https://denarius.io

Denarius is a PoW/PoS hybrid cryptocurrency based off the original Satoshi Core codebase. It features super fast block times, the original Proof-of-Work hashing algorithm called Tribus, Stealth Addresses, Encrypted Messaging, Hybrid Fortuna Stakes (Masternodes), Ring Signatures, Multi-Signature Addresses, Market Information, Staking Information, Statistics, Proof-Of-Data, and a Block Explorer right in the wallet! Denarius also features atomic swaps done via the HyperDEX!

Latest Stable Current Version: v3.3.7


Windows-QT Wallet Download: https://github.com/carsenk/denarius/releases/download/v3.3.7/Denarius-v3.3.7-Win64.zip
macOS-QT Wallet Download: https://github.com/carsenk/denarius/releases/download/v3.3.7/Denarius-v3.3.7-macOS.dmg

Latest Denarius Blockchain Data: https://github.com/carsenk/denarius/releases/download/v3.3.7/chaindata1701122.zip
https://github.com/carsenk/denarius/releases/download/v3.3.6/chaindata1612994.zip
You can download and extract the above chaindata.zip to your Denarius data directory for a quick sync!

Recommended Exchanges D/BTC:
CoinExchange.io - https://www.coinexchange.io/market/D/BTC
TradeOgre - https://tradeogre.com/exchange/BTC-D


Github Source: https://github.com/carsenk/denarius

Official Denarius Forums: [/b]https://denariustalk.org/

Denarius Explorer: https://www.coinexplorer.net/D

Denarius Wiki: https://github.com/carsenk/denarius/wiki

FortunaStake Stats: https://www.coinexplorer.net/D/masternodes

Shared Hybrid Denarius FortunaStakes: https://cryptochest.io/#/masternodes/detail/10



Twitter: @denariuscoin https://twitter.com/denariuscoin
Instagram: https://instagram.com/denarius.io

Twitter Denarii Tip Bot: https://twitter.com/denariibot
https://www.reddit.com/r/denariuscoin/
https://www.facebook.com/denariuscrypto/
https://www.reddit.com/r/denarius/

Canvas Prints of our mascots:
https://www.pixoto.com/images-illustration-and-design/illustration/sci-fi-and-fantasy/denarii---denarius-dnr-bot-character-5319720705458176

https://www.pixoto.com/images-illustration-and-design/illustration/sci-fi-and-fantasy/denario---denarius-dnr-mascot-god-4846854654394368

Purchase Denarius Cold Storage Cards: http://whopper.io/product/denarius-cold-storage-card-black/

Coinomi Android Wallet (has D support): https://play.google.com/store/apps/details?id=com.coinomi.wallet

Coinomi iOS Wallet (has D support): https://itunes.apple.com/us/app/coinomi-wallet/id1333588809?mt=8

RENT TRIBUS HASH from MiningRigRentals now! https://www.miningrigrentals.com/rigs/tribus

Amazon Denarius History Book: https://www.amazon.com/dp/1717289363/ref=cm_sw_r_cp_apa_TCz3Ab2H8XB3Z

https://hodl.market and https://btfd.shop for all your Denarius and crypto swag needs





What is Denarius? https://www.youtube.com/watch?v=Z1T1q4Nm5uk
Quick About Denarius: https://www.youtube.com/watch?v=BMSe7Kc6Km0
https://steemit.com/crypto/@carsenk/what-is-denarius-new-video


Denarius Web Wallet Source: https://github.com/carsenk/denariusnodewallet
Official Denarius Web Wallet: Coming Soon


Screenshot of Web Wallet:





Denarius is a new cryptocurrency based off the original Bitcoin Core by Satoshi Nakamoto. Denarius features many changes, such as Stealth Addresses, Encrypted Messaging, Multi-Signature Support, Tribus a brand new PoW hashing algorithm that is ASIC resistant, and a max of 10,000,000 DNR to be created during the PoW lifecycle of 3 years, which then transitions entirely to Proof of Stake. Denarius also features hybrid masternodes, atomic swaps using the BarterDEX, and BIP39/44 support.

10,000,000 DNR Max.
10% original premine, in circulation now.
Denarius Hybrid Masternodes (5,000 DNR for a masternode, pays 33% of both PoW/PoS block rewards at random to masternode owners)
Proof of Image/Data (File time-stamping on the blockchain) (Costs 0.1 DNR)
30 second block times
10 Confirmations for full confirm
30 Confirmations to mature blocks
Tribus Proof-of-Work Hashing Algorithm featuring 3 of the top NIST5 algos (JH, Keccak, and Echo)
Proof-of-Stake Hybrid which will fully transition to PoS which PoW ends on block 3,000,000
Multi-Signature Support in Wallet and RPC
Staking Estimation Tab showing estimated staking probability of staking and D reward
Block Explorer in Wallet
Statistics Tab in Wallet showing almost all of Denarius's data
Market Information Tab in Wallet showing market data of D and BTC
In-Wallet Trading with Cryptopia Trading APIs
Atomic Swaps utilizing UTXOs (BarterDEX is available above ^^)

Block Reward Structure:
Code:

         if (pindexBest->nHeight == 1)
nSubsidy = 1000000 * COIN;  // 10% Premine
else if (pindexBest->nHeight <= FAIR_LAUNCH_BLOCK) // Block 210, Instamine prevention
                nSubsidy = 1 * COIN/2;
else if (pindexBest->nHeight <= 1000000) // Block 1m ~ 3m D
nSubsidy = 3 * COIN;
else if (pindexBest->nHeight <= 2000000) // Block 2m ~ 4m D
nSubsidy = 4 * COIN;
else if (pindexBest->nHeight <= 3000000) // Block 3m ~ 3m D
nSubsidy = 3 * COIN;
        else if (pindexBest->nHeight > LAST_POW_BLOCK) // Block 3m
nSubsidy = 0; // PoW Ends

Proof of Stake Reward Structure:

Code:
nCoinAge * 0.06 / 365;

Hybrid Masternodes:
Masternode payments start on block 645k
5,000 D for 1 hybrid masternode
33% of the current block reward for the masternode operator, will pay both PoW/PoS blocks
Recommended VPS of at least 1GB of RAM

RPC Port: 32369
Port: 33369




  • Hybrid Masternodes
  • Atomic Swaps with UTXOs
  • In-Wallet Trading with Cryptopia API
  • Coinomi Android SPV Lite Wallet
  • Stealth Addresses
  • Encrypted Messaging
  • Fast Transactions
  • Proof of Image/Data (File Time-stamping on the blockchain)
  • Tribus Proof of Work Algorithm (NEW)
  • Proof-of-Stake after PoW Ends in 3 years. (Launched date 6/14/2017)
  • Multi-Signature Support in Wallet and RPC
  • Staking Estimation Tab showing estimated staking probability of staking and D reward
  • Block Explorer in Wallet
  • Statistics Tab in Wallet showing almost all of Denarius's data
  • Market Information Tab in Wallet showing market data of D and BTC

Technical Paper (Whitescroll) - http://denarius.io/whitescroll.pdf

For those that are trying to sync Denarius from scratch on a new machine or wanting to catch up without having to wait a really long time to sync, you should download the chaindata.zip rather than the bootstrap.dat and just extract it into your Denarius datadir just as you would the bootstrap.dat. (Do not remove your .conf or wallet.dat (wallet.dat contains your sensitive funds and privkeys!))

https://gitlab.com/denarius/chaindata/raw/master/chaindata.zip (You can run wget or curl to retrieve the zip and "unzip" to unzip it in the Denarius datadir)

Denarius Datadir Default Locations:
https://github.com/carsenk/denarius/wiki/Data-Directory

(C:/Users/Yourname/AppData/Roaming/Denarius on Windows, ~/.denarius/ on Linux, and /Library/Application Support/Denarius on macOS)

Get Denarius Swag! https://represent.com/store/denarius-swag or https://btfd.shop


Denarius - A New World Currency (A Concise Denarius History Book) https://www.amazon.com/dp/1717289363/ref=cm_sw_r_cp_apa_TCz3Ab2H8XB3Z


Python Tribus Hashing Module can be found at: https://github.com/exmac/tribus-hash

Or Install Tribus via Pip: https://pypi.org/project/tribus-hash/ (You need python dev tools to install smoothly) (Reference as tribus_hash)

ATTN Miners: Please try to spread out the hashrate as evenly as possible, this is a brand new coin, so if you see you are mining on a pool that has a lot of hashrate compared to another, swap to the smaller one!

http://yiimp.eu
http://brutum-pool.com/
http://hashbag.cc/
http://www.zpool.ca/
 http://ame-po01.chainworksindustries.com/dnr/ (or http://pyroxene.chainworksindustries.com/dnr/
http://pool.hashrefinery.com/site/gomining?algo=tribus
http://dnr.idcray.com/
https://cryptohub.online/pools/
http://pool.n-engine.com/
https://miner-control.de/
http://dnr.mining4.co.uk/
http://bsod.pw/
http://zergpool.com/
http://dnr-solo.mining4.co.uk/
https://fairmine.pro/
https://umine.org/
https://miningpatriot.com/



https://chainz.cryptoid.info/d/

https://denariusexplorer.org

https://coinexplorer.net/D


DNR Market Information:
https://www.coinhills.com/market/dnr/

https://coinmarketcap.com/currencies/denarius-dnr/

http://coincap.io/DNR




Cryptopia - https://www.cryptopia.co.nz/Exchange/?market=D_BTC

CoinExchange.io - https://www.coinexchange.io/market/D/BTC
https://www.coinexchange.io/market/D/ETH

TradeOgre - https://tradeogre.com/exchange/BTC-D



Accept D Payments on your website or with your business! https://swirlpay.io

Cryptopia D Marketplace: https://www.cryptopia.co.nz/MarketPlace/CreateMarketItem (Choose D as the currency)

Paper Wallet and Vanity Address Generator for Denarius: https://github.com/carsenk/dnraddress.org

Denarius PHP JSONRPC Library: https://github.com/carsenk/easydenarius-php

Denarius NodeJS Wallet Address Validator: https://github.com/carsenk/wallet-address-validator

Denarius Tip & Chat Bot: https://github.com/enkayz/denarii, Test him out in our Gitter or Slack chat! Chat @denarii

Denarius Price Ticker Google Chrome Extension: https://github.com/carsenk/simple-denarius-ticker (Chrome Web Store: https://chrome.google.com/webstore/detail/simple-denarius-ticker/nhkhjmkllndkhcplgbjkchgomcfjpnnd?hl=en)

Denarius/Tribus Algo Mining Calculator: https://www.crypto-coinz.net/crypto-calculator/

Current Build of Denarius is v3.3.7 (Check the github for latest updates/commits)
https://puu.sh/BytGy/e51a44e55c.png

Current Developer: Carsen Klock (kingcarsen)



This thread, the website, and the Github will be updated as development progresses. No new features are currently promised. Continued maintenance and expansion of the Denarius network is.

Tribus CPU Miner Source: https://github.com/carsenk/cpuminer-multi (Tested and working on Linux and Windows)

tpruvot has kindly updated the CPU Miner Multi Source for Tribus: https://github.com/tpruvot/cpuminer-multi


Tribus CPU Miner for Windows: https://github.com/carsenk/cpuminer-multi/releases/download/v1.0-T/cpuminer.exe

Optimized CPU Miner:
Git: https://github.com/JayDDee/cpuminer-opt

Optimized CPU Miner Windows Binary: https://drive.google.com/file/d/0B0lVSGQYLJIZNHhCeE5iUHluUUE/view?usp=sharing


Tribus GPU Miner for NVIDIA GPUs on Windows: https://github.com/carsenk/ccminer/releases/download/v2.0-tpruvot-tribus/ccminer-2.1-tribus.7z

Tribus GPU Miner for NVIDIA GPUs on Windows (Updated, 10% Optimization to Tribus): https://hashbag.cc/ccminer-2.2-skunk.zip

Tribus GPU Miner for NVIDIA GPU Source: https://github.com/tpruvot/ccminer

Tribus AMD GPU sgminer Source: https://github.com/carsenk/sph-sgminer-tribus

Tribus AMD GPU sgminer Windows: https://github.com/carsenk/sph-sgminer-tribus/releases/download/1.0-tribus/sph-sgminer-tribus.zip

New Tribus AMD GPU sgminer (v5.3.7) - http://ccminer.org/preview/sgminer-x64-5.3.7.zip

Newer Tribus AMD GPU sgminer v5.3.8 - http://ccminer.org/preview/sgminer-x64-5.3.8.zip

Example denarius.conf file:
https://github.com/carsenk/denarius/wiki/Start-Up-Flags-and-Configs

Code:
rpcuser=denariususer
rpcpassword=xx
rpcallowip=127.0.0.1
rpcport=32339
server=1
daemon=1
listen=1

If you are having trouble syncing at all try adding these (https://chainz.cryptoid.info/dnr/#!network) to the end of your denarius.conf:
Code:
addnode=yiimp.ccminer.org
addnode=denarius.host
addnode=hashbag.cc
An example command to solo mine Denarius with the Tribus CPU Miner:

Code:
cpuminer.exe -a tribus -o http://127.0.0.1:32339 -u denariususer -p xx

Denarius [DNR] in the News!
http://cryptovore.com/2017/07/02/what-is-denarius-and-gpu-mining-hashrate/
http://cryptovore.com/2017/07/05/how-to-mine-denarius-dnr/
http://kolikkokeisari.com/louhinta/kryptovaluutan-soololouhintaohjeet/
https://themerkle.com/crypto-vs-visa-can-denarius-compete-when-it-comes-to-transactions-per-second/
https://themerkle.com/bitcoin-flying-high-for-long/
https://btfd.shop/dnr-denarius-ancient-money-for-the-new-world/
https://medium.com/@Panama_TJ/denarius-intro-504ba3f16728
https://www.dashforcenews.com/denarius-the-next-new-payment-coin/
https://www.geekxplore.com/what-is-denarius-coin.html
https://www.shikahgo.com/2018/04/13/in-a-sea-of-altcoins-denarius-is-hidden-treasure/
If you have an article about Denarius, please contact me.



The developers of this cryptocurrency (Carsen Klock and others) do not have any affiliation and are not legally responsible for or with external services utilizing the Denarius protocol nor what is done with or how Denarius is used based upon its open source and cryptographic nature.
You can read a more full disclaimer here: https://denarius.io/legal-disclaimer/

1711644424
Hero Member
*
Offline Offline

Posts: 1711644424

View Profile Personal Message (Offline)

Ignore
1711644424
Reply with quote  #2

1711644424
Report to moderator
1711644424
Hero Member
*
Offline Offline

Posts: 1711644424

View Profile Personal Message (Offline)

Ignore
1711644424
Reply with quote  #2

1711644424
Report to moderator
Bitcoin addresses contain a checksum, so it is very unlikely that mistyping an address will cause you to lose money.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1711644424
Hero Member
*
Offline Offline

Posts: 1711644424

View Profile Personal Message (Offline)

Ignore
1711644424
Reply with quote  #2

1711644424
Report to moderator
1711644424
Hero Member
*
Offline Offline

Posts: 1711644424

View Profile Personal Message (Offline)

Ignore
1711644424
Reply with quote  #2

1711644424
Report to moderator
1711644424
Hero Member
*
Offline Offline

Posts: 1711644424

View Profile Personal Message (Offline)

Ignore
1711644424
Reply with quote  #2

1711644424
Report to moderator
MRPD
Newbie
*
Offline Offline

Activity: 97
Merit: 0


View Profile WWW
June 14, 2017, 10:45:02 PM
 #2

Announcing...

6/14/2017

https://i.imgur.com/l3Nw06p.png

Denarius [DNR]

Ancient Money for a New World

https://denarius.io

Windows-QT Wallet Download: https://github.com/carsenk/denarius/releases/download/1.0.0.0/Denarius-QT.zip

Mirror: https://mega.nz/#!vFZ3TAhY!DgVSvoOJWm6dz9-ysGGsdNndXPKgp-aa6RTbhx2Ir1M

macOS-QT Wallet Download: Coming Soon

Github Source: https://github.com/carsenk/denarius

Tribus CPU Miner Source: https://github.com/carsenk/cpuminer-multi-linux (Tested and working on Linux and Windows)

Tribus CPU Miner for Windows: https://github.com/carsenk/cpuminer-multi/releases/download/v1.0-T/cpuminer.exe

Tribus AMD GPU sgminer Source: https://github.com/carsenk/sgminer-tribus (Untested and not compiled for Windows)

Join us on Gitter to Chat: https://gitter.im/denariusproject/Lobby

Denarius Specifications:

Denarius is a new cryptocurrency based off the original Bitcoin Core by Satoshi Nakamoto. Denarius features many changes, such as Stealth Addresses, Encrypted Messaging, Tribus a brand new PoW hashing algorithm that is ASIC resistant, and a max of 10,000,000 DNR to be created during the PoW lifecycle of 3 years, which then transitions to Proof of Stake with 6% APR.

10,000,000 DNR Max

10% Premine of 1,000,000 DNR
50% of the premine 500,000 DNR will be going to bounties, promotions, marketing, and services.
The other 50% is my personal funding for maintaining and funding the development of this coin.

30 second block times
7 Confirmations
30 Confirmations to mature blocks
Tribus Proof-of-Work Hashing Algorithm featuring 3 of the top NIST5 algos (JH, Keccak, and Echo)
Proof-of-Stake Hybrid which will fully transition to PoS which PoW ends on block 3,000,000

Block Reward Structure:
Code:

         if (pindexBest->nHeight == 1)
nSubsidy = 1000000 * COIN;  // 10% Premine
else if (pindexBest->nHeight <= FAIR_LAUNCH_BLOCK) // Block 210, Instamine prevention
                nSubsidy = 1 * COIN/2;
else if (pindexBest->nHeight <= 1000000) // Block 1m ~ 3m DNR
nSubsidy = 3 * COIN;
else if (pindexBest->nHeight <= 2000000) // Block 2m ~ 4m DNR
nSubsidy = 4 * COIN;
else if (pindexBest->nHeight <= 3000000) // Block 3m ~ 3m DNR
nSubsidy = 3 * COIN;
        else if (pindexBest->nHeight > LAST_POW_BLOCK) // Block 3m
nSubsidy = 0; // PoW Ends ~ 10,000,000 Total DNR Mined via PoW

RPC Port: 32339
Port: 33339

Supported Features:

Stealth Addresses
Encrypted Messaging
Fast Transactions
Tribus Proof of Work Algorithm (NEW)
Proof-of-Stake with 6% APR after PoW Ends in 3 years. (Launch date 6/14/2017)

Bounties:

Mining Pool: 5,000 DNR (3 needed)
Python Hashing Module for Tribus for Mining Pools: 10,000 DNR
Block Explorer: 5,000 DNR
Denarius Faucet: 5,000 DNR
Signature Campaign: Coming Soon
Twitter Campaigns: Coming Soon
DNR Supported Exchange: 5,000 DNR
Windows compiled GPU sgminer for Tribus: 10,000 DNR
Windows compiled CPU Miner for Tribus: 10,000 DNR
macOS Wallet-QT Compiled: 10,000 DNR
Translations (Any language besides English): 1,000 DNR

(Bounties are subject to change and be added to as expansion progresses)

Current Build of Denarius is v1.0.0.0 (6/14/2017)

Coming Soon/TODO (Subject to change):
More bounties
Compiled miner software
Compiled macOS-QT Wallet
Python Tribus Module
Android QT Wallet
More seed nodes
Beautify and Fix QT wallet more
Make this thread nice
Update website
More Denarius services

Current Developer: Carsen K. (kingcarsen)

This thread, the website, and the Github will be updated as development progresses. No new features are currently promised. Continued maintenance and expansion of the Denarius network is.
Bounties?
chocobo
Hero Member
*****
Offline Offline

Activity: 540
Merit: 500



View Profile
June 14, 2017, 10:48:18 PM
 #3

Really Carsen? Really? Go ahead and avoid this coin.
kingcarsen (OP)
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 369



View Profile WWW
June 14, 2017, 10:48:37 PM
 #4

Any bounty gor translation dev?


1,000 DNR bounty for any language translation besides English, none have been claimed, just launched! Wink
kingcarsen (OP)
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 369



View Profile WWW
June 14, 2017, 10:48:55 PM
 #5

Really Carsen? Really? Go ahead and avoid this coin.

Yea I promised I would launch my own coin and stick with it, here it is. Enjoy.
Shikher
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
June 14, 2017, 10:51:23 PM
 #6

Great! were and when it will be listed  Smiley
threedaymonk
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
June 14, 2017, 10:53:02 PM
 #7

Really Carsen? Really? Go ahead and avoid this coin.

Yea I promised I would launch my own coin and stick with it, here it is. Enjoy.

A scam you stick with this time? Who even does premines anymore. DNR stands for do not resuscitate, let this shit die.
chocobo
Hero Member
*****
Offline Offline

Activity: 540
Merit: 500



View Profile
June 14, 2017, 10:53:40 PM
 #8

Really Carsen? Really? Go ahead and avoid this coin.

Yea I promised I would launch my own coin and stick with it, here it is. Enjoy.


You are just a scammer. I bet you arent supporting this in 6 months.
kingcarsen (OP)
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 369



View Profile WWW
June 14, 2017, 10:54:22 PM
 #9

For those that need it, I am going to be working on documentation and the how to (I may even make some videos for you guys)

For now though if you need a good denarius.conf file to solo mine with try this:

Code:
rpcuser=denariususer
rpcpassword=xx
rpcallowip=127.0.0.1
rpcport=32339
server=1
daemon=1
listen=1

An example command to solo mine Denarius with the Tribus CPU Miner:

Code:
cpuminer.exe -a tribus -o http://127.0.0.1:32339 -u denariususer -p xx

Really Carsen? Really? Go ahead and avoid this coin.

Yea I promised I would launch my own coin and stick with it, here it is. Enjoy.


You are just a scammer. I bet you arent supporting this in 6 months.

Meh, you goblins are annonying af. Im not a scammer and I can't wait to prove you wrong Wink Guess I will see you in a year.
jimlite
Legendary
*
Offline Offline

Activity: 1848
Merit: 1018


View Profile WWW
June 14, 2017, 10:55:39 PM
 #10

Excited to see Carsen back and deving a real coin. He has the talent and experience. Glad he is finally putting it to use on just one coin as his career. Good luck!

Binance, hottest/largest alt exchange, 2BTC daily no verification. https://www.binance.com/?ref=13309371
NEED TO RENT A RIG? All algos at http://www.miningrigrentals.com/register?ref=627


  ✵ Super FAST block times      ✵ Block Explorer right in the wallet!     ✵ Stealth Addresses     ✵ PoW/PoS hybrid  
██
██
██
██
██
██
██
██
██
██
██
Ancient Money
for a New World
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
Join the conversation!
██
██
██
██
██
██
██
██
██
██
██

                 ▄████▄▄    ▄
██             ████████████▀
████▄         █████████████▀
▀████████▄▄   █████████████
▄▄█████████████████████████
██████████████████████████
  ▀██████████████████████
   █████████████████████
    ▀█████████████████▀
      ▄█████████████▀
▄▄███████████████▀
   ▀▀▀▀▀▀▀▀▀▀▀

TWITTER


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

Activity: 1148
Merit: 369



View Profile WWW
June 14, 2017, 11:10:33 PM
 #11

Oh just for all you goblins:

https://virustotal.com/en/file/164b58cd6e1e4da107a90e50f4dc3d9e9cc91a0ef9e6ac84b4d475905bcb1310/analysis/



100% Clean, The CPU Miner is currently showing as infected, but I can assure you it is clean, if you are in doubt, feel free to build it from the source.
Anthrogic
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
June 14, 2017, 11:10:56 PM
 #12

For those that need it, I am going to be working on documentation and the how to (I may even make some videos for you guys)

For now though if you need a good denarius.conf file to solo mine with try this:

Code:
rpcuser=denariususer
rpcpassword=xx
rpcallowip=127.0.0.1
rpcport=32339
server=1
daemon=1
listen=1

An example command to solo mine Denarius with the Tribus CPU Miner:

Code:
cpuminer.exe -a tribus -o http://127.0.0.1:32339 -u denariususer -p xx

Really Carsen? Really? Go ahead and avoid this coin.

Yea I promised I would launch my own coin and stick with it, here it is. Enjoy.


You are just a scammer. I bet you arent supporting this in 6 months.

Meh, you goblins are annonying af. Im not a scammer and I can't wait to prove you wrong Wink Guess I will see you in a year.

Thanks Smiley mining!
Jerry S
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile
June 14, 2017, 11:15:09 PM
 #13

0,5 block reward with 1M premine? and POS is started already
kingcarsen (OP)
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 369



View Profile WWW
June 14, 2017, 11:18:38 PM
 #14

0,5 block reward with 1M premine? and POS is started already

Coins aren't old enough yet for any PoS.

0.5 Block Reward is for instamine prevention which will change in about an hour or so to the full block reward (After block 210)

The premine will not be hosted in a live wallet so it will not be staking.
kutangterbang
Full Member
***
Offline Offline

Activity: 518
Merit: 134



View Profile
June 14, 2017, 11:19:02 PM
 #15

I want to reserved malay Translation
kingcarsen (OP)
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 369



View Profile WWW
June 14, 2017, 11:21:19 PM
 #16

I want to reserved malay Translation

Reserved kutganterbang! Please PM when translation is done for bounty.
BtcKing 1
Member
**
Offline Offline

Activity: 140
Merit: 10


View Profile
June 14, 2017, 11:23:57 PM
 #17

reserve french translation for me  Wink
check pm please
kingcarsen (OP)
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 369



View Profile WWW
June 14, 2017, 11:25:54 PM
 #18

reserve french translation for me  Wink
check pm please

BtcKing 1 Reserved for French!
BtcKing 1
Member
**
Offline Offline

Activity: 140
Merit: 10


View Profile
June 14, 2017, 11:31:10 PM
 #19

Thanks Smiley one more question is there any exchange for this coin ? i mean what's the value of this coin
tamara163
Legendary
*
Offline Offline

Activity: 1027
Merit: 1000


View Profile
June 14, 2017, 11:33:22 PM
 #20

is hard on the CPU
people in GPU Linux will get the most coins
2 coin for half an hour
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 ... 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!