Pages:
Author

Topic: [ANN] [SEC] Secondscoin | Super secure hashing | CPU mining - page 5. (Read 9212 times)

sr. member
Activity: 280
Merit: 250
Its working now, but at a really low hashrate (40). My cpu is an i4770.
add nodes plz.
sr. member
Activity: 331
Merit: 250
/j #secondscoin on freenode IRC
hero member
Activity: 714
Merit: 500
Did anyone mine sth. yet? I am mining at 300kh since 2 hours, should get some blocks at that diff, right? I am getting lots of rejected blocks, too.

300kh i thought it was CPU only coin??

and so? I made 50kh with my 4core i7 and made 20 blocks. I made 17 blocks within the first 15min. The difficulty was 0.12. Now it is 14 Cheesy

So do I understand this right: There is one block every minute or every second? I was just surprised because I made more than one block a minute and I was not the only one mining...



Quote
60 minutes change difficulty  (maximum 10% up or 50% down)
This can't be right. I think it changes retargets every minute...

static const int64 nTargetTimespan = 60 * 60; // 1 hour
static const int64 nTargetSpacing = 60; // 60 seconds
static const int64 nInterval = nTargetTimespan / nTargetSpacing; // 60 blocks

legendary
Activity: 1358
Merit: 1093
any pool for this coin?
sr. member
Activity: 420
Merit: 250
"Proof-of-Asset Protocol"
use
addnode=sec.mine-pool.net

set up 800 connections Smiley
hero member
Activity: 546
Merit: 500
hm
Did anyone mine sth. yet? I am mining at 300kh since 2 hours, should get some blocks at that diff, right? I am getting lots of rejected blocks, too.

300kh i thought it was CPU only coin??

and so? I made 50kh with my 4core i7 and made 20 blocks. I made 17 blocks within the first 15min. The difficulty was 0.12. Now it is 14 Cheesy

So do I understand this right: There is one block every minute or every second? I was just surprised because I made more than one block a minute and I was not the only one mining...



Quote
60 minutes change difficulty  (maximum 10% up or 50% down)
This can't be right. I think it changes retargets every minute...
hero member
Activity: 714
Merit: 500
Did anyone mine sth. yet? I am mining at 300kh since 2 hours, should get some blocks at that diff, right? I am getting lots of rejected blocks, too.

300kh i thought it was CPU only coin??
newbie
Activity: 56
Merit: 0
Some addnodes please. No sync here...

works fine: addnode=54.201.35.239

Thanks a lot. Still no connection for me, though... :-(
member
Activity: 98
Merit: 10
Did anyone mine sth. yet? I am mining at 300kh since 2 hours, should get some blocks at that diff, right? I am getting lots of rejected blocks, too.
legendary
Activity: 1246
Merit: 1000

Code:
static const int64 MAX_MONEY = 500000000 * COIN; // ~250 million + ~1 million pa (inflation) 
hero member
Activity: 546
Merit: 500
hm
So everybody just mines without knowing what this coin is about? What PoW does it use? Where did the creator annouced it?
full member
Activity: 224
Merit: 100
minerd --url=127.0.0.1:11970 -u xyz1 -p zys1%^

is this right?
Am i missing somthng in solo mine

hero member
Activity: 714
Merit: 500
ok got it working on windows box

Code:
[2013-12-23 02:01:29] thread 0: 78504 hashes, 5.35 khash/s
[2013-12-23 02:01:29] thread 3: 79732 hashes, 5.35 khash/s
[2013-12-23 02:01:30] thread 1: 81060 hashes, 5.33 khash/s
[2013-12-23 02:01:30] thread 2: 83692 hashes, 5.36 khash/s

So when do i know if i mined a block? i spose it will just pop up and tell me?

[SEC] BN9aPfHvtx9G3wb2fvMQwETSooYhkFEtY1
hero member
Activity: 714
Merit: 500
Code:
vual@vual:~/secondscoin/src$ ./secondscoind --daemon
Secondscoin server starting
vual@vual:~/secondscoin/src$ Error: Error loading wallet.dat: Wallet corrupted


vual@vual:~/secondscoin/src$ rm -fr ~/.secondscoin
vual@vual:~/secondscoin/src$ ./secondscoind --daemon
vual@vual:~/secondscoin/src$ Secondscoin server starting
Error: Error loading wallet.dat: Wallet corrupted


vual@vual:~/secondscoin/src$ rm -fr ~/.secondscoin
vual@vual:~/secondscoin/src$ ./secondscoind --daemon
vual@vual:~/secondscoin/src$ Secondscoin server starting
Error: Error loading wallet.dat: Wallet corrupted


vual@vual:~/secondscoin/src$


Sad Sad Sad
member
Activity: 98
Merit: 10
All blocks getting rejected. Mining since 2 hours, no blocks found. Not fun... :-(
hero member
Activity: 714
Merit: 500
put the empty obj file in the git 0_o?? Anyway thanks kindly lol.
sr. member
Activity: 331
Merit: 250
Code:
../share/genbuild.sh: 33: ../share/genbuild.sh: cannot create obj/build.h: Directory nonexistent
../share/genbuild.sh: 34: ../share/genbuild.sh: cannot create obj/build.h: Directory nonexistent
make: *** [obj/build.h] Error 2
make: *** Waiting for unfinished jobs....
netbase.cpp:1139:1: fatal error: opening dependency file obj/netbase.d: No such file or directory
compilation terminated.
alert.cpp:268:1: fatal error: opening dependency file obj/alert.d: No such file or directory
compilation terminated.
checkpoints.cpp:544:1: fatal error: opening dependency file obj/checkpoints.d: No such file or directory
compilation terminated.
make: *** [obj/netbase.o] Error 1
make: *** [obj/alert.o] Error 1
make: *** [obj/checkpoints.o] Error 1


mkdir obj
sr. member
Activity: 331
Merit: 250
Compile from sourse
Code:
/secondscoin/src# make -f makefile.unix
Building LevelDB ...
/bin/sh: 1: ./build_detect_platform: Permission denied
make[1]: Entering directory `/root/secondscoin/src/leveldb'
Makefile:18: build_config.mk: No such file or directory
make[1]: *** No rule to make target `build_config.mk'.  Stop.
make[1]: Leaving directory `/root/secondscoin/src/leveldb'
make: *** [leveldb/libleveldb.a] Error 2

 chmod a+x ./leveldb/build_detect_platform
hero member
Activity: 714
Merit: 500
Code:
../share/genbuild.sh: 33: ../share/genbuild.sh: cannot create obj/build.h: Directory nonexistent
../share/genbuild.sh: 34: ../share/genbuild.sh: cannot create obj/build.h: Directory nonexistent
make: *** [obj/build.h] Error 2
make: *** Waiting for unfinished jobs....
netbase.cpp:1139:1: fatal error: opening dependency file obj/netbase.d: No such file or directory
compilation terminated.
alert.cpp:268:1: fatal error: opening dependency file obj/alert.d: No such file or directory
compilation terminated.
checkpoints.cpp:544:1: fatal error: opening dependency file obj/checkpoints.d: No such file or directory
compilation terminated.
make: *** [obj/netbase.o] Error 1
make: *** [obj/alert.o] Error 1
make: *** [obj/checkpoints.o] Error 1

full member
Activity: 182
Merit: 100
Pages:
Jump to: