Author

Topic: [ANN][YAC] YACoin ongoing development - page 133. (Read 380091 times)

hero member
Activity: 802
Merit: 1003
GCVMMWH
August 24, 2013, 01:54:17 PM
Thanks for the logos!
Git pull request to WM's repo created. https://github.com/yacoin/yacoin/pull/6

Looks great. WM and I are working on the details of the transition, but I (or WM) will merge as soon as possible.
sr. member
Activity: 406
Merit: 250
One does not simply mine Bitcoins
August 24, 2013, 01:41:49 PM
Thanks for the logos!
Git pull request to WM's repo created. https://github.com/yacoin/yacoin/pull/6

EDIT: sent you a little tip. Wink
sr. member
Activity: 288
Merit: 260
August 24, 2013, 01:32:39 PM
thanks!  Smiley
sr. member
Activity: 280
Merit: 250
August 24, 2013, 01:20:03 PM
a few minutes in your favorite image editor with a resizeable YAC logo
Took me longer to find that damm logo than resizing only to find that alenevaa had it already done.

Good work alenevaa!
sr. member
Activity: 288
Merit: 260
August 24, 2013, 01:07:53 PM

Done!  Cool

https://www.dropbox.com/s/lqswrmnvf704b4r/yac-icons.zip



I don't like this logo personally too much, but it's more or less official
hero member
Activity: 1426
Merit: 506
August 24, 2013, 12:56:40 PM
BTW, we can change the Novacoin icons in Qt client to proper YAC icons. All that needs to be done is generate a few sizes of png and ico images with YAC logo. If someone has the skills to do it (a few minutes in your favorite image editor with a resizeable YAC logo), I've attached a zip with all the required dimensions/formats:

https://www.dropbox.com/s/2jf8bkdmslcb4nn/yac-icons-todo.zip
+ 1
hero member
Activity: 812
Merit: 1000
August 24, 2013, 12:48:16 PM
BTW, we can change the Novacoin icons in Qt client to proper YAC icons. All that needs to be done is generate a few sizes of png and ico images with YAC logo. If someone has the skills to do it (a few minutes in your favorite image editor with a resizeable YAC logo), I've attached a zip with all the required dimensions/formats:

https://www.dropbox.com/s/2jf8bkdmslcb4nn/yac-icons-todo.zip

Not a big deal, but it's been bugging me forever...I like where yac is heading, just needs a little push. After some point the xpm miners might flock this way.
sr. member
Activity: 406
Merit: 250
One does not simply mine Bitcoins
August 24, 2013, 11:47:31 AM
BTW, we can change the Novacoin icons in Qt client to proper YAC icons. All that needs to be done is generate a few sizes of png and ico images with YAC logo. If someone has the skills to do it (a few minutes in your favorite image editor with a resizeable YAC logo), I've attached a zip with all the required dimensions/formats:

https://www.dropbox.com/s/2jf8bkdmslcb4nn/yac-icons-todo.zip
sr. member
Activity: 406
Merit: 250
One does not simply mine Bitcoins
August 24, 2013, 08:49:39 AM
Since I started with POS (walletpassphrase xxxxxxxx 999999999 true) over one month ago, I have some difficulties with the client:

1. No POS blocks found, no rewards or anything recieved
2. Starting the client takes 5-10 minutes, sometimes crashes
3. Most important: I hardly can send yacs to another wallet or trading platform or anything. Error: Transaction creation failed. I already tried dividing into 500Yac pieces and even smaller. Once in a while (like 1 of 10) a transaction gets through with a high fee (12YAC at the last try of 350Y). After a failed transaction the client crashes most of the time.
4. Some of the transaction that work, keep getting unconfirmed until I start the client with --rescan.

I can't find any other help in the net. Somebody here got an idea?

Are you p2pool mining? If so, you probably have thousands of small inputs and when you try to combine them into a single, say, 500 YAC output, you exceed a transaction size limit (thus the huge fee).
AGD
legendary
Activity: 2070
Merit: 1164
Keeper of the Private Key
August 24, 2013, 07:20:39 AM
Since I started with POS (walletpassphrase xxxxxxxx 999999999 true) over one month ago, I have some difficulties with the client:

1. No POS blocks found, no rewards or anything recieved
2. Starting the client takes 5-10 minutes, sometimes crashes
3. Most important: I hardly can send yacs to another wallet or trading platform or anything. Error: Transaction creation failed. I already tried dividing into 500Yac pieces and even smaller. Once in a while (like 1 of 10) a transaction gets through with a high fee (12YAC at the last try of 350Y). After a failed transaction the client crashes most of the time.
4. Some of the transaction that work, keep getting unconfirmed until I start the client with --rescan.

I can't find any other help in the net. Somebody here got an idea?
hero member
Activity: 693
Merit: 500
August 24, 2013, 01:29:58 AM
Joe, would it make sense to clone the various miner clients into the yacoin repository so that there is one central place where good, working copies of the CPU and GPU miners can be found?  Even if they're not the latest version, it's still something...
Unless he wants to check the source of all miners this is a bad idea. It doesn't bother me when someone puts a walletstealer in some miner, but if such thing ends on the official repository it's a PR nightmare.

Alright, check out my github repository for the CPU miner and clone that if you feel comfortable with the changes.  I took ali1234's code, merged it with floodyberry's updated scrypt-jane library, speperated out the yacoin unique stuff into its own file and added instructions on how to compile under windows.  Check the code, and if you don't find any wallet/key/password stealers, add it to the repo...  I tried to get ali1234 to accept a pull request on his, but it's still sitting there after several months.

https://github.com/Thirtybird/cpuminer
sr. member
Activity: 406
Merit: 250
One does not simply mine Bitcoins
August 23, 2013, 01:44:41 PM
Joe, would it make sense to clone the various miner clients into the yacoin repository so that there is one central place where good, working copies of the CPU and GPU miners can be found?  Even if they're not the latest version, it's still something...

IMO that's nonsense. Keeping working binaries on one site (eg. yacoin.org) would be nice, though.
hero member
Activity: 802
Merit: 1003
GCVMMWH
August 23, 2013, 12:03:09 PM
Joe, would it make sense to clone the various miner clients into the yacoin repository so that there is one central place where good, working copies of the CPU and GPU miners can be found?  Even if they're not the latest version, it's still something...
Unless he wants to check the source of all miners this is a bad idea. It doesn't bother me when someone puts a walletstealer in some miner, but if such thing ends on the official repository it's a PR nightmare.

It would absolutely be nice to have Thirtybird, but as St.Bit mentions, it's probably not too feasible to include all of the various miners.  I do hope to have verified YACoin client binaries available at some point for Win and Linux in one repository.    
sr. member
Activity: 280
Merit: 250
August 23, 2013, 10:45:53 AM
Joe, would it make sense to clone the various miner clients into the yacoin repository so that there is one central place where good, working copies of the CPU and GPU miners can be found?  Even if they're not the latest version, it's still something...
Unless he wants to check the source of all miners this is a bad idea. It doesn't bother me when someone puts a walletstealer in some miner, but if such thing ends on the official repository it's a PR nightmare.
hero member
Activity: 693
Merit: 500
August 23, 2013, 09:56:15 AM
Joe, would it make sense to clone the various miner clients into the yacoin repository so that there is one central place where good, working copies of the CPU and GPU miners can be found?  Even if they're not the latest version, it's still something...
sr. member
Activity: 406
Merit: 250
One does not simply mine Bitcoins
August 23, 2013, 09:38:29 AM
I did a quick search on the internets for "Loading block index" and found numerous results for other clients, so this doesn't seem to only affect YACoin. It's possibly more pronounced with YAC due to the lack of seed nodes, but that is pure speculation at this point.

It's verifying the block headers (checking if all the blocks really form a chain and that you don't have a corrupt blockchain). For me the startup takes approx 3 minutes (notebook with encrypted hdd). This time scales proportionally to the number of blocks in the chain (IMO).
http://bitcoin.stackexchange.com/questions/1906/why-does-it-take-15-minutes-for-my-bitcoin-client-to-start
hero member
Activity: 802
Merit: 1003
GCVMMWH
August 23, 2013, 07:52:41 AM
I did a quick search on the internets for "Loading block index" and found numerous results for other clients, so this doesn't seem to only affect YACoin. It's possibly more pronounced with YAC due to the lack of seed nodes, but that is pure speculation at this point.
sr. member
Activity: 280
Merit: 250
August 23, 2013, 06:16:37 AM
Wallet startup is damn slow on my side regardless of if datadir is on SSD or classic HDD. It used to start fast but it is getting worse with time.

Anyone else having the same issue?

Same here taking forever to load block index, I am running ssd raid 0 under Opensuse 12.3

Yep, but since I'm running it on a netbook with truecrypt and some other altcoins I haven't thought about it. YAC seems to be by far the slowest.
sr. member
Activity: 434
Merit: 250
August 22, 2013, 11:07:53 AM
Wallet startup is damn slow on my side regardless of if datadir is on SSD or classic HDD. It used to start fast but it is getting worse with time.

08/22/13 11:49:49 Loading block index...
08/22/13 11:57:14 LoadBlockIndex(): hashBestChain=000000047a3fe01c1fcb  height=180516  trust=5408589079260  date=08/22/13 11:45:58
08/22/13 11:57:14 LoadBlockIndex(): synchronized checkpoint 0000003098ac3de96d93c7968d454ea6a94d2ff42e774443ceb9b512e22b781a
08/22/13 11:57:14 Verifying last 2500 blocks at level 1
08/22/13 11:58:32  block index          522828ms

Anyone else having the same issue?

Same here taking forever to load block index, I am running ssd raid 0 under Opensuse 12.3
sr. member
Activity: 274
Merit: 250
August 22, 2013, 09:14:39 AM
Thankfully, yacoin isn't orphaned.  Smiley

BTW, thank you to everyone who contributed or will contribute.
Jump to: