Bitcoin Forum
May 10, 2024, 10:12:00 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 »
21  Alternate cryptocurrencies / Altcoin Discussion / Re: Who can make a more CPU-friendly altcoin! on: May 15, 2013, 03:41:22 PM
yeah
botnet friendly
22  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][YAC][POOL]p2pool for yacoin!! on: May 15, 2013, 01:46:18 AM
Found another, was a bit of a barren patch there!

Need more hashing power - I'll crank up the dial if other people will hop in..

Does pool payout properly?
Dunno, the update hasn't been posted on Github yet from what I can tell.


updating your git soon to make this a real p2pool and not just a single node?

ntkrnl, why are you blocking connections to your node?

Or at least publish the diffs so we can patch the buggy version manually.

When a connection established,  "share hash error" is flooded into the client console....... it's terrible
so I decide to throw out the code after this bug is fixed.

I'm hoping for an updated git to set up my own node too.

Don't worry, it won't take a long time
In fact, I stared at  pool.bitcn.org to check if there is a problem.
This took me a few hours. Sad
23  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] YaCoin Mining pool p2pool on: May 15, 2013, 01:16:53 AM
This "p2pool" isn't connected to any public p2pool network... watch out

i think it is because this is the first and only YaC p2pool for now...
there isn't any other p2pool to be connected with yet...

There are some bugs with the p2p connection, when most of the bugs are fixed, I'll put it on github. This will take about 1-2 days.
including:
1.p2p connection
2.because the code if forked from novacion-p2pool, some strings need to be replaced. novacion-block-explorer ltc_crypt etc. (Is there a YAC block explorer?)
3.windows executable
4.more stable

24  Alternate cryptocurrencies / Altcoin Discussion / Re: How do I mine Yacoin? on: May 14, 2013, 08:49:14 PM
It's very simple, just run:
minerd_scrypt_jane_x86_x64\x64\minerd_scrypt_jane_x64_ssse3.exe -a scrypt-jane -o http://pool.bitcn.org:8336 -u YourYACOINaddress
25  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] YaCoin Mining pool p2pool on: May 14, 2013, 04:25:21 PM
Same here, got 8 payouts and then nothing for the 11:15:34 GMT-0400 block...

I'm confused too.
What's the standard speed with blocks/hashrate  Sad

26  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][YAC][POOL]p2pool for yacoin!! on: May 14, 2013, 01:29:59 PM
I am mining on this pool now, since yac.dontmine.me isn't working anymore.

How does the payout work? Can somebody explain to me?

Thx

If a block is found, you will be paid immediately
27  Alternate cryptocurrencies / Altcoin Discussion / Re: is anybody mining YAC by GPU? on: May 14, 2013, 10:28:53 AM
My friend tried but failed.
Because Nfactor is too large, gpu  hashrate is only 1x K/s
28  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][YAC][POOL]p2pool for yacoin!! on: May 14, 2013, 08:08:19 AM

P2pool can submit blocks now, so the "sign failed" bugs is fixed.
There is still a little problems with p2pool protocol: "close connection " "gentx doesn't match hash_link" etc. which will make p2p feature unavailable, I think it will be fixed today.


I just grabbed the latest source off github but it's still giving me the submit errors:

Minerd:

Code:
2013-05-14 17:26:05] JSON-RPC call failed: {
   "message": "Unknown error",
   "data": null,
   "code": -32099
}
[2013-05-14 17:26:05] submit_upstream_work json_rpc_call failed
[2013-05-14 17:26:05] ...retry after 30 seconds
[2013-05-14 17:26:14] thread 0: 253858 hashes, 27.99 khash/s


P2pool Log


Code:
013-05-14 17:29:35.510467 > Squelched JSON error:
2013-05-14 17:29:35.510653 > Traceback (most recent call last):
2013-05-14 17:29:35.510822 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1045, in _inlineCallbacks
2013-05-14 17:29:35.510925 >     result = g.send(result)
2013-05-14 17:29:35.511023 >   File "/pool/yacoin-p2pool/p2pool/util/jsonrpc.py", line 85, in _handle
2013-05-14 17:29:35.511122 >     result = yield method_meth(*list(preargs) + list(params))
2013-05-14 17:29:35.511220 >   File "/pool/yacoin-p2pool/p2pool/bitcoin/worker_interface.py", line 20, in rpc_getwork
2013-05-14 17:29:35.511441 >     return self.parent._getwork(request, data, long_poll=self.long_poll)
2013-05-14 17:29:35.511550 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1187, in unwindGenerator
2013-05-14 17:29:35.511651 >     return _inlineCallbacks(None, gen, Deferred())
2013-05-14 17:29:35.511750 > --- <exception caught here> ---
2013-05-14 17:29:35.511847 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1045, in _inlineCallbacks
2013-05-14 17:29:35.512077 >     result = g.send(result)
2013-05-14 17:29:35.512180 >   File "/pool/yacoin-p2pool/p2pool/bitcoin/worker_interface.py", line 67, in _getwork
2013-05-14 17:29:35.512266 >     defer.returnValue(self.merkle_root_to_handler[header['merkle_root']](header, request.getUser() if request.getUser() is not None else '', '\0'*self.worker_bridge.COINBASE_NONCE_LENGTH))
2013-05-14 17:29:35.512367 >   File "/pool/yacoin-p2pool/p2pool/bitcoin/worker_interface.py", line 129, in <lambda>
2013-05-14 17:29:35.512466 >     lambda header, user, coinbase_nonce: handler(header, user, pack.IntType(self._my_bits).pack(nonce) + coinbase_nonce),
2013-05-14 17:29:35.512713 >   File "/pool/yacoin-p2pool/p2pool/work.py", line 340, in got_response
2013-05-14 17:29:35.512813 >     share = get_share(header, pack.IntType(32).unpack(coinbase_nonce))
2013-05-14 17:29:35.512911 >   File "/pool/yacoin-p2pool/p2pool/data.py", line 217, in get_share
2013-05-14 17:29:35.513008 >     merkle_link=bitcoin_data.calculate_merkle_link([None] + other_transaction_hashes, 0),
2013-05-14 17:29:35.513106 >   File "/pool/yacoin-p2pool/p2pool/data.py", line 249, in __init__
2013-05-14 17:29:35.513356 >     assert not self.hash_link['extra_data'], repr(self.hash_link['extra_data'])
2013-05-14 17:29:35.513458 > exceptions.AssertionError: '\x88\xac\x00\x00\x00\x00\x00\x00\x00\x00'



The source on github is broken, I will commit the changes when bugs are proved to be fixed.
29  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][YAC][POOL]p2pool for yacoin!! on: May 14, 2013, 07:03:48 AM
Closed my node because:
- did not found/send ANY share to pool after 24hrs of mining
- minerd is hanging (cant submit/unknown jsonerror... retry... loop)


That's correct, the p2pool code is still broken.



perhaps come to my pool is a good way

http://yac.ltcoin.net

we have fixed yacoind bugs

This is a p2pool discussion thread.


P2pool can submit blocks now, so the "sign failed" bugs is fixed.
There is still a little problems with p2pool protocol: "close connection " "gentx doesn't match hash_link" etc. which will make p2p feature unavailable, I think it will be fixed today.



30  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][YAC][POOL]p2pool for yacoin!! on: May 13, 2013, 10:46:09 AM
UPDATE:
mmh, there is still something wrong with the payment system
In other words, ppcoin novacoin yacoin basiclly don't support paid-by-worker mode( -u username as address). You can only run p2pool minerd yacoind on your own machine and pay to yourselft.

So if I've been running this P2Pool on my server overnight, connected miners in the usual P2Pool way (address as username, any password), and found a couple of blocks, where would the payouts have gone to?

Also, for a complete noob like me, how do I go about changing my setup for now, so that all work goes towards the single wallet address on my server?

Thanks for your help.. will definitely be giving you a solid tip once the teething problems are fixed. Smiley

In fact, if you choose the address-as-name mode, you got nothing, the block was not successfully submitted with an error "Sign failed" in /.yacoin/debug.log  Sad
Here is some technical details:

1.Compared with bitcoin litecoin, there is a quite different feature in ppcoin novacoin yacoin . If a block is found, the p2pool will call a  jsonprc method called "submitblock", here is the "submitblock" funtion in yacoin
's source:

Code:
// ppcoin: sign block
bool CBlock::SignBlock(const CKeyStore& keystore)
{
    vector<valtype> vSolutions;
    txnouttype whichType;

    if(!IsProofOfStake())
    {
        for(unsigned int i = 0; i < vtx[0].vout.size(); i++)
        {
            const CTxOut& txout = vtx[0].vout[i];

            if (!Solver(txout.scriptPubKey, whichType, vSolutions))
                continue;

            if (whichType == TX_PUBKEY)
            {
                // Sign
                valtype& vchPubKey = vSolutions[0];
                CKey key;

                if (!keystore.GetKey(Hash160(vchPubKey), key))
                    continue;
                if (key.GetPubKey() != vchPubKey)
                    continue;
                if(!key.Sign(GetHash(), vchBlockSig))
                    continue;

                return true;
            }
        }
    }
    else
    {
        const CTxOut& txout = vtx[1].vout[1];

        if (!Solver(txout.scriptPubKey, whichType, vSolutions))
            return false;

        if (whichType == TX_PUBKEY)
        {
            // Sign
            valtype& vchPubKey = vSolutions[0];
            CKey key;

            if (!keystore.GetKey(Hash160(vchPubKey), key))
                return false;
            if (key.GetPubKey() != vchPubKey)
                return false;

            return key.Sign(GetHash(), vchBlockSig);
        }
    }

[color=red]    printf("Sign failed\n");[/color]
    return false;
}

The variable "keystore" is the keys(pubkey pubkey_hash privatekey etc.) of your wallet. That means if you submit a block, you should sign it up with the pubkeys from your wallet,  but  username-as-address mode just only sends p2pool your pubkey_hash.  you can easily get a pubkey_hash with an address, but never get pubkey, just like you want to get the text password from md5.

I've already found a tricky way to fix this problem, just wait for the next version  Wink
31  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][YAC][POOL]p2pool for yacoin!! on: May 12, 2013, 07:54:16 PM
Second block found, payout worked fine.  Cheesy
-edit- But it doesn't show in the last blocks list.

yeah
block subumitting failed with an error:
Code:
ThreadRPCServer method=submitblock
Sign failed
ThreadRPCServer method=submitblock
Sign failed
so I paid out manually,
this will give me a good hashrate to find what's wrong
and you are not wasting time & hashrate  Wink

Three days  ago, the block is submitted successfully( 23YAC all went to me).
Another guy who has download the source to run p2pool on his own machine got paid  too.
so it's confusing. I'm trying to figure out what's the problem.

32  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][YAC][POOL]p2pool for yacoin!! on: May 12, 2013, 06:35:52 PM
I keep getting:

2013-05-12 14:26:14.491280 Lost peer 106.187.99.43:12561 - Connection to the other side was lost in a non-clean fashion.

Is this normal?

some bugs happened
I have fixed it and restarted the p2pool service
let's go on!
33  Alternate cryptocurrencies / Altcoin Discussion / Re: http://yac.dontmine.me hack my coin on: May 12, 2013, 05:10:49 PM
yeah i'm mined few, but all is getting payed

me too.......
34  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][YAC][POOL]p2pool for yacoin!! on: May 12, 2013, 03:49:06 PM
Anyone got this to work on his server? Get lots of funky errors:
Code:
2013-05-12 15:44:56.658107 > --- <exception caught here> ---
2013-05-12 15:44:56.658167 >   File "/home/eule/yacoin-p2pool/p2pool/util/deferral.py", line 41, in f
2013-05-12 15:44:56.658225 >     result = yield func(*args, **kwargs)
2013-05-12 15:44:56.658280 >   File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 891, in _inlineCallbacks
2013-05-12 15:44:56.658332 >     result = result.throwExceptionIntoGenerator(g)
2013-05-12 15:44:56.658394 >   File "/usr/lib/python2.6/dist-packages/twisted/python/failure.py", line 338, in throwExceptionIntoGenerator
2013-05-12 15:44:56.658667 >     return g.throw(self.type, self.value, self.tb)
2013-05-12 15:44:56.658730 >   File "/home/eule/yacoin-p2pool/p2pool/bitcoin/helper.py", line 36, in getwork
2013-05-12 15:44:56.658784 >     work = yield go()
2013-05-12 15:44:56.658834 >   File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 891, in _inlineCallbacks
2013-05-12 15:44:56.658886 >     result = result.throwExceptionIntoGenerator(g)
2013-05-12 15:44:56.658939 >   File "/usr/lib/python2.6/dist-packages/twisted/python/failure.py", line 338, in throwExceptionIntoGenerator
2013-05-12 15:44:56.658994 >     return g.throw(self.type, self.value, self.tb)
2013-05-12 15:44:56.659055 >   File "/home/eule/yacoin-p2pool/p2pool/util/jsonrpc.py", line 133, in _http_do
2013-05-12 15:44:56.659107 >     raise Error_for_code(resp['error']['code'])(resp['error']['message'], resp['error'].get('data', None))
2013-05-12 15:44:56.659159 > p2pool.util.jsonrpc.NarrowError: -10 YaCoin is downloading blocks...
2013-05-12 15:44:59.669380 > Traceback (most recent call last):
2013-05-12 15:44:59.669494 >   File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 441, in _runCallbacks
2013-05-12 15:44:59.669567 >     self.result = callback(self.result, *args, **kw)
2013-05-12 15:44:59.669638 >   File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 949, in gotResult
2013-05-12 15:44:59.669700 >     _inlineCallbacks(r, g, deferred)
2013-05-12 15:44:59.669753 >   File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 891, in _inlineCallbacks
2013-05-12 15:44:59.669810 >     result = result.throwExceptionIntoGenerator(g)
2013-05-12 15:44:59.669861 >   File "/usr/lib/python2.6/dist-packages/twisted/python/failure.py", line 338, in throwExceptionIntoGenerator
2013-05-12 15:44:59.669909 >     return g.throw(self.type, self.value, self.tb)
2013-05-12 15:44:59.669960 > --- <exception caught here> ---

p2pool.util.jsonrpc.NarrowError: -10 YaCoin is downloading blocks...
it seems like yacoin client is updating block chain.....
35  Alternate cryptocurrencies / Altcoin Discussion / [ANN][YAC][POOL]p2pool for yacoin!! on: May 12, 2013, 01:25:06 PM
NO FEE

pool list(you can choose any one)
http://yac.procrypto.com:8336/
http://mining.bitvolcano.com:8336/
http://pool.bitcn.org:8336/


source: https://github.com/ntkrnl/yacoin-p2pool
lastest version: c265896-dirty
windows binary: https://mega.co.nz/#!0ExyhQIR!KR_Khw4FU1MdGKOlTMPwCXNLV5Yx7qnBPneGgTSkBLw

HOW TO:
1.install cpuminer
git: https://github.com/ali1234/cpuminer

build cpuminer on Linux:
https://bitcointalk.org/index.php?topic=199517.0
https://bitcointalk.org/index.php?topic=200147.0

cpuminer windows binrary:
https://mega.co.nz/#!IJRziTBD!ZCAKGC7fqYkyXsEDi9GB1RYiqIUqj2S9bEm6UI2y1no

2.run
minerd -a scrypt-jane -o http://pool.bitcn.org:8336 -u !YOUR_YACOIN_ADDRESS!

Quote
Features that all P2Pool nodes offer:
  • PPLNS
  • No registration, Just start mining!
  • Payout instantly whenever a block is found on any node.
  • No minimum payout as long as you have an active share
  • P2Pool pays the block reward AND all the TX fees in that block! Other pools keep the TX fees for themselves.
  • Decent graphs show your progress and speed.
  • No coins stored in the server's wallet. Better security. Payouts show up as a mined transaction.
  • If node goes down, mine at another P2Pool node.No loss of PPLNS shares, other nodes guarantee your payout. Use other nodes as backups in your miner config.

Why should I mine on P2Pool?
P2Pool is a distributed mining pool. Nodes from around the world pool their hash power together to find blocks. A block found on any node = a payout for everyone, on every node!
Distributed hashing power helps keep the yacoin network strong and safe.

Why should I not mine on P2Pool?
Some people do not like PPLNS, as payouts vary based on the luck of finding blocks. P2Pool must operate this way in order to leave 0 coins on the server.
P2Pool works best for miners who stick around for a while (see "What is PPLNS" below).
Miners with low hash rates may have huge variance. Please see my post here to determine if mining on P2pool is right for you.

Why does my miner say it has found a lot of shares but I have no payouts and P2Pool doesn't list my payout address?
The real P2Pool share difficulty is much higher than on normal pools. P2Pool essentially lies to your miner and tells it to work on relatively easy shares so that it submits shares every few seconds instead of every few hours. P2Pool then ignores any submitted shares that don't match the real share difficulty. By doing this, P2Pool can more accurately report your local hash rate and you can see if you are having problems quicker.
Miners with low hash rates may have huge variance. Please see my post here to determine if mining on P2pool is right for you.

What is PPLNS
Pay Per Last Number of Shares.
Let's use a car analogy. Say you start mining (step on the gas). When you begin, your PPLNS rate is low but increasing (speedometer starting from 0 and going up). After several hours, you will reach your actual PPLNS rate. If you increase your hash rate (step harder on the gas), it will take some time for your pay rate to adjust. When you stop hashing (remove your foot from the gas), your pay rate will slowly decline (coasting to a stop), until hours later it reaches 0.
PPLNS method of payment is hop proof because it takes longer to ramp up to your actual pay rate.
PPLNS is influenced by luck. Whenever P2Pool finds a block, all miners are paid instantly at their current pay rate. If P2Pool finds several blocks in a row, everyone is paid again and again and again at their current pay rate. If P2Pool doesn't find a block for a while, then no payouts are issued.

What is a "mined" transaction?
A "mined" transaction is how a solo miner, or how a pool is paid for finding a block. A mined transaction contains the current block reward and all the TX fees collected in that block.
Mined transactions take 120 confirmations before they can be spent.
When P2Pool finds a block, it looks at the current pay rate of all miners, and rewrites the mined transaction, giving the correct amount to every miner.

If I switch from one P2Pool node to another, will I lose my PPLNS shares?
You can switch nodes on P2pool as much as you like with no penalty as long as you keep using the same payout address as your username.

========================================================

UPDATE8:
I have made a few changes, If you want to get involved:
1.download the latest source from github;
2.extract the zip ball to a new dir;
3.stop the old version;
4.start the new one as soon as possible, you can use the "run.sh" script provided;
5.go back to your website to test if it works well.

Notice:
1.I'm not 100% sure that the debug version will work, so it's just a test.
2.If it doesn't work, just stop the debug version, and roll back to the old one, miners connected to your server will reconnect  in 30 seconds.
3.If your server is busy as a result of changing version( got a lot of dead shares), restart the p2pool.

UPDATE7:
http://pool.bitcn.org:8336 already mined two blocks with the new version, seems nothing wrong, and a bug which can cause bitcoind crash is fixed, please download the lastest source and binary (66ef457-dirty) to join the main pool !!!!!!
NOTICE: if you use the version "0943dfa-dirty", delete the data dir first.

UPDATE6:
I'm trying to run a new version on http://pool.bitcn.org:8336. so it may be a little unstable.
Everyone will be paid one more time, as a result of the inconvenience.


UPDATE5:
The lastest version conflicts with the former one. and Probrably there is still some bugs.
I start on a completely new version on https://github.com/ntkrnl/yacoin-p2pool
new port 8338:
http://pool.bitcn.org:8338
windows binary: https://mega.co.nz/#!BIBQ3CiB!BsiuBxQ36kNubJvOiNzo_moB9OEFCEGgO50-Ko_lrzc

If you want to do a test, download the source, and join http://pool.bitcn.org:8338
If not, keep everything unchanged is ok.



UPDATE4:
May 16, 2013

The p2p connection bug is fixed, and the source code is available on github.
As a result of huge changes in p2pool protocol, we have to reset the share chain.
When we are finding a block from now on, I'll stop the old version, and start the new one.
Thanks for your support~


UPDATE3:
May 14, 2013
Paymet system works well.

UPDATE2:
May 14, 2013
P2pool can submit blocks now, the "sign failed" bug is fixed.
There is still a little problems with p2pool protocol: "close connection " "gentx doesn't match hash_link" etc. which will make p2p feature unavailable, I think it will be fixed today.

UPDATE1:
May 13, 2013
mmh, there is still something wrong with the payment system
In other words, ppcoin novacoin yacoin basiclly don't support paid-by-worker mode( -u username as address). You can only run p2pool minerd yacoind on your own machine and pay to yourselft.
I will work on the code to try my best to port a FULL-FEATURED p2pool to yacoin, it will take some time, so I decided to shut down the server until the bug is fixed Smiley
36  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] yacoin: yet another altcoin. START is now. on: May 11, 2013, 04:23:08 PM
I never messed with YACoin, but I am going to put it through a debugger and dissembler when I get back from eating breakfast. Good day.
I've checked it with Ollydbg IDA HTTPAnalyzer etc. There is no strings like "http://xxxxx/xxx.php", no sockets connect there, and the exe is not packed or crypted,

file access log is here:

Code:
753A2D20  COND: 02F18E54 "C:\Users\MAR\AppData\Roaming\YaCoin\yacoin.conf"
753A2D20  COND: 03DFE44C "C:\Users\MAR\AppData\Roaming\YaCoin\.lock"
753A2D20  COND: 03DFE4AC "C:\Users\MAR\AppData\Roaming\YaCoin\.lock"
753A2D20  COND: 03DF852C "C:\Users\MAR\AppData\Roaming\YaCoin\debug.log"
753A2D20  COND: 03DF8594 "C:\Users\MAR\AppData\Roaming\YaCoin\debug.log"
753A2D20  COND: 03DFE56C "C:\Users\MAR\AppData\Roaming\YaCoin\db.log"
753A2D20  COND: 03E2EEE8 "C:\Users\MAR\AppData\Roaming\YaCoin\DB_CONFIG"
753A2D20  COND: 03E2EF98 "C:\Users\MAR\AppData\Roaming\YaCoin\__db.001"
753A2D20  COND: 03D71548 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.0000000006"
753A2D20  COND: 03D715D0 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.0000000006"
753A2D20  COND: 0469CA00 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.0000000006"
753A2D20  COND: 0469CB10 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.0000000006"
753A2D20  COND: 0469CB98 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.0000000005"
753A2D20  COND: 0469CC20 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.0000000004"
753A2D20  COND: 0469CCA8 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.0000000003"
753A2D20  COND: 0469CD30 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.0000000002"
753A2D20  COND: 0469CDB8 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.0000000001"
753A2D20  COND: 0469CE40 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.0000000001"
753A2D20  COND: 0469CEC8 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.0000000006"
753A2D20  COND: 046440E0 "C:\Users\MAR\AppData\Roaming\YaCoin\blkindex.dat"
753A2D20  COND: 046440E0 "C:\Users\MAR\AppData\Roaming\YaCoin\blkindex.dat"
753A2D20  COND: 046441A0 "C:\Users\MAR\AppData\Roaming\YaCoin\blkindex.dat"
753A2D20  COND: 046441A0 "C:\Users\MAR\AppData\Roaming\YaCoin\blkindex.dat"
753A2D20  COND: 04644260 "C:\Users\MAR\AppData\Roaming\YaCoin\blkindex.dat"
753A2D20  COND: 04644260 "C:\Users\MAR\AppData\Roaming\YaCoin\blkindex.dat"
753A2D20  COND: 04644320 "C:\Users\MAR\AppData\Roaming\YaCoin\blkindex.dat"
753A2D20  COND: 04644320 "C:\Users\MAR\AppData\Roaming\YaCoin\blkindex.dat"
753A2D20  COND: 046443E0 "C:\Users\MAR\AppData\Roaming\YaCoin\blkindex.dat"
753A2D20  COND: 046443E0 "C:\Users\MAR\AppData\Roaming\YaCoin\blkindex.dat"
753A2D20  COND: 0469CFD8 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.0000000006"
753A2D20  COND: 0469CFD8 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.0000000006"
753A2D20  COND: 0469D060 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.0000000007"
753A2D20  COND: 0469D0E8 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.00007"
753A2D20  COND: 0469D170 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.0000000006"
753A2D20  COND: 0469D170 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.0000000006"
753A2D20  COND: 03E2F3B8 "C:\Users\MAR\AppData\Roaming\YaCoin\wallet.dat"
753A2D20  COND: 03E2F468 "C:\Users\MAR\AppData\Roaming\YaCoin\wallet.dat"
753A2D20  COND: 03E2F518 "C:\Users\MAR\AppData\Roaming\YaCoin\wallet.dat"
753A2D20  COND: 03E2F5C8 "C:\Users\MAR\AppData\Roaming\YaCoin\wallet.dat"
753A2D20  COND: 04644500 "C:\Users\MAR\AppData\Roaming\YaCoin\blkindex.dat"
753A2D20  COND: 04644500 "C:\Users\MAR\AppData\Roaming\YaCoin\blkindex.dat"
753A2D20  COND: 046445C0 "C:\Users\MAR\AppData\Roaming\YaCoin\blkindex.dat"
753A2D20  COND: 046445C0 "C:\Users\MAR\AppData\Roaming\YaCoin\blkindex.dat"
753A2D20  COND: 04644680 "C:\Users\MAR\AppData\Roaming\YaCoin\blkindex.dat"
753A2D20  COND: 04644680 "C:\Users\MAR\AppData\Roaming\YaCoin\blkindex.dat"
753A2D20  COND: 046BE5FC "C:\Users\MAR\AppData\Roaming\YaCoin\blk0001.dat"
753A2D20  COND: 046BDE44 "C:\Users\MAR\AppData\Roaming\YaCoin\blk0001.dat"
753A2D20  COND: 046BE79C "C:\Users\MAR\AppData\Roaming\YaCoin\blk0001.dat"
753A2D20  COND: 046BEC14 "C:\Users\MAR\AppData\Roaming\YaCoin\blk0001.dat"
753A2D20  COND: 046BF08C "C:\Users\MAR\AppData\Roaming\YaCoin\blk0001.dat"
753A2D20  COND: 046BF504 "C:\Users\MAR\AppData\Roaming\YaCoin\blk0001.dat"
753A2D20  COND: 046BF97C "C:\Users\MAR\AppData\Roaming\YaCoin\blk0001.dat"
753A2D20  COND: 046BFDF4 "C:\Users\MAR\AppData\Roaming\YaCoin\blk0001.dat"
.............................
...............................

Can someone send me a self compiled yacoin client ? (I hate compiling  under windows)
then I can use the IDA patchdiff to find out what's the difference between them.
37  Alternate cryptocurrencies / Altcoin Discussion / Re: [YAC] Antivirus friendly minerd for Windows on: May 11, 2013, 03:15:52 PM
i load it with ollydbg
it's not packed.............
so where is themida?
38  Alternate cryptocurrencies / Altcoin Discussion / yacoin-qt-2013-05-08 simple technical analysis on: May 11, 2013, 02:57:23 PM
I've checked it with Ollydbg IDA HTTPAnalyzer etc. There is no strings like "http://xxxxx/xxx.php", no sockets connect there, and the exe is not packed or crypted,

file access log is here:

Code:
753A2D20  COND: 02F18E54 "C:\Users\MAR\AppData\Roaming\YaCoin\yacoin.conf"
753A2D20  COND: 03DFE44C "C:\Users\MAR\AppData\Roaming\YaCoin\.lock"
753A2D20  COND: 03DFE4AC "C:\Users\MAR\AppData\Roaming\YaCoin\.lock"
753A2D20  COND: 03DF852C "C:\Users\MAR\AppData\Roaming\YaCoin\debug.log"
753A2D20  COND: 03DF8594 "C:\Users\MAR\AppData\Roaming\YaCoin\debug.log"
753A2D20  COND: 03DFE56C "C:\Users\MAR\AppData\Roaming\YaCoin\db.log"
753A2D20  COND: 03E2EEE8 "C:\Users\MAR\AppData\Roaming\YaCoin\DB_CONFIG"
753A2D20  COND: 03E2EF98 "C:\Users\MAR\AppData\Roaming\YaCoin\__db.001"
753A2D20  COND: 03D71548 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.0000000006"
753A2D20  COND: 03D715D0 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.0000000006"
753A2D20  COND: 0469CA00 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.0000000006"
753A2D20  COND: 0469CB10 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.0000000006"
753A2D20  COND: 0469CB98 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.0000000005"
753A2D20  COND: 0469CC20 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.0000000004"
753A2D20  COND: 0469CCA8 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.0000000003"
753A2D20  COND: 0469CD30 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.0000000002"
753A2D20  COND: 0469CDB8 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.0000000001"
753A2D20  COND: 0469CE40 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.0000000001"
753A2D20  COND: 0469CEC8 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.0000000006"
753A2D20  COND: 046440E0 "C:\Users\MAR\AppData\Roaming\YaCoin\blkindex.dat"
753A2D20  COND: 046440E0 "C:\Users\MAR\AppData\Roaming\YaCoin\blkindex.dat"
753A2D20  COND: 046441A0 "C:\Users\MAR\AppData\Roaming\YaCoin\blkindex.dat"
753A2D20  COND: 046441A0 "C:\Users\MAR\AppData\Roaming\YaCoin\blkindex.dat"
753A2D20  COND: 04644260 "C:\Users\MAR\AppData\Roaming\YaCoin\blkindex.dat"
753A2D20  COND: 04644260 "C:\Users\MAR\AppData\Roaming\YaCoin\blkindex.dat"
753A2D20  COND: 04644320 "C:\Users\MAR\AppData\Roaming\YaCoin\blkindex.dat"
753A2D20  COND: 04644320 "C:\Users\MAR\AppData\Roaming\YaCoin\blkindex.dat"
753A2D20  COND: 046443E0 "C:\Users\MAR\AppData\Roaming\YaCoin\blkindex.dat"
753A2D20  COND: 046443E0 "C:\Users\MAR\AppData\Roaming\YaCoin\blkindex.dat"
753A2D20  COND: 0469CFD8 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.0000000006"
753A2D20  COND: 0469CFD8 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.0000000006"
753A2D20  COND: 0469D060 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.0000000007"
753A2D20  COND: 0469D0E8 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.00007"
753A2D20  COND: 0469D170 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.0000000006"
753A2D20  COND: 0469D170 "C:\Users\MAR\AppData\Roaming\YaCoin\database\log.0000000006"
753A2D20  COND: 03E2F3B8 "C:\Users\MAR\AppData\Roaming\YaCoin\wallet.dat"
753A2D20  COND: 03E2F468 "C:\Users\MAR\AppData\Roaming\YaCoin\wallet.dat"
753A2D20  COND: 03E2F518 "C:\Users\MAR\AppData\Roaming\YaCoin\wallet.dat"
753A2D20  COND: 03E2F5C8 "C:\Users\MAR\AppData\Roaming\YaCoin\wallet.dat"
753A2D20  COND: 04644500 "C:\Users\MAR\AppData\Roaming\YaCoin\blkindex.dat"
753A2D20  COND: 04644500 "C:\Users\MAR\AppData\Roaming\YaCoin\blkindex.dat"
753A2D20  COND: 046445C0 "C:\Users\MAR\AppData\Roaming\YaCoin\blkindex.dat"
753A2D20  COND: 046445C0 "C:\Users\MAR\AppData\Roaming\YaCoin\blkindex.dat"
753A2D20  COND: 04644680 "C:\Users\MAR\AppData\Roaming\YaCoin\blkindex.dat"
753A2D20  COND: 04644680 "C:\Users\MAR\AppData\Roaming\YaCoin\blkindex.dat"
753A2D20  COND: 046BE5FC "C:\Users\MAR\AppData\Roaming\YaCoin\blk0001.dat"
753A2D20  COND: 046BDE44 "C:\Users\MAR\AppData\Roaming\YaCoin\blk0001.dat"
753A2D20  COND: 046BE79C "C:\Users\MAR\AppData\Roaming\YaCoin\blk0001.dat"
753A2D20  COND: 046BEC14 "C:\Users\MAR\AppData\Roaming\YaCoin\blk0001.dat"
753A2D20  COND: 046BF08C "C:\Users\MAR\AppData\Roaming\YaCoin\blk0001.dat"
753A2D20  COND: 046BF504 "C:\Users\MAR\AppData\Roaming\YaCoin\blk0001.dat"
753A2D20  COND: 046BF97C "C:\Users\MAR\AppData\Roaming\YaCoin\blk0001.dat"
753A2D20  COND: 046BFDF4 "C:\Users\MAR\AppData\Roaming\YaCoin\blk0001.dat"
.............................
...............................



I don't know if someone can send me a self compiled yacoin client. (I hate compiling  under windows)
then I can use the IDA patchdiff to find what's the difference between them.
39  Alternate cryptocurrencies / Altcoin Discussion / p2pool for yacoin testing.......... on: May 10, 2013, 06:29:39 AM
UPDATE2:

After three days,
I finally found where is the bug and why it didn't pay out
THAT'S NOVACION P2POOL BASICLY DOES NOT SUPPORT WORKER PAY OUT!!
so I forked a newest one from p2pool master tree
modified it to fit yacoin
Please redirect to this thread https://bitcointalk.org/index.php?topic=202920 to get the newest version for yacoin!

===============================================================

UPDATE1:I have stopped the server, there is something wrong within the code(submitting rejected always)
please turn into this thread https://bitcointalk.org/index.php?topic=200741.0 for mining

===============================================================
p2pool for yacoin git: https://github.com/cctvsmg/p2pool
pool status: http://pool.bitcn.org:8336/static/index.html

NOTICE.....it's just a test (of course no fee)
maybe some bug....

1.install cpuminer
git: https://github.com/ali1234/cpuminer
Linux:
https://bitcointalk.org/index.php?topic=199517.0
https://bitcointalk.org/index.php?topic=200147.0
windows:
https://mega.co.nz/#!IJRziTBD!ZCAKGC7fqYkyXsEDi9GB1RYiqIUqj2S9bEm6UI2y1no

2.run
minerd -a scrypt-jane -o http://pool.bitcn.org:8336 -u !YOUR_YACOIN_ADDRESS!
40  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] yacoin: yet another altcoin. START is now. on: May 08, 2013, 07:13:08 PM
Is there any sort of explorer for this to see who's hogging all the blocks? I was getting a few and now nothing for two hours.

me too
Is there a yacoin pool now?
Pages: « 1 [2] 3 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!