Bitcoin Forum
September 30, 2025, 04:57:02 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Mining support / Questions about starting a mining pool on: April 21, 2014, 03:49:59 PM
Hello

I am starting a mining pool for multiple coins. I have a Ubuntu server with 10GB ram and 256 GB SSD.

Question 1:
Where is the best place to buy a domain?

Question 2:
How can I hide my IP? Ex: connect to btc.domain.com

Question 3:
Is there a tutorial on how to install MPOS?

Thanks
2  Other / Archival / Re: Mining pools list on: April 20, 2014, 06:37:36 PM
Add my pool please

   [Suspicious link removed]            1%  fee      Stratum     

50 DOGE for first 3 miners
2 DOGE for everyone else that joins
3  Alternate cryptocurrencies / Mining (Altcoins) / [ANN] CoinMiners DOGE Pool! **Weekly Giveaways** *50 DOGE FOR FIRST 3 MINERS* on: April 20, 2014, 03:29:58 PM
Hello BitcoinTalk,
I have made a P2POOL Dogecoin pool. It is open to the public and we have friendly staff.



Features:
Weekly Dogecoin Giveaways (Every Monday)
P2POOL (So I can't handle your coins or steal them)
More pools to be added soon
Small Fee Compared to other pools (1%)

So Join Now!

URL: http://www.coinminers .tk
       ^^Remove space. Being marked as suspicious

50 DOGE FOR FIRST 3 MINERS
2 DOGE FOR EVERY MINER

Mine Now:
Startum: stratum+tcp://68.118.177.93:22550
Username: your dogecoin address
Password: anything

Example for Command Line:
Quote
minerd.exe -a scrypt -o stratum+tcp://68.118.177.93:22550 -u DUGFFjoKzbRni8yjWZ2T6EvZWR2uSfVA3n -p x

Example for Configuration File:
Quote
"pool" : [
   {
      "url" : "stratum+tcp://68.118.177.93:22550",
      "user" : "DUGFFjoKzbRni8yjWZ2T6EvZWR2uSfVA3n",
      "pass" : "x"
   }
4  Alternate cryptocurrencies / Altcoin Discussion / Altcoin creation error on: April 18, 2014, 10:56:30 PM
I am following this guide: https://andarazoroflove.org/how-to-create-alt-coin-scrypt-clones-for-fun-and-profit-bitcoin-litecoin-secrets-exposed/

Im at this part:
First Build
Now that you have a fresh copy with all of your cut and pasting uploaded to Github, we’re ready to build a copy of our command line only version of the coin:

 barcoin% cd src/
 barcoin/src% make -f makefile.osx USE_UPNP=- (or makefile.unix if you're on Linux/BSD/etc)


I am getting Error 1
Here is exactly what it says:
Quote
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/home/pi/flamecoin/src -I/home/pi/flamecoin/src/obj -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/checkpoints.d -o obj/checkpoints.o checkpoints.cpp
checkpoints.cpp:6:59: fatal error: boost/assign/list_of.hpp: No such file or directory
compilation terminated.
make: *** [obj/checkpoints.o] Error 1

I am doing this on a Raspberry Pi
My github repo is https://github.com/flamecoin/flamecoin

Thanks!
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!