Pages:
Author

Topic: [ANN][YAC] Coin Control for YaCoin is here! First altcoin with Coin Control! (Read 5713 times)

member
Activity: 81
Merit: 1002
It was only the wind.
The client from yacoin.org (windows binary) works.
What compiler and flags did you use to compile https://github.com/yacoin/yacoin/releases/tag/YAC-cc-testing ?
I used GCC 4.8.1. I made it with:

qmake "USE_UPNP=- USE_DBUS=1 USE_IPV6=1 USE_QRCODE=1"
make
Was this resolved?

Resolved as in "I found something that works in my situation"? Yeah, I'm using the client from yacoin.org on my desktop to mine to, then I transfer the coins to my laptop running the coin control version. Resolved as in "bug is fixed"? No.
hero member
Activity: 516
Merit: 500
CAT.EX Exchange
I find a bug. If you select one stake and before you send that stake finds a POS block (yes it happened to me) you can't deselect it although the stake cannot be used for sending. I also tried to deselect all, which didn't help. I had to restart qt.
sr. member
Activity: 406
Merit: 250
One does not simply mine Bitcoins
sr. member
Activity: 406
Merit: 250
One does not simply mine Bitcoins
Has anyone been able to replicate this issue? 
Not me.

Is the YACoin with Coin Control still working? I would love to download it and start to use but do not know if this has been stable and developed/tested? Please let me know if there is a link with the latest build.

The binary in the OP is the latest I've built.
sr. member
Activity: 280
Merit: 250
Has anyone been able to replicate this issue? 
Not me.

Is the YACoin with Coin Control still working? I would love to download it and start to use but do not know if this has been stable and developed/tested? Please let me know if there is a link with the latest build.

It's working (at least for me, and I haven't heard anyone having lost coins with the current version), but it isn't in the official branch yet. Use on own risk.

No idea about the last built, but if you can compile for your self go to github.com/saironiq/yacoin-cc.
member
Activity: 115
Merit: 10
Has anyone been able to replicate this issue? 
Not me.

Is the YACoin with Coin Control still working? I would love to download it and start to use but do not know if this has been stable and developed/tested? Please let me know if there is a link with the latest build.
sr. member
Activity: 406
Merit: 250
One does not simply mine Bitcoins
hero member
Activity: 802
Merit: 1003
GCVMMWH
Has anyone been able to replicate this issue? 
sr. member
Activity: 406
Merit: 250
One does not simply mine Bitcoins
The client from yacoin.org (windows binary) works.
What compiler and flags did you use to compile https://github.com/yacoin/yacoin/releases/tag/YAC-cc-testing ?
I used GCC 4.8.1. I made it with:

qmake "USE_UPNP=- USE_DBUS=1 USE_IPV6=1 USE_QRCODE=1"
make
Was this resolved?
hero member
Activity: 802
Merit: 1003
GCVMMWH
The client from yacoin.org (windows binary) works.

What compiler and flags did you use to compile https://github.com/yacoin/yacoin/releases/tag/YAC-cc-testing ?
hero member
Activity: 693
Merit: 500
I'm pretty sure you've got a MASSIVE bug in here that's cost me quite a bit of coin. Did you fuck with the mining or submitblock code?
Nope, I didn't. You can check the code yourself if you want. What bug have you found?

CGMiner disconnects every single time a block is found, until a new block is detected on the network, causing the found block to be rejected.

I had this exact same problem with CGMiner for a while on my hardware with switchable graphics.  In fact, I still have to run that machine with the --no-adl flag for it to run properly.  I use Yacminer 3.3.1 now without issue on 3 machines other than the no-adl on the one with switchable graphics.
hero member
Activity: 802
Merit: 1003
GCVMMWH
that's cost me quite a bit of coin.

That sucks to hear, but you should not be losing any coin.

Quote
YACoin Official Development Testing Tree.

The testing distribution contains code and features that haven't yet been accepted into the stable release and is used for testing. This release should not be used for production as things will most likely break.

You should normally run YACoin testing in testnet and absolutely DO NOT use your main wallet in YACoin testing!

There is nothing overly obvious in the changes that should cause this issue, but that's why things are tested. 

Have you tried CGMiner with the stable release (Also, what version are you running and on what OS)?
If not, install from here https://github.com/yacoin/yacoin/releases/tag/stable_0.4.0 and attempt to replicate the issue in testnet.   
sr. member
Activity: 406
Merit: 250
One does not simply mine Bitcoins
I'm pretty sure you've got a MASSIVE bug in here that's cost me quite a bit of coin. Did you fuck with the mining or submitblock code?
Nope, I didn't. You can check the code yourself if you want. What bug have you found?
sr. member
Activity: 406
Merit: 250
One does not simply mine Bitcoins
Coin Control now merged into the testing branch of official yacoin github repository!
https://github.com/yacoin/yacoin/releases/tag/YAC-cc-testing
sr. member
Activity: 406
Merit: 250
One does not simply mine Bitcoins
Now we have proper YAC icons in the Qt client. Dropbox zip updated, md5 & sha1 sums changed.
Thanks to alenevaa (be sure to send him some YACs!)
https://bitcointalksearch.org/topic/m.3000017

Could you start using some archive naming scheme? Maybe to add build date after yacoin-cc?

Good point!

Build date is irritating to compare, how about a simple numbering scheme?

No it's not. I use the format YYYY-MM-DD, so even sorting by name does the job.
sr. member
Activity: 406
Merit: 250
One does not simply mine Bitcoins
Now we have proper YAC icons in the Qt client. Dropbox zip updated, md5 & sha1 sums changed.
Thanks to alenevaa (be sure to send him some YACs!)
https://bitcointalksearch.org/topic/m.3000017

Could you start using some archive naming scheme? Maybe to add build date after yacoin-cc?

Good point!
sr. member
Activity: 406
Merit: 250
One does not simply mine Bitcoins
I downloaded the wallet, but I keep getting the following error message when I try to open it.

Code:
The program can't start because mingwm10.dll is missing from your computer.  Try reinstalling the program to fix this problem.

Any ideas on how I might be able to fix this?  I'm running Windows 7 Unlimited OEM (64-bit).
I solved this by downloading mingwm10.dll and coping it into the same folder as yacoin-qt.exe, but AFIK this is just a very crude fix.

Ahh, sorry, forgot to include that one. -.-"
EDIT: it's now in the updated yacoin-cc.zip from OP.

Why is that file even required on Windows 7 Unlimited (64-bit)? I'm running WinXP SP3 32-bit and wallet never complained about some missing file.

Dunno, maybe you have MinGW installed?
sr. member
Activity: 406
Merit: 250
One does not simply mine Bitcoins
Just a note: I've reset my github repo (been using it as a scratchbox while fixing the CC features), so it now has a single huge commit with all the features and fixes. Sorry for any inconveniece.
Also, openend a pull request to WindMaster's repo.
Where's the poll?  I differently want to vote for it.

Thanks! It needs testing and code review first.
legendary
Activity: 1918
Merit: 1012
★Nitrogensports.eu★
I downloaded the wallet, but I keep getting the following error message when I try to open it.

Code:
The program can't start because mingwm10.dll is missing from your computer.  Try reinstalling the program to fix this problem.

Any ideas on how I might be able to fix this?  I'm running Windows 7 Unlimited OEM (64-bit).
I solved this by downloading mingwm10.dll and coping it into the same folder as yacoin-qt.exe, but AFIK this is just a very crude fix.

Ahh, sorry, forgot to include that one. -.-"
EDIT: it's now in the updated yacoin-cc.zip from OP.


Thank-you!   

Just downloaded it and it works perfectly.   Great job!   Thank-you for making this - we've needed it for quite some time now!


Just a note: I've reset my github repo (been using it as a scratchbox while fixing the CC features), so it now has a single huge commit with all the features and fixes. Sorry for any inconveniece.
Also, openend a pull request to WindMaster's repo.

Where's the poll?  I differently want to vote for it.


Now we have proper YAC icons in the Qt client. Dropbox zip updated, md5 & sha1 sums changed.
Thanks to alenevaa (be sure to send him some YACs!)
https://bitcointalksearch.org/topic/m.3000017

Again, thank-you Sairon/alenevaa!   It looks poor to have 'bitcoin' written all over the wallet and then an image of novacoin on the icon tray.  This has bugged me for months!




Great work, please keep it up.  I think you'll find that the YAC community is willing to support the developers with donations.  We believe that YAC is the first coin since bitcoin/litecoin that offers something new and that this coin will be successful.  We just need help from talented developers like you!
sr. member
Activity: 406
Merit: 250
One does not simply mine Bitcoins
Well it took way too long and it's way too late in the night for me to be sitting here on my computer, but I finally got the d&^m wallet to compile and run on Windows....what a pain in the a$$.  I guess the good news is it should be less painful next time around, since you learn from your mistakes (and I learned a lot).  Roll Eyes

Sorry, I was asleep. Glad you figured it out. Hope you didn't have to go through compiling with a wrong version of gcc as I did. Lots of strange errors with no hint as to what's the cause. Really frustrating.
Pages:
Jump to: