Author

Topic: Betarigs on Scripta (Read 532 times)

full member
Activity: 378
Merit: 102
April 15, 2014, 06: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.
member
Activity: 68
Merit: 13
April 15, 2014, 07: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)
sr. member
Activity: 602
Merit: 251
April 14, 2014, 07: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] ...
Jump to: