Bitcoin Forum
April 24, 2024, 12:49:51 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 ... 69 »
  Print  
Author Topic: [ANN][SRC] Securecoin | A Fast and Secure Version of Bitcoin | 2013  (Read 195263 times)
Goaheadz
Full Member
***
Offline Offline

Activity: 209
Merit: 100



View Profile
August 28, 2013, 09:35:57 PM
 #301

minerd64_sse4.exe  -o 127.0.0.1:12568 -u user -p pass

no blocks, no orphans...nothing...
a pool is needed!
Goahead
are you not missing '-a quark' ?

no.

connections are falling at each minute. i had 27 connections..now i have 0.
something is really wrong with this coin/wallet!

G
1713919791
Hero Member
*
Offline Offline

Posts: 1713919791

View Profile Personal Message (Offline)

Ignore
1713919791
Reply with quote  #2

1713919791
Report to moderator
In order to get the maximum amount of activity points possible, you just need to post once per day on average. Skipping days is OK as long as you maintain the average.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713919791
Hero Member
*
Offline Offline

Posts: 1713919791

View Profile Personal Message (Offline)

Ignore
1713919791
Reply with quote  #2

1713919791
Report to moderator
Kruncha
Sr. Member
****
Offline Offline

Activity: 644
Merit: 250



View Profile
August 28, 2013, 09:36:09 PM
 #302

{
"blocks" : 3054,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 2.00000000,
"errors" : "",
"generate" : true,
"genproclimit" : 48,
"hashespersec" : 220158,
"pooledtx" : 0,
"testnet" : false
}


what does "genproclimit" : 48, mean?

means ur using 48 threads

Does it matter if it says "genproclimit" : -1, in mine?

That means use the maximum available, it will use all your cores.

K.
turtle83
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


Supersonic


View Profile WWW
August 28, 2013, 09:36:34 PM
 #303

{
"blocks" : 3054,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 2.00000000,
"errors" : "",
"generate" : true,
"genproclimit" : 48,
"hashespersec" : 220158,
"pooledtx" : 0,
"testnet" : false
}


what does "genproclimit" : 48, mean?

means ur using 48 threads

Does it matter if it says "genproclimit" : -1, in mine?

-1 means use all cores. thats the best option to have generally.. dont change it unless u need cpu for other tasks

baritus (OP)
Legendary
*
Offline Offline

Activity: 966
Merit: 1052


View Profile
August 28, 2013, 09:36:55 PM
 #304

minerd64_sse4.exe  -o 127.0.0.1:12568 -u user -p pass

no blocks, no orphans...nothing...
a pool is needed!
Goahead
are you not missing '-a quark' ?

no.

connections are falling at each minute. i had 27 connections..now i have 0.
something is really wrong with this coin/wallet!

G

Add the nodes from the long list.

Digitalcoin - Sha256, Scrypt, x11 Mining - Multi-algorithm & One Click Masternodes - Founded in 2013
Aggrophobia
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000



View Profile
August 28, 2013, 09:37:25 PM
 #305

obj file is missing on github
deadp00l
Member
**
Offline Offline

Activity: 72
Merit: 10


View Profile
August 28, 2013, 09:38:23 PM
 #306

What kind of speed are you guys getting with the quark miner? I'm at 505 Khash/sec on i7-3770. With wallets built in miner on same machine I was getting "hashespersec" : 159,995.
murraypaul
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
August 28, 2013, 09:38:34 PM
 #307

minerd64_sse4.exe -a quark -t 4 -o http://127.0.0.1:12568 --userpass=x:xxx

Once I added the bold bit, this is working much better for me that the qt client.
I was getting reported ~50 khash from qt, and ~215 from minerd.

BTC: 16TgAGdiTSsTWSsBDphebNJCFr1NT78xFW
SRC: scefi1XMhq91n3oF5FrE3HqddVvvCZP9KB
Kavre
Member
**
Offline Offline

Activity: 64
Merit: 10


View Profile
August 28, 2013, 09:39:07 PM
 #308

Code:
alert.cpp:268:1: fatal error: opening dependency file obj/alert.d: No such file or directory
compilation terminated.
make: *** [obj/alert.o] Error 1

hmmm  Huh

For support:
- BTC: 143JzbV9RC4r5uLDsQQnVWay6fJfRyYgjS
turtle83
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


Supersonic


View Profile WWW
August 28, 2013, 09:39:16 PM
 #309

yep i've got a pool ready
http://crypto-expert.com/SRC
as soon as we get connections ill fire up the pool

Code:
Unable to create account: Unable to request email confirmation: Unable to send mail

turtle83
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


Supersonic


View Profile WWW
August 28, 2013, 09:39:47 PM
 #310

Code:
alert.cpp:268:1: fatal error: opening dependency file obj/alert.d: No such file or directory
compilation terminated.
make: *** [obj/alert.o] Error 1

hmmm  Huh

u need to make the obj directory. seen this issue for many coins.

lemons
Full Member
***
Offline Offline

Activity: 178
Merit: 100



View Profile
August 28, 2013, 09:41:10 PM
 #311

minerd64_sse4.exe -a quark -t 4 -o http://127.0.0.1:12568 --userpass=x:xxx

Once I added the bold bit, this is working much better for me that the qt client.
I was getting reported ~50 khash from qt, and ~215 from minerd.

get block ?
ahmed_bodi
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500

Bitrated user: ahmedbodi.


View Profile
August 28, 2013, 09:41:25 PM
 #312

yep i've got a pool ready
http://crypto-expert.com/SRC
as soon as we get connections ill fire up the pool

Code:
Unable to create account: Unable to request email confirmation: Unable to send mail
ignore it and login

Bitrated user: ahmedbodi.
baritus (OP)
Legendary
*
Offline Offline

Activity: 966
Merit: 1052


View Profile
August 28, 2013, 09:41:54 PM
 #313

obj file is missing on github


Make an empty obj directory, I'm adding the gitignore now.

Digitalcoin - Sha256, Scrypt, x11 Mining - Multi-algorithm & One Click Masternodes - Founded in 2013
Aggrophobia
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000



View Profile
August 28, 2013, 09:42:28 PM
 #314

obj file is missing on github


Make an empty obj directory, I'm adding the gitignore now.

that's what i meant Smiley
turtle83
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


Supersonic


View Profile WWW
August 28, 2013, 09:44:57 PM
 #315

yep i've got a pool ready
http://crypto-expert.com/SRC
as soon as we get connections ill fire up the pool

Code:
Unable to create account: Unable to request email confirmation: Unable to send mail
ignore it and login

Ah yeah. I assume its not ready for mining... since its all rejects and im the only one there... will wait for you to confirm if its ok to start.

baritus (OP)
Legendary
*
Offline Offline

Activity: 966
Merit: 1052


View Profile
August 28, 2013, 09:45:05 PM
 #316

SRC is live on bter.

http://bter.com/trade/src_btc

Digitalcoin - Sha256, Scrypt, x11 Mining - Multi-algorithm & One Click Masternodes - Founded in 2013
murraypaul
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
August 28, 2013, 09:45:18 PM
 #317

get block ?

Not yet, but I haven't with the qt client either since the block reward was at 2.

BTC: 16TgAGdiTSsTWSsBDphebNJCFr1NT78xFW
SRC: scefi1XMhq91n3oF5FrE3HqddVvvCZP9KB
sigesang
Member
**
Offline Offline

Activity: 84
Merit: 10



View Profile
August 28, 2013, 09:45:47 PM
Last edit: August 28, 2013, 10:01:18 PM by sigesang
 #318

minerd64_sse4.exe -a quark -t 4 -o http://127.0.0.1:12568 --userpass=x:xxx

Once I added the bold bit, this is working much better for me that the qt client.
I was getting reported ~50 khash from qt, and ~215 from minerd.

yes windows qt wallet seems slow, got ~170 on fx8350.. ~830 with minerd (avx)

wallet optimized build on linux ~220 on a10-5800k  ~270 with minerd

BTC 1basemmmcpVWVfzZMyLA1r2DJMTMnZYoX LTC LiTeTipdGNcXRjTw5pVnMXjB5FFoEfxPAZ
diannelamerc
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
August 28, 2013, 09:46:31 PM
 #319

For minerd64. Just hit a block. Works for me. Just hit a block. Not sure which version is right for your CPU.

securecoin.conf
----------------
rpcuser=x
rpcpassword=xxx
rpcallowip=127.0.0.1
daemon=1
server=1
addnode=24.222.191.37
addnode=71.187.248.95
addnode=71.77.233.192
addnode=54.234.172.139
addnode=86.2.171.203
addnode=208.77.217.7
addnode=208.77.217.8


bat file
-------
minerd64_sse4.exe -a quark -t 4 -o http://127.0.0.1:12568 --userpass=x:xxx


BTC tips: 1FYTsDQEofDWCeC7DduJKRUbzSuABtgpvU

Thanks.

Much thanks... I'm up and running now! Smiley
ig0tik3d
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000



View Profile
August 28, 2013, 09:48:12 PM
 #320

yep i've got a pool ready
http://crypto-expert.com/SRC
as soon as we get connections ill fire up the pool
only reject
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 ... 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!