Author

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

full member
Activity: 164
Merit: 100
I don't understand a thing about this solo mining with the client. I spent 2 hours to sync the wallet. I mined in this time (or so i think).
And everything is in sync, i got 0 transactions, nothing. So i don't know what is wrong but this is just to frustrating to find some information about the solo mining with the client

https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list

sr. member
Activity: 335
Merit: 255
Counterparty Developer
Hi,

can we use yacoind to mine or only yacoin-qt ?

./yacoind  -gen -addnode=82.211.30.212  it's ok ?

Thanks!
legendary
Activity: 882
Merit: 1000
hero member
Activity: 756
Merit: 500
3570k here.

all orphans. Sad
full member
Activity: 258
Merit: 100
Look ARROUND!
I don't understand a thing about this solo mining with the client. I spent 2 hours to sync the wallet. I mined in this time (or so i think). I got a a lot of this of this int the debug log:
Quote
ProcessBlock: ACCEPTED
received block 00000faf7eedd5e3a426
BitcoinMiner:
new block found  
  hash: 000002a96a1847822a48adbccd119b30e23da59828be8bb8ee654163a0cfcac7  
target: 00000fdbe3000000000000000000000000000000000000000000000000000000
CBlock(hash=000002a96a1847822a48, ver=3, hashPrevBlock=00000f299c6b48fa087a, hashMerkleRoot=27f3ac7cb0, nTime=1367999686, nBits=1e0fdbe3, nNonce=73264, vtx=1, vchBlockSig=3046022100cde6b2f1f0cab7a31cceb51a509be98ca10b7f202e2f4fdff8c7927f72d9af88022100fbebdc9a856c6d94b75556c1193963fe488ee61d5ac6d3a85a4cfc228ee4e073)
  Coinbase(hash=27f3ac7cb0, nTime=1367999684, ver=1, vin.size=1, vout.size=1, nLockTime=0)
    CTxIn(COutPoint(0000000000, 4294967295), coinbase 01370101062f503253482f)
    CTxOut(nValue=99.0085, scriptPubKey=034ea2290a0d7c6aef8316be68b0c07e0fe942e208fecc2175be0d557bc7543b03 OP_CHECKSIG)
  vMerkleTree: 27f3ac7cb0
generated 99.0085
SetBestChain: new best=00000faf7eedd5e3a426  height=60  trust=61  date=05/08/13 06:59:36
ProcessBlock: ACCEPTED

And everything is in sync, i got 0 transactions, nothing. So i don't know what is wrong but this is just to frustrating to find some information about the solo mining with the client
hero member
Activity: 602
Merit: 500
Weird crap..

Where is the linux daemon?

compile it yourself

Code:
cd ~/ ; git clone https://github.com/pocopoco/yacoin.git ; cd ~/yacoin/src ; make -f makefile.unix USE_UPNP=- ; mv yacoind ~/ ; rm -Rf ~/yacoin ; mkdir ~/.yacoin ; cd ~/
legendary
Activity: 1064
Merit: 1002
hello i am using CMD to launch this command from the app directory

yacoin-qt -gen -genproclimit=1 -addnode=82.211.30.212


the wallet opens and then nothing... how can we mine this?

thats it your mining set -genproclimit=1 to the number of threads on your cpu and check it will be 100%
member
Activity: 84
Merit: 10
WTF?
on a 30kh/s pc : 2 good blocks
on a 2xXeon 300kh/s ps : 27 orphans
newbie
Activity: 42
Merit: 0
Weird crap..

Where is the linux daemon?
hero member
Activity: 602
Merit: 500
hello i am using CMD to launch this command from the app directory

yacoin-qt -gen -genproclimit=1 -addnode=82.211.30.212


the wallet opens and then nothing... how can we mine this?

You need to wait until blocks are downloaded.
legendary
Activity: 1148
Merit: 1000
hello i am using CMD to launch this command from the app directory

yacoin-qt -gen -genproclimit=1 -addnode=82.211.30.212


the wallet opens and then nothing... how can we mine this?
member
Activity: 112
Merit: 100
i'll give 0.5 bitcoins for 10 000 of them ? i only have a guess of what they are worth . i mean theres a billion cap and i guess the odd person is getting 2500 a day . so i think it's within reason .

People are doing 1 BTC / 1k
legendary
Activity: 1064
Merit: 1002
how often are you finding blocks? if a block is created every millisecond and you find one say every 5 minutes if your lucky, that leaves thousands of blocks found by someone else during that time. how do you know where they are going? just because you find one block every 5 minutes (if even) doesn't mean you're not getting blown out of the water when hundreds of blocks are getting created every minute. 99% of the coins are probably going to the dev.

At one point I had about 10% of all coins. My first block arrived 9 minutes after the forum post, my rate back then was 5 blocks per minute.

i was on it about the same time but Have never mined with the client before. Had to wait about 20 minutes to figure it out. I estimate it cost me a few thousand yac
newbie
Activity: 22
Merit: 0
i'll give 0.5 bitcoins for 10 000 of them ? i only have a guess of what they are worth . i mean theres a billion cap and i guess the odd person is getting 2500 a day . so i think it's within reason .
hero member
Activity: 714
Merit: 500
I opened both incoming and outgoing connections on 7688
I tried opening the client with no command line... no connections to the network

Tried multiple IPs

yacoin-qt -gen -genproclimit=1 -addnode=178.140.183.194:50765
yacoin-qt -gen -genproclimit=1 -addnode=82.211.30.212
yacoin-qt -gen -genproclimit=1 -addnode=81.167.22.57

nothing happens...
legendary
Activity: 876
Merit: 1000
Etherscan.io
member
Activity: 84
Merit: 10
i'm doing like 1block/minute, but they are all orphans  Cry
sr. member
Activity: 406
Merit: 250
The cryptocoin watcher
how often are you finding blocks? if a block is created every millisecond and you find one say every 5 minutes if your lucky, that leaves thousands of blocks found by someone else during that time. how do you know where they are going? just because you find one block every 5 minutes (if even) doesn't mean you're not getting blown out of the water when hundreds of blocks are getting created every minute. 99% of the coins are probably going to the dev.

At one point I had about 10% of all coins. My first block arrived 9 minutes after the forum post, my rate back then was 5 blocks per minute.
legendary
Activity: 1064
Merit: 1002
hmm... didn't find a block in almost an hour now Sad


I was at almost 45 minutes then i got 4 in about 5 minutes
legendary
Activity: 876
Merit: 1000
Etherscan.io
Client is not connecting because it need NO NATTED Network, i putted on server where is static ip and it connect a node, on my home where i have better cpu i was unable to connect.

So ppl who was not able connect need to forward a port or get a non NATted internet. its very sorry to see this.


not true. I'm  in a NAT network and have no probs at all

Yes, as stated on a public IP with no firewalls but not getting a connection. Can someone share another node, this should also help with your stales if more connect to your IP
Jump to: