Bitcoin Forum
May 25, 2024, 03:21:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Looking for any information how To Setup a Digtal coin pool server  (Read 420 times)
alanharvey15 (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
July 02, 2014, 11:51:55 AM
 #1

I am Trying to Find out How To make a Digital Coin pool Server but cant seem to find any good info on Google about how to make a digital coin pool

Also if any one is whiling to give me a hand I will give you  part owner ship of the server pool

If any one know a guild on how to make the Digital coin pool could you please give me a guide or a link on what I need to make a Pool Server Huh   

Thanks
LtPaxIV
Sr. Member
****
Offline Offline

Activity: 400
Merit: 250


View Profile
July 02, 2014, 03:13:58 PM
 #2

did u look into p2pool yet? its by far the easiest way to get a own pool.plus its safe for the users,as no data from them is required,and noone can steal the payouts
alanharvey15 (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
July 02, 2014, 04:45:20 PM
 #3

did u look into p2pool yet? its by far the easiest way to get a own pool.plus its safe for the users,as no data from them is required,and noone can steal the payouts


Yes I have and I Currently trying to find a git for the digital coin server so I can Make My Own coin server. Also I am Getting an error not sure if its some thing in the server config files 

Error Info


C:\Users\NCS Customer\Downloads\pooler-cpuminer-2.4-win64>minerd.exe -o http://a
lan:x@107.161.162.175:8337/
[2014-07-02 12:40:16] 4 miner threads started, using 'scrypt' algorithm.
[2014-07-02 12:40:16] Binding thread 3 to cpu 3
[2014-07-02 12:40:16] Binding thread 1 to cpu 1
[2014-07-02 12:40:16] Binding thread 0 to cpu 0
[2014-07-02 12:40:16] Binding thread 2 to cpu 2
[2014-07-02 12:40:16] HTTP request failed: The requested URL returned error: 403
 access forbidden
[2014-07-02 12:40:16] json_rpc_call failed, retry after 30 seconds
[2014-07-02 12:40:46] HTTP request failed: The requested URL returned error: 403
 access forbidden
[2014-07-02 12:40:46] json_rpc_call failed, retry after 30 seconds
[2014-07-02 12:41:16] HTTP request failed: The requested URL returned error: 403
 access forbidden
[2014-07-02 12:41:16] json_rpc_call failed, retry after 30 seconds
[2014-07-02 12:41:46] HTTP request failed: The requested URL returned error: 403
 access forbidden



































LtPaxIV
Sr. Member
****
Offline Offline

Activity: 400
Merit: 250


View Profile
July 02, 2014, 06:34:22 PM
 #4

ok full stop here.

we have to start from beginning.

what are u trying to do? by the looks u are trying to mine to something that doesnt want u to connect to it.

u have to explain what u are trying to do and how u do so.

pls say what u have (like do u have ur computer at home and should ur server also run at this computer)

im guessing just in the wild of what u posted u are atm trying to mine at ur wallet,am i right?
alanharvey15 (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
July 02, 2014, 06:53:32 PM
 #5

I trying to make a Digtalcoin pool but cant find much on how to make it

Server Ubuntu
10GB Ram
4Core
1TB storage

Home Miner

AMD 1045T
Nvida GTX 660 SC

Running cudaminer

I used a guild on how to make a Litecoin pool till i find out how to make a Digtal Coin Pool Server
but not sure if i have something not right in my config

Config setup

Start of my litecoin sever config


      # network ports
      "listen" : [
              # binary protocol (default), port 8336
              { "port" : 8336 },

              # HTTP JSON-RPC protocol, port 8337
              { "port" : 8337, "protocol" : "http-json" },

              # HTTP JSON-RPC protocol, port 8339,
              # with trusted proxy appserver.example.com forwarding
              # requests to us
              { "port" : 8337, "protocol" : "http-json",
                "proxy" : "appserver.example.com" },

              # binary protocol, localhost-only port 8338
              { "host" : "127.0.0.1", "port" : 8338, "protocol" : "binary" }
      ],

      # database settings
      "database" : {
              "engine" : "sqlite3",
              "name" : "/tmp/data.sqlite",
              "stmt.pwdb" :
                "SELECT password FROM pool_worker WHERE username = ?"

              # ... or ...

              "engine" : "mysql",

              # 'host' defaults to localhost, if not specified
              "host" : "mysql.example.com",

              # 'port' uses proper default port for the DB engine,
              # if not specified
              "port" : 12121,

              "name" : "mydatabasename",
              "username" : "myuser",
              "password" : "mypass",

              "stmt.pwdb" :
                "SELECT password FROM pool_worker WHERE username = ?"

              # ... or ...

              "engine" : "postgresql",

              "host" : "db.example.com",

              "port" : 12121,

final config info

        },

        # cache settings
        "memcached" : {
                "servers" : [
                        { "host" : "127.0.0.1", "port" : 11211 }
                ]
        },

        "pid" : "/tmp/pushpoold.pid",

        # overrides local hostname detection
        "forcehost" : "localhost.localdomain",

        "log.requests" : "/tmp/request.log",
        "log.shares" : "/tmp/shares.log",

        # the server assumes longpolling (w/ SIGUSR1 called for each blk)
        "longpoll.disable" : false,

        # length of time to cache username/password credentials, in seconds
        "auth.cred_cache.expire" : 75,

        # RPC settings
        "rpc.url" : "http://107.161.162.175:8332/",
        "rpc.user" : "myusername",
        "rpc.pass" : "mypassword",

        # rewrite returned 'target' to difficulty-1?
        "rpc.target.rewrite" : true,

        # allow clients to update the ntime field of their work
        "roll.ntime.disable" : false
}
LtPaxIV
Sr. Member
****
Offline Offline

Activity: 400
Merit: 250


View Profile
July 02, 2014, 07:00:26 PM
 #6

ok here is a git containing digital coin

https://github.com/CartmanSPC/p2pool

read the readme check out the links in it,they are pretty usefull,but i think the git readme contains enough information.

here is even more to get information from

https://bitcointalk.org/index.php?topic=62842.0

if u get any more questions pls ask  Wink
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!