Bitcoin Forum
June 20, 2024, 10:24:31 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 [82]
1621  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C] QubitCoin new secure hashing (CPU mining) (NEW) pool.q2c.cc on: February 08, 2014, 02:36:12 PM
Remember daily voting!

http://www.allcrypt.com/beta/voting.php


1622  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C] QubitCoin new secure hashing (CPU mining) on: February 07, 2014, 07:51:55 PM
2 hours to go pot 670 q2c you Can join in as little as 10 q2c coins.

First ever jackpot, going in around 4 hours!
current pot 570 Q2C... join in..

More Gambling! Every day jackpot.
http://www.cryptowins.com/q2c/
the jackpot is drawn in a 7 hours or so..

1623  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C] QubitCoin new secure hashing (CPU mining) on: February 07, 2014, 05:56:04 PM
First ever jackpot, going in around 4 hours!
current pot 570 Q2C... join in..

More Gambling! Every day jackpot.
http://www.cryptowins.com/q2c/
the jackpot is drawn in a 7 hours or so..

1624  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C] QubitCoin new secure hashing (CPU mining) on: February 07, 2014, 03:00:00 PM
More Gambling! Every day jackpot.
http://www.cryptowins.com/q2c/
the jackpot is drawn in a 7 hours or so..
1625  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C-QubitCoin] Q2C-new secure hashing (CPU mining) on: February 01, 2014, 05:53:30 PM
Any idea making this windows miner and conf into an installer package?

possibly? http://nsis.sourceforge.net/Main_Page
1626  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C-QubitCoin] Q2C-new secure hashing (CPU mining) on: February 01, 2014, 05:40:07 PM
get the zip from https://github.com/ig0tik3d/QubitCoin-cpuminer-v.1.1, don't the source using git.

cd QubitCoin-cpuminer

chmod a+x autogen.sh

./autogen.sh

./configure CFLAGS="-O3"

make

strip minerd

and its done.

Is there a new tutorial to mine with the new miner on linux ? Can't seem to make it work like this https://bitcointalk.org/index.php?topic=412342.new#new

1627  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C-QubitCoin] Q2C-new secure hashing (CPU mining) on: January 31, 2014, 08:45:19 PM
and be sure you have the qubitcoin.conf in the right place.

Hi,
Whole day i keep windows wallet software  running and he still is not connected and is out of sync.
Please advise.

Regards,
Saykor
1628  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C-QubitCoin] Q2C-new secure hashing (CPU mining) on: January 31, 2014, 08:31:41 PM
LINUX WALLET
on Ubuntu get compiling enviroment, precompiled x64 binary at the end:

sudo apt-get install -y build-essential m4 libssl-dev libdb++-dev libboost-all-dev libminiupnpc-dev

get the source code for the wallet from https://github.com/qubitcoin/QubitCoin

either the zip (unzip the zip) or directly from git.
go to qubit.. src dir

sudo chmod 755 leveldb/build_detect_platform
sudo nano makefile.unix

QubitCoind: $(OBJS:obj/%=obj/%)
        $(LINK) $(xCXXFLAGS) -o $@ $^ $(xLDFLAGS) $(LIBS)

change the part to

QubitCoind: $(OBJS:obj/%=obj/%)
        g++ $(xCXXFLAGS) -o $@ $^ $(xLDFLAGS) $(LIBS)

sudo make CXX=gcc -f makefile.unix
sudo strip QubitCoind
sudo cp QubitCoind /usr/local/bin

and you have a wallet on linux.

place the qubitcoin.conf to your datadir in this example /qubitdir
you need to make it for example sudo mkdir /qubitdir
and look the qubitcoin.conf from the first page examples and the peers from http://www.q2c.cc/crawler/peer

sample commands:
starts the daemon using the /qubitdir as data directory
QubitCoind -datadir=/qubitdir -conf=/qubitdir/qubitcoin.conf -daemon

get wallet address for the RPC_USER, defined in the qubitcoin.conf:
QubitCoind -datadir=/qubitdir -conf=/qubitdir/qubitcoin.conf getaccountaddress RPC_USER

get info:
QubitCoind -datadir=/qubitdir -conf=/qubitdir/qubitcoin.conf getinfo

get mining info:
QubitCoind -datadir=/qubitdir -conf=/qubitdir/qubitcoin.conf getmininginfo

list transactions:
QubitCoind -datadir=/qubitdir -conf=/qubitdir/qubitcoin.conf listtransactions

get balance
QubitCoind -datadir=/qubitdir -conf=/qubitdir/qubitcoin.conf getbalance


Precompiled x64 linux binary here:
https://mega.co.nz/#!MB0wCKTL!lu5su2K5rh3lu0qsHsumZafcCHOWlJWH4QiWKxT_PlA


Feel free to donate to my new linux wallet: GRo5Ptf7LSLv14XQUYSTdX63GpNvdmSJxv  Smiley
1629  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C-QubitCoin] Q2C-new secure hashing (cpu only)please read pool update!! on: January 26, 2014, 04:49:55 PM
when launching the client it uses the qubitcoin.conf from the .../roaming/... directory (look the dir from the guide)

to point it to a different datadir/qubitcoin.conf use this..
QubitCoin-qt.exe -datadir=c:\qubitcoin

and placing the active nodes helps a lot.

just downloaded but the
 windows wallet
doesn't synchronize not even with the qubitcoin.conf   Huh
i have no problems with any other wallets they ll synch except this one.

Pages: « 1 ... 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 [82]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!