Bitcoin Forum
May 24, 2024, 04:42:37 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 [42]
821  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C-QubitCoin] Q2C-new secure hashing (cpu only)please read pool update!! on: January 19, 2014, 06:45:32 AM
What CPU do you have? Have you tried the generic miner?


I tried with the 32 bits version and that work. My computer is really 64 bits so that's weird. Anyway, thank you!

in cpu-miner directory with minerd64.exe file, u can find file "minerd64-generic" try to use this in cmd ex.:
minerd64-generic.exe -a qubit -o stratum+tcp://qbt.mine-pool.net:9372 -u GaYLTWB6zJ5FwF3UkywaAJTB6txXQihkCb -p x

64 bit's version work fasters that 32..
822  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C-QubitCoin] Q2C-new secure hashing (cpu only)please read pool update!! on: January 19, 2014, 06:20:49 AM
That's how I compiled (by readme-qt.rst):
git clone https://github.com/qubitcoin/QubitCoin.git
cd QubitCoin/
Then performed qmake "USE_UPNP=1" and make. During compile observed:
Code:
compilation terminated.
make[1]: *** [util/env_win.o] Error 1
make[1]: Leaving directory `/home/atlas/Downloads/QubitCoin/src/leveldb'
make: *** [/home/atlas/Downloads/QubitCoin/src/leveldb/libleveldb.a] Error 2

Then I try as here.
git clone https://github.com/qubitcoin/QubitCoin.git
cd QubitCoin/src
chmod +x leveldb/build_detect_platform
mkdir obj - has already been created
cd leveldb
make
In dir QubitCoin/src performed qmake "USE_UPNP=1" and make
Then run ./QubitCoin-qt and sync no.
Where can I fing ./QubitCoind. I can't find this file in directore where copmile.

you added new nodes in config file? if yes - QubitCoin-qt work fine.
823  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C-QubitCoin] Q2C-new secure hashing (cpu only)please read pool update!! on: January 18, 2014, 07:42:30 PM
http://mine-pool.net/qbt/index.php?page=statistics&action=pool

sorry, but why so small qbt/day for 12MH/s?! only 640 q2c it's so small, it's true?

i'm mining on 5 pc's with 1.6Mh/s (solo) and mine ~8-14k q2c coins per day.
824  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C-QubitCoin] Q2C-new secure hashing (cpu only)please read pool update!! on: January 18, 2014, 07:25:13 PM
try to add new nodes to config file from post - https://bitcointalk.org/index.php?topic=411065.msg4557075#msg4557075
+  you may try write "setgenerate true -1" from debug console OR
add "gen=1" in qubitcoin config file (in this path - %AppData%\Roaming\QubitCoin)
I have linux. Where I must put conf file and how to perform "setgenerate true -1"?

if you have root access, ur config file must be in : /root/.QubitCoin/QubitCoin.conf (or, ur user dir/.QubitCoin/QubitCoin.conf), u can write "setgenerate true -1" in console such as: "QubitCoind setgenerate true -1" (if u copy QubitCoind to /usr/bin directory, if not - start from source directory (where u compile QubitCoin) - "./QubitCoind setgenerate true -1"
825  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C-QubitCoin] Q2C-new secure hashing (cpu only)please read pool update!! on: January 18, 2014, 07:09:42 PM
Hi! Run ./QubitCoin-qt -gen=1, but no sync blocks. Why? Please help!

try to add new nodes to config file from post - https://bitcointalk.org/index.php?topic=411065.msg4557075#msg4557075
+  you may try write "setgenerate true -1" from debug console OR
add "gen=1" in qubitcoin config file (in this path - %AppData%\Roaming\QubitCoin)
826  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C-QubitCoin] Q2C-new secure hashing (cpu only)please read pool update!! on: January 18, 2014, 05:45:44 PM
not syncing, i even have conf file in roaming and restarted wallet

you add all nodes from this post - https://bitcointalk.org/index.php?topic=411065.msg4557075#msg4557075   ?
I have everything working perfectly.
827  Local / Альтернативные криптовалюты / Re: Какой форк самый перспективный? on: January 18, 2014, 07:43:50 AM
QubitCoin - https://bitcointalk.org/index.php?topic=411065.0 имхо Q2C наиболее перспективный из новых, используют собственный алгоритм (ныне 90% валют используют либо scrypt либо sha256(d) ), так же пока на биржах не состоит, но перспективы как мне кажется офигенные, быстрота работы поражает. Да и для CPU майнеров посути счастье, думаю своего рода будет аналогом кварка, а пока есть возможность купить подешевле - покупайте, предложения на форумах есть)
828  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][QBT- QubitCoin] Qubit - new secure hashing (cpu only) on: January 15, 2014, 12:10:26 PM
so many error

chmod a+x ./leveldb/build_detect_platform
mkdir obj

git clone ...
cd QubitCoin/src
chmod a+x leveldb/build_detect_platform
mkdir obj
cd leveldb
make
cd ..
make -f makefile.unix USE_UPNP=-

.... i become a error


.... pthread /root/QubitCoin/src/leveldb/libleveldb.a /root/QubitCoin/src/leveldb/libmemenv.a
g++: error: /root/QubitCoin/src/leveldb/libmemenv.a: No such file or directory
make: *** [QubitCoind] Error 1



any way to fix this?

I solved this problem as follows:

----------------------------------------------
git clone http://github.com/qubitcoin/QubitCoin
cd QubitCoin/src
chmod +x leveldb/build_detect_platform
cd leveldb
make libleveldb.a libmemenv.a
make
cd ..
make -f makefile.unix "USE_UPNP=-"
----------------------------------------------
829  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][QBT- QubitCoin] Qubit - new secure hashing (cpu only) on: January 15, 2014, 07:57:29 AM
How much you get QBT frompool if mine on and5 / i7? per night .
830  Other / Beginners & Help / Re: Is BTC-e scamming you? on: January 14, 2014, 10:20:24 AM
hi. i thinks it's a biggest exchange service. I use them regularly and do not feel difficulties.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 [42]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!