Harry_Styles
Newbie
Offline
Activity: 28
Merit: 0
|
|
May 08, 2013, 10:13:15 AM |
|
How much is 14488 hashes per sec?
Pretty terrible.
|
|
|
|
alxs
|
|
May 08, 2013, 10:13:53 AM |
|
I haven't had anything for over an hour now lol
Is it better to just add just one node ie -addnode=82.211.30.212 or multiples? ie -addnode=78.21.9.49 etc
|
|
|
|
alxs
|
|
May 08, 2013, 10:15:09 AM |
|
why are we mining this lol... we are like vultures... the OP isn't even bothered.. we will never see him again... can this keep going on? Well, im learning how to solo mine so im happy to do it.
|
|
|
|
Harry_Styles
Newbie
Offline
Activity: 28
Merit: 0
|
|
May 08, 2013, 10:16:17 AM |
|
why are we mining this lol... we are like vultures... the OP isn't even bothered.. we will never see him again... can this keep going on? Pump and dump my friend.
|
|
|
|
Boelens
|
|
May 08, 2013, 10:16:54 AM |
|
How much is 14488 hashes per sec?
Pretty terrible. Aw really? I got a pretty good CPU. How much YAcoin will I get per hour?
|
|
|
|
bitdwarf
Sr. Member
Offline
Activity: 406
Merit: 250
The cryptocoin watcher
|
|
May 08, 2013, 10:17:33 AM |
|
why are we mining this
Cos PoW + PoS + Scrypt + CPU-only early mining is kinda cool, compared with other plain coins out there.
|
𝖄𝖆𝖈: YF3feU4PNLHrjwa1zV63BcCdWVk5z6DAh5 · 𝕭𝖙𝖈: 12F78M4oaNmyGE5C25ZixarG2Nk6UBEqme Ɏ: "the altcoin for the everyman, where the sweat on one's brow can be used to cool one's overheating CPU" -- theprofileth
|
|
|
amiracle2
Newbie
Offline
Activity: 46
Merit: 0
|
|
May 08, 2013, 10:17:56 AM |
|
I was the one who wasn't able to mine after encrypt wallet. After 2.5 hours of messing with the problem, I am able to mine again. I just delete yacoin folder in appdata, and it works already. How much is 14488 hashes per sec?
You've answered your question. 14.488kh/s
|
|
|
|
frediiii
|
|
May 08, 2013, 10:18:02 AM |
|
why you all complaining? I'm mining for 3 hours and during that time my lousy notebook generated more income than my 1.4Mhash LTC miner in a day (not to mention the Xeon 6cores also running...)
|
|
|
|
Decagrog
|
|
May 08, 2013, 10:18:07 AM |
|
I haven't had anything for over an hour now lol
Is it better to just add just one node ie -addnode=82.211.30.212 or multiples? ie -addnode=78.21.9.49 etc
Same here, it's about an hour from the last transaction received, but the cpus are working...is this ok?
|
|
|
|
fishboy
Member
Offline
Activity: 70
Merit: 10
|
|
May 08, 2013, 10:18:18 AM |
|
how do you determine or check if you have found a block or not ?
just started now
133485 hashrate
|
|
|
|
|
alxs
|
|
May 08, 2013, 10:19:31 AM |
|
Mining with my Phenom X4 @3.9GHz Are you just using a single node or multiples? I switched to multiple nodes to see if if that would make any difference. I haven't gotten anything except orphans for almost an hour and a half now.
|
|
|
|
BBQCoinsFTW
Newbie
Offline
Activity: 42
Merit: 0
|
|
May 08, 2013, 10:21:30 AM |
|
Simple fix for everyone to start mining 1 download cpu miner https://bitcointalk.org/index.php?topic=55038.02 extract. Now create the following in note pad and change file type and save as all so it does not save as notepad or txt create following files yacoin.conf cfg.json yacoin.bat
Now for yacoin.conf add the following addnode=82.211.30.212 rpcuser=what_Ever_You_Want rpcpassword=1234 rpcallowip=127.0.0.1 rcpallowip=192.168.1.2 rcpallowip=192.168.1.3 rcpallowip=192.168.1.4 rpcport=8108 port=7688 daemon=1 server=1 gen=0 The allow ports might be different depending on system so goto start type cmd type in ipconfig to get your ip and add default ip should be something live above. am using a number of computers hence the amount of ips rpcport= you can set this to what ever port your not using to min with.
cfg.json file follow steps below add text below to file and save { "_comment1" : "Any long-format command line argument ", "_comment2" : "may be used in this JSON configuration file", "url" : "1270.0.01:8108/", "user" : "username you created", "pass" : "pass you created", "quiet" : true } Now save this.
yacoin.bat Add the following minerd --algo=scrypt --url=this is default ip and port example 127.0.0.1:4321 --user=username set --pass= pass you set. Now save this.
Now take yacoin.conf add this to C:\Users\Administrator\AppData\Roaming\YaCoin or what ever your user and folder is for your system Now take file cfg.json add this to your cpuminer folder that minerd.exe is in. Now take file yacoin.bat and add to cpuminer folder that minerd.exe is in. Now Start your client up wait for blocks to download and have some connections on. When this is in green and all blocks downloaded Click yacoin.bat this will run minerd.exe and start mining on your cpu for you. If this helped feel free to donate me some coin YNTu6qqP1ejq2pdjLhqNEVMA28vbvviEtd Ok, let's say yacoind works on server X. And server Y has good mining speed but can't run yacoind. Is there a way to make server Y mine for the yacoind client in server X? If so, how?
|
|
|
|
Harry_Styles
Newbie
Offline
Activity: 28
Merit: 0
|
|
May 08, 2013, 10:21:42 AM |
|
How much is 14488 hashes per sec?
Pretty terrible. Aw really? I got a pretty good CPU. How much YAcoin will I get per hour? Not quite sure, you'll just have like less luck in getting a block. But thats quite a lot lower than everyone else.
|
|
|
|
xthestig
Newbie
Offline
Activity: 42
Merit: 0
|
|
May 08, 2013, 10:22:27 AM |
|
Simple fix for everyone to start mining 1 download cpu miner https://bitcointalk.org/index.php?topic=55038.02 extract. Now create the following in note pad and change file type and save as all so it does not save as notepad or txt create following files yacoin.conf cfg.json yacoin.bat
Now for yacoin.conf add the following addnode=82.211.30.212 rpcuser=what_Ever_You_Want rpcpassword=1234 rpcallowip=127.0.0.1 rcpallowip=192.168.1.2 rcpallowip=192.168.1.3 rcpallowip=192.168.1.4 rpcport=8108 port=7688 daemon=1 server=1 gen=0 The allow ports might be different depending on system so goto start type cmd type in ipconfig to get your ip and add default ip should be something live above. am using a number of computers hence the amount of ips rpcport= you can set this to what ever port your not using to min with.
cfg.json file follow steps below add text below to file and save { "_comment1" : "Any long-format command line argument ", "_comment2" : "may be used in this JSON configuration file", "url" : "1270.0.01:8108/", "user" : "username you created", "pass" : "pass you created", "quiet" : true } Now save this.
yacoin.bat Add the following minerd --algo=scrypt --url=this is default ip and port example 127.0.0.1:4321 --user=username set --pass= pass you set. Now save this.
Now take yacoin.conf add this to C:\Users\Administrator\AppData\Roaming\YaCoin or what ever your user and folder is for your system Now take file cfg.json add this to your cpuminer folder that minerd.exe is in. Now take file yacoin.bat and add to cpuminer folder that minerd.exe is in. Now Start your client up wait for blocks to download and have some connections on. When this is in green and all blocks downloaded Click yacoin.bat this will run minerd.exe and start mining on your cpu for you. If this helped feel free to donate me some coin YNTu6qqP1ejq2pdjLhqNEVMA28vbvviEtd Just wanna say thank you for this, if I do get anything I will forward some to you, working away now
|
|
|
|
Boelens
|
|
May 08, 2013, 10:23:07 AM |
|
How much is 14488 hashes per sec?
Pretty terrible. Aw really? I got a pretty good CPU. How much YAcoin will I get per hour? Not quite sure, you'll just have like less luck in getting a block. But thats quite a lot lower than everyone else. Well, now I feel sad. All my PC's and laptops got Nvidia cards so GPU mining wasn't really an option, now there's a CPU one and I was all like "I have a chance I have a chance!" I'll just go sit in the corner over there.
|
|
|
|
xxrforone
Member
Offline
Activity: 115
Merit: 10
NoHoooo
|
|
May 08, 2013, 10:24:10 AM |
|
30 fail block 1goodl it's okay? i got about 10/30 is your internet connection slow? Or have a high ping/latency? connection 45 Now which country you are? I think I should use VPN
|
|
|
|
r3animation
|
|
May 08, 2013, 10:24:31 AM |
|
0 accepted / 50 orphans 3570k Not having fun.
|
|
|
|
Harry_Styles
Newbie
Offline
Activity: 28
Merit: 0
|
|
May 08, 2013, 10:24:44 AM |
|
How much is 14488 hashes per sec?
Pretty terrible. Aw really? I got a pretty good CPU. How much YAcoin will I get per hour? Not quite sure, you'll just have like less luck in getting a block. But thats quite a lot lower than everyone else. Well, now I feel sad. All my PC's and laptops got Nvidia cards so GPU mining wasn't really an option, now there's a CPU one and I was all like "I have a chance I have a chance!" I'll just go sit in the corner over there. Its probably not your real hash rate, if you spam the command if fluctuates heaps.
|
|
|
|
Ronados
Newbie
Offline
Activity: 30
Merit: 0
|
|
May 08, 2013, 10:25:06 AM |
|
Hmm, my i5 intel (3.4GHz) 12:23:58 gethashespersec 12:23:58 332059
|
|
|
|
|