Bitcoin Forum
May 03, 2024, 03:28:19 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 [34] 35 36 37 38 39 40 41 42 43 44 45 46 »
661  Alternate cryptocurrencies / Altcoin Discussion / Re: YAC Pushpool? on: May 10, 2013, 08:50:49 PM
I know, that's what I meant. Found it:

https://github.com/paul2112/pushpool
662  Alternate cryptocurrencies / Altcoin Discussion / Re: YAC Pushpool? on: May 10, 2013, 08:44:54 PM
http://yac.dontmine.me/

Source code was also published... I don't remember where, but look around.
663  Alternate cryptocurrencies / Altcoin Discussion / Re: Is there anyway to re-launch YAC to make it fair? on: May 10, 2013, 07:53:20 PM
Bitcoin was already re-launched twice, once as Terracoin and again as Bytecoin.

-MarkM-


True. I'll add details and stop assuming people can read my mind. I mean, is the CPU mining only thing still a relevant advantage or have people figured out how to get a lot more juice out of their GPU's with it yet? In which case wouldn't that make a re-launch not as good...

That's exactly why a relaunch wouldn't work. Though I've seen no evidence, there's already conspiracy theorists claiming that several have adapted the new scrypt algo to GPUs in private. These people will still complain regardless.

It is non-trivial to port the code to GPUs and while it is *possible* someone has already done it, it's really unlikely.
664  Alternate cryptocurrencies / Altcoin Discussion / Re: Vircurex hacked? on: May 10, 2013, 07:17:31 PM
I've always thought vircurex admin were noobs, looks like I might be right. There's a reason that exchange never gained popularity.

I agree, the site was always extremely buggy, needless to say I never trusted it and didn't leave my coins on there for long.
665  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] yacoin: yet another altcoin. START is now. on: May 10, 2013, 06:19:18 PM
Code:
The pool is setup to wait for 540 confirms before paying

Lol. The fail is strong with this one.

Why's that? You have to wait for 540 confirms before a block is accepted, that's how YACoin works.
666  Alternate cryptocurrencies / Altcoin Discussion / Re: A request to BTB (Bitbar) holders on: May 10, 2013, 05:41:51 PM
Going by Google search volume BitBar is attracting quite a lot of interest for being a new alt:

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

An interesting data point if you ask me Smiley
667  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] yacoin: yet another altcoin. START is now. on: May 10, 2013, 05:39:18 PM
Same thing happened when Litecoin was released. Some people will have more of an advantage than you. Not much you can do other than deal with it.
668  Alternate cryptocurrencies / Altcoin Discussion / Re: how many coins do YAC have? on: May 10, 2013, 05:26:16 PM
The client tells you:

[moneysupply] => 2430016.77
669  Alternate cryptocurrencies / Altcoin Discussion / Re: 219.42059696 FTC for 12 LTC or .4 BTC on: May 10, 2013, 04:14:53 AM
219.42059696 FTC? No deal.

I'll do it for 219.42059697 FTC

(just kidding, not even interested but had to make fun of that).
670  Other / CPU/GPU Bitcoin mining hardware / Re: My 7990 Malta Results (GigaByte) on: May 10, 2013, 02:10:18 AM
Didn't come with the games? It should, AMD said so in the product announcement, maybe contact the retailer you bought from.

Thanks for the impressions. I too am curious how it performs mining scrypt, and what the temps are like.

These cards are selling out fast, never see them in stock on Newegg...
671  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] yacoin: yet another altcoin. START is now. on: May 10, 2013, 01:23:25 AM
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_list
to 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 got stuck at the makefile:
"me@ubuntu:~/yacoin/src$ make -f makefile.unix
g++ -c -O2 -msse2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/harry/yacoin/src -I/home/me/yacoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
In file included from alert.h:13:0,
                 from alert.cpp:8:
util.h:27:25: fatal error: openssl/sha.h: No such file or directory
compilation terminated.
make: *** [obj/alert.o] Error 1"

How would a Linux noob like me continue? Thanks in advance


Install openssl-devel
672  Alternate cryptocurrencies / Altcoin Discussion / Re: BitBar network breaks 1GH/sec! on: May 10, 2013, 12:48:17 AM
The hashrate will drop quick as BTB is now less profitable to mine than BTC.

I'll continue mining it even if it's slightly less profitable. But right now at this stage of the game that's not even a big deal. It's actually a good thing as it gets BitBar out of the pump and dump spotlight. As pointed out earlier, that sort of stuff kills a coin early on.
673  Alternate cryptocurrencies / Altcoin Discussion / Re: Get JKC and RYC to the exchanges on: May 10, 2013, 12:01:26 AM
JKC I can't see hitting an exchange, and RYC JUST launched yesterday... give it some time.
674  Alternate cryptocurrencies / Altcoin Discussion / Re: BitBar network breaks 1GH/sec! on: May 09, 2013, 10:44:14 PM
Completely false, I started mining around block 100 and the rate was 1 block was found on the network per 3 seconds roughly.


And the 5x block reward is NOTHING compared to 70% of all bitbars being mined within 30 ins. That coin is a joke and a half.

Taking block rewards into account at least 375000 RYC were mined during the first 30 mins actually, and how many are in circulation now? At ~5700 network blocks at least 50% of current circulation were mined within the first hour, and block rate has gone down massively since due to quick difficulty adjustments.

Bitbar is premined garbage, 70% of all bitbars were created in the first 30 mins. Scam scam scam.

RYC network hash rate was over 2gh then someone decided to ddos the pools. They just can't handle the explosive growth Smiley

Umm... RYC had a block reward 5x the normal rate for the first 500, and that likely went to 1 or 2 miners, as a GPU can chew through 100s of blocks per second at such a low difficulty. We will see when a block explorer shows up. So it's also premined garbage by your logic.

Beyond that there's nothing unique about RYC, it's CHNCoin 2.0. It's even attracting similar DDOS attacks.

BitBar and YACoin are the only two emerging alts that have potential right now. Only reason you're hyping this coin is because you got in on it early.

So, you are telling me that BitBar's block reward and start diff was not a massive scam? Oh, ok..

No, I don't really care about the premine. I happen to like BitBar because it's more than just a copycat. just pointing out the stupidity of calling BitBar a premine but not RYC. Be consistent...
675  Alternate cryptocurrencies / Altcoin Discussion / Re: BitBar network breaks 1GH/sec! on: May 09, 2013, 09:56:25 PM
Bitbar is premined garbage, 70% of all bitbars were created in the first 30 mins. Scam scam scam.

RYC network hash rate was over 2gh then someone decided to ddos the pools. They just can't handle the explosive growth Smiley

Umm... RYC had a block reward 5x the normal rate for the first 500, and that likely went to 1 or 2 miners, as a GPU can chew through 100s of blocks per second at such a low difficulty. We will see when a block explorer shows up. So it's also premined garbage by your logic.

Beyond that there's nothing unique about RYC, it's CHNCoin 2.0. It's even attracting similar DDOS attacks.

BitBar and YACoin are the only two emerging alts that have potential right now. Only reason you're hyping this coin is because you got in on it early.
676  Alternate cryptocurrencies / Altcoin Discussion / Re: BitBar network breaks 1GH/sec! on: May 09, 2013, 09:23:39 PM
Big deal... royalcoin hit 2GH already  Grin

BitBar hash rate has been growing steadily over the past week.

Let's see where Royalcoin is a week from now. IMO it's the next CHN and not doing even half as well. Look at the buy orders for it, bunch of people are offering 1-5 LTC for 1K RYC. That's JunkCoin territory lol.
677  Alternate cryptocurrencies / Altcoin Discussion / Re: LTC/RYC Exchange on: May 09, 2013, 08:21:28 PM
WTB 1K RYC / 1 LTC
678  Alternate cryptocurrencies / Altcoin Discussion / Re: The YACoin Superfun Premine Thread on: May 09, 2013, 08:16:54 PM
I mined around 400 on win 7 with i5 3570k oc'ed to 4.5Ghz

I was even late to party and running it in a sandbox for a few hours

So windows mining was differently possible

I think the biggest problem was/is network latency.

You can have a SUPER fast computer, but if your net is slow with high latency you will never get those solved blocks accepted since someone with better network latency already got their block accepted before you..



This. Latency is the biggest factor, at low difficulty it doesn't matter whether you're putting out a couple hundred kH/s faster than the other guy if he's on a better network as his shares will get accepted before yours.
679  Alternate cryptocurrencies / Altcoin Discussion / Re: Royalcoin unix compile problem obj/version.o: file not recognized on: May 09, 2013, 08:30:14 AM
Try:

Code:
make clean -f makefile.unix
make -f makefile.unix
680  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] RoyalCoin - a new scrypt based coin on: May 09, 2013, 08:05:19 AM
I got it too build doing this:
put build.h into src and src/obj
comment out the line "/bin/sh ../share/genbuild.sh ..." in makefile.unix
make -f makefile.unix

Quote from: build.h
#define BUILD_DESC "v0.6.3.0-g3aaa7ba-beta"
#define BUILD_DATE "2013-05-09 02:02:57 +0400"

also works well with a litecoin pushpool
so far 1 accepted out of 200(started around block 83), with 74 connections (i opened the port router side)

Works, thanks!
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 [34] 35 36 37 38 39 40 41 42 43 44 45 46 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!