Pages:
Author

Topic: [ANN][YAC] yacoin: yet another altcoin. START is now. - page 47. (Read 346684 times)

efo
full member
Activity: 689
Merit: 122
only ฿
Interesting, client generate address XzxoQh8w3Hd4KaqjZmMuDGetpqBABzRRww but Yacoin must have first letter Y.
Can somebody send minimum amount check this address work?
newbie
Activity: 42
Merit: 0
Not recieve. And then talk about the reliability of coins...
I think it's the wallet which is buggy ^^
Because your adress seems wrong Sad
Well, nvm, it was only 0.01666 YAC Tongue
full member
Activity: 130
Merit: 100
When I add -a scrypt-jane cpu miner wont start. It looks like this: "minerd.exe -a scrypt-jane -o 192.168.3.102:8108 -O 12345:12345". What am I doing wong?
legendary
Activity: 1078
Merit: 1001
thanks and YACs goes to Log123 setting up my ubuntu binary Wink

3570k

windows hashrate    60-140khash 
linux hashrate          150-240khash
full member
Activity: 202
Merit: 100
[2013-05-09 16:28:30] thread 0: 28332 hashes, 5.64 khash/s
[2013-05-09 16:28:30] thread 1: 28604 hashes, 5.73 khash/s
[2013-05-09 16:28:30] thread 3: 28120 hashes, 5.61 khash/s
[2013-05-09 16:28:31] thread 2: 25720 hashes, 5.23 khash/s

is my 3570k broken?
3600MHz stock

why so low ?



Had the same problem as you too. Turns out I forgot to run minerd.exe with the "-a scrypt-jane" flag. Getting about 20kh/s per thread now for total of 80kh/s.

Edit:

I'm on Windows 7 x64 running at 3800MHz on my 3570.
full member
Activity: 153
Merit: 100
...
If YAC hits an exchange I'll burn some YACs to fight red candles, for whatever it's worth. Cheesy

How many do you have, anyway?
full member
Activity: 224
Merit: 100
Shitcoin Maximalist
I think the difference is the 64bit AVX and XOP instructions. This binary is 32bit and can't use them. I'm working on a 64bit binary now.

Do you think this will solve the difference in hashrate between the Linux and Windows builds, as mentioned in the other YAC cpuminer thread?

Small tip incoming - if you can crack this hashrate problem I'll sling you another  Grin
sr. member
Activity: 406
Merit: 250
The cryptocoin watcher
If YAC hits an exchange I'll burn some YACs to fight red candles, for whatever it's worth. Cheesy
full member
Activity: 185
Merit: 100
[2013-05-09 16:28:30] thread 0: 28332 hashes, 5.64 khash/s
[2013-05-09 16:28:30] thread 1: 28604 hashes, 5.73 khash/s
[2013-05-09 16:28:30] thread 3: 28120 hashes, 5.61 khash/s
[2013-05-09 16:28:31] thread 2: 25720 hashes, 5.23 khash/s

is my 3570k broken?
3600MHz stock

why so low ?


I think the difference is the 64bit AVX and XOP instructions. This binary is 32bit and can't use them. I'm working on a 64bit binary now.
hero member
Activity: 728
Merit: 500
cryptoshark
[2013-05-09 16:28:30] thread 0: 28332 hashes, 5.64 khash/s
[2013-05-09 16:28:30] thread 1: 28604 hashes, 5.73 khash/s
[2013-05-09 16:28:30] thread 3: 28120 hashes, 5.61 khash/s
[2013-05-09 16:28:31] thread 2: 25720 hashes, 5.23 khash/s

is my 3570k broken?
3600MHz stock

why so low ?

full member
Activity: 130
Merit: 100
hey guys....i'm now minign for at least 3 hours and find nothing with my 6core 1090t. ...now i got some noob questions, where i think i could have some issues:

rpcuser=Username
rpcpassword=(pass)
rpcallowip=127.0.0.1
rpcport=8108
port=7688
daemon=1
server=1
gen=1

this is like my config file is looking.

I can check via debug command line that i'm hashing and my cores are full at work.

for example

"blocks" : 36309,
"currentblocksize" : 1000,
"currentblocktx" : 1,
"difficulty" : 0.24532356,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 114261,
"pooledtx" : 1,
"testnet" : false

....pooledtx shows normaly 0 ecxept currentblocktx ....what does it mean when it both shows 1? ...when i re-enter getmininginfo" it shows other hashrate and 0 again on both.

"listtransaction" is empty after 3 hours...no luck or something wrong?

just to be 100 % sure...what do i have to name rpcuser (my current yacoin-wallet adress or doesn't matter?) and is the pass completly irrelevant?

please help a noob xD



./yacoind listtransactions

it's empty...showing [] not more
newbie
Activity: 36
Merit: 0
Gonna try setting up CPUminer in windows, gl me and send you donation if I somehow get it to work and mine a block or two  Grin
full member
Activity: 153
Merit: 100
...
hey guys....i'm now minign for at least 3 hours and find nothing with my 6core 1090t. ...now i got some noob questions, where i think i could have some issues:

rpcuser=Username
rpcpassword=(pass)
rpcallowip=127.0.0.1
rpcport=8108
port=7688
daemon=1
server=1
gen=1

this is like my config file is looking.

I can check via debug command line that i'm hashing and my cores are full at work.

for example

"blocks" : 36309,
"currentblocksize" : 1000,
"currentblocktx" : 1,
"difficulty" : 0.24532356,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 114261,
"pooledtx" : 1,
"testnet" : false

....pooledtx shows normaly 0 ecxept currentblocktx ....what does it mean when it both shows 1? ...when i re-enter getmininginfo" it shows other hashrate and 0 again on both.

"listtransaction" is empty after 3 hours...no luck or something wrong?

just to be 100 % sure...what do i have to name rpcuser (my current yacoin-wallet adress or doesn't matter?) and is the pass completly irrelevant?

please help a noob xD



./yacoind listtransactions
full member
Activity: 130
Merit: 100
hey guys....i'm now minign for at least 3 hours and find nothing with my 6core 1090t. ...now i got some noob questions, where i think i could have some issues:

rpcuser=Username
rpcpassword=(pass)
rpcallowip=127.0.0.1
rpcport=8108
port=7688
daemon=1
server=1
gen=1

this is like my config file is looking.

I can check via debug command line that i'm hashing and my cores are full at work.

for example

"blocks" : 36309,
"currentblocksize" : 1000,
"currentblocktx" : 1,
"difficulty" : 0.24532356,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 114261,
"pooledtx" : 1,
"testnet" : false

....pooledtx shows normaly 0 ecxept currentblocktx ....what does it mean when it both shows 1? ...when i re-enter getmininginfo" it shows other hashrate and 0 again on both.

"listtransaction" is empty after 3 hours...no luck or something wrong?

just to be 100 % sure...what do i have to name rpcuser (my current yacoin-wallet adress or doesn't matter?) and is the pass completly irrelevant?

please help a noob xD

full member
Activity: 153
Merit: 100
...
I agree... it is so difficult to mine..

Anyone want to set up a mining pool?

Y4QD9EiAKzfpq8iTAxi3xw83wpkvSbMU9x


If I can still find blocks on a Q6600, you can find it on whatever CPU you have.
full member
Activity: 224
Merit: 100
Shitcoin Maximalist
If i find somethign it goes to my main yacoin address?
just used my litecoin address as username

The username, password and port you set in yacoin.conf is just for you to use with minerd.exe - it can be anything. The coins will go into your wallet regardless of what username, password and port you have chosen to use.
newbie
Activity: 28
Merit: 0
I agree... it is so difficult to mine..

Anyone want to set up a mining pool?

Y4QD9EiAKzfpq8iTAxi3xw83wpkvSbMU9x
sr. member
Activity: 462
Merit: 250
Jokes appart, is there any improvement using cpu miner instead of the wallet?

I'm actually not sure xD.


run command:
minerd.exe -o http://192.168.0.2:8108 -u xxx -p xxx

You need to add `-a scrypt-jane` to use the yacoin algo.

ah thanks!
got 4x the khash rate with -a scrypt-jane

any way to see the totalt hashing power? i run the minerd on four rigs now towards my yacoin-qt
member
Activity: 115
Merit: 10
what else do i need?
just start yacoin wallt and add the command line to minered wont work because there is no server online

where do i put a *.conf file?

C:/Users//AppData/Roaming/Yacoin/yacoin.conf

File should contain..

Code:
rpcuser=
rpcpassword=
rpcallowip=127.0.0.1
rpcport=
port=7688
daemon=1
server=1
addnode=82.211.30.212
addnode=78.21.9.49
addnode=76.115.8.101
addnode=124.149.56.205
addnode=178.130.36.81
addnode=82.6.77.126
addnode=106.187.55.212
addnode=81.202.104.33
addnode=84.200.17.178
addnode=88.204.169.242

Restart qt, point minerd at localhost with the algo set to scrypt-jane as described above.

thx Smiley

If i find somethign it goes to my main yacoin address?
just used my litecoin address as username
full member
Activity: 224
Merit: 100
Shitcoin Maximalist
what else do i need?
just start yacoin wallt and add the command line to minered wont work because there is no server online

where do i put a *.conf file?

C:/Users//AppData/Roaming/Yacoin/yacoin.conf

File should contain..

Code:
rpcuser=
rpcpassword=
rpcallowip=127.0.0.1
rpcport=
port=7688
daemon=1
server=1
addnode=82.211.30.212
addnode=78.21.9.49
addnode=76.115.8.101
addnode=124.149.56.205
addnode=178.130.36.81
addnode=82.6.77.126
addnode=106.187.55.212
addnode=81.202.104.33
addnode=84.200.17.178
addnode=88.204.169.242

Restart qt, point minerd at localhost with the algo set to scrypt-jane as described above.
Pages:
Jump to: