Search content
Sort by

Showing 12 of 12 results by redrip
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] XanonCoin | XAN | X11 POW/POS | NO Premine/ IPO | BITTREX
by
redrip
on 14/07/2014, 14:08:45 UTC
I downloaded the Mac client and can't sync the wallet. I created the conf file as well as moved the wallet file in and out, still have issues getting the wallet to sync. Any ideas?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][TRUST] TrustPlus [X11][PoS 8 Hours 30Day Max][Premine = Bounties][6.3 Day]
by
redrip
on 05/07/2014, 19:30:06 UTC
Why isn't there a Mac Wallet yet? Will there be one?
Post
Topic
Board Service Announcements
Re: Bitsforbeats.com - Calling All Artists!
by
redrip
on 22/03/2014, 21:10:55 UTC
Who did that "Magic Internet Money" picture?  Cheesy It's great.

You're going to have the problem of people using other's music in order to attract donations somewhat anonymously, so you will want comments near to the donation address so any offenders can be called out and people can read what others are saying before they donate. But donations for good music is a good concept, so best of luck with it.

The Magic Internet Money picture is from Reddit /r/Bitcoin - Sometimes its displayed on the front page, pretty awesome logo, so we decided to link it over to the Bitcoin Reddit as well.

As for the anon artist posts, well we were hoping that anyone uploading tracks to Soundcloud should be aware Soundcloud makes them sign something saying that they are the original copyright owners of the music, I see what your saying though. As for submissions, so far people have been emailing us, we visit their Soundcloud page and look it over to make sure. I don't think this sort of thing would happen very often, but its definitely possible. I think a comment space beneath would be awesome, just not the best at html, so not sure how to go about that.

Post
Topic
Board Service Announcements
Re: Bitsforbeats.com - Calling All Artists!
by
redrip
on 22/03/2014, 21:02:43 UTC
Just a suggestion:  It would be nice if there was a better interface to show the bitcoin.   Perhaps a btc URI link, or use the code at blockchain.info that displays a pop-up window with the QR code for an address.  (look up an address on blockchain.info, then click the donate button that will show the code you need)


Yea that is a great idea. Not sure exactly how to do that on the html front but will look into it.
Post
Topic
Board Service Announcements
Topic OP
Bitsforbeats.com - Calling All Artists!
by
redrip
on 22/03/2014, 19:03:52 UTC
Hey Peeps,

Starting a new site for Artists by Artists called Bits for Beats. Point of the site is for any Bitcoin savvy artists wanting to, can have their music on the site (soundcloud links for now) and have their BTC Donation address tacked on to their track as well as a link to either their Soundcloud page or their artist website. As an artist myself, I think it's a good way for Bitcoin friendly artists and music fans in general to browse a growing collection of music and for possible donations to the artists if listeners like a specific tune. The site is very simple for now, wanted to keep it basic so the focus is on the music, tracks and artists. Any thoughts?

I spoke with a lot of people, most like the basic design of the site and its easy to read on mobile as well, but wanted to see what you guys thought of this and if you also had any suggestions. I'm not the best HTML person in the world, but any suggestions for features or anything, always open to hear them. Thanks!

http://bitsforbeats.com/

Artist Submissions:
Include Soundcloud link
Artist Name
Website
Bitcoin receive address for donations.

Email the above info to: bitsforbeatscom@gmail.com
Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] ipoMiner - Profitable multipool targeting new coins
by
redrip
on 18/03/2014, 01:33:35 UTC
@Coinonaer Great, feel free send me a message if you have any questions I can answer for your blog post. Thanks!

Hey IPOMiner!

First off, i'm a big fan of Multipool.us, I tried them all and you guys rock hands down. This new pool is exactly what I'm looking for as well, will probably be switching back and forth between multipool.us and ipo now, but my MAIN question is...Will we get some sort of App like Multipool has "Multistat" but for IPO instead? Would be awesome! Thanks and stay classy.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
redrip
on 12/03/2014, 10:48:19 UTC
/usr/bin/ld: cudaminer-cpu-miner.o: undefined reference to symbol 'SHA256'
/usr/lib/libcrypto.so.1.0.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:376: recipe for target 'cudaminer' failed
make[2]: *** [cudaminer] Error 1

any ideas?
yesterday git worked just fine

hmm need to link to OpenSSL libraries now... maybe that is not done yet.


The patch I supplied had a modified configure.ac. However, to make it work you have to completely clean everything flat and regenerate all the autoconf stuff. "make distclean" and run autogen.sh again.


I'm in the same boat, getting similar errors and not sure how to proceed...

For Reference, I just installed Ubuntu 13.10 today and am trying for the life of me to get Cudaminer to compile for my gtx750 ti's, error after error, finally keep getting this below..

Code:
cudaminer-cpu-miner.o: In function `stratum_gen_work':
/home/ted/Downloads/CudaMiner-master/cpu-miner.c:728: undefined reference to `SHA256'
fermi_kernel.o: In function `KernelInterface::do_blake256(dim3, dim3, int, int, unsigned int*, unsigned int, int, bool)':
/home/ted/Downloads/CudaMiner-master/salsa_kernel.h:104: undefined reference to `default_do_blake256'
fermi_kernel.o: In function `KernelInterface::prepare_blake256(int, unsigned int const*, unsigned int const*)':
/home/ted/Downloads/CudaMiner-master/salsa_kernel.h:101: undefined reference to `default_prepare_blake256'
collect2: error: ld returned 1 exit status
make[2]: *** [cudaminer] Error 1
make[2]: Leaving directory `/home/ted/Downloads/CudaMiner-master'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ted/Downloads/CudaMiner-master'
make: *** [all] Error 2
ted@miner1:~/Downloads/CudaMiner-master$


Getting closer?...

TIME   -g -O2 -MT cudaminer-cpu-miner.o -MD -MP -MF .deps/cudaminer-cpu-miner.Tpo -c -o cudaminer-cpu-miner.o `test -f 'cpu-miner.c' || echo './'`cpu-miner.c
cpu-miner.c:38:25: fatal error: openssl/sha.h: No such file or directory
compilation terminated.
make[2]: *** [cudaminer-cpu-miner.o] Error 1
make[2]: Leaving directory `/home/evan/Downloads/CudaMiner-master'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/evan/Downloads/CudaMiner-master'
make: *** [all] Error 2

Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
redrip
on 12/03/2014, 10:03:14 UTC
/usr/bin/ld: cudaminer-cpu-miner.o: undefined reference to symbol 'SHA256'
/usr/lib/libcrypto.so.1.0.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:376: recipe for target 'cudaminer' failed
make[2]: *** [cudaminer] Error 1

any ideas?
yesterday git worked just fine

hmm need to link to OpenSSL libraries now... maybe that is not done yet.


The patch I supplied had a modified configure.ac. However, to make it work you have to completely clean everything flat and regenerate all the autoconf stuff. "make distclean" and run autogen.sh again.


I'm in the same boat, getting similar errors and not sure how to proceed...

For Reference, I just installed Ubuntu 13.10 today and am trying for the life of me to get Cudaminer to compile for my gtx750 ti's, error after error, finally keep getting this below..

Code:
cudaminer-cpu-miner.o: In function `stratum_gen_work':
/home/ted/Downloads/CudaMiner-master/cpu-miner.c:728: undefined reference to `SHA256'
fermi_kernel.o: In function `KernelInterface::do_blake256(dim3, dim3, int, int, unsigned int*, unsigned int, int, bool)':
/home/ted/Downloads/CudaMiner-master/salsa_kernel.h:104: undefined reference to `default_do_blake256'
fermi_kernel.o: In function `KernelInterface::prepare_blake256(int, unsigned int const*, unsigned int const*)':
/home/ted/Downloads/CudaMiner-master/salsa_kernel.h:101: undefined reference to `default_prepare_blake256'
collect2: error: ld returned 1 exit status
make[2]: *** [cudaminer] Error 1
make[2]: Leaving directory `/home/ted/Downloads/CudaMiner-master'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ted/Downloads/CudaMiner-master'
make: *** [all] Error 2
ted@miner1:~/Downloads/CudaMiner-master$
Post
Topic
Board Mining
Re: Just bought a 200gh Avalon ASIC - Any Tips or Tweaks needed?
by
redrip
on 16/02/2014, 16:36:32 UTC
Bjorn, Terra & DrG, Thank you!

Post
Topic
Board Mining
Re: Just bought a 200gh Avalon ASIC - Any Tips or Tweaks needed?
by
redrip
on 16/02/2014, 06:45:31 UTC
get a refund

Why would I get a refund? I believe in Bitcoin for the longterm not the short term. Sure as it is now, it might take a while to make the profit back (think around 6 months?) but why would you say 200gh isn't worth it? If I mined with a Pool I'm going to make some BTC and I'm not paying for electricity so that factors in... Should I just drop 9k and buy a 3TH rig instead? Figured a 200gh rig would be a good start... I'm considering buying more depending on how this goes.

As an average user just trying to get some general feedback, I do appreciate your comment but again not sure why you would say to get a refund. 200gh seems pretty decent for starters and if it will be on 24/7 free of charge..What would you recommend instead? Buy a Radeon Rig and mine Doge?

Post
Topic
Board Mining
Topic OP
Just bought a 200gh Avalon ASIC - Any Tips or Tweaks needed?
by
redrip
on 16/02/2014, 01:59:37 UTC
Finally decided to pickup an ASIC Mining Rig after lots of lurking and research. I have a nice cool place for it with free electricity, but I'm new to ASIC Mining and was wondering if you guys have any tips on mining, tweaking or pools? I'm guessing 200GH is not fast enough to do solo mining for BTC, but I was thinking P2Pool or BTCGuild? Any tips or anything at all is greatly appreciated.

Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
redrip
on 14/02/2014, 00:38:03 UTC

(above logo by chapmanjw)



Here's my new pet project. I started this during the easter holidays in 2013 and this uses CUDA to squeeze up to 200%  more performance out of nVidia cards - as compared to OpenCL mining applications.  Grin

We can do scrypt (Litecoin, Dogecoin, etc...) and scrypt-jane based coins (Yacoin, Ultracoin, etc...) as well as the keccak based Maxcoin. I am also considering adding Blake256 for BlakeCoin.

Have a look at the Google Docs Spreadsheet for configuration and performance data. Please enter new data using this form. We now also have a spreadsheet for scrypt-jane, e.g. Yacoin and the corresponding Data Entry Form. Performance data for scrypt-jane is preliminary, as the feature is under development!

Here is another (somewhat outdated and chaotic) Google Docs spreadsheet with some performance figures and associated configuration settings.

Please carefully inspect the README.txt file before use. Usage is pretty much identical to pooler's cpuminer

current testing release (use for Maxcoin!):

cudaminer-2014-02-09.zip [32+64bit version] (7.1 MB) more stratum fixes for Maxcoin (fixes the boo's!)
SHA256 sum: ef37c97562d98cb95a7a243d8bb378250d9f067b62db239435e6a9975a83a3b8

current stable release (no Maxcoin!):

cudaminer-2014-02-04.zip [32+64bit version] (6.6 MB)
SHA256 sum: 4a38026f662dd06d84f2fe0e5f5098189888de8c0e9947bc24b3cedc4b5f0fdd

previous releases:

cudaminer-2014-02-02.zip [32+64bit version] (6.6 MB) with autotune hotfix
SHA256 sum: bad402d908862995ec67fd3dddb48a82883176ac7f20cef1f228462f88b04fbb

cudaminer-2013-12-18.zip [32+64bit version] (7.2 MB)
SH256 sum: 4d505804c80bd78fa1c661f74cc5d0e39f92a86f0507abc8ff2aa2b50ffba44b
ATTENTION! Fermi based devices like GTX 560, 570, 580, 590 seem to run quite hot with this release.

cudaminer-2013-12-10.zip [32+64bit version] (10.4 MB)
SHA256 sum: f6a9b1cfcd35867978589c2f36aaef45a16d0f57494777cb14a93366222c195a

cudaminer-2013-12-07.zip [32+64bit version] (9.5 MB)
SHA256 sum: 76dcddcf6d85cbd1ebe4acbb24497bfdae0f3ca9999694c4b152917f4559263a

cudaminer-2013-12-01.zip [32+64bit version] (10.4 MB)
SHA256 sum: dfb4f3a74e534132d397e45aae2f71933a013f557c3be4299e11759c6590b2be

cudaminer-2013-11-20.zip [Update: 32+64bit version] (11.4 MB)
SHA256 sum: 2db068884d0d5683e1b379cf8b4808f55a43b2612547757ce98a8bfe8d2fa0d4

cudaminer-2013-11-15.zip (5.1 MB)
SHA256 sum: 4d4821b0539c24b8882d00caa388e6f7aa8efb2480206e4c9dc2bc95532e3837

cudaminer-2013-11-14.zip (5.4 MB)
SHA256 sum: 5a81f97e183533683373849d73fc30b0b4d287cddb83ef327b0baba006b07c4f

cudaminer-2013-11-01.zip (5.0 MB)
SHA256 sum: 27564fdbc4c41b9d6994a03f8fd2e0a14a1d4a64f0da216b06e8810b604e4ab9

cudaminer-2013-10-10.zip (4.9 MB)
SHA256 sum: 7938965a046b84734daa4332327313b48d198d808a0cf85cb3f0a27e65260c4c

cudaminer-2013-07-13.zip (3.0 MB)
SHA256 sum: d14792ffc8fb5fc910b442d802c480f4f478fa18e2fc95736f525f97a0a9ad52

cudaminer-2013-04-30.zip (3.2 MB)  [1st update for the day: fixed 1D texture limit checking bug for S kernels]
SHA256 sum: 2d81b52e1051a4f724e75b0e84e231293809437aa060d21b2fd3b8bfc5b711f2

 Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin
If you find this useful, please donate a little. How about the first litecoin you successfully mine with this app? LKS1WDKGED647msBQfLBHV3Ls8sveGncnm      This is my "motivation address".
 Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin

MAC-OS X compiled binaries are found here: http://www.johnchapman.net/cudaminer/  (a third party site, use at your own risk)

Required dependencies for building on Windows:
pthreads: http://sourceware.org/pthreads-win32/
OpenSSL-Win32: http[Suspicious link removed]
curl-7.29.0: http://curl.haxx.se/download/curl-7.29.0.zip
or in precompiled form for Visual Studio 2010 SP1 cudaminer_vc2010_prerequisites.7z (49.3 MB)

Linux compilation is also possible now:
chmod +x configure autogen.sh     (.zip does not preserve the x bit)
./autogen.sh && ./configure && make

Better grab the sourcecode from github, as the .zip file contains has Windows style line endings in all ASCII files which you would have to convert first.

Christian


Whats your take on Vertcoin and will you plan on releasing a special version like you did for Max? Big fan of your Miners, they have been giving me 150%+ on my Nvidia Cards.

/Hi-Five,
redrip