Bitcoin Forum
May 04, 2024, 08:01:14 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to mine QubitCoin [QBT] using Digital Ocean VPS  (Read 3771 times)
virtualdn (OP)
Legendary
*
Offline Offline

Activity: 1372
Merit: 1093


View Profile
January 12, 2014, 04:26:13 PM
Last edit: January 12, 2014, 08:34:22 PM by virtualdn
 #1

It's launching tonight! cpu only! https://bitcointalk.org/index.php?topic=411065.0

here is fast tutorial for you! contains referral link!


1. sign up for a digitalocean account here:  https://www.digitalocean.com/?refcode=261c189a4aeb

Deposit $10 and add coupon *2014SSD* to get $10 extra bonus

2. create droplet - choose Ubuntu 13.04 x64 - more cpus means more speed, choose max.

3. login via ssh (use putty) with your vps login details

4. execute the following commands

sudo apt-get update

sudo apt-get install git

git clone https://github.com/qubitcoin/QubitCoin-cpuminer

sudo apt-get install build-essential libcurl4-openssl-dev automake make

cd QubitCoin-cpuminer

chmod a+x autogen.sh

./autogen.sh

./configure CFLAGS="-O3"

make

apt-get install screen

screen

./minerd -a qubit -t 1 -o stratum+tcp://server:port -u user -p password


where -t is number of threads / cpus

when logging back again use "screen -r" to restore session

Please donate some QubitCoins if happy!   thanks!     GHrWKUcrZTNgSxLV9V6ZzqvcxCFiuUfvc1

1 BTC = 1 BTC
1714809674
Hero Member
*
Offline Offline

Posts: 1714809674

View Profile Personal Message (Offline)

Ignore
1714809674
Reply with quote  #2

1714809674
Report to moderator
Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
virtualdn (OP)
Legendary
*
Offline Offline

Activity: 1372
Merit: 1093


View Profile
January 12, 2014, 08:34:39 PM
 #2

launched! still no pool yet

1 BTC = 1 BTC
Patejl
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


You have eyes but can see Mt. Tai?!


View Profile
January 21, 2014, 12:41:18 PM
 #3

Seriously, save your money and ignore Digital Ocean.
Digital Ocean is pretty useless. 70KHashes/s with 2CPU server is a bad joke. My Core i5 gives me 300KHashes/s.



                                         ▄
                 ▄▄████████▄▄         ▄▄██
 ▄▄           ▄██▀▀        ▀▀██▄    ▄███▀
 ▀███▄▄     ▄█▀                ▀█▄▄█████▀
  ▀██████▄▄█▀                ▄▄███████▀
   ▐█████████▄           ▄▄███████████
     ▀█████████▄▄      ▄█████████████
       ▀██████████    ███████████████
        ▐▀█████████  █████████████▀ ▐▌
        ▐▌ ▀▀██████ ▐███████████▀   ▐▌
        ▐▌      ▀██ ▐█████████▀     ▐▌
         █        ▀  ██████         █
         ▐█          ▐█████▄       █▌
          ▀█▄         ▀██████▄   ▄█▀
            ▀█▄         ▀█████▌▄█▀
              ▀██▄▄       ▀▄▄██▀
                ▀▀████████▀▀
T
....ANGEL TOKEN....


                                         ▄
                 ▄▄████████▄▄         ▄▄██
 ▄▄           ▄██▀▀        ▀▀██▄    ▄█▀█▀ 
 ▀█▀█▄▄     ▄█▀                ▀█▄▄█  ▄█▀ 
  ▀█  ▀▀█▄▄█▀                ▄▄██░   █▀   
   ▐▄▄  ░░░▀█▄           ▄▄█▀▀░░░   ▄█     
     ▀█▄ ░░░▒▒█▄▄      ▄██▒▒▒▒▒░    █     
       ▀▄▄ ░░▒▒▒▓█    ██▒▒▒▒▒▒░   ▄▄█     
        ▐▀█▄░░▒▒▓██  █▓▒▒▒▒▒▒░  ▄█▀ ▐▌     
        ▐▌ ▀▀█▒▓███░▐█▓▒▒▒▒░░ ▄█▀   ▐▌     
        ▐▌      ▀██ ▐█▓▓▒▒▄▄▄█▀     ▐▌     
         █        ▀  █▓█▀▀█         █     
         ▐█          ▐▄▓░ █▄       █▌     
          ▀█▄         ▀█▒░ ▀█▄   ▄█▀       
            ▀█▄         ▀█▄▄▄█▌▄█▀         
              ▀██▄▄       ▀▄▄██▀           
                 ▀▀████████▀▀             

mornabo
Hero Member
*****
Offline Offline

Activity: 1148
Merit: 504



View Profile
January 25, 2014, 11:30:31 AM
 #4

when i click on wallet
that is don't connect to server
chuck_0
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
February 01, 2014, 05:33:03 PM
 #5

It's launching tonight! cpu only! https://bitcointalk.org/index.php?topic=411065.0

here is fast tutorial for you! contains referral link!


1. sign up for a digitalocean account here:  https://www.digitalocean.com/?refcode=261c189a4aeb

Deposit $10 and add coupon *2014SSD* to get $10 extra bonus

2. create droplet - choose Ubuntu 13.04 x64 - more cpus means more speed, choose max.

3. login via ssh (use putty) with your vps login details

4. execute the following commands

sudo apt-get update

sudo apt-get install git

git clone https://github.com/qubitcoin/QubitCoin-cpuminer

sudo apt-get install build-essential libcurl4-openssl-dev automake make

cd QubitCoin-cpuminer

chmod a+x autogen.sh

./autogen.sh

./configure CFLAGS="-O3"

make

apt-get install screen

screen

./minerd -a qubit -t 1 -o stratum+tcp://server:port -u user -p password


where -t is number of threads / cpus

when logging back again use "screen -r" to restore session

Please donate some QubitCoins if happy!   thanks!     GHrWKUcrZTNgSxLV9V6ZzqvcxCFiuUfvc1

Would you please be kind enough to make a new tutorial for the new miner ?
elgeo
Full Member
***
Offline Offline

Activity: 200
Merit: 100


View Profile
February 01, 2014, 05:37:23 PM
 #6

i think it is a huge risk to pay 20 usd per month and have just 70 khs... my opinion

I don't have a signature because I'm not a customary person.
peterlustig
Sr. Member
****
Offline Offline

Activity: 812
Merit: 250


The Fourth Generation of Blockchain in DeFi


View Profile
February 01, 2014, 06:27:32 PM
 #7

i think it is a huge risk to pay 20 usd per month and have just 70 khs... my opinion
for 40€ you can get an i7 root... (hetzner ftw)




`````````▄▄▄▄▄▄▄
`````▄█████████████▄
```███████▀▀█▀▀███████
``████████``█``████████
`██████``````````▀██████
█████████```████```██████
█████████`````````███████
█████████```████▄``▀█████
█████████```████▀```█████
`██████```````````▄█████
``████████``█``████████
```███████▄▄█▄▄███████
`````▀█████████████▀
`````````▀▀▀▀▀▀▀

```````▄▄▄▄▄▄▄▄▄▄▄
```███████████████████
```````▀▀▀▀▀▀▀▀▀▀▀
DRK Defi






The Fourth Generation Of Blockchain
                             In Decentralized Finance






Draken Exchange
     DrakenX






Facebook
     Twitter








`````````▄▄▄▄▄▄▄
`````▄█████████████▄
```███████████████████
``█████████████████████
`████████████▀▀▀`````███
████████▀▀▀````▄█````████
████▀▀``````▄██▀````▄████
███▄▄`````███▀``````█████
███████``██`````````█████
`███████`▐`````````█████
``███████▐`████▄▄`▄████
```███████▄███████████
`````▀█████████████▀
`````````▀▀▀▀▀▀▀

```````▄▄▄▄▄▄▄▄▄▄▄
```███████████████████
```````▀▀▀▀▀▀▀▀▀▀▀

.Telegram.
Channel
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!