Bitcoin Forum
May 11, 2024, 10:16:22 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / [ANN] [TWIT] Twit Coin - Tip a Twit for their Tweet ❤️ Social Media Tipping Coin on: November 04, 2019, 03:08:17 PM

Twit Coin is an Open Source Digital Cash Cryptocurrency based off the scrypt algo.
Twit Coin has simple to use tipping bots that make it easy for content creators of all walks of life to earn a tip off their creativity.


Coin Name: Twit Coin • Ticker: $TWIT

Algorithm: Scrypt • Type: Proof-of-Work (PoW)


Maximum Coin Supply: 330.000.000
Premine: 10% (Usage: Team, Twitter Tipping Bot Airdrops, Bounties (Marketing, Design, Etc.))


Block time: 30 Seconds • Maturity: 30 Blocks • Difficulty Re-Adjust: 330 Blocks



Phase 1 - Premine (Block 1): 33.000.000 TWIT
Phase 2 - PoW (Block 2-1337): .50 TWIT
Phase 3 - PoW (Block 1338+): 30 TWIT











You can mine TWIT with GPU miners (Not recommended), Scrypt ASICs or Renting Hash with NiceHash or MiningRigRentals.

BSOD POOL
Code:
-a scrypt -o stratum+tcp://pool.bsod.pw:2626 -u WALLET.rig

SOLO mining
Code:
-a scrypt -o stratum+tcp://pool.bsod.pw:2626 -u WALLET.rig -p m=solo
PARTY mining
Code:
-a scrypt -o stratum+tcp://pool.bsod.pw:2626 -u WALLET.rig -p m=party.yourpassword



SALT POOL
Code:
-a scrypt -o stratum+tcp://stratum.saltpool.net:3438 -u <WALLET_ADDRESS> -p c=TWIT


CryptoGreek.Cafe
Code:
-a scrypt -o stratum+tcp://CryptoGreek.Cafe:9724 -u WALLETADDRESS -p c=TWIT


Mining Coins
Code:
-a scrypt -o stratum+tcp://miningcoins.ca:3432 -u <walletaddress> -p c=TWIT






Quote
DISCLAIMER: This thread, website, and Github will be updated as development progresses. No new features are currently promised. Twit coin and it's developers do not have any affiliation Twitter, Inc.

2  Alternate cryptocurrencies / Announcements (Altcoins) / [ANN] Denarius [D] - Originator "Tribus" PoW/PoS Hybrid Masternodes, Native Tor on: May 08, 2019, 02:30:38 AM






Lead Developer: Carsen Klock (kingcarsen)






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;


How to use Chaindata:

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!))


Chaindata
(You can run wget or curl to retrieve the zip and "unzip" to unzip it in the Denarius datadir)

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



FortunaStakes are custom Hybrid Masternodes created by the Denarius Team.
The FortunaStakes receive 33% of PoW/PoS blocks with a custom built fair distribution system.

The collateral for a FortunaStake is 5,000 D
Check out the guide below on how to setup your own FortunaStake today and start earning D passively.

Fortuna Stake Setup Guide
























Code:
rpcuser=denariususer
rpcpassword=xx
rpcallowip=127.0.0.1
rpcport=32369
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=denarius.host
An example command to solo mine Denarius with the Tribus CPU Miner:
 
Code:
cpuminer.exe -a tribus -o http://127.0.0.1:32369 -u denariususer -p xx


























 


DISCLAIMER: 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.
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/
3  Alternate cryptocurrencies / Altcoin Discussion / Useless Post on: November 26, 2017, 02:51:53 AM

Don't Be
Useless
4  Alternate cryptocurrencies / Speculation (Altcoins) / Denarius Ann on: November 26, 2017, 02:50:55 AM






Lead Developer: Carsen Klock (kingcarsen) - Supporting Developer: Enkayz








FortunaStakes are custom Hybrid Masternodes created by the Denarius Team.
The FortunaStakes receive 33% of PoW/PoS blocks with a custom built fair distribution system.

The collateral for a FortunaStake is 5,000 D
Check out the guide below on how to setup your own FortunaStake today and start earning D passively.

Fortuna Stake Setup Guide




How to use Chaindata:

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!))


v3.3.9.1 Chaindata
(You can run wget or curl to retrieve the zip and "unzip" to unzip it in the Denarius datadir)

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


Phantom nodes require no static IP address, no copy of the blockchain, and no proof-of-service.
As such, you can run a node on any IP address of your liking: 1.1.1.1 or 8.8.8.8 if you wish.
Phantoms also support live hot-swap with currently running nodes, there is no need to re-queue.

The phantom daemon is extremely lightweight allowing you to run hundreds of nodes from a modest machine if you wished.
You can move your currently running FortunaStakes (masternodes) to phantom nodes without restarting since a real IP address is no longer a requirement.

Summary: Save hundreds if not thousands on your FortunaStake Hosting! Phantoms typically require less than 10mb of RAM and can run on any platform.

Phantom Node Links


Example config:
Code:
 ./phantom -coin_conf="/home/username/phantom/configs/d.json" -max_connections 160 -masternode_conf="/home/username/phantom/fortunastake.txt" 






















Code:
rpcuser=denariususer
rpcpassword=xx
rpcallowip=127.0.0.1
rpcport=32369
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=denarius.host
An example command to solo mine Denarius with the Tribus CPU Miner:
 
Code:
cpuminer.exe -a tribus -o http://127.0.0.1:32369 -u denariususer -p xx

























 


DISCLAIMER: 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.
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/
5  Alternate cryptocurrencies / Tokens (Altcoins) / Useless Post on: November 06, 2017, 09:39:52 PM

This Was Useless
6  Alternate cryptocurrencies / Mining (Altcoins) / :) on: August 17, 2017, 07:17:21 AM
 Smiley
7  Alternate cryptocurrencies / Mining (Altcoins) / :) on: August 17, 2017, 07:11:20 AM
 Smiley
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!