Bitcoin Forum
May 28, 2024, 10:50:09 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 »
21  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [CHC] ChainCoin - 0.9.2.4 Update - Rebranding - Cryptopia on: May 15, 2017, 05:55:03 PM
Hey guys I was wondering if I can run a masternode on a raspberry pi? Thanks!


shouldn't be a problem as long as you can provide it with a static public IP address (probably have to buy one somewhere, domestic ISPs/providers usually do not give you one for free)

That said, you will probably need a good power supply in order to have a high uptime, and microSD cards are probably not meant for such constant wear-and-tear (the master node writes the whole blockchain to disk). They are also notorious for corrupting your data on a bad system shutdown. So you might have to connect a physical hard disk. I have never looked into this though, just google for some DASH raspberry master node tutorials and you'll be fine.

Unless you are really enthusiastic about using a raspberry just for the coolness factor (and low electricity cost), paying for a small VPS will save you a lot of time and headache and thereby money.

Another question: is there a way to see how many masternodes currently exist in total?
22  Alternate cryptocurrencies / Announcements (Altcoins) / Re: *update client [ANN] BitBar New POW-POS scrypt CryptoCoin on: May 13, 2017, 02:50:02 PM
I guess someone clicked the wrong button in the cryptopia LTC market
23  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🔉[ANN]🔉 🎥 VISIO COIN 🎥 🚀 ultimate video streaming & sharing platform 🚀 on: May 11, 2017, 11:01:24 PM
I guess you really should take down the big ad banner on https://www.visio.wtf/ Cheesy
24  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SweepstakeCoin (SWEEP) - PoW/PoS, JHA, TOR, Sweepstake with True Random on: May 09, 2017, 08:37:11 AM
can some body please provide a working bat file please as the 1 im using doesn't seem to work thanks in advance

if you specify your miner i am sure someone will help you out
25  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SweepstakeCoin (SWEEP) - PoW/PoS, JHA, TOR, Sweepstake with True Random on: May 07, 2017, 11:34:45 PM
My 1080 only 23 MH / s, ccminer 1.8   Angry

did you crank up --intensity all the way to the top (25)? mine does ~19 MH/s on default intensity 20

hhow can i set the intensity thanks

just add --intensity 25 at the end of your ccminer command. Only works with the tpruvot ccminer 1.8 release, afaik the ccminer 1.2 posted in OP does not provide this option. The maximum intensity you can set depends von your card's amount of VRAM, so just play around to find the highest value at which the miner will still launch.
26  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SweepstakeCoin (SWEEP) - PoW/PoS, JHA, TOR, Sweepstake with True Random on: May 07, 2017, 11:25:47 PM
What issue do you have with mining? What HW do you have?
I have so many issues I don't know where to start. I have an i3 with Nvidia GeForce 840M. But: I'm running Linux. I do have oclvanitygen working on my GPU, but it took a lot of fiddling to get it right.
I'm running Windows 7 in VirtualBox, so I don't think it can use my GPU for mining. It would be nice to get it working though.
So far I've only used CPU-mining for Nobtcoin (command line minerd on Linux), no other mining ever.

You can not pass the GPU through to the VM in order to mine, at least not yet, in 2017, on consumer hardware - at least afaik. You're better off running native Windows, and a desktop PC - that poor notebook!

If you really want to go with Linux, it's a bit more work - first you need nvidia drivers if you don't have them already, and pray to the gods that they work with your hardware. If you don't have Nvidia Drivers yet or don't know if you do, prepare for system breakage and backup your stuff. I assume you are on some *Buntu or else you probably would not have problems Grin

I found the PPA to work best to install the drivers:
Code:
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt-get install nvidia-375

now you need NVIDIA CUDA...
Code:
cd ~ &&
wget https://developer.nvidia.com/compute/cuda/8.0/Prod2/local_installers/cuda_8.0.61_375.26_linux-run &&\
chmod +x cuda_*_linux.run &&\
sudo ./cuda_*_linux.run -extract=`pwd`/nvidia-installers &&\
cd ~/nvidia-installers &&\
sudo ./cuda-linux64-rel-*.run -noprompt &&\
sudo ./cuda-samples-linux-8.0*.run -noprompt -cudaprefix=/usr/local/cuda-8.0/

set cuda paths...
Quote
echo 'export CUDA_HOME=/usr/local/cuda' » ~/.bashrc &&
echo 'export LD_LIBRARY_PATH=${CUDA_HOME}/lib64:${CUDA_HOME}/extras/CUPTI/lib64' » ~/.bashrc &&
echo 'PATH=${CUDA_HOME}/bin:${PATH} ' » ~/.bashrc &&
source ~/.bashrc

test if cuda is running fine. pray to the gods again
Code:
cd /usr/local/cuda/samples/1_Utilities/deviceQuery &&
sudo make &&
sudo ./deviceQuery
(If your laptop runs bumblebee (notebook GPU switching between intel and nvidia for linux), you may have to add optirun in front of the command.)
Quote
sudo optirun ./deviceQuery

get ccminer sources (i guess for 1.8.4?) from https://github.com/tpruvot/ccminer/releases and extract them somewhere.

now you have to build the miner yourself.
this is how i build the current ccminer 2.0 versions, you might have to install additional dependencies.

Install dependencies
Code:
sudo apt-get install automake pkg-config libcurl4-openssl-dev -y
cd into the ccminer directory...
Code:
rm -f Makefile.in
rm -f config.status
make distclean || echo clean
./autogen.sh || echo done
CFLAGS="-O2" ./configure
make -j4

If all goes well, you should now be able to mine via ./ccminer ...COMMANDS... and so on. Might have to add optirun to the command again.
Good Luck!

27  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [HITMAN] HITMAN- SHA256 PoW - Big Bounty - Starting soon on: May 07, 2017, 06:27:14 PM
28  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SweepstakeCoin (SWEEP) - PoW/PoS, JHA, TOR, Sweepstake with True Random on: May 07, 2017, 02:54:47 PM
My 1080 only 23 MH / s, ccminer 1.8   Angry

did you crank up --intensity all the way to the top (25)? mine does ~19 MH/s on default intensity 20
29  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SweepstakeCoin (SWEEP) - PoW/PoS, JHA, TOR, Sweepstake with True Random on: May 07, 2017, 02:32:12 PM
MH, not KH !
I'm actually 5th on suprnova, with only 8 RX470 on it ...


That's like almost 2 x 1070:



that looks like ccminer 1.2? wow, my gtx1080 only reaches 26 MH/s (windows). Sad
31 MH/s with tpruvot's ccminer 1.8 at --intensity 25
30  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SweepstakeCoin (SWEEP) - PoW/PoS, JHA, TOR, Sweepstake with True Random on: May 06, 2017, 01:43:46 PM
maybe rename to sweepstake(s)? SweepStakeCoin feels convoluted Cheesy
31  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][LSK] Lisk | Blockchain Application Platform for JavaScript Developers on: July 10, 2016, 06:47:43 PM
I am just curious about something.... what does the Lisk logo represent? Some kind of granite rock? What is it please?
Interesting you bring this up because there doesnt seem to be a set definition for the word LISK. So as far as the logo is concerned Im not really sure. To me the logo looks like a blue crystal of sorts. Would also like to know what it means and what the logo represents?

I always just assumed it had something to with hydralisks and pylons
32  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][LSK] Lisk | Blockchain Application Platform for JavaScript Developers on: June 04, 2016, 03:35:05 PM
In order to receive rewards from lisk delegates that forward parts of their earnings (https://forum.lisk.io/viewtopic.php?f=6&t=340), do you have to be running a docker lisk node 24:7 or can you vote with their web wallet?
33  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.2 Automated Transactions on: February 27, 2015, 11:14:23 AM
...yeah that worked. thanks. hodor. Cheesy
34  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.2 Automated Transactions on: February 27, 2015, 10:32:50 AM
Tried to resync three times, always get stuck at this point:



latest 1.2.1 wallet. Sad
35  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Who wants to help rebuild ColossusCoin? (ColossusCoin 2.0 is Live 03/01/2015) on: February 03, 2015, 12:55:38 AM
anything? anyone?

dead?
36  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/etc. kernel switching miner on: December 22, 2014, 02:45:32 AM
is there a universally best working driver right now for X11/X13/X15 (or maybe even neoscrypt/lyra2RE) ?

im on 280x / 290 but maybe it is universal for all?
37  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Vertcoin - First Scrypt N | First Stealth Address - Privacy without mixer on: December 07, 2014, 12:31:15 AM
1047 khs on gtx 970 mini itx
38  Economy / Service Announcements / Re: [ANN] .0015 BTC per GH/s - 5 year contract **www.BitcoinCloudServices.com** on: November 28, 2014, 03:35:56 AM
The Bitcoin Black friday sale will be posted in a couple of hours Smiley

still waiting ... Cheesy
op will surely deliver
39  Alternate cryptocurrencies / Announcements (Altcoins) / Re: NovaCoinDark || NVCD || NO ICO || SHA256D, X11, BLAKE256 on: October 30, 2014, 03:20:10 PM
where is darkcoindark
40  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [AXR] Project Axron - 5* POD DEVELOPER - NOW ON BITTREX on: August 26, 2014, 08:04:53 AM
Cheesy then my job here is done and i will ride off into the sunset.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!