Author

Topic: [ANN][Q2C] QubitCoin new secure hashing (CPU/GPU) (NEW) Update 0.8.4.1 - page 107. (Read 351556 times)

full member
Activity: 224
Merit: 100
full member
Activity: 149
Merit: 100
if someone noticed... q2c is almost worth 200 000 usd.... at the moment of drop at BTC markets... so underestimated...
newbie
Activity: 43
Merit: 0
***************************
- adding DNSSeed - now we do not need a list of nodes
Great !!

Litle question... wich font is used in the logo (cube)?
newbie
Activity: 56
Merit: 0
***************************

Dear community!!!

- q2c.cc and other UP!
- github updated! QubitCoin 0.8.4 (dear linux user recompile you daemon)
- I've been thinking whether we need KimotoGravityWell?
As a result, after the 120960 block diff calculates KimotoGravityWell
- adding DNSSeed - now we do not need a list of nodes


P/S/ windows wallet binary download link updated in few hours
need MacOS compile for bounty

P/S/ if you donate I will be happy: Q2T: GR1PUJR3BCfMA6Crpuz3gXoR9aFwcv4rnD

***************************

hero member
Activity: 560
Merit: 500
any fix to the json rpc connect errors?
better question- is solo mining even worth it it now?
sr. member
Activity: 518
Merit: 250
Are you interested in a improved CPU miner? I achieved a 30% more khs/sec with a Sandy Bridge i5-2400 from a friend.
This version is based on SSE2 version by ig0tik3d and plus uses AES-NI instructions from an other library, so it's usable with this list of Intel Processors:
http://ark.intel.com/search/advanced/?AESTech=true

and with these series by AMD:
    AMD Bulldozer-based processors
    AMD Piledriver-based processors.
    AMD Jaguar-based processors.
    AMD Kaveri-based processors.

I have not cpus to mine, so I'd like a bounty for my time and moreover to package binaries, I hate compile things on windows with MinGW....
I'll release sources for sure, but I have to ask to original author of one library what is the license for the code he released.
I can collaborate with ig0tik3d if he likes, I dont think that we need a fork for the miner...


Q2C: GKSF2cqksVEAJEDhifPVrWkDtv9rvKrJZD
  

Sounds very interesting  Cheesy
Will donate when will be released!
hero member
Activity: 560
Merit: 500
thx

q2c.cc down, are we still getting our hashes calculated?


prevention! within an hour will be active. Poole is in normal operation
newbie
Activity: 56
Merit: 0
q2c.cc down, are we still getting our hashes calculated?


prevention! within an hour will be active. Poole is in normal operation
hero member
Activity: 560
Merit: 500
q2c.cc down, are we still getting our hashes calculated?
legendary
Activity: 1050
Merit: 1000
Are you interested in a improved CPU miner? I achieved a 30% more khs/sec with a Sandy Bridge i5-2400 from a friend.
This version is based on SSE2 version by ig0tik3d and plus uses AES-NI instructions from an other library, so it's usable with this list of Intel Processors:
http://ark.intel.com/search/advanced/?AESTech=true

and with these series by AMD:
    AMD Bulldozer-based processors
    AMD Piledriver-based processors.
    AMD Jaguar-based processors.
    AMD Kaveri-based processors.

I have not cpus to mine, so I'd like a bounty for my time and moreover to package binaries, I hate compile things on windows with MinGW....
I'll release sources for sure, but I have to ask to original author of one library what is the license for the code he released.
I can collaborate with ig0tik3d if he likes, I dont think that we need a fork for the miner...


Q2C: GKSF2cqksVEAJEDhifPVrWkDtv9rvKrJZD
  


if ig0tik3d approve it u got my like and tips Cheesy
member
Activity: 119
Merit: 10
Are you interested in a improved CPU miner? I achieved a 30% more khs/sec with a Sandy Bridge i5-2400 from a friend.
This version is based on SSE2 version by ig0tik3d and plus uses AES-NI instructions from an other library, so it's usable with this list of Intel Processors:
http://ark.intel.com/search/advanced/?AESTech=true

and with these series by AMD:
    AMD Bulldozer-based processors
    AMD Piledriver-based processors.
    AMD Jaguar-based processors.
    AMD Kaveri-based processors.

I have not cpus to mine, so I'd like a bounty for my time and moreover to package binaries, I hate compile things on windows with MinGW....
I'll release sources for sure, but I have to ask to original author of one library what is the license for the code he released.
I can collaborate with ig0tik3d if he likes, I dont think that we need a fork for the miner...


Q2C: GKSF2cqksVEAJEDhifPVrWkDtv9rvKrJZD
  
legendary
Activity: 1050
Merit: 1000
i am having troubles setting --failover-only for pools in .bat file. when i set failover miner just quit instantly . here is my .bat file, but non of them works:

Code:
minerd.exe -a qubit -o stratum+tcp://q2c.smalltimeminer.com:3349 -u xxx -p x -o stratum+tcp://q2c.cpu-pool.net:3470 -u xxxxx -p x --failover only -t 7

or this
Code:
[code]minerd.exe -a qubit -o stratum+tcp://q2c.smalltimeminer.com:3349 -u xxx -p x -o stratum+tcp://q2c.cpu-pool.net:3470 -u xxxxx -p x --failover-only -t 7
[/code]

Code:
minerd.exe -a qubit -o stratum+tcp://q2c.smalltimeminer.com:3349 -u xxx -p x --failover only -o stratum+tcp://q2c.cpu-pool.net:3470 -u xxxxx -p x  -t 7



this is the code works for me

minerd -a qubit -o stratum+tcp://q2c.cpu-pool.net:3470 -u noob.1 -p .....


i had same problem as you ...... i found out that it was my anivirus blocking minerd.....

First try my code .... if same problem check antivirus and report me




full member
Activity: 137
Merit: 100
i am having troubles setting --failover-only for pools in .bat file. when i set failover miner just quit instantly . here is my .bat file, but non of them works:

Code:
minerd.exe -a qubit -o stratum+tcp://q2c.smalltimeminer.com:3349 -u xxx -p x -o stratum+tcp://q2c.cpu-pool.net:3470 -u xxxxx -p x --failover only -t 7

or this
Code:
[code]minerd.exe -a qubit -o stratum+tcp://q2c.smalltimeminer.com:3349 -u xxx -p x -o stratum+tcp://q2c.cpu-pool.net:3470 -u xxxxx -p x --failover-only -t 7
[/code]

Code:
minerd.exe -a qubit -o stratum+tcp://q2c.smalltimeminer.com:3349 -u xxx -p x --failover only -o stratum+tcp://q2c.cpu-pool.net:3470 -u xxxxx -p x  -t 7
newbie
Activity: 56
Merit: 0
Poloniex Exchange ‏@Poloniex  12. 2.
Deposits, withdrawals, and address generation has resumed. The latter is still catching up. Q2C deposits/withdrawals still suspended.  Huh

Source: https://twitter.com/Poloniex

I realized they reinstalled wallet daemon
hero member
Activity: 565
Merit: 500
Crypto enthusiast for years.
Poloniex Exchange ‏@Poloniex  12. 2.
Deposits, withdrawals, and address generation has resumed. The latter is still catching up. Q2C deposits/withdrawals still suspended.  Huh

Source: https://twitter.com/Poloniex
member
Activity: 82
Merit: 10
member
Activity: 84
Merit: 10
i think we need add Q2C to http://coinmarketcap.com/ , then more and more people will attention to Q2C.

We have best catalog https://coinplorer.com/Stats?currency=Q2C  He got us a very difficult and expensive

From coinmarketcap.com thread

Coins coming soon:
- CashCoin (Pending total supply URL)
- Counterparty XCP (Pending volume info)
- Maxcoin (Pending total supply URL)
- Unitecoin (Pending more volume)
- Topcoin
- Huntercoin
- QubitCoin
- ZenithCoin


It is already in a coming soon list.....perhaps waiting for a trading volume to increase...

good news!
newbie
Activity: 51
Merit: 0
i think we need add Q2C to http://coinmarketcap.com/ , then more and more people will attention to Q2C.

We have best catalog https://coinplorer.com/Stats?currency=Q2C  He got us a very difficult and expensive

From coinmarketcap.com thread

Coins coming soon:
- CashCoin (Pending total supply URL)
- Counterparty XCP (Pending volume info)
- Maxcoin (Pending total supply URL)
- Unitecoin (Pending more volume)
- Topcoin
- Huntercoin
- QubitCoin
- ZenithCoin


It is already in a coming soon list.....perhaps waiting for a trading volume to increase...


Waiiiiiit wait ! I have to acquire more before it's listed. Just kidding good job guys.
member
Activity: 97
Merit: 10
i think we need add Q2C to http://coinmarketcap.com/ , then more and more people will attention to Q2C.

We have best catalog https://coinplorer.com/Stats?currency=Q2C  He got us a very difficult and expensive

From coinmarketcap.com thread

Coins coming soon:
- CashCoin (Pending total supply URL)
- Counterparty XCP (Pending volume info)
- Maxcoin (Pending total supply URL)
- Unitecoin (Pending more volume)
- Topcoin
- Huntercoin
- QubitCoin
- ZenithCoin


It is already in a coming soon list.....perhaps waiting for a trading volume to increase...
newbie
Activity: 56
Merit: 0
i think we need add Q2C to http://coinmarketcap.com/ , then more and more people will attention to Q2C.

We have best catalog https://coinplorer.com/Stats?currency=Q2C  He got us a very difficult and expensive
Jump to: