Bitcoin Forum
May 24, 2024, 07:41:29 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17 18 19 20 »
161  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ROI] ROI Coin | CPU Only Solo Mining Hybrid | 15% POS | 593% Term Deposit on: March 18, 2018, 11:58:36 PM
Any chance this energy saving/hash increase could be built into the wallet miner? Seems to me that the whole concept behind the coin being easy for everyone to use and available to all is somewhat diluted by the requirement to use an external miner software (to get maximum hash rates) and will put a load of people off doing this.

Just a thought - but I think this could get more people on board in the long run - it is a great move - I like the idea of a "run in eco" mode and then a button that say - you know what - use all my computer resources cos I have solar!

You can set the wallet miner off and then set the affinity just the same as in the vid. You can also use a .bat file to set the affinity with something like...

start /affinity 555 roicoinwallet.exe

and that shoudl then set the threads the wallet can use. BUT I HAVE NOT TESTED.
162  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ROI] ROI Coin | CPU Only Solo Mining Hybrid | 15% POS | 593% Term Deposit on: March 18, 2018, 08:31:24 PM
what is my ROI?

Do what now?
163  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ROI] ROI Coin | CPU Only Solo Mining Hybrid | 15% POS | 593% Term Deposit on: March 18, 2018, 06:47:04 PM
I just tested this now on my xeon 2650 (12 core/24 threads) and it's working fine.
I set up to work only even processors, cpu0, cpu2, cpu4, cpu6... cpu22. For that to work i transform this 010101010101010101010101 in hexa whitch is 555555
My line in start.bat is like this

Code:
start /affinity 555555 hodlminer_AVX2_AES -a hodl -o stratum+tcp://roi.suprnova.cc:4699 -u maxente.maxente -p 1234 -q

Now my processor is working on 50% max and i notice the hash rate is going to 1180h/s. Till now rarely i was seeing 1030 - 1050h/s
The funny thing is that if i whant to use the odd processors cpu1, cpu3, ​​cpu5, cpu7... cpu23 the hash rate is no more than 400 -450h/s.

Thanks alot @TheRaster and @2DRacox !

More hash less power Cheesy

Im Happy I could help you and all the other Roi coin miners out there. Power saving is needed at times like this when states are hitting miners for there power use.

Now ROIcoin is a true ECO coin. (untill the miner coders make use of the power there not using in the miners that is Cheesy )
164  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ROI] ROI Coin | CPU Only Solo Mining Hybrid | 15% POS | 593% Term Deposit on: March 18, 2018, 04:25:03 PM
If you're CPU mining ROI coin we just released a new tutorial video that will show you how to increase your hash rate while saving energy at the same time!

Here it is: https://www.youtube.com/watch?v=7Bx6SIG6_70

Many thanks to TheRaster for putting these awesome tutorial videos together!

Hello and thank you for the trick!. With this I have got managed to work six processors to mine, something that before did not let me and then was limited to using only five
Now I want to share with all you what I consulted to set affinity via batch, it's achieved by adding to the beginning of the line where the miner is configured as follows:

Code:
start /affinity XX yourminer.exe -a hodl -o stratum+tcp://.....

The 'XX' are used to choose the processors they want to configure. It's a hexadecimal number that is assembled from a binary number:

For example, assuming that someone has an 8-core processor:
-If you want to run the first 7 processors (cpu0, cpu1, cpu2, cpu3, ​​..., cpu6), the binary number would look like this: 01111111
-if you want to run the first 6 processors, the binary number would look like this: 00111111 (cpu0, cpu1, cpu2, cpu3, ​​..., cpu5)
-The first 5: 00011111
-The first 4: 00001111
-The odd processors (cpu1, cpu3, ​​cpu5, cpu7): 10101010
-Even processors (cpu0, cpu2, cpu4, cpu6, just like in the video): 01010101
and so as you want to configure

After you have that binary number, the next thing I said before is to pass it to hexadecimal. You can use a calculator for that purpose, or if you want to do it manually, all you need to do is split the binary number into groups of 4 digits, so if the binary of the even processors is 10101010, then 0101 0101 is left. Remove the zeros to the left surplus of each group, for the example would be 101 101 and finally look for those two numbers the equivalent in hexadecimal (table of binary conversion to hexadecimal here: https://www.calculadoraconversor.com/binario-a-hexadecimal. So if 101 = A, then the 'XX' for this case would be 'AA'

In the end, the line would be like this to permanently use the even processors in an 8-core PC:
Code:
start /affinity AA yourminer.exe -a hodl -o stratum+tcp://.....
 Smiley

Thankyou for your added info there 2DRacox....

However I my self have done this. Its something that just dont seem to want to work with the hodl cpu miner. Its not a problem I dont mind setting the affinity manual in the way I shown in the vid. Its just down to the windows groups in regards to the cpu sockets. Sadly the commands for windows cpu sockets dont work in the way they should. The commands go in and stay but they dont do anything for this miner. Its not a problem. So dont worry,

I just hope that the guys who code the miners such as Wolf0 take note of this vid and see there is much room to improve there code.

Raster.
165  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ROI] ROI Coin | CPU Only Solo Mining Hybrid | 15% POS | 593% Term Deposit on: March 17, 2018, 10:02:06 PM
Just a vid on how to lower your Roi Coin mining power costs.

Enjoy...

https://youtu.be/7Bx6SIG6_70
166  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ROI] ROI Coin | CPU Only Solo Mining Hybrid | 15% POS | 593% Term Deposit on: March 17, 2018, 02:00:41 PM
Pool Workers: 663

ok wow!


Mining cost is about 0.00000060 and rising... dont sell at lower price.

Yeah things look to be doing much better. Lets hope that more miners out there see ROI as a good choice of coin to use. Cheesy
167  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ROI] ROI Coin | CPU Only Solo Mining Hybrid | 15% POS | 593% Term Deposit on: March 16, 2018, 08:46:00 PM
Quick update:

  • Press release is submitted.
  • Ads are running at Twitter
  • Facebook declined advertising.
  • Google & YouTube declined advertising.
  • Created a new Telegram channel at http://t.me/ROI_coin (ANN updated)

Yeah google and fb banned crypto adds as of now. Sad PORN HUB IT IS THEN Cheesy
168  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ROI] ROI Coin | CPU Only Solo Mining Hybrid | 15% POS | 593% Term Deposit on: March 15, 2018, 11:40:11 PM
the wallet is crashing all the time

No problems this end... Wallet 1.1.6 best wallet to date. Moves faster than a smack heads giro check.

169  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ROI] ROI Coin | CPU Only Solo Mining Hybrid | 15% POS | 593% Term Deposit on: March 14, 2018, 10:14:42 AM
Is it me or is barterdex just not working right?

I have added coins to sell. Put them up to sell. Yet I dont see anything "Sellers 0" Roi / BTC"
170  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ROI] ROI Coin | CPU Only Solo Mining Hybrid | 15% POS | 593% Term Deposit on: March 13, 2018, 09:38:31 PM
How do I export my private key if my wallet is already encrypted? Huh
Are you asking for BarterDEX? If so you make a new key on the barterdex wallet/exchange
171  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ROI] ROI Coin | CPU Only Solo Mining Hybrid | 15% POS | 593% Term Deposit on: March 09, 2018, 11:09:45 PM
So here is a Q about the vote for coin on https://acc.vicex.io/acc/listing

Some of the coins have over 500+ votes... So what gives?

Their miners community is probably more eager to get on additional exchanges. As I see it now ROI 250 pool miners (200 miners on supernova and 50 on optiminer make 110KH). Additional wallet miners make 20K, which could be anywhere around 50-100 miners. With 300-350 miners is not a large number and that's why we have just 132 votes (most of us probably voted several time).

We realistically need more advertisements to attract CPU miners worldwide as everyone can mine on CPU. Maybe my numbers are off but more push is definitely needed. It will raise votes, coin price and expand community. Just my 2 cents.

I ment that is it not 200 and the coin gets listed on xxx day. How come some are well over that?
172  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ROI] ROI Coin | CPU Only Solo Mining Hybrid | 15% POS | 593% Term Deposit on: March 09, 2018, 09:35:33 PM
So here is a Q about the vote for coin on https://acc.vicex.io/acc/listing

Some of the coins have over 500+ votes... So what gives?
173  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ROI] ROI Coin | CPU Only Solo Mining Hybrid | 15% POS | 593% Term Deposit on: March 08, 2018, 11:27:38 PM
What does "15% POS" mean, friends?

it means that if you have 100 coins and just leave them in the wallet. No term deposet or anything it will get 15% APR for the stacking of the coins in the wallet. Proof of stacking.

so 115 coins with the 15% apr without doing anything Wink
174  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ROI] ROI Coin | CPU Only Solo Mining Hybrid | 15% POS | 593% Term Deposit on: March 08, 2018, 11:06:46 PM

Important Update:


In order to keep our promises to the community the dev team is working very hard to make sure we get all of the road map tasks complete by March 31st. Here is a quick breakdown of our progress and current status:

The Paper Wallet:

The paper wallet is online and you can find it at: https://roi-paperwallet.roi-coin.com/ The paper wallet is a tool that allows you to export and import coins and then print them onto paper for safekeeping.

Besides just the security of this it also allows you to do some cool stuff such as:

  • Give someone a gift of coins with the coins loose or term deposited
  • Store your coins off line and still get 100% of your staking or term deposit payout
  • Reduce your hassle by not needing to have to keep up with a computer wallet
  • Gives you another option for creating a backup copy of your coins

The New Website:

The new website is well underway and should be completed by next week. The old community website will still exist and will be inside of the new website.

The Marketing Push:

The marketing push will begin just as soon as the website is live and tested out to show that it has no issues.

The Exchange Listings:

Gary Hobson has worked up a batch of code and submitted a pull request to have us added to a decentralized exchange. We are also in process to get listed at another exchange and have requested help from the community so we can have enough votes to get listed quickly. Please remember to vote once per day at: https://acc.vicex.io/acc/listing

The Tutorial Videos:

TheRaster has completed the tutorial videos and those are available on our YouTube channel at: https://www.youtube.com/channel/UCclukUCxqxHk-nrUSj3MM5g Also, we are going to request and see if TheRaster would be willing and able to make another tutorial video for the paper wallet.

We appreciate all the support from this community and look forward to improving and growing the coin so we can all benefit!


I will look at the new paper wallet and do a new vid to cover that too. Cheesy

One thing we do need is a merchant so we can put on websites Wink
175  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ROI] ROI Coin | CPU Only Solo Mining Hybrid | 15% POS | 593% Term Deposit on: March 07, 2018, 01:43:36 AM
If I want to mine with the wallet, how can I control how many threads that I use?  Thanks!

Go to task managet, Right click wallet, Click go to details, Then right click and set affinity. Untick threads you want free.

Got it! Thank you so much! Smiley

Your welcome Wink
176  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ROI] ROI Coin | CPU Only Solo Mining Hybrid | 15% POS | 593% Term Deposit on: March 07, 2018, 12:06:46 AM
If I want to mine with the wallet, how can I control how many threads that I use?  Thanks!

Go to task managet, Right click wallet, Click go to details, Then right click and set affinity. Untick threads you want free.
177  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ROI] ROI Coin | CPU Only Solo Mining Hybrid | 15% POS | 593% Term Deposit on: March 06, 2018, 06:06:01 PM
+1 Vote here

EDIT:

Thats 30 votes 170 to go....
178  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ROI] ROI Coin | CPU Only Solo Mining Hybrid | 15% POS | 593% Term Deposit on: March 05, 2018, 06:34:18 PM
My wallet was also out of sync. Angry I installed the new version and make a resync. After that everything seems to be OK from my point of view. Suprnova also seems to work for me and coins are coming in.

Hope we will never have such "unwanted hard forks" again in the future.

Forks happen on most coins. This coin has had a few forks. 90% of the time the coins users dont even know there has been a fork. Thats one of the things that makes me support this coin. The devs are so on the ball its unreal. Cheesy
179  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ROI] ROI Coin | CPU Only Solo Mining Hybrid | 15% POS | 593% Term Deposit on: March 03, 2018, 12:29:42 PM
I should not think something like premade scripts are that hard. The wallet would need a merchant for the taking of coins and buying of credits or what ever.

I think it would be very good fun.

There is alot of things that could help this coin ontop of a payed marketing push. Things like win bountys, A pool for new miners only say 1kh and under with a bounty for mining the pool over xxx amount of blocks.
So say garry can only get 150 coins a week with the network hash as it is now. But garry is mining the pool for the last week (5040 blocks) he gets a bonus 100 coins for having his miner on the under 1kh pool.
any hash over 1kh dont get payed and could go in to paying the lil guys bountys because there is allways one who thinks its cool to put 100kh on a pool with a cap.

180  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ROI] ROI Coin | CPU Only Solo Mining Hybrid | 15% POS | 593% Term Deposit on: March 03, 2018, 01:31:47 AM
100 free coins anyone?

https://youtu.be/I9T2VqNj5p4


Jus liked and subscribed to help the coin. But not participating in the competition. Maybe a bigger bounty will attract more views?

Thankyou.

The bounty is just the coins that was made in the making of the 5 how to vids. I would have loved to put the bounty up but I am not the one holding the pre-mine coins for bountys or I would have put them to 5k or something.

Who knows maybe the dev team will run a week to week bounty of 1000+ coins to get word out of roi coin. I think that would go down well with new miners.

I would be happy for the dev team to send me xxx amount of coins and do a week to week bounty if its something the team would like to do but dont have the time.

That's a good idea. It will be a kind of marketing promotion like sort of lottery.

Anyway I liked and subscribed as well Smiley  

It would be good if you could go on www.roi-coin.com and buy ROI lotto tickets. Say 1 coin each and win Cheesy
I think that would get the attention of some. I know I would play lol.

EDIT

maybe something like this https://bitcointalk.org/index.php?topic=1656232.0

or this

https://bitcointalk.org/index.php?topic=1537628.0
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17 18 19 20 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!