Bitcoin Forum
June 28, 2024, 02:12:29 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 »  All
  Print  
Author Topic: YACoin Info And Communication Thread For Newbies YAC the CPU/GPU Mined coin  (Read 13334 times)
YacLives (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0



View Profile WWW
June 10, 2013, 10:09:34 PM
Last edit: June 25, 2013, 09:51:44 PM by YacLives
 #1

         Put your cpus' to work while you mine Bitcoin
Hi i just wanted to start a thread in the newbie section for all the new commers to
YACoin or people who are lurkers who wanted to ask any questions about
YACoin all the "How to" and "What If" that dont have a full access account yet

Im not a very good typer, speller or punctuator (is that even a word) but i will endeavour to keep this thread up to date with the latest software/links to
regarding YACoin how to start mining ect ect, and when i get out of newbie jail i will tell the other YAC enthusiest about it and they can also help
keep the thread alive
 
YACoin is currently on http://bter.com/trade/yac_btc trading and has been very stable

So lets get started, the main development thread where Windmaster our newly self appointed lightening rod lives
you can find mostly everything and everyone here like the new client updates ect ect


https://bitcointalk.org/index.php?topic=206577.0

http://yacointalk.com/
                                                       http://Pool.Yacointalk.com << Super fast Payouts at 70 confirmations instead of 520 and Super Fasts Server for Very Efficient Mining Smiley
Windamasters git repository

https://github.com/yacoin/yacoin

YACoin Think Tank

http://yacointalk.com/index.php/topic,273.0.html

Newest YACoin wallet

Newest Windows client
http://yacointalk.com/index.php/topic,294.msg1114.html#msg1114


Dependancys for Ububtu
sudo apt-get install build-essential libssl-dev libdb5.1-dev libdb5.1++-dev libboost-all-dev git
For Debian (stable)
sudo apt-get install build-essential libssl-dev libdb4.8-dev libdb4.8++-dev libboost-all-dev git
Download the source from Windmasters repos
git clone https://github.com/yacoin/yacoin
Change directory now to get started
cd yacoin/src
Change the -j4 to however many cores you have
make -j4 -f makefile.unix USE_UPNP=
Copy yacoind into /usr/bin
sudo cp yacoind /usr/bin/yacoind
With that installed now we have to make a config file
mkdir ~/.yacoin
If you dont have nano get it by typing
sudo apt-get install nano
Now to edit the conf file
sudo nano ~/.yacoin/yacoin.conf
Enter the following and when your're done press Ctrl X to save
server=1
daemon=1
rpcallowip=127.0.0.1
rpcuser=HardToGuessUsername
rpcpassword=HardToGuessPassword
You can start the deamon by just typing yacoind in terminal
give it some time to download the entire blockchain before you expect correct and current info
by typing yacoind getinfo, yacoind getmininginfo or ./yacoind help to see other commands to get your address or balence ect ect
or you can use the gui interface by typing yacoin



Here is the main YACoin p2pool thread with the software to also run your own node or just mine from others

https://bitcointalk.org/index.php?topic=202920.0

                 Mining software

Experimental GPU Miner

https://bitcointalk.org/index.php?topic=232241.0 <<<Tested and works visit here aswell to see how to best configure your card http://yacointalk.com/index.php/topic,274.msg1011.html#msg1011

CPU Miner

http://yacointalk.com/index.php/topic,264.0.html <<<Ive tested this and its a huge increase on the unfinished work here>> https://bitcointalk.org/index.php?topic=201027.0
extract the folder then make a new text doc in the folder and type

 minerd-avx.exe -a scrypt-jane -o http://84.200.240.198:8336/ -u YNyJ9qp6eSQmjra5gDFreoKMLtvNPrMMmJ -t 8 -q

editing your own address and prefered p2pool or mining pool just edit after the url and make -u YourMiningPoolUsername -p YourMiningPoolPaasword and edit -t to however many cores you want o use

now save as and give it a name followed by .bat (yacminer.bat) then choose all files in the drop down menu at the bottom then save and run that bat file to start your miner

Linux software

https://github.com/ali1234/cpuminer

Building in linux

sudo apt-get install git
sudo apt-get install libcurl4-openssl-dev automake make
Then download and build the miner:

git clone https://github.com/ali1234/cpuminer
cd cpuminer
sudo ./autogen.sh
sudo ./configure CFLAGS="-O3"
sudo make

This should be enough and more or less easy..
 Now you're ready to mine YACs. You can run the miner in backgroud with nohup (below is a sample for first YAC pools):

nohup ./minerd -a scrypt-jane -o http://YOURMININGPOOLADDRESS -u user -p password -t 4 -r 9999 2>&1 &

or for a P2pool which is more recommended as its usually free and you get a payout each block solved
nohup ./minerd -o http://84.200.240.198:8336 -u YNyJ9qp6eSQmjra5gDFreoKMLtvNPrMMmJ<<<<be sure to change this to your own addy. -a scrypt-jane -t8 -q -r 9999 2>&1 &

and remember to change the cores it uses by editing the -t option to the amount of cores you want to use ( -t8 for 8 cores -t6 for 6 cores)

NEW OFFICIAL YACOINTALK.COM POOL

http://Pool.Yacointalk.com << Super fast Payouts at 70 confirmations instead of 520 and Super Fasts Server for Very Efficient Mining Smiley[/gl
YacLives (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0



View Profile WWW
June 10, 2013, 10:44:20 PM
Last edit: June 16, 2013, 11:34:14 AM by YacLives
 #2

Get on board and get YAC some serious exposure!!! read here >>http://yacointalk.com/index.php/topic,296.msg1120.html#msg1120
amytheplanarshift
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500


View Profile
June 11, 2013, 07:24:50 AM
 #3

Great thread! Thanks for this! Smiley

http://nem.io/
XEM: NBT6RQ-B2K3DN-EB3BDF-TUE3FT-SBDCJJ-L4PCX5-GKL6
ranlo
Legendary
*
Offline Offline

Activity: 1974
Merit: 1007



View Profile
June 11, 2013, 07:41:23 AM
 #4

Thanks for the info! It'd help to have more information on its development as of lately, plans for the near/distant future, etc.

https://nanogames.io/i-bctalk-n/
Message for info on how to get kickbacks on sites like Nano (above) and CryptoPlay!
cdqbj
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
June 11, 2013, 07:47:42 AM
 #5

Thanks for the info!
bitdwarf
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


The cryptocoin watcher


View Profile
June 11, 2013, 07:48:13 AM
 #6

Bump for teh win.

𝖄𝖆𝖈: YF3feU4PNLHrjwa1zV63BcCdWVk5z6DAh5 · 𝕭𝖙𝖈: 12F78M4oaNmyGE5C25ZixarG2Nk6UBEqme
Ɏ: "the altcoin for the everyman, where the sweat on one's brow can be used to cool one's overheating CPU" -- theprofileth
askou
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
June 11, 2013, 07:48:37 AM
 #7

Thanks for the info!
yulongcw
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
June 11, 2013, 07:50:35 AM
 #8

Thanks for the info!
btccn
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
June 11, 2013, 07:52:13 AM
 #9

Thanks for the info!
comeagain
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
June 11, 2013, 07:52:38 AM
 #10

Great thread!
recome
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
June 11, 2013, 07:54:54 AM
 #11

3q
lxljr
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
June 11, 2013, 07:55:42 AM
 #12

thank you:-*
 Kiss Kiss Kiss Kiss Kiss
chdrg
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
June 11, 2013, 07:56:11 AM
 #13

yacoin is very good
email
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
June 11, 2013, 07:57:17 AM
 #14

YAC the CPU mined 。very good。
Boing7898
Sr. Member
****
Offline Offline

Activity: 686
Merit: 259



View Profile
June 11, 2013, 09:09:56 AM
 #15

Thanks for this informational thread!
dongshanwew
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
June 11, 2013, 09:13:30 AM
 #16

Thanks for the info!
Bitcoin Merchant
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
June 11, 2013, 05:11:42 PM
 #17

YACoin owner owns half the supply and will sell once yac is worth anything, AVOID AT ALL COSTS.
Boing7898
Sr. Member
****
Offline Offline

Activity: 686
Merit: 259



View Profile
June 11, 2013, 05:30:04 PM
 #18

YACoin owner owns half the supply and will sell once yac is worth anything, AVOID AT ALL COSTS.
Sure..  Roll Eyes





YacLives (OP)
Newbie
*
Offline Offline

Activity: 56
Merit: 0



View Profile WWW
June 12, 2013, 01:34:14 AM
 #19

Updated with Experimental GPU Miner  Shocked
Beave162
Hero Member
*****
Offline Offline

Activity: 809
Merit: 501



View Profile
June 12, 2013, 03:15:11 PM
 #20

Can someone explain to me what will happen to the viability of GPU mining with the N-increases?  It is basically going to be more RAM dependent?

YaCoin: YL5kf54wPPXKsXd5T18xCaNkyUsS1DgY7z 
BitCoin: 14PFbLyUdTyxZg3V8hnvj5VXkx3dhthmDj
Pages: [1] 2 3 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!