Search content
Sort by

Showing 6 of 6 results by Iceb3rg
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]⭐ EVOS coin [Hybrid POW+POS+MN] ⭐ New EcoSystem for MN world⭐
by
Iceb3rg
on 13/04/2020, 15:35:41 UTC
Supports algorithms:
Et hash

Program for:
Amd/Nvidia

HASHFIGHTER is an open source program for mining coins using the Et hash algorithm, specifically for Ethereum.
With this program, you can mine any coin that uses the Ethash algorithm .

Characteristics
Supports both AMD and Nvidia video cards

System requirements to run
Video card
The program works on all video card architectures: Kepler, Maxwell, Pascal and Turing.

driver Requirements
NVIDIA driver 376.51 or later for the version compiled with cuda 8.0 (Windows).
NVIDIA driver 398.26 or later for the version compiled with cuda 9.1 (Windows).
NVIDIA driver 411.31 or later for version compiled with cuda 10.0 (Windows).
AMD drivers recommend " Adrenaline 18.6.1»

Download: Click Here

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Litecoin - a lite version of Bitcoin. Launched!
by
Iceb3rg
on 13/04/2020, 06:58:28 UTC
LAUNCHED

Download the binaries from: http://litecoin.org
Check out the source: https://github.com/litecoin-project/litecoin
Wiki: http://litecoin.info
Forum: http://forum.litecoin.net/



Litecoin is the result of some of us who joined together on IRC in an effort to create a real alternative currency similar to Bitcoin.  We wanted to make a coin that is silver to Bitcoin's gold.  Various alternative currencies have come and gone.  Some brought innovation, but they all had problems.

  • ixcoin - Nasakioto premined 580k coins. Seemed like a pump and dump. Competed with Bitcoin for GPU resources - Dead (~2 gh/s)
  • i0coin - Basically ixcoin without the premine. Not much support was given to this coin after it was released. - Dead (~5 gh/s)
  • SolidCoin - Innovative quick transaction times. Appears to have been run aground by CoinHunter, its creator, due to insecure changes and immature forum presence. - Dead, shutdown by CoinHunter
  • GeistGeld - Lolcust premined 7.7 million coins.  15 second block time is probably a bit extreme. - Alive, but limping (~15 gh/s)
  • Tenebrix - Lolcust premined 7.7 million coins.  CPU proof of work using scrypt is very innovative.  Price doing fairly well on btc-e.com. - Alive (~0.003 gh/s)
  • Fairbrix - Basically Tenebrix without the premine.  First launch was crippled due to bad config.  Relaunch attacked initially - Doing OK now, but no exchange so far. - Alive, but limping (~0.0001 gh/s)

We wanted the best innovations of Bitcoin and these other currencies to create a coin with all of their benefits, but nearly none of their problems.

Proof of Work

We really liked Tenebrix's Scrypt proof of work.  Using Scrypt allows one to mine Litecoin while also mining Bitcoin.  We humbly offer a big thanks to ArtForz for the implementation.

Premines

Litecoin will come with 150 premined coins: just the genesis block and the first 2 blocks to confirm the genesis is valid.  We believe a coin needs to be released in a fair manner.  Having one person (or a group) control a large amount of coins that can be used as they see fit is against the decentralized vision of Bitcoin.  Yes, it is true that without a stash of premined coins, we will not be able to afford to pay for bounties, but we believe people will see the virtue of this coin, invest in it as early adopters, and will be willing to spend time creating services to make this coin better.

Fast transactions

We were impressed by the convenience of SolidCoin's fast transactions.  Although we know that fast confirmations are not necessarily as secure as Bitcoin's slower confirmations, they are very convenient for small merchants who don't need transactions to be super secure. The average Litecoin block takes 2.5 minutes, one quarter of Bitcoin's 10 minutes.  So if merchants wanted to be as safe as Bitcoin, they can wait for 4 times the number of Litecoin confirmations as compared to Bitcoin. But most merchants can readily accept 1-confirmed transactions for small amounts of litecoins.

Difficulty retarget

We will keep the retarget block the same as Bitcoin's 2016, but because blocks are found 4 times faster, difficulty will retarget about every 3.5 days.  The combination of fast retarget times and Scrypt proof of work (Litecoin will not compete with Bitcoin for miners) means we expect to not see the sort of problem Namecoin encountered; hashing power that leaves more suddenly than it came, causing a high difficulty slog for everyone who stayed.

Coin generation

Miners will generate 50 coins per block.  In light of our faster blocks, to properly mimic Bitcoin's generation trajectory, we needed to change the blocks at which coin generation is halved.  Bitcoin generation is halved every 210,000 blocks.  Litecoin generation will be halved every 840,000 blocks.  For those of you doing the math, Litecoin is scheduled to produce roughly 4 times as many coins as Bitcoin, about 84 million litecoins.

Fairness

We have come up with a plan that we believe is most fair.  Some previous coins were released without Windows binaries or without source code; we consider this as unfair as it is unsafe.

We released the source code and binaries ahead of time... 3 days before launch.  People had time to compile the source and run the client on their machines against the Litecoin testnet.  So people were able to make sure everything was working well before the launch.  We also had a poll so that people can vote for a launch time that best suits them.  At the time of the launch (Oct 12 03:00 GMT), we released the genesis hash and everyone started mining at the same time.  All it took was a simple change in the config file in order to mine the real coin instead of the testnet coin.

51% attack

The problem with alternative currencies is that the network hashrate is likely low when the coin starts up, making an easy target for any potential 51% attacker. With a little hope, a little prayer, a lot of hype, and due to our innovative release, there was a large hashrate from minute one.  We believe this deterred any attackers from targeting this chain.  As expected, there was a lot of natural orphaning of blocks, due to having so many people mining on the chain at once.  With block locking at every difficulty change, we were able to avoid any attacks from succeeding. (if there were any)

Source code

The source code is here:
   https://github.com/litecoin-project/litecoin

This is based on the latest Bitcoin code. You can either build the daemon version (litecoind) or you can build the gui version (Litecoin QT). See the build docs.

Similar to Bitcoin, you may want to create a litecoin.conf file here:
    Windows: C:\Documents and Settings\<username>\Application Data\Litecoin
    Win7: C:\Users\<username>\AppData\Roaming\Litecoin
    Mac: ~/Library/Application Support/Litecoin
    Unix: ~/.litecoin

Port is 9333. Open if on your router if you know how. This will allow you to have more than 8 connections.
And default RPC port is 9332. This is the port miners will use to communicate with your client/daemon.

Sample litecoin.conf file:
Code:
server=1
rpcuser=user
rpcpassword=password

#Change this if you want to use a different rpc port for mining
#rpcport=9332

#Only uncomment this if you are running litecoind and want to run Litecoin in the background (not Litecoin QT)
#daemon=1


So tell us what you think. Come to the Litecoin forums (http://forum.litecoin.net) or drop by #litecoin or #litecoin-dev on freenode IRC to chat.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ICASH] iCash | Anonymous | X11 | Masternodes | Darksend | InstantX
by
Iceb3rg
on 13/04/2020, 05:48:45 UTC


Specifications:
  • Release date: 20:30 UTC 2015-03-19 / No premine or instamine
  • X11 hashing algorithm: 11 rounds of scientific hashing functions (blake, bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo)
  • Block reward is controlled by: 22222222/(((Difficulty+2600)/9)^2), Max: 266 Min: 1
  • CPU/GPU mining
  • Block generation: 2.5 minutes
  • Difficulty Retargets using Dark Gravity Wave
  • 7% decrease in the number of coins generated per year
  • Est. ~8 billion in year 2065
  • Decentralized Masternode Network
  • Superior Transaction Anonymity using Darksend


Sample icash.conf:
Code:
rpcuser=rpcuser
rpcpassword=rpcpassword
rpcallowip=127.0.0.1
listen=1
logtimestamps=1
maxconnections=256
addnode=85.214.68­.75­
addnode=54.187.21­4.128­
addnode=85.214.95­.177­
addnode=81.154.78­.62­

    iCash v0.11.2.17



    • iCash Logo Contest: iLiZDXqcudGRhSP8tT8xtFvVXbk97UWfGo: 39,310 ICASH: Claimed
      • Tx: 538fb7a27e703c859c079602f9efd8d8233ff203454a45c54a412fd7e37fe209
    • Block explorer with rich list: iRuVtDmgD2jwqtPaJsPjuG3Umr3kWA9Yyj: 25,000 ICASH: Claimed
      • Tx: e7d46300f51ef98a8b26ff6127c29fee3f9e9ec5755bbfda709539f986cb0ec3:
    • Compiling a Mac Qt: iBWDpE1q6LJXEyYGmH9hgbADoqpmAW8srV: 10,000 ICASH
      • Tx:
    • First exchange: i7s5VtWHCBSbYTKdWz57nqkL1mMBp2VCaj: 87,000 ICASH
      • Tx:
    • Masternode newbie guide (including pictures or video): iGhXTCgqKsiy87zLPTfm7sVS8M8erSLdP2: 150,000 ICASH: Claimed
      • Tx: b065892328ba20f2a24f8dc2137261376954b11e661a3c3151acd7cb247de7d3
    • Android Mobile Wallet Bounty: iJwRSkzihVp7cyaF3vjs9tnoYrxc1vtScB: 50,000 ICASH
      • Tx:
    • iPhone Mobile Wallet Bounty: iPcbcpiXGrn1Eh21MuGFY3wWqmszbQa3gf: 50,000 ICASH
      • Tx:
    • Promotion Bounty: iJkHKdTybZk9aSPFPVX38t27Jb9KYtTskS: 182,000 ICASH
      • Tx:



    [/list]
    Post
    Topic
    Board Announcements (Altcoins)
    Re: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency
    by
    Iceb3rg
    on 13/04/2020, 05:40:26 UTC


    Latest Client: Dash v0.15 Release - Download here.

    Dash is an open source peer-to-peer cryptocurrency with a strong focus on the payments industry. Dash offers a form of money that is anonymous, portable, inexpensive and fast. It can be spent securely both online and in person with only minimal transaction fees. Based on the Bitcoin project, Dash aims to be the most user-friendly and scalable payments system in the world. In addition to Bitcoin's feature set, Dash currently also includes a second-layer network of masternodes to facilitate instant transactions (InstantSend), private transactions (PrivateSend) and governance functions to create a self-governing and self-funding network capable of paying individuals and businesses for work that adds value to Dash. This decentralized governance and budgeting system makes it one of the first ever successful decentralized autonomous organizations (DAO).

    How to update to 0.15: https://docs.dash.org/en/stable/masternodes/dip3-upgrade.html
    Downloads: https://www.dash.org/wallets/


    Quick Dash Facts:

    - Dash is a next generation cryptographic currency
    - Dash supports instant transactions and privacy using decentralized technology
    - 2 MB blocks + very low fees
    - Dash has no premine and was launched fairly and transparently
    - Total coins will most likely be near 18.9 million (https://docs.dash.org/en/stable/introduction/features.html#emission-rate)
    - Coins will cease to be generated near the year 2300
    - Dash uses the X11 algorithm for mining
     
    Dash Introduction Videos:

    What Is Dash?

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


    Dash School

    https://i.imgur.com/2NhBefr.png


    Dash 101

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


    Dash Features
    http://i.imgur.com/MYiBqEo.jpg
    Masternode Network
    https://docs.dash.org/en/latest/masternodes/index.html

    http://i.imgur.com/B9uBORQ.jpg
    PrivateSend
    https://docs.dash.org/en/latest/introduction/features.html#privatesend

    http://i.imgur.com/oknLePy.jpg
    InstandSend
    https://docs.dash.org/en/latest/introduction/features.html#instantsend

    http://i.imgur.com/Lz7UD5n.jpg
    Multi-Phased Spork
    https://docs.dash.org/en/latest/introduction/features.html#sporks

    http://i.imgur.com/IQ9zrCL.jpg
    Budget System (Funding/ Voting /DGBB)
    https://docs.dash.org/en/latest/governance/index.html#governance

    http://i.imgur.com/zC98flD.jpg
    Evolution
    https://www.dash.org/evolution/

    Learn More About Dash


    Miscellaneous:

    Whitepaper
    https://docs.dash.org/en/latest/introduction/about.html#whitepaper

    Downloads: Stable release binaries, previous releases and source code:
    https://www.dash.org/wallets/

    Mining:
    https://docs.dash.org/en/latest/mining/index.html

    Exchanges:
    https://www.dash.org/exchanges/
    Mining Pools:
    https://docs.dash.org/en/latest/mining/index.html#mining-pools

    Dash Merchant Directory:
    https://www.dash.org/merchants/

    Other tools
    Paper Wallet: https://paper.dash.org
    Blockchain Explorer1: https://chainz.cryptoid.info/dash
    Blockchain Explorer 2: https://insight.dash.org
    Masternode Status: https://dashninja.pl/masternodes.html
    Difficulty Chart: https://chainz.cryptoid.info/dash/#@diff

    List of Known Scams:
    https://docs.dash.org/en/latest/introduction/safety.html

    Post
    Topic
    Board Announcements (Altcoins)
    Re: [ANN][ICO]HoweyCoins: the only BitcoinTalk-endorsed ICO - GUARANTEED PROFIT
    by
    Iceb3rg
    on 31/03/2020, 17:29:43 UTC
    Join this discord server to get started on your own mining journey. You will earn money from literally using your pc the way you normally would!

    https://discord.gg/9tBqmvy
    Post
    Topic
    Board Announcements (Altcoins)
    Re: NEM (XEM) Official Thread - 100% New Code - Easy To Use APIs
    by
    Iceb3rg
    on 30/03/2020, 19:28:13 UTC
    https://i.imgur.com/3xHDWwt.png

    * 100% original codebase *
    * XEM is the currency of the NEM platform *

    Important Links
    Website | Tutorials | Forum | Blog | NEM Flash News | Catapult | NEM Apostile | MIJIN | Download

    Exchanges
    Poloniex | Bittrex | HitBTC | Binance | Changelly | Zaif | Others

    Developer Resources
    Source Code | NIS API Documentation | Technical Reference | Development Contract (2014) | NEM Drive | NEM Developer Center | Apostille White Paper

    Tools
    Nembex - Block Explorer/Node Monitor | Block Explorer/Rich list | Node Explorer - Node Explorer/Node Monitor |  
    NEMnodes.org - Interactive Node Map/Resource Links | Testnet Explorer

    Social Media
    https://upload.wikimedia.org/wikipedia/commons/c/cd/Facebook_logo_%28square%29.png Facebook | https://upload.wikimedia.org/wikipedia/en/thumb/9/9f/Twitter_bird_logo_2012.svg/300px-Twitter_bird_logo_2012.svg.png Twitter | https://cdn4.iconfinder.com/data/icons/social-messaging-ui-color-shapes-2-free/128/social-reddit-square2-512.png Reddit | https://upload.wikimedia.org/wikipedia/commons/thumb/e/e1/Logo_of_YouTube_%282015-2017%29.svg/502px-Logo_of_YouTube_%282015-2017%29.svg.png YouTube | https://www.pngarts.com/files/3/Telegram-Logo-PNG-Image-Background.png Telegram | https://www.edigitalagency.com.au/wp-content/uploads/new-instagram-logo-png-transparent.png Instagram

    http://i.imgur.com/4idmx8h.png
    Specifications
    Consensus Mechanism: Proof-of-Importance
    Genesis Date: March 31st, 2015
    Block Time: 1 minute
    Available/Total Supply: 8,999,999,999 XEM
    Block Reward: N/A (transaction fees only + node rewards)


    Client
    You can download the NEM software at nem.io.

    What is NEM?
    NEM is a peer-to-peer crypto platform. It is written in Java and JavaScript with 100% original source code. NEM has a stated goal of a wide distribution model and has introduced new features in blockchain technology in its proof-of-importance (POI) algorithm. NEM also features an integrated P2P secure and encrypted messaging system, multisignature accounts and an Eigentrust++ reputation system.

    NEM has gone through extensive open alpha testing starting June 25, 2014, followed by lengthy and comprehensive beta testing starting on October 20, 2014. NEM finally launched on March 31, 2015.

    Watch our introductory video:

    https://i.gyazo.com/1bcfeb85ff1bb1e19f515c1e024a741a.png
    Features
    - NEM is built 100% from scratch (not a fork of any existing project)
    - NEM is built with test-driven development.
    - NEM uses innovative Proof-of-Importance algorithm: first reputation based blockchain algorithm.
    - NEM is the first crypto with delegated harvesting.
    - NEM improves different features of POW and POS coins, being more efficient and environmentally friendly.
    - NEM has customizable assets called Mosaics. Editable supply, levies, description, transferability and more.
    - NEM has Namespaces to help maintain reputation of Mosaics.
    - NEM one minute average block times.
    - NEM has advanced blockchain features: multilevel multisig (Multisig 2.0), aggregate transactions, account properties, cross-chain swap.
    - NEM is the first with localized spam protection.
    - NEM is the first with Eigentrust++ peer reputation management.
    - NEM is the first editable m-of-n multisig with blockchain based alerts.
    - NEM is the first every P2P network with nodes time syncing in a decentralized manner.
    - NEM offers encrypted, unencrypted and hex messaging.
    - NEM is easy to install with a one-click installer.
    - NEM zero monetary inflation (fixed supply, all 9 billion coins released at launch).
    - NEM relatively large egalitarian distribution.
    - NEM will offer mobile wallets for both iOS and Android.


    Technology

    XEM
    XEM is the native currency of the NEM public blockchain. It is used to pay for transactions on this public blockchain in order to incentivize its network of public nodes that process and record transactions for businesses and users there. This means that XEM has real fundamental value as the currency of a functioning economy.

    Harvesting
    Harvesting is closely similar to mining in other cryptocurrencies, but it uses unique methods called Proof of Importance and Delegated Harvesting to determine who harvests the next block. Harvesting is necessary to keep the network online and to confirm transactions.

    Supernode Program
    Supernodes are high performance blockchain nodes which form the backbone of the NEM blockchain network. Accounts with 3,000,000 or more XEM can operate a supernode, either from a local computer or from a cloud-hosted server. Supernodes are required to be up and running 24 hours per day, processing all transactions.

    Catapult
    Catapult is a full-featured blockchain engine that can power both private and public networks with its unique smart contract plugins. These plugins enable bulletproof digital asset creation, decentralized swaps, advanced account systems and business logic modeling.
    In its next phase, Catapult will become the core NEM engine. Public chain Catapult has been in testing for three years to thoroughly troubleshoot bugs and implement features. Its expected release is in 2019.

    Proof-Of-Importance
    POI is the consensus algorithm used in NEM to determine who will calculate the next block. An account's importance is determined by how many coins it contains and the number of transactions made to and from that account. POI is different from other initiatives which use a fee-sharing model that does not take into consideration one's overall support of the network. In some proof-of-stake systems a person only needs to have large amounts of coins to form a block; however, in NEM the transaction amount as well as support of the network become a factor. This has been designed to encourage users of NEM to not simply hold NEM but instead actively carry out transactions within the NEM ecosystem.

    You can read more about NEM’s tech in the Technical Reference.


    NEM Core Developers
    - Jaguar0625
    - BloodyRookie
    - Gimre


    Need Help?
    Please visit our FAQs.
    Or take a look at our tutorials.


    Recent NEM news
    Please follow us on https://upload.wikimedia.org/wikipedia/commons/c/cd/Facebook_logo_%28square%29.png Facebook, https://upload.wikimedia.org/wikipedia/en/thumb/9/9f/Twitter_bird_logo_2012.svg/300px-Twitter_bird_logo_2012.svg.png Twitter and NEM Flash for all the latest updates.     

    Extra Links
    Wikipedia
    Coin Gecko
    Coinmarketcap
    CryptoCoin Charts


    How to get Involved
    If you would like to contribute to the development of NEM, please contact the team via the NEM Forum or join Telegram.

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