Bitcoin Forum
May 06, 2024, 10:21:05 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 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 ... 231 »
  Print  
Author Topic: [ANN][Q2C] QubitCoin new secure hashing (CPU/GPU) (NEW) Update 0.8.4.1  (Read 351469 times)
QubitCoin (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
January 13, 2014, 07:04:25 PM
 #441

seems now mine-pool.net work fine..

about pool qbt.mypool.cc/ .. waiting for an answer from pool owner about problems with withdraws and disappearance of balance
1715034065
Hero Member
*
Offline Offline

Posts: 1715034065

View Profile Personal Message (Offline)

Ignore
1715034065
Reply with quote  #2

1715034065
Report to moderator
1715034065
Hero Member
*
Offline Offline

Posts: 1715034065

View Profile Personal Message (Offline)

Ignore
1715034065
Reply with quote  #2

1715034065
Report to moderator
It is a common myth that Bitcoin is ruled by a majority of miners. This is not true. Bitcoin miners "vote" on the ordering of transactions, but that's all they do. They can't vote to change the network rules.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
willsteel
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
January 13, 2014, 07:16:35 PM
 #442

compile issues.... why do coin developers not take the time make sure it compiles at least everywhere, or offer stupid binaries?

who is about to run this on tons of windows hosts?... brb, gonna make my windows rootkit botnet up for this stuff °_°
lest
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
January 13, 2014, 07:20:40 PM
 #443

about pool qbt.mypool.cc/ .. waiting for an answer from pool owner about problems with withdraws and disappearance of balance

My transaction list shows some funds - https://i.imgur.com/TAfs6KZ.png
But balance is zero.

Some sort of software error or possible scam.
madcat777
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
January 13, 2014, 07:26:38 PM
 #444

Confirming, qbt.mypool.cc stole about 9k qubits from my account also, and it still possible to see them in transactions pane, but not available to me.
Just withdrawn to nowhere everything had at the moment of stealing.
defo
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
January 13, 2014, 07:32:07 PM
 #445

Can someone that managed to get stratum and mpos working with qubit algo provide the code for this?
ex_mac
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


"Proof-of-Asset Protocol"


View Profile
January 13, 2014, 07:47:59 PM
 #446

http://mine-pool.net/qbt/ - now work fine ...

Sorry for network issue...

|
 
 
50
|
 




                       ▄
           ▄▄▄▄▄▄███████
▄▄▄▄█████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████

█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
▀▀▀▀█████  █████████████
           ▀▀▀▀▀▀███████
                       ▀
|
 
 
$1,5 M
|



        ▄▄▄█████████▄▄▄
      ▄█████▀▀███▀▀█████▄
    ▄███▀     ███     ▀███▄
   ████       ███       ████
  ███▀                   ▀███
 ███▀                     ▀███
▄██▀       █████████       ▀██▄
███                         ███
███        █████████        ███
███                         ███
▀██▄       █████████       ▄██▀
 ███▄                     ▄███
  ███▄                   ▄███
   ████       ███       ████
    ▀███▄     ███     ▄███▀
      ▀█████▄▄███▄▄█████▀
        ▀▀▀█████████▀▀▀
|
 
|
 
<>
<>
<>
<>
 
GITHUB
TWITTER
YOUTUBE
FACEBOOK
stas
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile
January 13, 2014, 07:51:12 PM
 #447



yes! two pools are scam  shit!!!

this coin is dead

I don't know if http://qbt.mypool.cc/ is scam because now I cash out 700 QBT

about 500 coins are gone from my account in the pool .... and not to my wallet

btc-mike
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1001



View Profile
January 13, 2014, 08:23:02 PM
 #448

I added Qubit Coin to List of CPU-ONLY AltCoins

QubitCoin (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
January 13, 2014, 09:01:55 PM
 #449

for linux users howto build and use cpuminer https://bitcointalk.org/index.php?topic=412342.0 if you dont want use vps can start read from 4. ......
ex_mac
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


"Proof-of-Asset Protocol"


View Profile
January 13, 2014, 09:08:49 PM
 #450

QBT Mining guide:
Register in pool: http://mine-pool.net/qbt/
and add new worker

CPU Miner compilation manual to linux:

apt-get update
apt-get -q -y install autoconf autogen automake build-essential libcurl4-openssl-dev git mc screen -y


git clone https://github.com/qubitcoin/QubitCoin-cpuminer
cd QubitCoin-cpuminer
wget raw.github.com/rallat/quarkcoin-cpuminer/4e6c263c837bd04261df1ba7383ea828409ff498/acinclude.m4
chmod 755 autogen.sh
./autogen.sh
./configure CFLAGS="-Ofast -msse4  -march=native"
make -j4
cd ..
echo "./QubitCoin-cpuminer/minerd -a qubit -o stratum+tcp://mine-pool.net:3470 -u <user> -p password -t 8" > pool
chmod 755 pool

mcedit pool
to change:
<user> - username in pool. worker : example: exmac.testworker,
8 - threads to mine

screen -d -m -S pool ./pool
to run miner

screen -r to check status of mining,
after screen -r just close ssh window if all work fine ...

Donate welcome: QBT: GZYrPtb7ECwPcsKD9ydXzFYeVUbQ9bGrf1

|
 
 
50
|
 




                       ▄
           ▄▄▄▄▄▄███████
▄▄▄▄█████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████

█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
▀▀▀▀█████  █████████████
           ▀▀▀▀▀▀███████
                       ▀
|
 
 
$1,5 M
|



        ▄▄▄█████████▄▄▄
      ▄█████▀▀███▀▀█████▄
    ▄███▀     ███     ▀███▄
   ████       ███       ████
  ███▀                   ▀███
 ███▀                     ▀███
▄██▀       █████████       ▀██▄
███                         ███
███        █████████        ███
███                         ███
▀██▄       █████████       ▄██▀
 ███▄                     ▄███
  ███▄                   ▄███
   ████       ███       ████
    ▀███▄     ███     ▄███▀
      ▀█████▄▄███▄▄█████▀
        ▀▀▀█████████▀▀▀
|
 
|
 
<>
<>
<>
<>
 
GITHUB
TWITTER
YOUTUBE
FACEBOOK
ex_mac
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


"Proof-of-Asset Protocol"


View Profile
January 13, 2014, 09:16:43 PM
 #451

QBT Linux compile guide:

http://pastebin.com/cdKHDBGB

Donate welcome - QBT: GZYrPtb7ECwPcsKD9ydXzFYeVUbQ9bGrf1

|
 
 
50
|
 




                       ▄
           ▄▄▄▄▄▄███████
▄▄▄▄█████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████

█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
▀▀▀▀█████  █████████████
           ▀▀▀▀▀▀███████
                       ▀
|
 
 
$1,5 M
|



        ▄▄▄█████████▄▄▄
      ▄█████▀▀███▀▀█████▄
    ▄███▀     ███     ▀███▄
   ████       ███       ████
  ███▀                   ▀███
 ███▀                     ▀███
▄██▀       █████████       ▀██▄
███                         ███
███        █████████        ███
███                         ███
▀██▄       █████████       ▄██▀
 ███▄                     ▄███
  ███▄                   ▄███
   ████       ███       ████
    ▀███▄     ███     ▄███▀
      ▀█████▄▄███▄▄█████▀
        ▀▀▀█████████▀▀▀
|
 
|
 
<>
<>
<>
<>
 
GITHUB
TWITTER
YOUTUBE
FACEBOOK
peterlustig
Sr. Member
****
Offline Offline

Activity: 812
Merit: 250


The Fourth Generation of Blockchain in DeFi


View Profile
January 13, 2014, 09:34:40 PM
 #452

Just recieved first 100 QBT payout from http://qbt.mypool.cc , everything seems smooth.




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

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






The Fourth Generation Of Blockchain
                             In Decentralized Finance






Draken Exchange
     DrakenX






Facebook
     Twitter








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

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

.Telegram.
Channel
lest
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
January 13, 2014, 09:46:07 PM
 #453

Just recieved first 100 QBT payout from http://qbt.mypool.cc , everything seems smooth.

I'm still missing about 600 coins on my balance. It's still zero. Such scam pool.

PS. User id 28 plz fix.
ex_mac
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


"Proof-of-Asset Protocol"


View Profile
January 13, 2014, 10:28:28 PM
 #454

Run first p2pool for QubitCoin : http://qbt.mine-pool.net/

ONLY FOR BETA TESTERS, NOT SHURE IF ALL WORK FINE!

|
 
 
50
|
 




                       ▄
           ▄▄▄▄▄▄███████
▄▄▄▄█████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████

█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
▀▀▀▀█████  █████████████
           ▀▀▀▀▀▀███████
                       ▀
|
 
 
$1,5 M
|



        ▄▄▄█████████▄▄▄
      ▄█████▀▀███▀▀█████▄
    ▄███▀     ███     ▀███▄
   ████       ███       ████
  ███▀                   ▀███
 ███▀                     ▀███
▄██▀       █████████       ▀██▄
███                         ███
███        █████████        ███
███                         ███
▀██▄       █████████       ▄██▀
 ███▄                     ▄███
  ███▄                   ▄███
   ████       ███       ████
    ▀███▄     ███     ▄███▀
      ▀█████▄▄███▄▄█████▀
        ▀▀▀█████████▀▀▀
|
 
|
 
<>
<>
<>
<>
 
GITHUB
TWITTER
YOUTUBE
FACEBOOK
cotza
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
January 13, 2014, 11:23:13 PM
 #455

I made a flat and light logo that represents a safe to symbolize the security of the coin.

http://i42.tinypic.com/v4td85.png
TulipBit
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
January 13, 2014, 11:31:13 PM
 #456

nice, but I think we need a website first...
peterlustig
Sr. Member
****
Offline Offline

Activity: 812
Merit: 250


The Fourth Generation of Blockchain in DeFi


View Profile
January 13, 2014, 11:39:46 PM
 #457

Just recieved first 100 QBT payout from http://qbt.mypool.cc , everything seems smooth.

I'm still missing about 600 coins on my balance. It's still zero. Such scam pool.

PS. User id 28 plz fix.
Well, http://qbt.mypool.cc/ went down just now...
502 Bad Gateway
Also only the first payout worked, last time I saw (literally 2 min ago) I had 600 confirmed coins although the payout treshold is at 100.

edit: https://bitcointalk.org/index.php?topic=414347.0
we have some db error.
but no scam, no one lost coin




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

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






The Fourth Generation Of Blockchain
                             In Decentralized Finance






Draken Exchange
     DrakenX






Facebook
     Twitter








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

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

.Telegram.
Channel
cotza
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
January 13, 2014, 11:52:33 PM
 #458

nice, but I think we need a website first...

I have made the logo because I saw there is a bounty for it.
Quote
P.S. We need new logo design = bounty 20000 QBT + Community bounties
But I can make a website too if the author ask me Wink
evilix
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
January 14, 2014, 12:05:56 AM
 #459

My wallet will not sync, waited over an hour?

Whats the deal?
penambang
Hero Member
*****
Offline Offline

Activity: 548
Merit: 501


View Profile WWW
January 14, 2014, 12:50:45 AM
 #460

I'm trying to setup QBT block explorer on my VPS based on nyanchain source code.
You may test it here: http://qubitchain.info/  Wink
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 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 ... 231 »
  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!