Bitcoin Forum
August 15, 2024, 04:20:16 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Betarigs on Scripta  (Read 544 times)
copyfile (OP)
Sr. Member
****
Offline Offline

Activity: 602
Merit: 251



View Profile
April 14, 2014, 11:04:31 PM
 #1

I have my gridseed miners running on a raspberry pi with scripta installed. The config file of the mining rig is displayed below. Now i want to lease my rig on betarigs. From them i got the code displayed below. No i do not exactly know how to use the code betarigs provided in my config file. Can someone help me with that?

Quote

    "gridseed-options": "freq=850",
    "api-listen": true,
    "api-port": "4028",
    "expiry": "120",
    "hotplug": "5",
    "log": "5",
    "no-pool-disable": true,
    "queue": "1",
    "scan-time": "30",
    "scrypt": true,
    "shares": "0",
    "pools": [
        {
            "url": "multi.ghash.io:3333",
            "user": "copyfile",
            "pass": "x"
        }

Quote
cgminer --scrypt -o http://eu.betarigs.com:3333 -u copyfile -p x -o [your_usual_pool] -u [your_usual_pool_user] -p [your_usual_pool_password] ...
bruiser
Member
**
Offline Offline

Activity: 68
Merit: 13


View Profile
April 15, 2014, 11:02:54 AM
 #2

"pools": [
        {
            "url": "multi.ghash.io:3333",
            "user": "copyfile",
            "pass": "x"
        }

should become:

"pools": [
        {
            "url": "http://eu.betarigs.com:3333",
            "user": "copyfile",
            "pass": "x"
        },
       
        {
            "url": "multi.ghash.io:3333",
            "user": "copyfile",
            "pass": "x"
        }


-----
I thought Betarigs required the username to be for the specific rig you're renting? (usually it would be something like bruiser-4400 or whatever my ad number is)
xbudahx
Full Member
***
Offline Offline

Activity: 378
Merit: 102



View Profile
April 15, 2014, 10:25:22 PM
 #3

"pools": [
        {
            "url": "multi.ghash.io:3333",
            "user": "copyfile",
            "pass": "x"
        }

should become:

"pools": [
        {
            "url": "http://eu.betarigs.com:3333",
            "user": "copyfile",
            "pass": "x"
        },
       
        {
            "url": "multi.ghash.io:3333",
            "user": "copyfile",
            "pass": "x"
        }


-----
I thought Betarigs required the username to be for the specific rig you're renting? (usually it would be something like bruiser-4400 or whatever my ad number is)

They do, go to betarigs, login and click on your rig and the information is there.
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!