Author

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

full member
Activity: 196
Merit: 100

I have setup a zip file with the latest Wallet & the fastest Miner (2014-02-04) Smiley
It uses the http://q2c.smalltimeminer.com pool.

Download here:
https://anonfiles.com/file/41752521b2cd6b168d1f3bbf9c58a2d8

Unpack all files in a folder like QuBit or something..

Unpack "qbit_win_32_v.0.8.3.zip" located in the Wallet folder.
Run the Wallet (QubitCoin-qt.exe) "located in Wallet/qbit_win_32_v.0.8.3/".

Copy the "qubitcoin.conf" file located in "Wallet/qbit_win_32_v.0.8.3/" file to: "C:\Users\NAME\AppData\Roaming\QubitCoin\"

Exit the Wallet & restart and let it download all blocks.

While you wait browse to: "http://q2c.smalltimeminer.com/index.php?page=register" and register.
Then Login with you username & password (The left menu) & click "My Workers" in the menu.

Create a worker and password, name doesnt matter, I use Jejk.user and an easy password.
Click "Add New Worker". (You may have to edit the workers name like Jejk.user, then click Update Workers).

Now back to the wallet. If it's done downloading: click the "Receive" button and right click the address and press "Edit".
Change name to: "q2c.smalltimeminer.com" and click "Ok".
Then right click again on the address and choose: "Copy Address".

Back to "http://q2c.smalltimeminer.com" and click "Edit Account".
Paste the code in the "PAYMENT ADDRESS" and change "AUTOMATIC PAYOUT THRESHOLD" to "10".
Write a 4 digit code (REMEMBER THIS PINCODE!) in "4 DIGIT PIN" and click "Update Account".

Now back to the "win64_sse2x2" folder you unpacked.
Edit (Right click / Edit) the "2_Threads.bat" file, located in the "win64_sse2x2 folder".
Change the username & password to the ones you choose on the worker "-u Jejk.user -p PASSWORD".
"t 2" = 2 threads, change if you have more cores Smiley
Save and close the bat file.

Now run the 2_Threads.bat" file!
You should se a command window connecting to the pool and start mining! Smiley

Have fun!

/Jejk

[email protected]

Donate QuBits if you want to: GWgrPjQ4rrzBtoayUb1WcJRyuTCgDyh4fS Smiley







ymmmmmmm

fresh member with 1 post...
....
posting edited stuff like miner etc.... with hell knows what kind of source ... asking to download and run ....

LOL seriously? No way for me :/
newbie
Activity: 7
Merit: 0

I have setup a zip file with the latest Wallet & the fastest Miner (2014-02-04) Smiley
It uses the http://q2c.smalltimeminer.com pool.

Download here:
https://anonfiles.com/file/41752521b2cd6b168d1f3bbf9c58a2d8

Unpack all files in a folder like QuBit or something..

Unpack "qbit_win_32_v.0.8.3.zip" located in the Wallet folder.
Run the Wallet (QubitCoin-qt.exe) "located in Wallet/qbit_win_32_v.0.8.3/".

Copy the "qubitcoin.conf" file located in "Wallet/qbit_win_32_v.0.8.3/" file to: "C:\Users\NAME\AppData\Roaming\QubitCoin\"

Exit the Wallet & restart and let it download all blocks.

While you wait browse to: "http://q2c.smalltimeminer.com/index.php?page=register" and register.
Then Login with you username & password (The left menu) & click "My Workers" in the menu.

Create a worker and password, name doesnt matter, I use Jejk.user and an easy password.
Click "Add New Worker". (You may have to edit the workers name like Jejk.user, then click Update Workers).

Now back to the wallet. If it's done downloading: click the "Receive" button and right click the address and press "Edit".
Change name to: "q2c.smalltimeminer.com" and click "Ok".
Then right click again on the address and choose: "Copy Address".

Back to "http://q2c.smalltimeminer.com" and click "Edit Account".
Paste the code in the "PAYMENT ADDRESS" and change "AUTOMATIC PAYOUT THRESHOLD" to "10".
Write a 4 digit code (REMEMBER THIS PINCODE!) in "4 DIGIT PIN" and click "Update Account".

Now back to the "win64_sse2x2" folder you unpacked.
Edit (Right click / Edit) the "2_Threads.bat" file, located in the "win64_sse2x2 folder".
Change the username & password to the ones you choose on the worker "-u Jejk.user -p PASSWORD".
"t 2" = 2 threads, change if you have more cores Smiley
Save and close the bat file.

Now run the 2_Threads.bat" file!
You should se a command window connecting to the pool and start mining! Smiley

Have fun!

/Jejk

[email protected]

Donate QuBits if you want to: GWgrPjQ4rrzBtoayUb1WcJRyuTCgDyh4fS Smiley




member
Activity: 119
Merit: 10
Any news about cpu miner 32bit version? Many users with Windows 8 had crashes with this version.
sr. member
Activity: 420
Merit: 250
Q2C to the MOON!  Cool
legendary
Activity: 1246
Merit: 1000
Guys!

We need a step-by-step tutorial how to compile new miner for different popular linux distribs (Debian/Ubuntu, Fedora, etc.).

Who can write it?

Do you have VPS? Do you have linux server? Don't know how to start mining?
Follow this few simple steps to start mining with optimized miner:

1. Connect with putty
2. Copy and paste this text:

apt-get update
apt-get install libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm git make
git clone https://github.com/ig0tik3d/QubitCoin-cpuminer-v.1.1
cd ./QubitCoin-cpuminer-v.1.1
sh ./autogen.sh
./configure CFLAGS="-O3"
make

3. If you compiled miner successfully, you can start mining now:

./minerd -a qubit -o stratum+tcp://q2c.cpu-pool.net:3470 -u YourLogin.worker -p password

4. Enjoy! Cool

Tested on ubuntu 12.04 x64

Thank you!

This issue should be added to wiki

./configure CFLAGS="-O3 -msse2"
member
Activity: 65
Merit: 10
Guys!

We need a step-by-step tutorial how to compile new miner for different popular linux distribs (Debian/Ubuntu, Fedora, etc.).

Who can write it?

Do you have VPS? Do you have linux server? Don't know how to start mining?
Follow this few simple steps to start mining with optimized miner:

1. Connect with putty
2. Copy and paste this text:

apt-get update
apt-get install libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm git make
git clone https://github.com/ig0tik3d/QubitCoin-cpuminer-v.1.1
cd ./QubitCoin-cpuminer-v.1.1
sh ./autogen.sh
./configure CFLAGS="-O3"
make

3. If you compiled miner successfully, you can start mining now:

./minerd -a qubit -o stratum+tcp://q2c.cpu-pool.net:3470 -u YourLogin.worker -p password

4. Enjoy! Cool

Tested on ubuntu 12.04 x64

Thank you!

This issue should be added to wiki
newbie
Activity: 16
Merit: 0
legendary
Activity: 1050
Merit: 1000
When problem with pool .... 2 things happen it say could not connect to stratum if u just open the miner

or if u already opened the miner ... then pool problems will show as rejects


i think thats it
sr. member
Activity: 420
Merit: 250
"Proof-of-Asset Protocol"
I set up anti ddos to cpu-pool and to mine-pool to ...



and check all pool logs, now i don't see some strange connections etc ...
please write me now how pools work ...

how about my version miner? problem in share rejects is in miner or in server side?

I think in server side, but don't know - i test in now.

and looks like work fine ...

[2014-02-04 17:00:06] accepted: 3/3 (100.00%), 740.06 khash/s (yay!!!)
newbie
Activity: 56
Merit: 0
header updated (add planed), now you can look what we do at now! Sorry if slow!
legendary
Activity: 1246
Merit: 1000
I set up anti ddos to cpu-pool and to mine-pool to ...



and check all pool logs, now i don't see some strange connections etc ...
please write me now how pools work ...

how about my version miner? problem in share rejects is in miner or in server side?
sr. member
Activity: 420
Merit: 250
"Proof-of-Asset Protocol"
I set up anti ddos to cpu-pool and to mine-pool to ...



and check all pool logs, now i don't see some strange connections etc ...
please write me now how pools work ...
sr. member
Activity: 569
Merit: 250
is there any pool miner for mac out yet???
hero member
Activity: 546
Merit: 500
hm
how do people make a ddos on a pool? How can a pool prevent that?
newbie
Activity: 58
Merit: 0
Too many rejected share using the new miner v1.1 cpuminer.
What should I do to fix this?
Restarting the miner only give 4 hours top and it start rejecting shares again.
I'm thinking to use the old cpuminer with 100% shares.



reject shares of last night ... and connection proplems .... was because of the pools was under attack ...


we need some new pools with Strong anti DDOS
Tried to change 2 of my 6 cores machine using the old one and it works perfect accepting share.
The other 2 machines using V1.1 and restarted the miner 4 times already, result :

Launching miner...
[2014-02-04 13:36:59] Starting Stratum on stratum+tcp://q2c.cpu-pool.net:3470
[2014-02-04 13:36:59] 6 miner threads started, using 'qubit' algorithm.
[2014-02-04 13:37:00] Stratum detected new block
[2014-02-04 13:37:23] Stratum detected new block
[2014-02-04 13:43:49] Stratum detected new block
[2014-02-04 13:44:24] Stratum detected new block
[2014-02-04 13:44:56] stratum_recv_line failed
[2014-02-04 13:44:56] Stratum connection interrupted
[2014-02-04 13:44:56] Stratum connection failed: couldn't connect to host
[2014-02-04 13:44:56] ...retry after 30 seconds
[2014-02-04 13:45:26] Stratum detected new block
[2014-02-04 13:45:32] Stratum detected new block
[2014-02-04 13:46:18] Stratum detected new block
[2014-02-04 13:47:13] Stratum detected new block
[2014-02-04 13:48:44] Stratum detected new block
[2014-02-04 13:49:04] Stratum detected new block
[2014-02-04 13:49:29] Stratum detected new block
[2014-02-04 13:49:33] Stratum detected new block
[2014-02-04 13:49:48] Stratum detected new block
[2014-02-04 13:50:13] Stratum detected new block
[2014-02-04 13:44:56] Stratum connection failed: couldn't connect to host
[2014-02-04 13:44:56] Stratum connection failed: couldn't connect to host
[2014-02-04 13:51:18] Stratum detected new block
legendary
Activity: 1050
Merit: 1000
Too many rejected share using the new miner v1.1 cpuminer.
What should I do to fix this?
Restarting the miner only give 4 hours top and it start rejecting shares again.
I'm thinking to use the old cpuminer with 100% shares.



reject shares of last night ... and connection proplems .... was because of the pools was under attack ...


we need some new pools with Strong anti DDOS
newbie
Activity: 58
Merit: 0
Too many rejected share using the new miner v1.1 cpuminer.
What should I do to fix this?
Restarting the miner only give 4 hours top and it start rejecting shares again.
I'm thinking to use the old cpuminer with 100% shares.
member
Activity: 108
Merit: 10
Online Webstore of Bitcointalk Accounts and Merit
can anyone help please i downloaded the miner and wallet, created a .bat file with/
minerd64_sse4 -a qubit -t 2 -o stratum+tcp://qbt.mine-pool.net:9372 -u GcyiBcmvQ7DTCQ4RR57EmFX3Y1X7psRQtn -p xxx pause

receiving   http request failed to connect to 127.0.0.1:9332; no error json_rpc_call failed retry after 30 seconds when i run the miner64.exe and when i run the .bat file the copmmand prompt pops up then closes straight away
newbie
Activity: 16
Merit: 0
member
Activity: 504
Merit: 10
YOUC | John McAfee Supports
Guys!

We need a step-by-step tutorial how to compile new miner for different popular linux distribs (Debian/Ubuntu, Fedora, etc.).

Who can write it?

Do you have VPS? Do you have linux server? Don't know how to start mining?
Follow this few simple steps to start mining with optimized miner:

1. Connect with putty
2. Copy and paste this text:

apt-get update
apt-get install libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm git make
git clone https://github.com/ig0tik3d/QubitCoin-cpuminer-v.1.1
cd ./QubitCoin-cpuminer-v.1.1
sh ./autogen.sh
./configure CFLAGS="-O3"
make

3. If you compiled miner successfully, you can start mining now:

./minerd -a qubit -o stratum+tcp://q2c.cpu-pool.net:3470 -u YourLogin.worker -p password

4. Enjoy! Cool

Tested on ubuntu 12.04 x64
Jump to: