svennand
|
|
May 09, 2013, 09:56:58 PM |
|
I have to move some of the park due to limitation in break-circuit size. Will the latency of using wireless or ethernet-over-powercircuit system make an inpact on the orphant rate?
Out of the house is fiber
|
|
|
|
bitdwarf
Sr. Member
Offline
Activity: 406
Merit: 250
The cryptocoin watcher
|
|
May 09, 2013, 10:03:02 PM |
|
Anyone figured out how to PoS mine with YaCoin yet?
You wait for coins to be 30 days old, then PoS rewards will appear in the wallet. You don't need to do anything special unless the wallet is encrypted. The info in NovaCoin and PPCoin should apply for that.
|
𝖄𝖆𝖈: YF3feU4PNLHrjwa1zV63BcCdWVk5z6DAh5 · 𝕭𝖙𝖈: 12F78M4oaNmyGE5C25ZixarG2Nk6UBEqme Ɏ: "the altcoin for the everyman, where the sweat on one's brow can be used to cool one's overheating CPU" -- theprofileth
|
|
|
B0FF
Newbie
Offline
Activity: 32
Merit: 0
|
|
May 09, 2013, 10:03:25 PM |
|
gave up trying to get everything working on ubuntu. Now I'm hoping someone can come up with a way to mine successfully on windows I saw that the OP got edited with a new binary. Testing it right now but i'm not having any luck for the last 3 hours
|
|
|
|
markm
Legendary
Offline
Activity: 3024
Merit: 1121
|
|
May 09, 2013, 10:03:38 PM |
|
Speaking of compatibility; have you been able to compile the QT version of the linux client? No luck with Qt5 here. I think someone should try to port the yacoin client from Qt4 to 5...
I don't use GUIs as a rule, however Fairbrix has no daemon so I was forced to use the -qt for that; also in the past I have for whatever stupid-to-me reason compiled other coins' -qt, not even sure why, I guess however stupid the reason I somehow did it despite the stupidity... qmake-qt4 make make install Is qt4 not available anymore for your distro? Heck I think recently with Fairbrix I even just did qmake, hmm. Maybe there is a switch someplace that decides which version qmake runs, so that it can in some setups default to qt4? Or maybe qt5's qmake is smart enough that if you have qt4 installed it will pass the job off to qt4? Whatever, back in the day, when I for some reason first tried to compile a -qt version of a coin, I discovered that on Fedora the qmake (or at least the one that worked at that time for that build) was named qmake-qt4 -MarkM-
|
|
|
|
JahPowerBit
Sr. Member
Offline
Activity: 335
Merit: 255
Counterparty Developer
|
|
May 09, 2013, 10:13:55 PM |
|
Anyone figured out how to PoS mine with YaCoin yet?
You wait for coins to be 30 days old, then PoS rewards will appear in the wallet. You don't need to do anything special unless the wallet is encrypted. The info in NovaCoin and PPCoin should apply for that. For newbies like me a snipet from http://novacoin.org/wiki/ : What’s Stake or Proof-of-Stake?
Stake/Proof-of-Stake is term referring to the use of currency itself (ownership) to achieve certain goals. In NovaCoin proof-of-stake is used to provide minting and transaction processing in place of proof-of-work. Please refer to our design paper for details of this approach and our implementation.
The ‘stake’ field in the getinfo output shows the currency amount you currently staked to protect the network. This amount is subject to the holding period of 520-block maturity window before you can use it again (it would return to your balance once matured)./
|
|
|
|
turtle83
|
|
May 09, 2013, 10:16:55 PM |
|
I have to move some of the park due to limitation in break-circuit size. Will the latency of using wireless or ethernet-over-powercircuit system make an inpact on the orphant rate?
Out of the house is fiber
Not so much the latency, but rather the packet loss for wireless. I have no idea abt ethernet over power and its effects on networks. I wouldn't trust wireless to maintain a large number of connections properly.
|
|
|
|
maxsolnc
|
|
May 09, 2013, 10:18:12 PM |
|
BTW if anyone wants to have free YACs in giveaway thread from me in next 30-40 mins, welcome to https://bitcointalk.org/index.php?topic=199716 . I want to sleeeeep, but have a little time for charity now
|
DTC: DMcKNp47fNtgM7sritK9GfJEQ1DzME5nwk BTC: 1FgUGra685ZwkrX5VnRvfaYp4bHJhC7x4H
|
|
|
bitdwarf
Sr. Member
Offline
Activity: 406
Merit: 250
The cryptocoin watcher
|
|
May 09, 2013, 10:21:23 PM |
|
That avatar...
|
𝖄𝖆𝖈: YF3feU4PNLHrjwa1zV63BcCdWVk5z6DAh5 · 𝕭𝖙𝖈: 12F78M4oaNmyGE5C25ZixarG2Nk6UBEqme Ɏ: "the altcoin for the everyman, where the sweat on one's brow can be used to cool one's overheating CPU" -- theprofileth
|
|
|
svennand
|
|
May 09, 2013, 10:27:50 PM |
|
I have to move some of the park due to limitation in break-circuit size. Will the latency of using wireless or ethernet-over-powercircuit system make an inpact on the orphant rate?
Out of the house is fiber
Not so much the latency, but rather the packet loss for wireless. I have no idea abt ethernet over power and its effects on networks. I wouldn't trust wireless to maintain a large number of connections properly. thats what i think of to, will investigate more on the ethernet over power. Alternative i will have to buy a LONG tp cabel and drag trough the house (dont think that will be popular with the misses=)
|
|
|
|
maxsolnc
|
|
May 09, 2013, 10:29:36 PM |
|
That avatar... Suddenly found it in google and thought "It is wonderful for YAC miner"
|
DTC: DMcKNp47fNtgM7sritK9GfJEQ1DzME5nwk BTC: 1FgUGra685ZwkrX5VnRvfaYp4bHJhC7x4H
|
|
|
|
Joe_Bauers
|
|
May 09, 2013, 10:39:39 PM |
|
A lot of people are asking me about this so - for Ubuntu 12 + Go to http://novacoin.org/install/ and follow the instructions substitute libdb4.8++-dev for libdb5.3++-dev for Ubuntu 12.10 + Next sudo apt-get install bitcoind to load the rest of the libs you need. Then git clone the client. In this instance git clone https://github.com/pocopoco/yacoin.gitEdit net.cpp in yacoin/src on line 28 and change static const int MAX_OUTBOUND_CONNECTIONS = 8; to static const int MAX_OUTBOUND_CONNECTIONS = 1000; <--- or whatever you want 200 is probably a bit more conservative Once compiled run the client and set the yacoin.conf to do that run editor /home/"YOURUSERNAME"/.yacoin/yacoin.conf and copy the rpcuser and pass that is generated on the screen Then run the client in daemon mode. ./yacoind -daemon -gen -addnode=82.211.30.212 Then you can run the commands from here https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_listto check the state. The only one you really need is ./yacoind getstatus P.S. since 82.211.30.212 is in the EU, it would help to run a VPN etc that is in or near Germany... If you found this useful YJoLsK17Z78C5dndqhh5os1mKnXcnUR2qM I am not sure if it was just me or my computer running Ubuntu 12.10, but this is the route I took thanks to all of the support I received here. Below is the instructions step by step that I used. # sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb5.3++- dev # sudo apt-get install git # sudo apt-get install bitcoind # sudo git clone https://github.com/pocopoco/yacoin# cd yacoin/src # Edit net.cpp in yacoin/src on line 28 and change static const int MAX_OUTBOUND_CONNECTIONS = 8; to static const int MAX_OUTBOUND_CONNECTIONS = 1000; <--- or whatever you want 200 is probably a bit more conservative # sudo apt-get install libminiupnpc-dev # make -f makefile.unix # Then run the client in daemon mode. ./yacoind -daemon -gen -addnode=82.211.30.212 # Once compiled run the client and set the yacoin.conf # to do that run editor /home/"YOURUSERNAME"/.yacoin/yacoin.conf and copy the rpcuser and pass that is generated on the screen # Then run the client in daemon mode. ./yacoind -daemon -gen -addnode=82.211.30.212 Then you can run the commands from here https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_listto check the state. The only one you really need is ./yacoind getstatus P.S. since 82.211.30.212 is in the EU, it would help to run a VPN etc that is in or near Germany... If you found this useful YJoLsK17Z78C5dndqhh5os1mKnXcnUR2qM I'm glad it worked for you. Welcome the Linux.
|
|
|
|
larkstongues
Member
Offline
Activity: 68
Merit: 10
|
|
May 09, 2013, 10:42:09 PM |
|
qmake-qt4 make make install
-.- I feel so stupid right now... Thanks for the enlightenment
|
pm for tech support
|
|
|
fenican
|
|
May 09, 2013, 10:54:34 PM |
|
Why use the GUI? Very easy to compile and run the headless version it supports all the same capabilities via command line arguments - just run it once in the background and then run again to issue commands to get balance, send coins, get hash rate, etc...
I had no problem compiling it on one of my EC2 Ubuntu instances. Don't think I'd want to run it on there though since the hash rate stinks and they are expensive.
|
|
|
|
larkstongues
Member
Offline
Activity: 68
Merit: 10
|
|
May 09, 2013, 11:01:32 PM |
|
Why use the GUI? Very easy to compile and run the headless version it supports all the same capabilities via command line arguments - just run it once in the background and then run again to issue commands to get balance, send coins, get hash rate, etc...
I had no problem compiling it on one of my EC2 Ubuntu instances. Don't think I'd want to run it on there though since the hash rate stinks and they are expensive.
I know there is no reason to run the GUI and only asked out of curiosity. I've been using yacoind all this time with no problems either; actually it's quite comfy to use. However, I think a working GUI makes yacoin more attractive to most users...
|
pm for tech support
|
|
|
96redformula
|
|
May 09, 2013, 11:08:49 PM |
|
Why use the GUI? Very easy to compile and run the headless version it supports all the same capabilities via command line arguments - just run it once in the background and then run again to issue commands to get balance, send coins, get hash rate, etc...
I had no problem compiling it on one of my EC2 Ubuntu instances. Don't think I'd want to run it on there though since the hash rate stinks and they are expensive.
I know there is no reason to run the GUI and only asked out of curiosity. I've been using yacoind all this time with no problems either; actually it's quite comfy to use. However, I think a working GUI makes yacoin more attractive to most users... Yeah I agree. We need a GUI for this baby.
|
|
|
|
Zaih
|
|
May 09, 2013, 11:09:17 PM |
|
Looks like this is taking off..
|
|
|
|
obermensch
Member
Offline
Activity: 106
Merit: 10
|
|
May 09, 2013, 11:11:41 PM |
|
Hi, i run the cpuminer now, and i get alot of hashes on my computers.
but how can i confirm that i actualy mining now? when i try to use the "getmininginfo" command, the wallet return that i have 0 hashpersec. so i am mining since the cpuminer submit hashes?
and, can someone be a saint, and send me a minimum amouth to check my wallet? Y9z3yMkzA7MQG8de1Kv6VwQxebqJQPVhUd
|
|
|
|
96redformula
|
|
May 09, 2013, 11:13:09 PM |
|
Hi, i run the cpuminer now, and i get alot of hashes on my computers.
but how can i confirm that i actualy mining now? when i try to use the "getmininginfo" command, the wallet return that i have 0 hashpersec. so i am mining since the cpuminer submit hashes?
and, can someone be a saint, and send me a minimum amouth to check my wallet? Y9z3yMkzA7MQG8de1Kv6VwQxebqJQPVhUd
Have 5 YAC
|
|
|
|
obermensch
Member
Offline
Activity: 106
Merit: 10
|
|
May 09, 2013, 11:14:53 PM |
|
Hi, i run the cpuminer now, and i get alot of hashes on my computers.
but how can i confirm that i actualy mining now? when i try to use the "getmininginfo" command, the wallet return that i have 0 hashpersec. so i am mining since the cpuminer submit hashes?
and, can someone be a saint, and send me a minimum amouth to check my wallet? Y9z3yMkzA7MQG8de1Kv6VwQxebqJQPVhUd
Have 5 YAC Sweet, it works, and i now declare my love for you
|
|
|
|
|