Bitcoin Forum
April 27, 2024, 10:40:16 AM *
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 »
  Print  
Author Topic: [ANN][SRC] Securecoin | A Fast and Secure Version of Bitcoin | 2013  (Read 195266 times)
Aleks_Vid
Newbie
*
Offline Offline

Activity: 24
Merit: 0



View Profile
September 05, 2013, 04:53:34 PM
 #721

Hi! I checked src.coinmine.pl. Started tab in "Getting Started" have a link to a miner https://bitcointalk.org/index.php?topic=260031.0. I download "Windows Qt wallet", but it not work - the window of "quarkcoind.exe" closes immediately after launch. What am I doing wrong?
open securecoin-qt.exe instead

I opened securecoin-qt.exe and what next?
The Bitcoin software, network, and concept is called "Bitcoin" with a capitalized "B". Bitcoin currency units are called "bitcoins" with a lowercase "b" -- this is often abbreviated BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714214416
Hero Member
*
Offline Offline

Posts: 1714214416

View Profile Personal Message (Offline)

Ignore
1714214416
Reply with quote  #2

1714214416
Report to moderator
1714214416
Hero Member
*
Offline Offline

Posts: 1714214416

View Profile Personal Message (Offline)

Ignore
1714214416
Reply with quote  #2

1714214416
Report to moderator
1714214416
Hero Member
*
Offline Offline

Posts: 1714214416

View Profile Personal Message (Offline)

Ignore
1714214416
Reply with quote  #2

1714214416
Report to moderator
Eli0t
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
September 05, 2013, 05:04:51 PM
 #722

Hi! I checked src.coinmine.pl. Started tab in "Getting Started" have a link to a miner https://bitcointalk.org/index.php?topic=260031.0. I download "Windows Qt wallet", but it not work - the window of "quarkcoind.exe" closes immediately after launch. What am I doing wrong?
open securecoin-qt.exe instead

I opened securecoin-qt.exe and what next?
i just realised where that link went, feeleeps getting started for SRC points to the quarkcoin ANN thread, i guess he used the same template for his QRK pool

you want the securecoin wallet from this thread and the QRK miner from here
https://docs.google.com/file/d/0B9cvOfoOekSdVzZZcThLZHg4bjA/edit?pli=1

and a bat file with the following
minerd -a quark -o stratum+tcp://src.coinmine.pl:6020 -u YOURWORKER -p YOURPASS

use -t to set the number of cores, eg for 4 cores
minerd -a quark -t 4 -o stratum+tcp://src.coinmine.pl:6020 -u YOURWORKER -p YOURPASS

LTC:  LKpJf3uk7KsHU73kxq8iFJrP1AAKN7Yni7  DGC:  DKXGvEbj3Rwgrm2QQbRyNPDDZDYoq4Y44d  XPM:  AWV5AKfLFyoBaMjg9C77rGUBhuFxz5DGGL
Aleks_Vid
Newbie
*
Offline Offline

Activity: 24
Merit: 0



View Profile
September 05, 2013, 05:15:17 PM
 #723

I  downloaded this folder. In the folder are the following files:

libcurl-4.dll
minerd64_avx.exe
minerd64_sse2.exe
minerd64_sse3.exe
minerd64_sse4.exe
pthreadGC2-w64.dll

minerd64_avx.exe - does not start, minerd64_avx.exe...minerd64_sse4.exe - write the following text:

Quote
[2013-09-05 20:56:47] HTTP request failed: Failed connect to 127.0.0.1:9332; No error
[2013-09-05 20:56:47] json_rpc_call failed, retry after 30 seconds

it repeats every 30 seconds.
Kruncha
Sr. Member
****
Offline Offline

Activity: 644
Merit: 250



View Profile
September 05, 2013, 05:22:22 PM
 #724

Your trying to solo mine with the wrong port, use what was posted above you to succeed in pool mining (or correct your rpc port for solo).

K.
smscotten
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile WWW
September 05, 2013, 06:36:35 PM
 #725

Interesting discovery: I've found that on my system I can't use more than about 50% of my cores before I run into some kind of bottleneck when mining Securecoin.

See https://bitcointalk.org/index.php?topic=216672.msg3089740#msg3089740 but here is what I'm getting:

setgenerate true 1: 36Kh/s, 101% CPU (61% idle)
setgenerate true 2: 69Kh/s, 198% CPU (52% idle)
setgenerate true 3: 98Kh/s, 290% CPU (35% idle)
setgenerate true 4: 115Kh/s, 366% CPU (27% idle)
setgenerate true 5: 90Kh/s, 360% CPU (26% idle)
setgenerate true 6: 68Kh/s, 283% CPU (35% idle)
setgenerate true 7: 47Kh/s, 262% CPU (39% idle)
setgenerate true 8: 46Kh/s, 259% CPU (37% idle)

This is with a dual quad-core 2.8GHz Xeon. I'm hitting a limit of about 120Kh/s, and this seems to be regardless of whether I run multiple instances in virtual machines, use CPUminer, or whatever. I'm curious what the bottleneck might be.

To be clear: by using various schemes (CPUminer, multiple instances in virtual machines) I can get my CPU usage up over 700% (as mentioned before in this thread.) What I can't do is get any more hashes out of it than I can with half my cores running. Any ideas what the bottleneck might be?

Kruncha
Sr. Member
****
Offline Offline

Activity: 644
Merit: 250



View Profile
September 05, 2013, 06:51:34 PM
 #726

Interesting discovery: I've found that on my system I can't use more than about 50% of my cores before I run into some kind of bottleneck when mining Securecoin.

See https://bitcointalk.org/index.php?topic=216672.msg3089740#msg3089740 but here is what I'm getting:

setgenerate true 1: 36Kh/s, 101% CPU (61% idle)
setgenerate true 2: 69Kh/s, 198% CPU (52% idle)
setgenerate true 3: 98Kh/s, 290% CPU (35% idle)
setgenerate true 4: 115Kh/s, 366% CPU (27% idle)
setgenerate true 5: 90Kh/s, 360% CPU (26% idle)
setgenerate true 6: 68Kh/s, 283% CPU (35% idle)
setgenerate true 7: 47Kh/s, 262% CPU (39% idle)
setgenerate true 8: 46Kh/s, 259% CPU (37% idle)

This is with a dual quad-core 2.8GHz Xeon. I'm hitting a limit of about 120Kh/s, and this seems to be regardless of whether I run multiple instances in virtual machines, use CPUminer, or whatever. I'm curious what the bottleneck might be.

To be clear: by using various schemes (CPUminer, multiple instances in virtual machines) I can get my CPU usage up over 700% (as mentioned before in this thread.) What I can't do is get any more hashes out of it than I can with half my cores running. Any ideas what the bottleneck might be?

Are you using the quark miner? (I use sse3 version)

My 8350 runs faster each core I add, up to 960kh/s in total (120 per core).

not sure what's happening with yours.

K.
mikey2011
Member
**
Offline Offline

Activity: 62
Merit: 10



View Profile
September 05, 2013, 07:02:10 PM
 #727

I  downloaded this folder. In the folder are the following files:

libcurl-4.dll
minerd64_avx.exe
minerd64_sse2.exe
minerd64_sse3.exe
minerd64_sse4.exe
pthreadGC2-w64.dll

minerd64_avx.exe - does not start, minerd64_avx.exe...minerd64_sse4.exe - write the following text:

Quote
[2013-09-05 20:56:47] HTTP request failed: Failed connect to 127.0.0.1:9332; No error
[2013-09-05 20:56:47] json_rpc_call failed, retry after 30 seconds

it repeats every 30 seconds.

You should come to the IRC chatroom where we will gladly help you get up and running.

https://kiwiirc.com/client/irc.freenode.net
#digitalcoin
smscotten
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile WWW
September 05, 2013, 07:28:10 PM
 #728

Are you using the quark miner? (I use sse3 version)

My 8350 runs faster each core I add, up to 960kh/s in total (120 per core).

not sure what's happening with yours.

K.

I see no difference to this 120KH/s cap whether I use Neisklar's quark fork of cpuminer or the miner built in. I haven't successfully compiled either the CPUminer or the Qt client myself.

Jesus, 120Kh/s per core, huh? I guess my old Xeon really is a relic. As mentioned, I get 36Kh/s per core with a little bit of diminishing return for each core up to my total of 120Kh/s at 4 cores if I use the built-in miner. CPUminer gets me 18.5Kh/s per core for a single core but again tops out before a total of 120Kh/s.

What sort of rates do you get with Scrypt hashing on that thing? I'm getting at best 7Kh/s per core.

I was wondering if it could be my old DDR2 RAM gumming up the works.

Kruncha
Sr. Member
****
Offline Offline

Activity: 644
Merit: 250



View Profile
September 05, 2013, 07:44:33 PM
 #729

Are you using the quark miner? (I use sse3 version)

My 8350 runs faster each core I add, up to 960kh/s in total (120 per core).

not sure what's happening with yours.

K.

I see no difference to this 120KH/s cap whether I use Neisklar's quark fork of cpuminer or the miner built in. I haven't successfully compiled either the CPUminer or the Qt client myself.

Jesus, 120Kh/s per core, huh? I guess my old Xeon really is a relic. As mentioned, I get 36Kh/s per core with a little bit of diminishing return for each core up to my total of 120Kh/s at 4 cores if I use the built-in miner. CPUminer gets me 18.5Kh/s per core for a single core but again tops out before a total of 120Kh/s.

What sort of rates do you get with Scrypt hashing on that thing? I'm getting at best 7Kh/s per core.

I was wondering if it could be my old DDR2 RAM gumming up the works.

I have an old q6600 with ddr3 RAM on a shitty motherboard, that gets 80kh/s per core (it is overclocked mind) - I don't think it's your RAM.

The only other CPU coins i've mined are quark and primes - they don't relate to scrypt - I did briefly mine pennies and was getting 1.2mh/s on the 8350.

I can't think what your problem is, but i'll carry on thinking about what may be causing it.

EDIT: Are you using the ' -a quark' tag in your miner?

K.
smscotten
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile WWW
September 05, 2013, 08:00:02 PM
 #730

I can't think what your problem is, but i'll carry on thinking about what may be causing it.

EDIT: Are you using the ' -a quark' tag in your miner?

If I weren't I'd be getting nothing at all. Smiley

My guess is that I will need to actually get the CPUminer to compile rather than using premade binaries. Its probably not related to the RAM—my i7 also gets about 34Kh/s per core. Lower clock speed than the Xeon but it's three years newer.

Which CPUminer fork is it that you're using? I'll start with that and then take my build questions over to the development forum.

Kruncha
Sr. Member
****
Offline Offline

Activity: 644
Merit: 250



View Profile
September 05, 2013, 08:10:43 PM
 #731

I can't think what your problem is, but i'll carry on thinking about what may be causing it.

EDIT: Are you using the ' -a quark' tag in your miner?

If I weren't I'd be getting nothing at all. Smiley

My guess is that I will need to actually get the CPUminer to compile rather than using premade binaries. Its probably not related to the RAM—my i7 also gets about 34Kh/s per core. Lower clock speed than the Xeon but it's three years newer.

Which CPUminer fork is it that you're using? I'll start with that and then take my build questions over to the development forum.

I'm using this https://docs.google.com/file/d/0B9cvOfoOekSdVzZZcThLZHg4bjA/edit?pli=1

With the sse3 version - it doesn't seem to make a difference which sse#, it's just avx that doesn't work for me.

K.
MinermanNC
Legendary
*
Offline Offline

Activity: 2198
Merit: 1000



View Profile
September 05, 2013, 09:41:05 PM
 #732

I just slapped a phenom x 6 black 1100t in one of my GPU mining rigs,,,had a sempron 145 in it lol,,,at stock, 3.3ghz i am getting 140 K/h per core. so 840 in all. (only using 5 cores for src) I had this CPU sitting on a shelf for the last 3 months wondering what i would need it for..lol, so now it has a purpose Smiley PS: I will overclock it see if its worth it and let ya know....

*BTC: 1DiR25SPo84sThzTATr27EZEQZLt6hv6tG
erundook
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
September 05, 2013, 10:23:27 PM
 #733

SecureCoin is now listed at https://coinex.pw exchange and got a mining pool at https://coinex.pw/mining/pools/SRC


            █ █ █ █ █
         ██           ██
       ██     █ █ █ █   ██
     ██    ██        ██
   ██   ██               
  ██   ██     ████████                  ██████████
            ███          ██   █████████     ██      ██████  ██   ███████  ██    ███   ███████
 ██   ██    ███              ██      ███    ██      ██          ███       ██   ███  ██
 ██   ██    ███  ██████  ██  ██      ███    ██      ██      ██  ███       ██  ███   ██
            ███      ██  ██  ██      ███    ██      ██      ██  ███       ██████     ███████
 ██   ██    ███      ██  ██  ██      ███    ██      ██      ██  ███       ██  ██           ██
             ██      ██  ██  ██      ███    ██      ██      ██  ███       ██   ███         ██
 ██   ██      ███████    ██   █████████     ██      ██      ██   ███████  ██    ███  ███████
  ██   ██                           ███
   ██    ██          ██            ███
     ██    ██ █ █ █ █   ██
       ██             ██
          █ █ █ █ █ █
























Telegram     Facebook     Twitter     Medium
-
WEBSITEE |█| WHITEPAPER












jdebunt
Legendary
*
Offline Offline

Activity: 1596
Merit: 1010


View Profile WWW
September 06, 2013, 06:44:37 AM
 #734

SecureCoin is now listed at https://coinex.pw exchange and got a mining pool at https://coinex.pw/mining/pools/SRC

Thanks for adding the coin Smiley
baloo_kiev
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
September 06, 2013, 07:47:33 AM
 #735

78.27.191.182:28372
p2pool, 1% fee
enjoy

PGP: 6EC48BA7
Welcome to my p2pool: BTC
cryptohunter
Legendary
*
Offline Offline

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
September 06, 2013, 09:51:13 AM
 #736

I just slapped a phenom x 6 black 1100t in one of my GPU mining rigs,,,had a sempron 145 in it lol,,,at stock, 3.3ghz i am getting 140 K/h per core. so 840 in all. (only using 5 cores for src) I had this CPU sitting on a shelf for the last 3 months wondering what i would need it for..lol, so now it has a purpose Smiley PS: I will overclock it see if its worth it and let ya know....

windows 7 64 bit with which miner?

thcst8
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
September 06, 2013, 12:53:39 PM
 #737

It the p2pool working well?  Someone had and issue with my local rate but I'm not sure what he meant.

https://bitcointalk.org/index.php?topic=270852.msg3045862#msg3045862

kriwest
Full Member
***
Offline Offline

Activity: 154
Merit: 100



View Profile
September 06, 2013, 06:13:11 PM
 #738

Hm.. I can't download the qt client, says that I need to enter a password. Same when I try to visit securecoin.org
jdebunt
Legendary
*
Offline Offline

Activity: 1596
Merit: 1010


View Profile WWW
September 06, 2013, 06:23:45 PM
 #739

Hm.. I can't download the qt client, says that I need to enter a password. Same when I try to visit securecoin.org

QT mirror (also includes source)  :

http://www.mediafire.com/download/x9pnre5o79lp0zc/securecoin.zip
baloo_kiev
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
September 06, 2013, 06:30:36 PM
 #740

It the p2pool working well?  Someone had and issue with my local rate but I'm not sure what he meant.

https://bitcointalk.org/index.php?topic=270852.msg3045862#msg3045862

I confirm that local hashrate graphs are broken. Watch payouts instead.

PGP: 6EC48BA7
Welcome to my p2pool: BTC
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 »
  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!