Author

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

legendary
Activity: 882
Merit: 1000
30 fail block 1goodl
it's okay?
you are better off than 85 transactions with one in the wallet.
newbie
Activity: 31
Merit: 0
40kh with a 3750T
is that good?
sr. member
Activity: 465
Merit: 254
Can anyone confirm that they have found an accepted block using cpu miner?
full member
Activity: 196
Merit: 100
5 orphans so far...  Huh
newbie
Activity: 56
Merit: 0
another coin released with stupid low difficulty.
By my calc there have been around 700K coins mined in about 4 hours, how many total coins will there be? The git page says 2 billion, but it also says "NovaCoin official development tree" ha
sr. member
Activity: 462
Merit: 250
can somebody point out the source calculation for this: N depends on block.nTime and increases. Starting value is 32 (4 Kbs).
legendary
Activity: 1064
Merit: 1002
Simple fix for everyone to start mining


1 download cpu miner https://bitcointalksearch.org/topic/an-even-more-optimized-version-of-cpuminer-poolers-cpuminer-cpu-only-55038

2 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 Smiley YNTu6qqP1ejq2pdjLhqNEVMA28vbvviEtd

Believe shes workin. 1st block found headed your way. Seems like they are few and far between now
member
Activity: 112
Merit: 100
Mining has slowed to a crawl, looks like these will start being pretty hard to get considering the number of miners out there and the inability for large GPU farms to have an impact.
sr. member
Activity: 406
Merit: 250
The cryptocoin watcher
With hash speed of:

41438

Am I wasting my time CPU mining? lol

Not at all. Also keep checking the speed so you get an idea of the average.
sr. member
Activity: 406
Merit: 250
The cryptocoin watcher
I have an overclocked i5 and I don't get anything at all for like 40 minutes, did you add something extra?

Nope. Compiled on Ubuntu, running on a 30 MB/s cable connection (over WiFi).

I had a 22 minutes dry spell between 11:10 and 11:32, then got four blocks between 11:41 and 11:42. It's quite random.
hero member
Activity: 490
Merit: 500
With hash speed of:

41438

Am I wasting my time CPU mining? lol
legendary
Activity: 1820
Merit: 1001


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?


I have it like this. Server A has client on it then point B to Server A and connect on that ip and port.

So if Server a is for example 192.168.0.3 with client on it you would simply just put that in from server b or c or d to all connect to A

if you are doing it over ISP ip address then you need to allow all ips in conf file and then point miners at it Smiley

ok

[2013-05-06 18:58:12] HTTP request failed: The requested URL returned error: 403
[2013-05-06 18:58:12] json_rpc_call failed, retry after 30 seconds



Maybe this is because all blocks haven't downloaded in yacoind?

You need to have the rpcallowip=10.0.0.* etc

Did that, in my yacoind server i modified the yacoin.conf to allow the ip of my CPU farm.


you got all ports forwarded on router too ?
sr. member
Activity: 369
Merit: 250
Cos PoW + PoS + Scrypt + CPU-only early mining is kinda cool, compared with other plain coins out there.
I think this is one of the most fair currencies in terms of mining since most people have regular CPUs out there, no matter how many GPUs they have attached to their pretty expensive rigs.

My GPU has found a wooping total of 2 blocks (mining in pools) in other cryptos ever since I started. Undecided And they were both Scrypt alts.

YAC blocks are coming in a bit slower (one every 10 minutes here, stock i5 2500k), but it's still amazing to see whole chunks of 80 coins come in, instead of 0.0019239234 Whatever Coin InAPool.

Do these GPU farms run 100 GPUs off a single CPU or do they run them off 20-30 CPUs? They still win. What's bad about it though? Bigger risk for a bigger reward..

Those are low power CPUs.
I have an overclocked i5 and I don't get anything at all for like 40 minutes, did you add something extra?
legendary
Activity: 1246
Merit: 1000
Can't download Win binary from MEGA since it complains about incompatible browser, WTF? Anyone has some other link?

http://rghost.ru/45845082
newbie
Activity: 42
Merit: 0


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?


I have it like this. Server A has client on it then point B to Server A and connect on that ip and port.

So if Server a is for example 192.168.0.3 with client on it you would simply just put that in from server b or c or d to all connect to A

if you are doing it over ISP ip address then you need to allow all ips in conf file and then point miners at it Smiley

ok

[2013-05-06 18:58:12] HTTP request failed: The requested URL returned error: 403
[2013-05-06 18:58:12] json_rpc_call failed, retry after 30 seconds



Maybe this is because all blocks haven't downloaded in yacoind?

You need to have the rpcallowip=10.0.0.* etc

Did that, in my yacoind server i modified the yacoin.conf to allow the ip of my CPU farm.
newbie
Activity: 42
Merit: 0
Is it verified that cpuminer scrypt works?

From the instructions given mine is working nothing accepted yet, but it is hashing away

I am testing it now.. would be nice

5 blocks running cpuminer all orphans though
hero member
Activity: 602
Merit: 500


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?


I have it like this. Server A has client on it then point B to Server A and connect on that ip and port.

So if Server a is for example 192.168.0.3 with client on it you would simply just put that in from server b or c or d to all connect to A

if you are doing it over ISP ip address then you need to allow all ips in conf file and then point miners at it Smiley

ok

[2013-05-06 18:58:12] HTTP request failed: The requested URL returned error: 403
[2013-05-06 18:58:12] json_rpc_call failed, retry after 30 seconds



Maybe this is because all blocks haven't downloaded in yacoind?

You need to have the rpcallowip=10.0.0.* etc
sr. member
Activity: 406
Merit: 250
The cryptocoin watcher
Cos PoW + PoS + Scrypt + CPU-only early mining is kinda cool, compared with other plain coins out there.
I think this is one of the most fair currencies in terms of mining since most people have regular CPUs out there, no matter how many GPUs they have attached to their pretty expensive rigs.

My GPU has found a wooping total of 2 blocks (mining in pools) in other cryptos ever since I started. Undecided And they were both Scrypt alts.

YAC blocks are coming in a bit slower (one every 10 minutes here, stock i5 2500k), but it's still amazing to see whole chunks of 80 coins come in, instead of 0.0019239234 Whatever Coin InAPool.

Do these GPU farms run 100 GPUs off a single CPU or do they run them off 20-30 CPUs? They still win. What's bad about it though? Bigger risk for a bigger reward..

Those are low power CPUs.
newbie
Activity: 42
Merit: 0


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?


I have it like this. Server A has client on it then point B to Server A and connect on that ip and port.

So if Server a is for example 192.168.0.3 with client on it you would simply just put that in from server b or c or d to all connect to A

if you are doing it over ISP ip address then you need to allow all ips in conf file and then point miners at it Smiley

ok

[2013-05-06 18:58:12] HTTP request failed: The requested URL returned error: 403
[2013-05-06 18:58:12] json_rpc_call failed, retry after 30 seconds



Maybe this is because all blocks haven't downloaded in yacoind?
newbie
Activity: 57
Merit: 0
Is it verified that cpuminer scrypt works?

From the instructions given mine is working nothing accepted yet, but it is hashing away

6 rejected according to mine. but not adding to the orphans in the client.
Jump to: