Bitcoin Forum
June 17, 2024, 09:05:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Ritocoin BEST time for mining / GPU mining only coin / ANTI ASIC / ANTI NICEHASH  (Read 635 times)
Nvid (OP)
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
February 24, 2019, 12:37:57 PM
Last edit: February 24, 2019, 08:48:04 PM by Nvid
 #1

Hello all,

This is probably one of the best times to mine and support Ritocoin. Due to reducing block rewards in a month and no any active marketing campaign this coin(very low difficulty) and the same time very active community and development is a very attractive project to be mined and invest.

Check more about the project and ask development team anything at the ongoing AMA in Reddit:

https://www.reddit.com/r/gpumining/comments/at8uqb/ritocoin_a_100_community_driven_project_based_on/

If you love GPU mining join our RIOT in RITO!!!

Discord for support/ideas: https://discord.gg/5whPyP4

HAPPY MINING RITO!

How to mine Ritocoin - Easy short guide: https://minermore.com/docs/help/ritocoin/
socks435
Legendary
*
Offline Offline

Activity: 2016
Merit: 1030

Privacy is always important


View Profile
February 24, 2019, 06:00:11 PM
 #2

I was planning to mine this coin but  the difficulty right not increase 100% from 200k diff it is now 400k.

Anyway I'm too late to start mining this coin I am sure the price will increase more soon.

Let's see my guess.

Solving blocks can't be solved without my rigs.
Nvid (OP)
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
February 24, 2019, 08:42:40 PM
 #3

I was planning to mine this coin but  the difficulty right not increase 100% from 200k diff it is now 400k.

Anyway I'm too late to start mining this coin I am sure the price will increase more soon.

Let's see my guess.

You are not late project is at its starting phase of releasing its true potential. New features by the community and development are on their way. As I said community is very alive and proactive. Visit our Discord to become part of it.
RicKillerZ
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
February 25, 2019, 04:28:19 PM
 #4

I was planning to mine this coin but  the difficulty right not increase 100% from 200k diff it is now 400k.

Anyway I'm too late to start mining this coin I am sure the price will increase more soon.

Let's see my guess.

You are not late project is at its starting phase of releasing its true potential. New features by the community and development are on their way. As I said community is very alive and proactive. Visit our Discord to become part of it.

I really love this Ritocoin, Really great community with big potential!!!.

Let's go for Rito!!!!
Nvid (OP)
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
February 26, 2019, 02:45:58 PM
 #5

https://cdn.discordapp.com/attachments/514542068664893440/549075640456970310/E69CAAE591BDE5908D-1.png
Nvid (OP)
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
February 27, 2019, 02:11:28 PM
 #6

Hey all. Check out git hub there is a new wallet release of Ritocoin.

https://github.com/RitoProject/Ritocoin/releases/tag/v2.2.2.0
Nvid (OP)
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
March 02, 2019, 11:01:06 AM
 #7

How to start on minermore pool:

Here is how to mine Ritocoin using an nvidia GPU or rig of GPUs

You can mine using either Windows or Linux. Personally, I prefer Linux and I use Ubuntu 16.04 on all my rigs. Windows works fine, too.

First, you need to make sure you have the right drivers. Download those at this page on nvidia.com. There is a library called CUDA that mining software is built against, and your driver must match the CUDA version of the miner you download. If you are using the very latest nvidia driver, then you will want to use the CUDA 10 version of the miner. If you try a miner and get a CUDA error, try using the 9.2, 9.1 or 9.0 version of the miner.

Once your drivers are running, you can now download and run your mining program.

The open source miner is ccminer/x21s. Be aware that it does not get anywhere near the same performance as the closed source ones shown below.

Most people use either t-rex or z-enemy. Tests done by the MinerMore sysop in mid November showed t-rex was the fastest x21s miner available. Later versions since then have been published and we plan to continue to do periodic tests. For now, we recommend you use the latest t-rex miner.

download t-rex here.
Download z-enemy here

Note that both of these closed source miners have a dev fee. They will mine for a certain percentage of time for the people who released those programs. Currently, the increased hashrate that they provide more than compensates for the dev fee.

Now that you have installed your miner, you can start to mine. If you already have a Ritocoin address, you can use it as your username in the miner. If you don't want to setup a Ritocoin address yet, you can create a username on the MinerMore website and then use that username as your mining address. If you go that route, see our earnings page that explains how to do withdrawals.

Now that you have your mining address and your miner downloaded, run it like this:

t-rex -a x21s -o stratum+tcp://pool.minermore.com:4545 -u username.worker -p x

Replace username with your wallet address or website username. You can replace "worker" with the name of your rig. This way you can track the performance of each rig separately on the website.

Within a couple minutes you will start seeing reports appear on the website. To find your report, enter your username in the top-left search box and press enter, and it'll come right up. Be aware that you need to mine for several minutes before you start seeing realistic performance data. It takes time for the pool to start collecting your shares so it can figure out how fast you're mining.

A better way: config file with auto-failovers

We have prepared a ritocoin.conf file that you can use with t-rex. Download this ritocoin.conf file, open it in notepad to change your username in all the pool lines, and then start t-rex like:

t-rex -c ritocoin.conf

This config file will mine to the main MinerMore pool and will failover to the other stratum servers on our pool if the first one ever fails for whatever reason.

Alternative batfile approach: If you're on Windows, you can make a bat file that will start the miner and fall back on different stratums if one fails. Create your bat file like this:

@echo off
cls
:start
t-rex -r 0 -a x21s -o stratum+tcp://pool.minermore.com:4545 -u <wallet>.worker -p x
t-rex -r 0 -a x21s -o stratum+tcp://eu.minermore.com:4545 -u <wallet>.worker -p x
goto start


Just run that it'll loop through all the stratums if any should fall off. Speaking of stratums, we have a number of different servers you can connect to for mining here. They all report the shares back to the same place, and the block reward is shared among all the MinerMore pool servers, so it doesn't matter which one you mine to. Pick the one closest to your location.

If you're running Linux, you can just run the miner from the shell, or make a shell script that starts the miner. A good shell script might look like:

#!/bin/bash

while [ true ] ; do
./t-rex -r 0 -a x21s -o stratum+tcp://pool.minermore.com:4545 -u <wallet>.worker -p x
./t-rex -r 0 -a x21s -o stratum+tcp://eu.minermore.com:4545 -u <wallet>.worker -p x
done


Once you're all setup and mining, you can tweak your settings. Generally you can save money without sacrificing much hash rate by running your cards at 60% power. So for a 1080ti card that runs at 250W, you can run it at 150W. You can change the power usage on Linux with the command:

sudo nvidia-smi -pm 1 ; sudo nvidia-smi -pl 150

Change the 150 above to whatever watts you want your card running at. If you're on Windows, download Afterburner and use it to control the settings. You can also play around with changing your clock and memory speeds if you're feeling adventurous. x21s is the algorithm that Ritocoin uses for hashing, and it can be... interesting. It rotates through different algorithms for each block, so some blocks you get a higher hashrate than others. It can also be very stressful to your power usage, so be sure you have plenty of power available to your system.
Nvid (OP)
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
March 05, 2019, 09:42:22 AM
 #8

There is now an asset explorer available for Ritocoin. You can access the explorer at https://ritocoin.asset-explorer.net/ and read creator recent interview in the link below.

https://medium.com/@ritocoincommunity/ritocoin-asset-explorer-99e1d36523f1
Mindboggle
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 05, 2019, 11:16:12 PM
 #9

There is now an asset explorer available for Ritocoin. You can access the explorer at https://ritocoin.asset-explorer.net/ and read creator recent interview in the link below.

https://medium.com/@ritocoincommunity/ritocoin-asset-explorer-99e1d36523f1


I dont get it, what am i exploring at https://ritocoin.asset-explorer.net/ ?

The page makes no sense to me.
Nvid (OP)
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
March 06, 2019, 09:20:34 AM
 #10

There is now an asset explorer available for Ritocoin. You can access the explorer at https://ritocoin.asset-explorer.net/ and read creator recent interview in the link below.

https://medium.com/@ritocoincommunity/ritocoin-asset-explorer-99e1d36523f1


I dont get it, what am i exploring at https://ritocoin.asset-explorer.net/ ?

The page makes no sense to me.

Asset explorer is particularly created for checking transactions on assets layer. If you would like to learn more what are assets, here is a good read for you created by the community of Ritocoin - https://medium.com/datadriveninvestor/ritocoin-covers-your-assets-c972ad32c63a

Asset explorer features:

Total assets
Search bar — search by asset name or holding address
Assets list
Recent activity — transfer, create, reissue and etc
Assets overview
Asset balances
Asset transactions

Let us know if you need more help on the topic.
Ritocoin
Jr. Member
*
Offline Offline

Activity: 35
Merit: 2


View Profile WWW
March 06, 2019, 09:27:44 PM
 #11

This is a new great feature, this explorer is awesome

I recommand you join our discord as well, you will found plenty of usefull tips and a nice community as well

https://ritocoin.org/ - X21S - GPU - RITOCOIN is a hackers playground - 100% community - https://discord.gg/UMA6ScT
Nvid (OP)
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
March 08, 2019, 09:32:40 PM
 #12

Around 11 days left to halving.
Nvid (OP)
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
March 14, 2019, 04:17:29 PM
 #13

Less than a week left till big day pi/2

Ritocoin Android mobile wallet was released yesterday - https://play.google.com/store/apps/details?id=org.ritocoin.aw
Mindboggle
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 24, 2019, 12:22:42 PM
 #14

Why cant i find RITO on Coinmarketcap.com ?
Pages: [1]
  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!