Bitcoin Forum
June 19, 2024, 05:48:02 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2]
21  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] YACoin ongoing development on: September 16, 2015, 10:41:50 PM
I thought the orphaned issue was 'fixed' and the 'malicious miner' had stopped.  So are you saying that even if I do get solo mining working there is a very good chance that the computing power I dedicated to mining will be on a 'split' blockchain? 

Yep, exactly!

Even all PoS blocks that your wallet has found will be orphaned. You can check it later by yourself.
We are waiting for the fixes that senj has proposed and for consolidating the hashpower.
I have running pool in standby mode with a little hashpower just for monitoring situation. But everybody welcome to mine, of course..

So we can't mine or mint or send transactions right now....  How long until the 'quick fix' is applied?
22  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] YACoin ongoing development on: September 16, 2015, 02:18:44 PM
About payments:
As far as I know (and I'm monitoring this situation) public chain has about 100% orphaned blocks. So no one on public chain has payments.

I thought the orphaned issue was 'fixed' and the 'malicious miner' had stopped.  So are you saying that even if I do get solo mining working there is a very good chance that the computing power I dedicated to mining will be on a 'split' blockchain? 


About config:
1-st question. Do you mine with minerd and yacoind on the same computer?

If answer ‘yes’ - you don’t need the option gen=1 in file yacoin.conf

Gen=1 only affects whether yacoind itself will mine. It does not need to be on in order for an external mining program such as minerd to work. All minerd needs is an RPC connection to yacoind in order to find out what work it needs to do.

If answer ‘no’ - i.e., minerd and yacoind are running on different PCs

You should set rpcallowip with minerd IP and use yacoind IP in url
http://yacoind_ip:3433

2-nd. You shouldn’t use stratum in url because yacoind has no stratum!

Simply use http://127.0.0.1:3433

3-rd. Your wallet should be unlocked

Also please check option -a scrypt-jane
It may be ok for you version of minerd but for my I’m using -a scrypt-chacha
My cmd line:
Code:
minerd-x64-avx.exe -a scrypt-chacha -o http://192.168.1.1:3334 -O alenevaa.CPU1:1

I hope it helps you!  Smiley

Best wishes

Ah - I didn't realize that with the stratum.  And that the wallet needed to be unlocked.  I just unlocked it now and its going a bit crazy trying to stake.  I'll try mining again in a few hours when my processor isn't running at 99%.
23  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] YACoin ongoing development on: September 16, 2015, 12:42:00 AM
Hey guys,

TLDR; Its 'aso118' and I need help solo mining.

My account got hacked a few months ago and I've tried contacting BCT admins several times but they haven't returned a single message.  Needless to say I am highly frustrated.  I understand they they probably get lots of SPAM emails and were reluctant to 'waste their time' to help me.  I hate to lose my account, and see the state it is in, but its water under the bridge.  I've been trying to get on yacointalk but it says I am banned from there too.  In my ignorance when YAC launched in 2013, I used the same password for both forums and I'm guessing my account on yacointalk was also hacked.  Regardless its time to move on; water under the bridge right?

So, I've been keeping a very very close eye on YAC discussion here and elsewhere, and I am still mining every day.  Like several other's I have been mining on http://yac.erlog.pt/, but I am annoyed that I haven't received a pay out in 35 days and I've sent 3 emails only to get no reply from the pool owner.  I have thousands of YAC on the pool and am beginning to question the motivates of the pool owner.  Would you continue to work after not betting paid in over a month?

So, I tired solo mining (yet again).  And I've spent the last three hours trying to 'set it up' with no luck (you may remember - I'm not very tech savvy).  My wallet it fully synced (I never close it!) and I'm using Thirtybird's cpu miner along with the following conf.

Code:
rpcuser=*my_user_name_here*
rpcpassword=*my_password_here*
rpcallowip=127.0.0.1
rpcport=3433
port=7688
daemon=1
server=1
gen=1
genproclimit=-1

I've tried several dozen config files from all of the google searches; but this is my 'current' one.  My script for the cpu miner is as follows.

Code:
@echo off

echo Mining script was last updated on 7:38 PM 9/15/2015.

echo.
echo Enter the number of threads to mine with.
set /p threads=

cd "C:\Mining\minerd-yacoin_stratum_x86_2_4_0"
start minerd-x86-corei7.exe -a scrypt-jane -t %threads% -s 2 -o stratum+tcp://127.0.0.1:3433 -u *my_user_name_here* -p *my_password_here*

I've been a fatful YAC miner since day one, and I just want to be able to mine AND receive payouts.  I don't feel like that is too much to ask.  I'm really hoping someone here can help me get mining again.

PS - Over the last few weeks of trying to 'get back' my 'aso118' account; I've begun to realize how series internet security is.  So, if anyone would like me to prove my identify; I still have my 'give-a-away' faucet wallet from the yacointalk forums and I would be happy to sign any message.
Pages: « 1 [2]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!