Pages:
Author

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

member
Activity: 106
Merit: 10
Hi All,

  I grabbed the latest github sources and built the master branch.  Running yacoind, I would say about 90% of the connections I see stuff like:

11/19/13 15:21:03 Moving 72.12.81.222:7688 to tried
11/19/13 15:21:03 receive version message: version 60005, blocks=294457, us=23.94.28.23:49332, them=72.12.81.222:7688, peer=72.12.81.222:7688
11/19/13 15:21:03 trying connection 81.17.30.114 lastseen=0.0hrs
11/19/13 15:21:03 socket recv flood control disconnect (10136 bytes)

Curious why that happens....
member
Activity: 115
Merit: 10
Are there ways to earn this coin without mining, maybe by writing?

What type of writing are you looking to do?  It's possible in that, I and/or others may pay you YAC's if it's beneficial to YACoin.  Wink   

I'm willing to do that. I have a blog, I could share links. I could make a video for the coin on YouTube, I could do whatever.

OK, I will start a bounty thread to see what everyone thinks. 

I would not mind helping out with a bounty if people are willing to contribute to YACoin's Development, it is to the betterment of us all.
full member
Activity: 196
Merit: 100
Google/YouTube
Are there ways to earn this coin without mining, maybe by writing?

What type of writing are you looking to do?  It's possible in that, I and/or others may pay you YAC's if it's beneficial to YACoin.  Wink   

I'm willing to do that. I have a blog, I could share links. I could make a video for the coin on YouTube, I could do whatever.

OK, I will start a bounty thread to see what everyone thinks. 

Awesome. Thank you.
hero member
Activity: 802
Merit: 1003
GCVMMWH
Are there ways to earn this coin without mining, maybe by writing?

What type of writing are you looking to do?  It's possible in that, I and/or others may pay you YAC's if it's beneficial to YACoin.  Wink   

I'm willing to do that. I have a blog, I could share links. I could make a video for the coin on YouTube, I could do whatever.

OK, I will start a bounty thread to see what everyone thinks. 
full member
Activity: 196
Merit: 100
Google/YouTube
Are there ways to earn this coin without mining, maybe by writing?

What type of writing are you looking to do?  It's possible in that, I and/or others may pay you YAC's if it's beneficial to YACoin.  Wink   

I'm willing to do that. I have a blog, I could share links. I could make a video for the coin on YouTube, I could do whatever.
hero member
Activity: 802
Merit: 1003
GCVMMWH
Are there ways to earn this coin without mining, maybe by writing?

What type of writing are you looking to do?  It's possible in that, I and/or others may pay you YAC's if it's beneficial to YACoin.  Wink   
full member
Activity: 196
Merit: 100
Google/YouTube
Are there ways to earn this coin without mining, maybe by writing?
No, you can only earn worthless Devcoins that way  Wink

Nope. I know of at least 2 other (so 3 so far) coins you can earn that way.
full member
Activity: 140
Merit: 100
In POS we trust
Are there ways to earn this coin without mining, maybe by writing?
No, you can only earn worthless Devcoins that way  Wink
full member
Activity: 196
Merit: 100
Google/YouTube
Are there ways to earn this coin without mining, maybe by writing?
full member
Activity: 182
Merit: 100
When I enter command line by op: yacoin-qt -gen -genproclimit=1

I get the following error: Method not found (code -32601)

Try this: yacoin-qt -gen=1 -genproclimit=1


Thanks for your reply!

Unfortunately the error message is the same Sad
PSL
member
Activity: 166
Merit: 10
When I enter command line by op: yacoin-qt -gen -genproclimit=1

I get the following error: Method not found (code -32601)

Try this: yacoin-qt -gen=1 -genproclimit=1
full member
Activity: 182
Merit: 100
I read op and I would like to know if wallet solo mining would also work with a mac wallet.

When I enter command line by op: yacoin-qt -gen -genproclimit=1

I get the following error: Method not found (code -32601)

same thing if i only enter command: -gen -genproclimit=1


If I enter the command: setgenerate true -1
generate turns from false to true BUT hashpersec stays at 0


help please!


(System: MBPro 2011, Snow Leopard, fully upgraded)
legendary
Activity: 2940
Merit: 1090
WHat's the price for YAC now?

On which exchange?

-MarkM-
hero member
Activity: 960
Merit: 514
WHat's the price for YAC now?
hero member
Activity: 693
Merit: 500
I've got nothing for you... I've got an i5-2410, which actually benches slower than your Q9400, my wallet is 7.4MB, I've got a 5400 RPM laptop drive in mine - but I'm using the -qt version, and I have no sluggishness  even with all 4 cores mining.  There may be a difference in the buses of the machine, but getmininginfo comes back with no observable delay (within the second).  Maybe recompile yacoind from Windmaster's latest source?

One thought - if that machine doesn't have much RAM and is mining yacoin while you've got other things open, maybe it's swapping to disk?  In Windows I would tell you to look for hard faults/sec in performance monitor, but I don't know if TOP has any of the information or what tool to check under linux.
PSL
member
Activity: 166
Merit: 10
I noticed that YAC client, yacoind is very slow for several days. It was fast in the past, when I entered command, like getinfo, I received result immediately. Slowdown started several days ago and it is seriously slow now, about 8 seconds but it can be more than a minute":

Code:
$ time ./yacoind getmininginfo
{
    "blocks" : 128313,
    "currentblocksize" : 6267,
    "currentblocktx" : 19,
    "difficulty" : 0.54277787,
    "errors" : "",
    "generate" : true,
    "genproclimit" : 2,
    "hashespersec" : 0,
    "networkhashps" : 15229222,
    "pooledtx" : 19,
    "testnet" : false,
    "Nfactor" : 11,
    "N" : 4096,
    "powreward" : 27.68000000
}

real    0m7.504s
user    0m0.004s
sys     0m0.000s

$ time ./yacoind getdifficulty
{
    "proof-of-work" : 0.54191164,
    "proof-of-stake" : 0.24999714,
    "search-interval" : 55
}

real    0m1.787s
user    0m0.004s
sys     0m0.000s

$ time ./yacoind checkwallet
{
    "wallet check passed" : true
}

real    1m5.380s
user    0m0.004s
sys     0m0.000s

Do you observe similar slowdown?

My explanation is that:
- I have too many small transactions in my wallet (pool mining)
- increase of N has serious impact to client performance
- something else

My PC has a SSD disk, 8GB RAM, CPU is older Intel x4 (Q9400)... System is busy but it was busy in the past too and other coins on this system respond fast, only YAC has some problem...

Do you see similar slowdown??

UPDATE: I installed fresh YAC client on new PC and let it download blockchain. Wallet was fresh new, empty. yacoind responses were fast. After this test I replaced empty wallet with my 'production" wallet and yacoind is slow again. My wallet is troublemaker!! Is this good news??
Could I do something about it?

My wallet size is about 4.5MB a and this is a statistic of transactions:
Code:
$ ./yacoind listtransactions '' 999999 | grep category | sort | uniq -c
    844         "category" : "generate",
     22         "category" : "receive",
member
Activity: 77
Merit: 10

I would like to do something like that with YAC but there is no address in "listtransactions" output. Generated blocks have no address...

Use yacoind gettransaction to show the details of that transaction, including the receiving address.

Code:
$ yacoind gettransaction e8c8851d3a650d846dabf614471a8e2e235ecd5599526e5efa7126b07c7cedb9
{
    "txid" : "e8c8851d3a650d846dabf614471a8e2e235ecd5599526e5efa7126b07c7cedb9",
    "txid" : "e8c8851d3a650d846dabf614471a8e2e235ecd5599526e5efa7126b07c7cedb9",
    "version" : 1,
    "time" : 1373307675,
    "locktime" : 0,
    "vin" : [
        {
            "txid" : "6ddce3d274526312d84464767a3518b0fa1f5e3ae3bf81e80d5483402a6b7deb",
            "vout" : 0,
            "scriptSig" : {
                "asm" : "30450220023efecd09f361ec16d080fd92ecef0cd4831748fbbdb164182cbba6fdbe9b0802210098b03cb08c70c2bc2d0ff9614c515fb6632eb0dc1fa779ce42421020b6696cc301",
                "hex" : "4830450220023efecd09f361ec16d080fd92ecef0cd4831748fbbdb164182cbba6fdbe9b0802210098b03cb08c70c2bc2d0ff9614c515fb6632eb0dc1fa779ce42421020b6696cc301"
            },
            "sequence" : 4294967295
        }
    ],
    "vout" : [
        {
            "value" : 0.00000000,
            "n" : 0,
            "scriptPubKey" : {
                "asm" : "",
                "hex" : "",
                "type" : "nonstandard"
            }
        },
        {
            "value" : 15.04000000,
            "n" : 1,
            "scriptPubKey" : {
                "asm" : "025ad30b3da287b126d338c34bff64b7580e73aa82cbcd5972706ce43339b5aa94 OP_CHECKSIG",
                "hex" : "21025ad30b3da287b126d338c34bff64b7580e73aa82cbcd5972706ce43339b5aa94ac",
                "reqSigs" : 1,
                "type" : "pubkey",
                "addresses" : [
                    "YN7JddWaH8gB6sfprJP17TRMPSLoTDph2T"
                ]
            }
        },
        {
            "value" : 15.04000000,
            "n" : 2,
            "scriptPubKey" : {
                "asm" : "025ad30b3da287b126d338c34bff64b7580e73aa82cbcd5972706ce43339b5aa94 OP_CHECKSIG",
                "hex" : "21025ad30b3da287b126d338c34bff64b7580e73aa82cbcd5972706ce43339b5aa94ac",
                "reqSigs" : 1,
                "type" : "pubkey",
                "addresses" : [
                    "YN7JddWaH8gB6sfprJP17TRMPSLoTDph2T"
                ]
            }
        }
    ],
    "blockhash" : "a3d3f6cc31c7dee025560f4faabb8a1cf1c5476f83944cfd692cfbdee3f95535",
    "confirmations" : 809,
    "txntime" : 1373307675,
    "time" : 1373307675
}
sr. member
Activity: 462
Merit: 250
Whoever decided to buy 40K YAC, I salute thee.

Was that the buy wall at .000230?

Just for getting info, which exchange you guys talking about, may i ask? Cryptsy, i suppose?

Probably bter...it's the largest YAC exchange at the time.
sr. member
Activity: 359
Merit: 250
Whoever decided to buy 40K YAC, I salute thee.

Was that the buy wall at .000230?

Just for getting info, which exchange you guys talking about, may i ask? Cryptsy, i suppose?
PSL
member
Activity: 166
Merit: 10
Is there a way to "copy" coins from one YAC wallet to other wallet? I would like to do it.

There is "how-to" for primecoind that uses listtransactions, dumpprivkey and importkey:

https://bitcointalksearch.org/topic/m.2692552

I would like to do something like that with YAC but there is no address in "listtransactions" output. Generated blocks have no address...

Code:
$ yacoind listtransactions
[
{
"account" : "",
"category" : "generate",
"amount" : 29.88000000,
"confirmations" : 89420,
"generated" : true,
"blockhash" : "000000010db6af2e786d637e8aea2edbe72e575fa13614a86ae3f5878301d1eb",
"blockindex" : 0,
"blocktime" : 1368123343,
"txid" : "6ddce3d274526312d84464767a3518b0fa1f5e3ae3bf81e80d5483402a6b7deb",
"time" : 1368123343,
"timereceived" : 1368123346
},
{
"account" : "",
"category" : "generate",
"amount" : 30.08000000,
"confirmations" : 774,
"generated" : true,
"blockhash" : "a3d3f6cc31c7dee025560f4faabb8a1cf1c5476f83944cfd692cfbdee3f95535",
"blockindex" : 1,
"blocktime" : 1373307675,
"txid" : "e8c8851d3a650d846dabf614471a8e2e235ecd5599526e5efa7126b07c7cedb9",
"time" : 1373307675,
"timereceived" : 1373307675
}
]

BTW, when you see this output, how many coins do you expect that will be reported by "getbalance"?

Code:
$ yacoind getbalance
30.08000000

29.88000000 + 30.08000000 != 30.08000000
Is this a bug??

Code:
$ yacoind getinfo
{
"version" : "v0.4.0.0-g32a928e-beta",
"protocolversion" : 60005,
"walletversion" : 60000,
"balance" : 30.08000000,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 127626,
"moneysupply" : 4257280.83954200,
"connections" : 8,
"proxy" : "",
"ip" : "109.80.94.251",
"difficulty" : 0.65183012,
"testnet" : false,
"keypoololdest" : 1368072081,
"keypoolsize" : 103,
"paytxfee" : 0.00000000,
"errors" : "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers."
}
Pages:
Jump to: