Bitcoin Forum
May 08, 2024, 12:02:34 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Betarigs on Scripta  (Read 532 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] ...
1715126554
Hero Member
*
Offline Offline

Posts: 1715126554

View Profile Personal Message (Offline)

Ignore
1715126554
Reply with quote  #2

1715126554
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715126554
Hero Member
*
Offline Offline

Posts: 1715126554

View Profile Personal Message (Offline)

Ignore
1715126554
Reply with quote  #2

1715126554
Report to moderator
1715126554
Hero Member
*
Offline Offline

Posts: 1715126554

View Profile Personal Message (Offline)

Ignore
1715126554
Reply with quote  #2

1715126554
Report to moderator
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!