Bitcoin Forum
May 30, 2024, 04:24:16 PM *
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 »
81  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN][ICO] 🌟⭐🌟 JURY.ONLINE: THE FUTURE OF DISPUTES' RESOLUTION 🌟⭐🌟 on: October 28, 2017, 08:43:35 PM
A party uses a symmetric-key algorithm to encrypt the salt and store it in the smart contract of the deal. Later, the party will disclose the encryption key and reveal the verdict. What will happen if one party refuses to do it?
82  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN][ICO] MARK.SPACE - 3D/VR ecosystem on blockchain on: October 28, 2017, 07:01:44 PM
Explain the meaning of the fully decentralized architecture.

how does MARK.SPACE achieve it? What types of servers does it use?ee
83  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN][ICO] MARK.SPACE - 3D/VR ecosystem on blockchain on: October 27, 2017, 07:01:45 PM
Where do the platform users have their apartments to get an opportunity to share the pictures of them via different social networks?
84  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] [ICO] Robomed Network - a new medical network managed by blockchain token on: October 26, 2017, 07:47:13 PM
Have you guys followed SEC regulation by filing the proper paperwork (or are you planning to be non-US?) So far I haven't found a single ICO that has.
Also do you feel that China will fully investigate and approve your case before the ICO begins? As mentioned in the first half of my post most ICOs don't really go anywhere which is why they are working towards regulating them.
85  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN][ICO] MARK.SPACE - 3D/VR ecosystem on blockchain on: October 25, 2017, 10:07:31 PM
agree.
this is a very big project
I really like the workings of this project, pretty stunning and like a good idea to join, hopefully run well, btw
86  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] [ICO] Robomed Network - a new medical network managed by blockchain token on: October 25, 2017, 08:27:05 PM
How to participate/take part in ICO?
87  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] [ICO] Robomed Network - a new medical network managed by blockchain token on: October 25, 2017, 05:26:33 PM
nice work! how many devs/staff would you hire?
88  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] [ICO] Robomed Network - a new medical network managed by blockchain token on: October 24, 2017, 05:35:21 PM
Hello! Can i take any discount during token-sale campaign?
89  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] [ICO] Robomed Network - a new medical network managed by blockchain token on: October 23, 2017, 06:37:34 PM
what about bounty campaignduring ico?
90  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANN [GBX] Globitex - Linking Digital Currency to Global Trade on: October 23, 2017, 06:22:30 PM
Who will invest in this project? It looks bad.
91  Bitcoin / Hardware / Re: Antminer S7 B10 Failure on: April 23, 2016, 03:02:31 PM
Problem is, I cant even connect with Putty as the miner appears to be completely inaccesible.

http://imgur.com/yDMsOzb


Sorry for my mistake, It must not be the problem I linked, in fact it seems it has been fixed in new firmware and your B10 might already be fixed then.
92  Bitcoin / Mining support / Re: S7 Issues, Batch 2 on: April 23, 2016, 12:23:50 PM
You are welcome, happy it helped you Smiley
And thanks for the nice donation too, it is very appreciated Smiley
93  Bitcoin / Hardware / Re: ANTMINER S7 is available at bitmaintech.com with 4.86TH/s, 0.25J/GH on: April 22, 2016, 06:54:26 PM
This is what I see in my S5.

Code:
do_start() {
        # gpio1_16 = 48 = net check LED
        if [ ! -e /sys/class/gpio/gpio48 ]; then
                echo 48 > /sys/class/gpio/export
        fi
        echo low > /sys/class/gpio/gpio48/direction

        gateway=$(route -n | grep 'UG[ \t]' | awk '{print $2}')
        if [ x"" == x"$gateway" ]; then
                gateway="192.168.1.1"
        fi
        if [ "`ping -w 1 -c 1 $gateway | grep "100%" >/dev/null`" ]; then
                prs=1
                echo "$gateway is Not reachable"
        else
            prs=0
                echo "$gateway is reachable"
        fi
        #ping $gateway -W1 -c1 & > /dev/null
        #prs=$?
        if [ $prs = "0" ]; then
                echo heartbeat > /sys/class/leds/beaglebone:green:usr3/trigger
                echo 1 > /sys/class/gpio/gpio48/value
        else
                echo none > /sys/class/leds/beaglebone:green:usr3/trigger
                return
        fi
        sleep 5s
..and so on...

Looks like it only checks for the gateway.  I'll check out an S7 in a second.

Interesting.
I guess it has been removed in recent firmware...I have the S7 firmware from october 23
94  Bitcoin / Hardware / Re: ANTMINER S7 is available at bitmaintech.com with 4.86TH/s, 0.25J/GH on: April 22, 2016, 06:32:51 PM
I restarted both of my S5's a couple of hours ago without issue.  114.114.114.114 is apparently a DNS server in china.  It may indeed be down since it is not responding to DNS queries from me but I am on the outside of the great firewall so maybe that is normal?  I have all of my miners set with static IP's and 8.8.8.8 for DNS.
The exact original code in cgminer.sh is
Code:
network_ok=`ping -c 1 114.114.114.114 | grep " 0% packet loss" | wc -l`
if [ $network_ok -eq 0 ];then
    return
fi
So without a doubt, if the miner can't ping it, it won't start cgminer, it does not depend on which DNS you use. Maybe the S5 doesn't use the same IP, but I thought it would. (I have had the problem with S5 in the past but I don't have S5 to check anymore)
95  Bitcoin / Mining support / Re: S7 Issues, Batch 2 on: April 22, 2016, 05:54:42 PM
You should check my post there :

https://bitcointalk.org/index.php?topic=1165628.msg14632497#msg14632497
This problem will affect everyone including you as long as 114.114.114.114 is down
96  Bitcoin / Hardware / Re: Antminer S7 B10 Failure on: April 22, 2016, 05:52:27 PM
Hashes for about 15 minutes and after that, the green light stops blinking. I changed PSUs just to be sure and the issue persists. There is no connection to the setup page, I did notice that the 3 hashing boards are hashing perfectly. Is this a controller board issue? Anyone had a similar problem?

Thanks

Edit: Im using APW3-12-1600-B2 PSUs
You should check my post there :

https://bitcointalk.org/index.php?topic=1165628.msg14632497#msg14632497
This problem will affect everyone including you as long as 114.114.114.114 is down
97  Bitcoin / Hardware / Re: ANTMINER S7 is available at bitmaintech.com with 4.86TH/s, 0.25J/GH on: April 22, 2016, 05:39:15 PM
my 3 b1 S7 miners goes to silence yesterday, they can reachable but dont hashing, cgminer cant start hashing.
i tried nearly everything 1 solution is flash new firmware and go. but i am using 6hashboards Sad latest version is not handle 6 hashboards.
I suspect for date settings with ntpd . like a timebomb. change date settings to 2015 not works. Sad
any ideas ?
i am not linux guy i cant figured out. Sad
I had the same problem today and some days in the past also.

When you start or restart cgminer the cgminer.sh script (/etc/init.d/cgminer.sh) checks that the connectivity to 114.114.114.114 is up.
I guess it is a one of bitmain ip.
Today this IP (114.114.114.114) is down, so all of Bitmain gear (S3, S4, S5, and S7) will refuse to restart cgminer if you restart the miner or change your configuration.
If 114.114.114.114 is not up, the cgminer.sh script exits and does not start cgminer.
To fix the problem there are 3 possibilities:
1) Wait for 114.114.114.114 to get back up => Seems unacceptable to me.
2) Upgrade the firmware to a newer version

3)  Fix the script and restart cgminer.sh
To do that :

3.1)Connect to your miner by ssh
Replace 192.168.0.170 with the IP of your miner

Code:
ssh root@192.168.0.170
3.2)Edit /etc/init.d/cgminer.sh and comment out 3 lines from line 35 to 37:


Code:
vi /etc/init.d/cgminer.sh

Code:
#if [ $network_ok -eq 0 ];then
#    return
#fi

If you don't know how to use vi :
http://www.tutorialspoint.com/unix/unix-vi-editor.htm

3.3) Then restart cgminer with :

Code:
/etc/init.d/cgminer.sh restart


Warning :
You will have to redo the same modification if you reboot !
To avoid that, do after fixing cgminer.sh:

Code:
cp /etc/init.d/cgminer.sh /config/cgminer_fix.sh

And then if you reboot you only need to do :

Code:
cp /config/cgminer_fix.sh /etc/init.d/cgminer.sh
/etc/init.d/cgminer.sh restart

98  Bitcoin / Mining speculation / Re: diff thread Mar 3 to Mar 17? picks are open.... prize = 0.1 btc on: March 12, 2016, 11:01:26 AM
+8.8 = lanfeusst
99  Bitcoin / Mining speculation / Re: Diff thread Feb 7 to Feb 19? picks are open. on: February 14, 2016, 12:39:33 AM
+22.3 = lanfeusst
100  Bitcoin / Mining speculation / Re: Diff thread Jan 26 to Feb 9 picks are open. 0.2btc prize on: February 02, 2016, 03:56:37 PM
+18.7 = lanfeusst
Pages: « 1 2 3 4 [5] 6 7 8 9 10 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!