Bitcoin Forum
May 07, 2024, 09:57:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Services / Re: ✅🔥 MICROTX | THE ONLY WORKING TRANSACTION ACCELERATOR YOU WILL EVER NEED! 🔥✅ on: January 19, 2018, 11:46:27 PM
Yeah idk who the fuck this Lauda or whatever guy is i wish i could tag him but he randomly neg repped me for liking your service so it's good to know there's still dumbasses on this forum still. Anyway i liked the service and will be buying more credits regardless.
2  Economy / Services / Re: ✅🔥 MICROTX | THE ONLY WORKING TRANSACTION ACCELERATOR YOU WILL EVER NEED! 🔥✅ on: January 19, 2018, 06:09:41 PM
Well it took no time for the confirmation.
Transaction at time of submission:
https://imgur.com/WxZYPa7

Transaction processing:
https://imgur.com/KEPHMMP

Transaction confirmed:
https://imgur.com/2dcHiSW

Had no issues with buying the credit and accelerating. Pretty legit and HQ to me.
3  Economy / Services / Re: ✅🔥 MICROTX | THE ONLY WORKING TRANSACTION ACCELERATOR YOU WILL EVER NEED! 🔥✅ on: January 19, 2018, 02:12:27 PM
can you tell us why should we trust you if you can't even buy a domain for your accelerator site? if you asked me, I think you are just like the others which are only using free accelerator and is asking for fee :/


They do have a domain if you read carefully but otherwise I agree with you... why should you be trusted? You say you "send the tx to many mining pools" but typically those that offer this service have control over a pool and can prioritize it. Sounds very fishy to me

Yes they have their own domain, what I mean is .pw is a free domain, they didn't even spend some money to have better image for their customers. Would you trust people who can't afford to pay for a .com or something domain?

.pw isn't a free domain? I'll give it a shot, bought 1 credit to speed up a transaction that's stuck. I'll post back how it went for you guys.
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Minera v0.7.0] Your next mining dashboard - Networked/CPUminer/CGminer/BFGminer on: November 16, 2016, 09:26:44 PM
when you installed minera did you use Ubuntu 16 ?.  if so, the problem may be with the PHP in Ubuntu 16 you have use php 7.0 . i was having kind of the same issue . I made up my own install_minera.sh
 and do manual installs no issue now  but one bfg doesn't auto start but no big deal, i just  haven't got around to fixing it . here's is my install_minera.sh

with the corrected php for Ubuntu 16.4.1 installs. my install_minera.sh file installs no mining software other then maybe cpuminer, i replace BFG with my own version with the cp command.


Code:
#!/bin/bash
# This is the main install script for Minera https://github.com/michelem09/minera
# This script, as Minera, is intended to be used on a Debian-like system

echo -e "-----\nSTART Minera Install script\n-----\n"

echo -e "-----\nInstall extra packages\n-----\n"
apt-get -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install -y build-essential libtool libcurl4-openssl-dev libjansson-dev libudev-dev libncurses5-dev autoconf automake postfix redis-server git screen php7.0-cli php7.0-curl php7.0-fpm php7.0-readline php7.0-json wicd-curses uthash-dev libmicrohttpd-dev libevent-dev libusb-1.0-0-dev libusb-dev libblkmaker-0.1-dev shellinabox supervisor lighttpd

echo -e "Adding Minera user\n-----\n"
adduser minera --gecos "" --disabled-password
echo "minera:minera" | chpasswd

echo -e "Adding groups to Minera\n-----\n"
usermod -a -G dialout,plugdev,tty,www-data minera

echo -e "Adding sudoers configuration for www-data and minera users\n-----\n"
echo -e "\n#Minera settings\nminera ALL = (ALL) NOPASSWD: ALL\nwww-data ALL = (ALL) NOPASSWD: ALL" >> /etc/sudoers

MINER_OPT="--gc3355-detect --gc3355-autotune --freq=850 -o stratum+tcp://ltc.ghash.io:3333 -u michelem.minera -p x --retries=1"
MINER_BIN=`pwd`"/minera-bin/"
MINERA_LOGS="/var/log/minera"
MINERA_CONF=`pwd`"/conf"
MINERA_OLD_LOGS=`pwd`"/application/logs"

echo -e "Adding SSL certificate\n-----\n"
mkdir /etc/lighttpd/certs
cp $MINERA_CONF/lighttpd.pem /etc/lighttpd/certs/
chmod 400 /etc/lighttpd/certs/lighttpd.pem

echo -e "Copying Lighttpd conf\n-----\n"
cp $MINERA_CONF/lighttpd.conf /etc/lighttpd/
cp $MINERA_CONF/10-fastcgi.conf /etc/lighttpd/conf-available/10-fastcgi.conf
cp $MINERA_CONF/15-php7.0-fpm.conf /etc/lighttpd/conf-available/15-php7.0-fpm.conf
ln -s /etc/lighttpd/conf-available/10-fastcgi.conf /etc/lighttpd/conf-enabled/10-fastcgi.conf
ln -s /etc/lighttpd/conf-available/15-php7.0-fpm.conf  /etc/lighttpd/conf-enabled/15-php7.0-fpm.conf
service lighttpd restart

echo -e "Playing with minera dirs\n-----\n"
chown -R minera.minera `pwd`
mkdir -p $MINERA_LOGS
chmod 777 $MINERA_LOGS
chmod 777 $MINERA_CONF
chmod 777 minera-bin/cgminerStartupScript
chown -R minera.minera $MINERA_LOGS
rm -rf $MINERA_OLD_LOGS
ln -s $MINERA_LOGS $MINERA_OLD_LOGS

echo -e "Adding Minera logrotate\n-----\n"
cp `pwd`"/minera.logrotate" /etc/logrotate.d/minera
service rsyslog restart

echo -e "Adding default startup settings to redis\n-----\n"
echo -n $MINER_OPT | redis-cli -x set minerd_settings
echo -n "70e880b1effe0f770849d985231aed2784e11b38" | redis-cli -x set minera_password
echo -n "1" | redis-cli -x set guided_options
echo -n "0" | redis-cli -x set manual_options
echo -n "1" | redis-cli -x set minerd_autodetect
echo -n "1" | redis-cli -x set anonymous_stats
echo -n "cpuminer" | redis-cli -x set minerd_software
echo -n '["132","155","3"]' | redis-cli -x set dashboard_coin_rates
echo -e '[{"url":"stratum+tcp://ltc.ghash.io:3333","username":"michelem.minera","password":"x"}]'  | redis-cli -x set minerd_pools

echo -e "Adding minera startup command to rc.local\n-----\n"
chmod 777 /etc/rc.local

RC_LOCAL_CMD='su - minera -c "/usr/bin/screen -dmS cpuminer '$MINER_BIN'minerd '$MINER_OPT'"\nexit 0'

sed -i.bak "s/exit 0//g" /etc/rc.local

echo -e $RC_LOCAL_CMD >> /etc/rc.local

echo -e "Adding cron file in /etc/cron.d\n-----\n"

echo -e "*/1 * * * * www-data php `pwd`/index.php app cron" > /etc/cron.d/minera

echo -e "Configuring shellinabox\n-----\n"
sudo cp conf/shellinabox /etc/default/
sudo service shellinabox restart

echo -e "Copying cg/bfgminer udev rules\n-----\n"
sudo cp conf/01-cgminer.rules /etc/udev/rules.d/
sudo cp conf/70-bfgminer.rules /etc/udev/rules.d/
sudo service udev restart

echo -e "Installing NVM and Node requirements\n-----\n"
su - minera -c /var/www/minera/install_nvm.sh

echo -e "Installing libblkmaker\n-----\n"
LIBCOUNT=`strings -n5 /etc/ld.so.cache|grep -i libblkmaker|wc -l`
if [ $LIBCOUNT -lt 2 ];
then
cd minera-bin/src/libblkmaker
sudo make install
sudo ldconfig
fi

echo -e "Generating unique SSH keys\n-----\n"
sudo rm /etc/ssh/ssh_host_*
sudo dpkg-reconfigure openssh-server
sudo service ssh restart

echo -e "Building miners, this will take loooooooot of time in a low resource system, I strongly suggest you to take a beer (better two) and relax a while. Your Minera will be ready after this.\n-----\n"
su - minera -c /var/www/minera/build_miner.sh

echo -e 'DONE! Minera is ready!\n\nOpen the URL: http://'$(hostname -I | tr -d ' ')'/minera/\n\nAnd happy mining!\n'

I manually install minera on any PI type Or PC, i can install Ubuntu 16 on and not just RPI's, like this :.

Code:
sudo apt-get update
sudo apt-get upgrade



sudo apt-get install -y lighttpd php7.0-cgi
sudo lighty-enable-mod fastcgi-php
sudo lighty-enable-mod fastcgi
sudo service lighttpd force-reload

sudo apt-get install -y redis-server git screen php7.0-cli php7.0-curl libblkmaker-0.1-dev

cd /var/www
sudo git clone https://github.com/michelem09/minera
cd /var/www/minera

sudo ./install_minera.sh

replace the install_minera.sh file

before you do this:

Code:
sudo ./install_minera.sh

here:

Code:
cd /var/www/minera



It is 16.04, i tried your modified install and php7 but it just shells out refused connection and errors, i'm going to play around with it a little more but for the mean time i spun up a 14.04 server that i'll see if it changes/works on it. I don't care what version it goes on i just want it to work.
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Minera v0.7.0] Your next mining dashboard - Networked/CPUminer/CGminer/BFGminer on: November 14, 2016, 07:53:56 PM
So i'm not sure if this is a config issue on my end or what.

I have Minera 0.7 running on Ubuntu Server x64 and 4 gridseed 5 chips.
No matter what miner i run (bfg, cg, cgdmax, cpu) they all "run" not all of them hash but they all run if you check the log window.
However, cgdmax will hash and run but it shows that it is not running on the minera web interface.

I just have to run all 4 with the same settings. I even tried to run couminer with the auto tune function, did nothing.
Essentially everytime i try to use any miner it doesn't function with the basic settings of 5 chips and freq of 838.

I did follow the step by step instructions on the wesbite during install.
I built all of the miners with the build_miner.sh and did all at once.

Any ideas what to do or where to go from here?

UPDATE/EDIT: The gridseed's are hashing fineish with cgdmax miner, just doesn't show that it is running or the hash rate or anything. Heres the log:
Code:
 [2016-11-14 14:55:02] Started cgminer 4.3.5-scrypt.2
 [2016-11-14 14:55:02] Loaded configuration file /var/www/minera/conf/miner_conf.json
 [2016-11-14 14:55:02] Error in configuration file, partially loaded.
 [2016-11-14 14:55:02] Start cgminer with -T to see what failed to load.
 [2016-11-14 14:55:03] GridSeed options: 'freq=838,chips=5'
 [2016-11-14 14:55:03] Gridseed device found, firmware v01140113, driver v3.8.5.20140210.02, ID ttyACM0
 [2016-11-14 14:55:03] GSD0: System reseting
 [2016-11-14 14:55:03] GSD0: Set GC3355 core frequency to 838 MHz
 [2016-11-14 14:55:03] GridSeed options: 'freq=838,chips=5'
 [2016-11-14 14:55:03] Gridseed device found, firmware v01140113, driver v3.8.5.20140210.02, ID ttyACM1
 [2016-11-14 14:55:03] GSD1: System reseting
 [2016-11-14 14:55:04] GSD1: Set GC3355 core frequency to 838 MHz
 [2016-11-14 14:55:04] GridSeed options: 'freq=838,chips=5'
 [2016-11-14 14:55:04] Gridseed device found, firmware v01140113, driver v3.8.5.20140210.02, ID ttyACM2
 [2016-11-14 14:55:04] GSD2: System reseting
 [2016-11-14 14:55:04] GSD2: Set GC3355 core frequency to 838 MHz
 [2016-11-14 14:55:04] GridSeed options: 'freq=838,chips=5'
 [2016-11-14 14:55:04] Gridseed device found, firmware v01140113, driver v3.8.5.20140210.02, ID ttyACM3
 [2016-11-14 14:55:04] GSD3: System reseting
 [2016-11-14 14:55:05] GSD3: Set GC3355 core frequency to 838 MHz
 [2016-11-14 14:55:05] GridSeed GSD0 opened on usb:/dev/ttyACM0
 [2016-11-14 14:55:05] GridSeed GSD1 opened on usb:/dev/ttyACM1
 [2016-11-14 14:55:05] GridSeed GSD2 opened on usb:/dev/ttyACM2
 [2016-11-14 14:55:05] GridSeed GSD3 opened on usb:/dev/ttyACM3
 [2016-11-14 14:55:05] Probing for an alive pool
 [2016-11-14 14:55:05] Pool 1 difficulty changed to 16384
 [2016-11-14 14:55:05] Pool 2 difficulty changed to 16384
 [2016-11-14 14:55:05] Pool 4 difficulty changed to 16384
 [2016-11-14 14:55:05] Pool 1 difficulty changed to 1536
 [2016-11-14 14:55:05] Switching to pool 1 stratum+tcp://us-east.multipool.us:7777 - first alive pool
 [2016-11-14 14:55:05] Pool 2 difficulty changed to 1536
 [2016-11-14 14:55:05] Pool 4 difficulty changed to 1536
 [2016-11-14 14:55:05] Pool 3 difficulty changed to 256
 [2016-11-14 14:55:05] Pool 0 difficulty changed to 256
 [2016-11-14 14:55:05] Network diff set to 58.6K
 [2016-11-14 14:55:05] Pool 0 stratum+tcp://gridseed.give-me-coins.com:4256 alive, testing stability
 [2016-11-14 14:55:05] Switching to pool 0 stratum+tcp://gridseed.give-me-coins.com:4256
 [2016-11-14 14:55:09] Network diff set to 66
 [2016-11-14 14:55:09] Stratum from pool 1 detected new block
 [2016-11-14 14:55:11] GridSeed options: 'freq=838,chips=5'
 [2016-11-14 14:55:15] Accepted 5acab6fe Diff 722/256 GSD 2 pool 0
 [2016-11-14 14:55:17] GridSeed options: 'freq=838,chips=5'
 [2016-11-14 14:55:21] Accepted 515fad55 Diff 805/256 GSD 2 pool 0
 [2016-11-14 14:55:24] Accepted 7f99e265 Diff 514/256 GSD 2 pool 0
 [2016-11-14 14:55:28] GridSeed options: 'freq=838,chips=5'
 [2016-11-14 14:55:35] Accepted 628de7ac Diff 665/256 GSD 2 pool 0
 [2016-11-14 14:55:35] GridSeed options: 'freq=838,chips=5'
 [2016-11-14 14:55:40] Stratum from pool 0 requested work restart
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Minera v0.7.0] Your next mining dashboard - Networked/CPUminer/CGminer/BFGminer on: November 10, 2016, 12:47:11 AM
so i just got in a Zeus Thunder x6 NX and i have it on and setup and its running well, but i also have a gridseed 5 chip plugged in as well.
The zeus miner is running and i saved the config for the Zeus but how can i run the CGMiner for Zeus AND cpuminer for the gridseed?

Basically i would be running dual miner programs(cgminer and cpuminer or cgminer for zeus and cgminer for gridseed) with two different devices on the same raspberry pi.
I was thinking about adding a new line under the rc.local script but everytime i tried to add the cpuminer under the cgminer config it just cleared it out after i saved.
Any help is appreciated thanks!

And yes i'm new to the whole miner thing so this may seem simple to you but i couldn't find anything useful about my issue.
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: Wanting to start to mine for profit.. on: October 27, 2016, 09:11:10 PM
Alright i guess i might want to re-word what im saying/asking.....

Is it worth trying to get into mining LTC or should i try and dip into ETH and dig out a few grand for it?
I'm just not sure what is a good currency to start mining on.
8  Alternate cryptocurrencies / Mining (Altcoins) / Re: Wanting to start to mine for profit.. on: October 27, 2016, 04:11:33 PM
Use the calculators available online and put your numbers there, that is one way to estimate it.
No one can tell you how things are going to go exactly.

Few BTC mining calculators:
http://tradebtc.net/bitcalc.php
https://bitcoinwisdom.com/bitcoin/calculator

Yeah i've used the BTC calcs and the LTC calcs and it seems like i can get more out of LTC without having to spend more up front.
I just don't know much about the markets in general, but it seems like LTC for me is more of a doable option to mine.

Atleast with the power i'll be paying. (and the price for BTC miners)
9  Alternate cryptocurrencies / Mining (Altcoins) / Re: Wanting to start to mine for profit.. on: October 27, 2016, 02:51:56 PM
yeahhh that's kinda the issue i'm running into
What's my best bet though having to work with .12 KwH?

I know i can run one miner for free at another location but one isn't going to do too much...
I could also potentially run a few in another location for .07 KwH...
10  Alternate cryptocurrencies / Mining (Altcoins) / Wanting to start to mine for profit.. on: October 27, 2016, 02:39:20 PM
Alright so i've been doing a little research for the last few weeks on BTC mining, and LTC mining, SHA256, Scrypt etc...

I'm thinking of buying a scrypt miner (110MH/s) and test it for a month to see what i'm getting LTC per day/week/month and compare it to power consumption (i've used calcs and the numbers don't look too good).
No i am up against the wall as to what to mine and whats the best way, i'm basically doing this as a hobby and also really wanting to get something out of this.

My buddy has a skate shop with a hole second flor with plenty of room and power for atleast 10-20 miners, he pays about .12 per KwH.
Now here is where i am stuck.....buy and mine ASIC BTC miners.....buy and mine Scrypt LTC miners and mine for LTC....or mine something better in ROI...
Like i said i want to do this as a hobby (my buddy is down to let me do this as long as i make some profit for power bill etc).
But i as well want to make some profit out of this, i know LTC is still iffy to some people but i'd be down to mine it, i'd be ok to mine anything really.

So essentially my queston is:
What should i mine?
What miners should i buy??
What is the chance of profit over one month, 3months, and a year.
And what else am i missing from what i've read about?

Any help would be appreciated.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!