Bitcoin Forum
May 12, 2024, 08:25:53 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1]
  Print  
Author Topic: What kind of server is needed to run a pool?  (Read 819 times)
sameev29 (OP)
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
December 04, 2013, 08:53:22 PM
 #1

I want to run  pool for scrypt based coins.What kind of server is needed to do this?Also can I run pools for multiple currencies in a single server?
1715545553
Hero Member
*
Offline Offline

Posts: 1715545553

View Profile Personal Message (Offline)

Ignore
1715545553
Reply with quote  #2

1715545553
Report to moderator
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715545553
Hero Member
*
Offline Offline

Posts: 1715545553

View Profile Personal Message (Offline)

Ignore
1715545553
Reply with quote  #2

1715545553
Report to moderator
1715545553
Hero Member
*
Offline Offline

Posts: 1715545553

View Profile Personal Message (Offline)

Ignore
1715545553
Reply with quote  #2

1715545553
Report to moderator
GoodHosting
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
December 04, 2013, 10:57:31 PM
 #2

Generally your going to need a Dedicated Server or Virtual Private Server.

Your going to need full root access to install your coins and do all sorts of fun stuff with the blockchain.

Basic Web Hosting is not enough to run a pool.

You can run multiple pools on multiple ports on 1 server.
blazin8s
Full Member
***
Offline Offline

Activity: 180
Merit: 100


View Profile
December 04, 2013, 11:55:06 PM
 #3

You need more ram, and ditch the hard drive, top of the line high IOPS SSD's only
Meska
Member
**
Offline Offline

Activity: 100
Merit: 10



View Profile WWW
December 05, 2013, 01:30:57 AM
 #4

You need more ram, and ditch the hard drive, top of the line high IOPS SSD's only

How much space do I need in the ssd?Is 63GB or 128GB enough?

Quad core is okay for running multiple currency pools?

Don't think only about the pool, think also about the coin daemon.

For example, with this 9 coins :
Code:
du -sh .b* .f*|grep -v bash 
621M    .bbqcoin
53M     .bitbar
22G     .bitcoin
11M     .bosscoin
1.1G    .fastcoin
411M    .feathercoin
303M    .florincoin
226M    .franko
130M    .freicoin

The BlockChain cost a lot of I/O, and a lot of ram to start the daemon.

If you want to run only one coin, you can put everything in RAM.

For example, runing a pool (slush pool for scrypt)
Code:
Pool# cat /proc/2897/status |grep -i vmsize
VmSize:   291324 kB
For worldcoin with ~50 miners

The daemon:
Code:
cat /proc/8920/status /proc/27455/status|grep -i vmsize       
VmSize:   586732 kB
VmSize:   508384 kB

I run two daemon as a security.
So for example, in that case it's arround 1.5G RAM.

You can put the blockchain in the Ramdisk to earn more speed (speed will help you to prevent orphans blocks).

BTCTC: 1JiQmXauxsgc5aEygF7soxkaB717VgWVdH
HBN: EtWqbeUGWNYoB7WgW8ML14rxoxx7Bs4ySw
HBN 0.5% fees pool https://scrypt.io/hbn/
zackclark70
Legendary
*
Offline Offline

Activity: 868
Merit: 1000

ADT developer


View Profile
December 05, 2013, 02:39:47 AM
 #5

a cloud server with 2 cores 3gb ram will run a pool with 100,000kh easy and will cost you about £30 a month

you can get better value if you get a dedicated server on a contact but its harder to upgrade with a cloud server 1 click and you can add more resources once you work out what you need you can then get a good dedicated server that's just right Smiley

if you want more info pm me

( I was looking for that info for months until I decided to just do it and see what I needed  )


Dreamweaver
Member
**
Offline Offline

Activity: 104
Merit: 10


Trying to find my way.


View Profile
December 05, 2013, 02:58:24 AM
Last edit: December 05, 2013, 03:16:08 AM by Dreamweaver
 #6

I've been looking into this whole matter as well, and I think a good VPS is what you'd need. Considering the above response about running all those daemons and loading them into RAM, I think you should go for about 16 GB of RAM at least (IF you plan on supporting many, many coins). I know bitcoinwebhosting.net allows you to contact them and create your own custom plan, because there is no preset 16 GB RAM VPS with them. Also, youre gonna want DDOS protection, and they handle that as well. Just make sure you can handle the monthly expenses and hopefully make a profit.

a cloud server with 2 cores 3gb ram will run a pool with 100,000kh easy and will cost you about £30 a month

you can get better value if you get a dedicated server on a contact but its harder to upgrade with a cloud server 1 click and you can add more resources once you work out what you need you can then get a good dedicated server that's just right Smiley

if you want more info pm me

( I was looking for that info for months until I decided to just do it and see what I needed  )

I've been curious about starting a pool as well. Perhaps I'll shoot both you and the OP a PM about it.

BTC: 15hfE8dXf13Z1n5WQnpoF24Zr7G8Fv1Ghk
Dreamweaver
Member
**
Offline Offline

Activity: 104
Merit: 10


Trying to find my way.


View Profile
December 05, 2013, 03:11:03 AM
 #7

I've been looking into this whole matter as well, and I think a good VPS is what you'd need. Considering the above response about running all those daemons and loading them into RAM, I think you should go for about 16 GB of RAM at least (IF you plan on supporting many, many coins). I know bitcoinwebhosting.net allows you to contact them and create your own custom plan, because there is no preset 16 GB RAM VPS with them. Also, youre gonna want DDOS protection, and they handle that as well. Just make sure you can handle the monthly expenses and hopefully make a profit.

a cloud server with 2 cores 3gb ram will run a pool with 100,000kh easy and will cost you about £30 a month

you can get better value if you get a dedicated server on a contact but its harder to upgrade with a cloud server 1 click and you can add more resources once you work out what you need you can then get a good dedicated server that's just right Smiley

if you want more info pm me

( I was looking for that info for months until I decided to just do it and see what I needed  )

I've been curious about starting a pool as well. Perhaps I'll shoot both you and the OP a PM about it.


Is bitcoin hosting only for SHA-256 coins?

lol no it has nothing to do with that. They simply provide server hosting and whatnot. What you choose to do with the server is completely up to you.

BTC: 15hfE8dXf13Z1n5WQnpoF24Zr7G8Fv1Ghk
Gazza1
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
January 09, 2014, 11:34:34 PM
 #8

This is just out of pure curiosity but is 2 cores 3gb ram really all you need to run a pool with 100,000kh?  What about internet bandwidth, how much upstream is needed per x given amount of miners.

Lets say a person wanted to set up a pool for 1 coin.  Knowing that cloud/amazon/etc is of course better, but just out of curiosity for hardware requirements how many miners and kh could the following hardware support at over 90% efficiency;

3770k 4/8
16GB-32GB RAM
256GB SSD

And then using bandwith of 30Mbps downstream with 4Mbps upstream, by how much would that connection reduce those numbers, or is that connection good enough.

Impossible is a word found only in the dictionary of fools.
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!