Bitcoin Forum
July 26, 2024, 07:06:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2]
21  Alternate cryptocurrencies / Mining (Altcoins) / Re: Innosilicon Dashminer A5 admin access (reset password) on: November 24, 2017, 09:29:28 PM
Also jizzy87 there is no ssh server on the A5, but telnet should give you the remote access you need.

Telnet server is on port 8100. Username and password as per 1st post.
22  Alternate cryptocurrencies / Mining (Altcoins) / Re: Innosilicon Dashminer A5 admin access (reset password) on: November 24, 2017, 09:17:03 PM
Hey gvsusa,

If you could send me a few lite that would be awesome - I literally stayed up almost 2 days trying to get access to my A5's !!!

My lite address is LgWMtfdsydYNoCdnnQZJugUJCJhkeuMQTm

One of my A5's is still playing up - only 2 of the 3 ASIC boards are working.

I logged in via telnet and ran the following command to debug the miner:

./innominer_T3 --debug

I don't have remote access right now but you can find the path to innominer_T3 by doing:

Code:
cd /
find . -name 'innominer_T3'

Then you can cd to that folder and run the command and hopefully get some output that will help you.

If you don't mind posting the pool details (not the wallet) where you are trying to mine I will see if I can spot anything wrong in your config.

jizzy87:

Try

Code:
cd /home/www/conf

and then

Code:
vi miner.conf
23  Alternate cryptocurrencies / Mining (Altcoins) / Re: Innosilicon A5 DashMaster 30.2G 750W on: November 24, 2017, 01:54:33 PM
OK new post created on how to reset the A5 password if you are having problems https://bitcointalk.org/index.php?topic=2455170.new#new
24  Alternate cryptocurrencies / Mining (Altcoins) / Innosilicon Dashminer A5 admin access (reset password) on: November 24, 2017, 01:37:22 PM
OK, here we go.

I ordered 2 Dashminer A5s and I had the same password problem a lot of you have had but I've discovered a way to get around this.

Now as soon as I post this information and Innosilicon read it I am sure they will change the password in the next firmware so this is only guaranteed to work on the firmware released on 22nd November or earlier.

To find this password I had to disassemble the firmware, find the encrypted password, and then crack it. The whole thing took me 2 days but this method works and will give you back control of your very expensive miner!

If this information helps you out I'd really appreciate if you could drop some Bitcoin BTC to my wallet 1MUfvg7LgFQ2m4BKariD8hZkQJZ5UEMRLS

If you don't have Linux skills then these instructions will be tricky to perform.

Let's get started:

1) Open a command prompt or terminal on your PC, this will need to be on the same network as your A5 and you'll need to know your A5's IP address (probably 192.168.1.254)

You will need to have the telnet program installed so if you don't then you'll need to Google how to install it on your operating system.

2) Test that your A5 is on the network using
Code:
ping 192.168.1.254

If that doesn't respond then you'll need to try other methods to get it on the network (flashing the firmware using the microSD card worked for me).

If you have multiple A5s then make sure only 1 is on the network or you will get IP address conflicts if they are all on the default address.

3) Connect to the telnet server on the A5

Code:
telnet 192.168.1.254 8100

4) Enter the username and password:

Code:
username:root
password:innot1t2

5) Change to the folder containing the password file

Code:
cd /home/www/conf

6) Edit the password file with vi as follows:

Code:
vi password

Press the insert key on your keyboard to enter editing mode
If there is no password then enter 12345678
If there is a password then note it down or change to your choice

7) Now save the password file
enter the key sequence
Code:
escape :wq enter

That's the escape key and then type a colon then wq and then press enter key this means "command-write-quit"

Now you can reset your A5 by pressing the reset button with a pen. After this you should be able to enter the config screen and log in with the password you just set.

If this information helps you out I'd really appreciate if you could drop some Bitcoin BTC to my wallet 1MUfvg7LgFQ2m4BKariD8hZkQJZ5UEMRLS

Cheers,

FB
25  Alternate cryptocurrencies / Mining (Altcoins) / Re: Innosilicon A5 DashMaster 30.2G 750W on: November 24, 2017, 01:04:04 PM
Anyone having problems with their A5 web admin password can reset it by logging into the hidden telnet admin server.

Code:
port: 8100
username: root
file to change: /home/www/conf/password

For the telnet password I spent 2 whole days cracking it out of the firmware (it's encrypted).

OK I'm going to create a new thread on how to access the telnet server and I'm going to post the password. Hopefully you guys will throw me a few satoshis as this took me a looooong time to crack.

Thanks,

FB
26  Alternate cryptocurrencies / Mining (Altcoins) / Re: Innosilicon A5 DashMaster 30.2G 750W on: November 24, 2017, 12:24:47 PM
Got my 2 A5s - loads of hassle getting them working and one of them has a dead ASIC board so only 2/3 board mining.

Posted here https://bitcointalk.org/index.php?topic=2454765.0 and here https://twitter.com/ManicMiner17/status/934027107621097472
27  Alternate cryptocurrencies / Mining (Altcoins) / Re: Innosilicon Dashminer A5 problems (bad ASIC chips) on: November 24, 2017, 12:14:35 PM


No light on 1 of the ASIC boards. Tried swapping cables and always this board that fails.
28  Alternate cryptocurrencies / Mining (Altcoins) / Innosilicon Dashminer A5 problems (bad ASIC chips) on: November 24, 2017, 11:52:15 AM
I've received my 2 Innosilicon Dashminer A5s and have had a lot of problems with them.

First of all, one did not have the default web admin password stated in the manual (12345678) so I had to disassemble the downloadable firmware and crack the root password for it's hidden telnet server on port 8100. That one is now up and running.

The other would not boot up until I re-flashed it via the microSD card. This one is now mining but 1 of the 3 ASIC boards has a fault and the status LED goes out as soon as it starts mining so it can only mine on 2 out of 3 ASICS.

I logged in via the telnet port and got this log out of it. Looks like bad chips on one of the boards.

No response from Innosilicon to the requests I made via their website form Sad

Anyone familiar with ASICS know if this can be fixed (firmware etc) or are these chips dead?

Thanks

Code:
./innominer_T3 --debug
 [2017-11-24 11:26:46] Started sgminer 4.4.2
 [2017-11-24 11:26:46] A1 detect
 [2017-11-24 11:26:46] hardware version is G19
 [2017-11-24 11:26:46] miner type is T1
 [2017-11-24 11:26:47] chip nums:264.
 [2017-11-24 11:26:47] pwm  name:/dev/pwmgen0.0.
 [2017-11-24 11:26:47] pwm  name:/dev/pwmgen1.0.
 [2017-11-24 11:26:47] pwm  step:10.
 [2017-11-24 11:26:47] duty max: 100.
 [2017-11-24 11:26:47] targ freq:7000.
 [2017-11-24 11:26:47] freq rate:7142.
 [2017-11-24 11:26:47] max  thrd:100.00.
 [2017-11-24 11:26:47] up   thrd:55.00.
 [2017-11-24 11:26:47] down thrd:35.00.
 [2017-11-24 11:26:47] temp nums:34.
 [2017-11-24 11:26:47] temp vmin:408.
 [2017-11-24 11:26:47] temp vmax:652.
 [2017-11-24 11:26:47] temp fstp: 5.00.
 [2017-11-24 11:26:47] temp fmin:-40.00.
 [2017-11-24 11:26:47] temp fmax:125.00.
 [2017-11-24 11:26:47] A1 = 1100,98
 [2017-11-24 11:26:47] A1 PLL Clock = 1092MHz
 [2017-11-24 11:26:47] A1 = 1100,98
 [2017-11-24 11:26:47] A1 PLL Clock = 1092MHz
 [2017-11-24 11:26:47] A1 = 1100,98
 [2017-11-24 11:26:47] A1 PLL Clock = 1092MHz
 [2017-11-24 11:26:47] A1 = 1100,98
 [2017-11-24 11:26:47] A1 PLL Clock = 1092MHz
 [2017-11-24 11:26:47] A1 = 1100,98
 [2017-11-24 11:26:47] A1 PLL Clock = 1092MHz
 [2017-11-24 11:26:47] A1 = 1100,98
 [2017-11-24 11:26:47] A1 PLL Clock = 1092MHz
 [2017-11-24 11:26:47] A1 = 1100,98
 [2017-11-24 11:26:47] A1 PLL Clock = 1092MHz
 [2017-11-24 11:26:47] A1 = 1100,98
 [2017-11-24 11:26:47] A1 PLL Clock = 1092MHz
 [2017-11-24 11:26:47] A1: checking A1 chain
 [2017-11-24 11:26:47] SPI '/dev/spidev0.0': mode=1, bits=8, speed=1500000
 [2017-11-24 11:26:47] SPI '/dev/spidev1.0': mode=1, bits=8, speed=1500000
 [2017-11-24 11:26:47] SPI '/dev/spidev2.0': mode=1, bits=8, speed=1500000
 [2017-11-24 11:26:47] SPI '/dev/spidev3.0': mode=1, bits=8, speed=1500000
 [2017-11-24 11:26:47] SPI '/dev/spidev4.0': mode=1, bits=8, speed=1500000
 [2017-11-24 11:26:47] SPI '/dev/spidev5.0': mode=1, bits=8, speed=1500000
 [2017-11-24 11:26:47] SPI '/dev/spidev6.0': mode=1, bits=8, speed=1500000
 [2017-11-24 11:26:47] SPI '/dev/spidev7.0': mode=1, bits=8, speed=1500000
set_vid_value:8.
 [2017-11-24 11:26:51] Plug Status[0] = 0

 [2017-11-24 11:26:52] Plug Status[1] = 0

 [2017-11-24 11:26:54] Plug Status[2] = 0

 [2017-11-24 11:26:55] Plug Status[3] = 1

 [2017-11-24 11:26:57] Plug Status[4] = 1

 [2017-11-24 11:26:58] Plug Status[5] = 1

 [2017-11-24 11:27:00] Plug Status[6] = 1

 [2017-11-24 11:27:01] Plug Status[7] = 1

 [2017-11-24 11:27:01] 0: A1 init chain
 [2017-11-24 11:27:01] send command [bist_start]

 [2017-11-24 11:27:01] spi_send_command,147

 [2017-11-24 11:27:01] spi_send_data,126

 [2017-11-24 11:27:01] 0: detected 33 chips
 [2017-11-24 11:27:01] send command [write_reg]

 [2017-11-24 11:27:01] #####Write t/v sensor Value Success!

 [2017-11-24 11:27:01] spidev0.0: 0: Found 33 A1 chips
 [2017-11-24 11:27:02] [chain_ID:0]: Found 33 Chips
 [2017-11-24 11:27:02] Detected the 0 A1 chain with 33 chips
 [2017-11-24 11:27:02] 1: A1 init chain
 [2017-11-24 11:27:02] send command [bist_start]

 [2017-11-24 11:27:02] spi_send_command,147

 [2017-11-24 11:27:02] spi_send_data,126

 [2017-11-24 11:27:02] cmd bist start: poll fail !
 [2017-11-24 11:27:02] bist start fail
 [2017-11-24 11:27:02] init a1 chain fail
 [2017-11-24 11:27:02] 2: A1 init chain
 [2017-11-24 11:27:02] send command [bist_start]

 [2017-11-24 11:27:02] spi_send_command,147

 [2017-11-24 11:27:02] spi_send_data,126

 [2017-11-24 11:27:02] cmd bist start: poll fail !
 [2017-11-24 11:27:02] bist start fail
 [2017-11-24 11:27:02] init a1 chain fail
 [2017-11-24 11:27:02] 3: A1 init chain
 [2017-11-24 11:27:02] send command [bist_start]

 [2017-11-24 11:27:02] spi_send_command,147

 [2017-11-24 11:27:02] spi_send_data,126

 [2017-11-24 11:27:02] cmd bist start: poll fail !
 [2017-11-24 11:27:02] bist start fail
 [2017-11-24 11:27:02] init a1 chain fail
 [2017-11-24 11:27:02] 4: A1 init chain
 [2017-11-24 11:27:02] send command [bist_start]

 [2017-11-24 11:27:02] spi_send_command,147

 [2017-11-24 11:27:02] spi_send_data,126

 [2017-11-24 11:27:02] cmd bist start: poll fail !
 [2017-11-24 11:27:02] bist start fail
 [2017-11-24 11:27:02] init a1 chain fail
 [2017-11-24 11:27:02] 5: A1 init chain
 [2017-11-24 11:27:02] send command [bist_start]

 [2017-11-24 11:27:02] spi_send_command,147

 [2017-11-24 11:27:02] spi_send_data,126

 [2017-11-24 11:27:02] cmd bist start: poll fail !
 [2017-11-24 11:27:02] bist start fail
 [2017-11-24 11:27:02] init a1 chain fail
 [2017-11-24 11:27:02] 6: A1 init chain
 [2017-11-24 11:27:02] send command [bist_start]

 [2017-11-24 11:27:02] spi_send_command,147

 [2017-11-24 11:27:02] spi_send_data,126

 [2017-11-24 11:27:02] cmd bist start: poll fail !
 [2017-11-24 11:27:02] bist start fail
 [2017-11-24 11:27:02] init a1 chain fail
 [2017-11-24 11:27:02] 7: A1 init chain
 [2017-11-24 11:27:02] send command [bist_start]

 [2017-11-24 11:27:02] spi_send_command,147

 [2017-11-24 11:27:02] spi_send_data,126

 [2017-11-24 11:27:02] cmd bist start: poll fail !
 [2017-11-24 11:27:02] bist start fail
 [2017-11-24 11:27:02] init a1 chain fail
 [2017-11-24 11:27:02] 0: A1 init chain
 [2017-11-24 11:27:02] send command [reset]

 [2017-11-24 11:27:02] spi_send_command,147

 [2017-11-24 11:27:02] spi_send_data,126

 [2017-11-24 11:27:02] send command [write_reg]

 [2017-11-24 11:27:02] send command [write_reg]

 [2017-11-24 11:27:02] send command [write_reg]

 [2017-11-24 11:27:02] send command [write_reg]

 [2017-11-24 11:27:02] send command [write_reg]

 [2017-11-24 11:27:02] send command [write_reg]

 [2017-11-24 11:27:02] send command [write_reg]

 [2017-11-24 11:27:02] cmd write reg: poll fail !
 [2017-11-24 11:27:02] Set Default PLL Five Times!
 [2017-11-24 11:27:02] send command [write_reg]

 [2017-11-24 11:27:02] set default PLL  2 Times Success
 [2017-11-24 11:27:03] send command [write_reg]

 [2017-11-24 11:27:03] send command [write_reg]

 [2017-11-24 11:27:03] send command [write_reg]

 [2017-11-24 11:27:03] send command [write_reg]

 [2017-11-24 11:27:03] send command [write_reg]

 [2017-11-24 11:27:03] send command [write_reg]

 [2017-11-24 11:27:03] send command [write_reg]

 [2017-11-24 11:27:03] send command [write_reg]

 [2017-11-24 11:27:04] send command [write_reg]

 [2017-11-24 11:27:04] send command [write_reg]

 [2017-11-24 11:27:04] send command [write_reg]

 [2017-11-24 11:27:04] send command [write_reg]

 [2017-11-24 11:27:04] send command [write_reg]

 [2017-11-24 11:27:04] send command [write_reg]

 [2017-11-24 11:27:04] send command [write_reg]

 [2017-11-24 11:27:04] send command [write_reg]

 [2017-11-24 11:27:05] send command [write_reg]

 [2017-11-24 11:27:05] send command [write_reg]

 [2017-11-24 11:27:05] send command [write_reg]

 [2017-11-24 11:27:05] send command [write_reg]

 [2017-11-24 11:27:05] send command [write_reg]

 [2017-11-24 11:27:05] send command [write_reg]

 [2017-11-24 11:27:05] send command [write_reg]

 [2017-11-24 11:27:05] send command [write_reg]

 [2017-11-24 11:27:06] send command [write_reg]

 [2017-11-24 11:27:06] send command [write_reg]

 [2017-11-24 11:27:06] send command [write_reg]

 [2017-11-24 11:27:06] send command [write_reg]

 [2017-11-24 11:27:06] send command [write_reg]

 [2017-11-24 11:27:06] send command [write_reg]

 [2017-11-24 11:27:06] send command [write_reg]

 [2017-11-24 11:27:06] send command [write_reg]

 [2017-11-24 11:27:07] send command [write_reg]

 [2017-11-24 11:27:07] send command [write_reg]

 [2017-11-24 11:27:07] send command [write_reg]

 [2017-11-24 11:27:07] send command [write_reg]

 [2017-11-24 11:27:07] send command [write_reg]

 [2017-11-24 11:27:07] send command [write_reg]

 [2017-11-24 11:27:07] send command [write_reg]

 [2017-11-24 11:27:07] send command [write_reg]

 [2017-11-24 11:27:08] send command [write_reg]

 [2017-11-24 11:27:08] send command [write_reg]

 [2017-11-24 11:27:08] send command [write_reg]

 [2017-11-24 11:27:08] send command [write_reg]

 [2017-11-24 11:27:08] send command [write_reg]

 [2017-11-24 11:27:08] send command [write_reg]

 [2017-11-24 11:27:08] cmd write reg: poll fail !
 [2017-11-24 11:27:08] Set Default PLL Five Times!
 [2017-11-24 11:27:08] send command [write_reg]

 [2017-11-24 11:27:08] cmd write reg: poll fail !
 [2017-11-24 11:27:08] send command [write_reg]

 [2017-11-24 11:27:08] cmd write reg: poll fail !
 [2017-11-24 11:27:08] send command [write_reg]

 [2017-11-24 11:27:08] cmd write reg: poll fail !
 [2017-11-24 11:27:08] send command [write_reg]

 [2017-11-24 11:27:08] cmd write reg: poll fail !
 [2017-11-24 11:27:08] send command [write_reg]

 [2017-11-24 11:27:08] send command [write_reg]

 [2017-11-24 11:27:09] send command [write_reg]

 [2017-11-24 11:27:09] send command [write_reg]

 [2017-11-24 11:27:09] send command [write_reg]

 [2017-11-24 11:27:09] send command [write_reg]

 [2017-11-24 11:27:09] send command [write_reg]

 [2017-11-24 11:27:09] send command [write_reg]

 [2017-11-24 11:27:09] send command [write_reg]

 [2017-11-24 11:27:09] send command [write_reg]

 [2017-11-24 11:27:10] send command [write_reg]

 [2017-11-24 11:27:10] send command [write_reg]

 [2017-11-24 11:27:10] send command [write_reg]

 [2017-11-24 11:27:10] send command [write_reg]

 [2017-11-24 11:27:10] send command [write_reg]

 [2017-11-24 11:27:10] send command [write_reg]

 [2017-11-24 11:27:10] send command [write_reg]

 [2017-11-24 11:27:10] send command [write_reg]

 [2017-11-24 11:27:11] send command [write_reg]

 [2017-11-24 11:27:11] send command [write_reg]

 [2017-11-24 11:27:11] send command [write_reg]

 [2017-11-24 11:27:11] send command [write_reg]

 [2017-11-24 11:27:11] send command [write_reg]

 [2017-11-24 11:27:11] send command [write_reg]

 [2017-11-24 11:27:11] send command [write_reg]

 [2017-11-24 11:27:11] send command [write_reg]

 [2017-11-24 11:27:12] send command [write_reg]

 [2017-11-24 11:27:12] cmd write reg: poll fail !
 [2017-11-24 11:27:12] Set Default PLL Five Times!
 [2017-11-24 11:27:12] send command [write_reg]

 [2017-11-24 11:27:12] send command [write_reg]

 [2017-11-24 11:27:12] send command [write_reg]

 [2017-11-24 11:27:12] send command [write_reg]

 [2017-11-24 11:27:12] send command [write_reg]

 [2017-11-24 11:27:12] send command [write_reg]

 [2017-11-24 11:27:12] send command [write_reg]

 [2017-11-24 11:27:12] send command [write_reg]

 [2017-11-24 11:27:13] send command [write_reg]

 [2017-11-24 11:27:13] send command [write_reg]

 [2017-11-24 11:27:13] send command [write_reg]

 [2017-11-24 11:27:13] send command [write_reg]

 [2017-11-24 11:27:13] send command [write_reg]

 [2017-11-24 11:27:13] send command [write_reg]

 [2017-11-24 11:27:13] send command [write_reg]

 [2017-11-24 11:27:13] send command [write_reg]

 [2017-11-24 11:27:14] send command [write_reg]

 [2017-11-24 11:27:14] send command [write_reg]

 [2017-11-24 11:27:14] send command [write_reg]

 [2017-11-24 11:27:14] inno_fan_temp_to_float: temp:519,520,512, 50.0000,55.0000
 [2017-11-24 11:27:14] inno_fan_temp_to_float: :50.0000, 5.0000,-1,-8
 [2017-11-24 11:27:14] inno_fan_temp_add:chain_0,chip_0,temp:50.6250(519)
 [2017-11-24 11:27:14] inno_fan_temp_to_float: temp:519,520,512, 50.0000,55.0000
 [2017-11-24 11:27:14] inno_fan_temp_to_float: :50.0000, 5.0000,-1,-8
 [2017-11-24 11:27:14] inno_fan_temp_to_float: temp:516,520,512, 50.0000,55.0000
 [2017-11-24 11:27:14] inno_fan_temp_to_float: :50.0000, 5.0000,-4,-8
 [2017-11-24 11:27:14] inno_fan_temp_add:chain_0,chip_1,temp:52.5000(516)
 [2017-11-24 11:27:14] inno_fan_temp_to_float: temp:516,520,512, 50.0000,55.0000
 [2017-11-24 11:27:14] inno_fan_temp_to_float: :50.0000, 5.0000,-4,-8
 [2017-11-24 11:27:14] inno_fan_temp_to_float: temp:535,535,527, 40.0000,45.0000
 [2017-11-24 11:27:14] inno_fan_temp_to_float: :40.0000, 5.0000,0,-8
 [2017-11-24 11:27:14] inno_fan_temp_add:chain_0,chip_2,temp:40.0000(535)
 [2017-11-24 11:27:14] inno_fan_temp_to_float: temp:535,535,527, 40.0000,45.0000
 [2017-11-24 11:27:14] inno_fan_temp_to_float: :40.0000, 5.0000,0,-8
 [2017-11-24 11:27:14] inno_fan_temp_to_float: temp:530,535,527, 40.0000,45.0000
 [2017-11-24 11:27:14] inno_fan_temp_to_float: :40.0000, 5.0000,-5,-8
 [2017-11-24 11:27:14] inno_fan_temp_add:chain_0,chip_3,temp:43.1250(530)
 [2017-11-24 11:27:14] inno_fan_temp_to_float: temp:530,535,527, 40.0000,45.0000
 [2017-11-24 11:27:14] inno_fan_temp_to_float: :40.0000, 5.0000,-5,-8
crc:9821,0
 [2017-11-24 11:27:14] 0: Failed to read register for chip 5 -> disabling
 [2017-11-24 11:27:14] init_ReadTemp...
 [2017-11-24 11:27:14] 0: A1 init chain reload
 [2017-11-24 11:27:14] send command [bist_start]

 [2017-11-24 11:27:14] spi_send_command,147

 [2017-11-24 11:27:14] spi_send_data,126

 [2017-11-24 11:27:14] [reload]0: detected 33 chips
send command [bist_collect]
 [2017-11-24 11:27:14] spi_send_command,147

 [2017-11-24 11:27:14] spi_send_data,126

 [2017-11-24 11:27:14] collect core success
 [2017-11-24 11:27:14] 0:  A1 chip-chain detected
 [2017-11-24 11:27:14] spidev0.0: 0: Found 33 A1 chips
 [2017-11-24 11:27:14] send command [bist_fix]

 [2017-11-24 11:27:14] spi_send_command,147

 [2017-11-24 11:27:14] spi_send_data,126

 [2017-11-24 11:27:14] send command [write_reg]

 [2017-11-24 11:27:14] send command [write_reg]

 [2017-11-24 11:27:14] cmd write reg: poll fail !
 [2017-11-24 11:27:14] send command [write_reg]

 [2017-11-24 11:27:14] cmd write reg: poll fail !
 [2017-11-24 11:27:14] send command [write_reg]

 [2017-11-24 11:27:14] cmd write reg: poll fail !
 [2017-11-24 11:27:14] send command [write_reg]

 [2017-11-24 11:27:14] send command [write_reg]

 [2017-11-24 11:27:14] cmd write reg: poll fail !
 [2017-11-24 11:27:14] send command [write_reg]

 [2017-11-24 11:27:14] cmd write reg: poll fail !
crc:a052,0
 [2017-11-24 11:27:14] 0: Failed to read register for chip 1 -> disabling
crc:6602,0
 [2017-11-24 11:27:14] 0: Failed to read register for chip 2 -> disabling
crc:a702,0
 [2017-11-24 11:27:14] 0: Failed to read register for chip 3 -> disabling
crc:6004,0
 [2017-11-24 11:27:14] 0: Failed to read register for chip 4 -> disabling
 [2017-11-24 11:27:14] 0: Failed to read register for chip 5 -> disabling
crc:6602,0
 [2017-11-24 11:27:14] 0: Failed to read register for chip 6 -> disabling
crc:a702,0
 [2017-11-24 11:27:14] 0: Failed to read register for chip 7 -> disabling
crc:6004,0
 [2017-11-24 11:27:14] 0: Failed to read register for chip 8 -> disabling
 [2017-11-24 11:27:14] 0: Failed to read register for chip 9 -> disabling
crc:6602,0
 [2017-11-24 11:27:14] 0: Failed to read register for chip 10 -> disabling
crc:a702,0
 [2017-11-24 11:27:14] 0: Failed to read register for chip 11 -> disabling
crc:6004,0
 [2017-11-24 11:27:14] 0: Failed to read register for chip 12 -> disabling
 [2017-11-24 11:27:14] 0: Failed to read register for chip 13 -> disabling
crc:6602,0
 [2017-11-24 11:27:14] 0: Failed to read register for chip 14 -> disabling
crc:a702,0
 [2017-11-24 11:27:14] 0: Failed to read register for chip 15 -> disabling
crc:6004,0
 [2017-11-24 11:27:14] 0: Failed to read register for chip 16 -> disabling
 [2017-11-24 11:27:14] 0: Failed to read register for chip 17 -> disabling
crc:6602,0
 [2017-11-24 11:27:14] 0: Failed to read register for chip 18 -> disabling
crc:a702,0
 [2017-11-24 11:27:14] 0: Failed to read register for chip 19 -> disabling
crc:6004,0
 [2017-11-24 11:27:14] 0: Failed to read register for chip 20 -> disabling
 [2017-11-24 11:27:14] 0: Failed to read register for chip 21 -> disabling
crc:6602,0
 [2017-11-24 11:27:14] 0: Failed to read register for chip 22 -> disabling
crc:a702,0
 [2017-11-24 11:27:14] 0: Failed to read register for chip 23 -> disabling
crc:6004,0
 [2017-11-24 11:27:14] 0: Failed to read register for chip 24 -> disabling
 [2017-11-24 11:27:14] 0: Failed to read register for chip 25 -> disabling
crc:6602,0
 [2017-11-24 11:27:14] 0: Failed to read register for chip 26 -> disabling
crc:a702,0
 [2017-11-24 11:27:14] 0: Failed to read register for chip 27 -> disabling
crc:6004,0
 [2017-11-24 11:27:14] 0: Failed to read register for chip 28 -> disabling
 [2017-11-24 11:27:14] 0: Failed to read register for chip 29 -> disabling
crc:6602,0
 [2017-11-24 11:27:14] 0: Failed to read register for chip 30 -> disabling
crc:a702,0
 [2017-11-24 11:27:14] 0: Failed to read register for chip 31 -> disabling
crc:6004,0
 [2017-11-24 11:27:14] 0: Failed to read register for chip 32 -> disabling
 [2017-11-24 11:27:14] 0: Failed to read register for chip 33 -> disabling
crc:6602,0
 [2017-11-24 11:27:14] send command [write_reg]

 [2017-11-24 11:27:14] cmd write reg: poll fail !
 [2017-11-24 11:27:14] send command [write_reg]

 [2017-11-24 11:27:14] cmd write reg: poll fail !
 [2017-11-24 11:27:14] send command [write_reg]

 [2017-11-24 11:27:14] cmd write reg: poll fail !
 [2017-11-24 11:27:14] send command [write_reg]

 [2017-11-24 11:27:15] cmd write reg: poll fail !
 [2017-11-24 11:27:15] send command [write_reg]

 [2017-11-24 11:27:15] cmd write reg: poll fail !
 [2017-11-24 11:27:15] send command [write_reg]

 [2017-11-24 11:27:15] cmd write reg: poll fail !
 [2017-11-24 11:27:15] send command [write_reg]

 [2017-11-24 11:27:15] cmd write reg: poll fail !
 [2017-11-24 11:27:15] 0: Failed to read register for chip 1 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_4,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_5,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] 0: Failed to read register for chip 2 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_5,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_6,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] 0: Failed to read register for chip 3 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_6,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_7,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] 0: Failed to read register for chip 4 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_7,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_8,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] 0: Failed to read register for chip 5 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_8,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_9,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] 0: Failed to read register for chip 6 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_9,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_10,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] 0: Failed to read register for chip 7 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_10,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_11,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] 0: Failed to read register for chip 8 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_11,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_12,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] 0: Failed to read register for chip 9 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_12,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_13,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] 0: Failed to read register for chip 10 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_13,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_14,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] 0: Failed to read register for chip 11 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_14,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_15,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] 0: Failed to read register for chip 12 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_15,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_16,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] 0: Failed to read register for chip 13 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_16,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_17,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] 0: Failed to read register for chip 14 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_17,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_18,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] 0: Failed to read register for chip 15 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_18,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_19,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] 0: Failed to read register for chip 16 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_19,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_20,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] 0: Failed to read register for chip 17 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_20,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_21,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] 0: Failed to read register for chip 18 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_21,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_22,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] 0: Failed to read register for chip 19 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_22,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_23,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] 0: Failed to read register for chip 20 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_23,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_24,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] 0: Failed to read register for chip 21 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_24,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_25,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] 0: Failed to read register for chip 22 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_25,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_26,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] 0: Failed to read register for chip 23 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_26,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_27,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] 0: Failed to read register for chip 24 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_27,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_28,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] 0: Failed to read register for chip 25 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_28,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_29,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] 0: Failed to read register for chip 26 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_29,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_30,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] 0: Failed to read register for chip 27 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_30,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_31,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] 0: Failed to read register for chip 28 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_31,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_32,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] 0: Failed to read register for chip 29 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_32,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_33,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] 0: Failed to read register for chip 30 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_33,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_34,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] 0: Failed to read register for chip 31 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_34,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_35,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] 0: Failed to read register for chip 32 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_35,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_36,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] 0: Failed to read register for chip 33 -> disabling
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_36,temp:9999.0000(0)
 [2017-11-24 11:27:15] inno_fan_temp_add:chain_0,chip_37,temp:9999.0000(0) is too high!

 [2017-11-24 11:27:15] not sort:
 [2017-11-24 11:27:15] chip_0:00000207(519)
 [2017-11-24 11:27:15] chip_1:00000204(516)
 [2017-11-24 11:27:15] chip_2:00000217(535)
 [2017-11-24 11:27:15] chip_3:00000212(530)
 [2017-11-24 11:27:15] chip_4:00000000(0)
 [2017-11-24 11:27:15] chip_5:00000000(0)
 [2017-11-24 11:27:15] chip_6:00000000(0)
 [2017-11-24 11:27:15] chip_7:00000000(0)
 [2017-11-24 11:27:15] chip_8:00000000(0)
 [2017-11-24 11:27:15] chip_9:00000000(0)
 [2017-11-24 11:27:15] chip_10:00000000(0)
 [2017-11-24 11:27:15] chip_11:00000000(0)
 [2017-11-24 11:27:15] chip_12:00000000(0)
 [2017-11-24 11:27:15] chip_13:00000000(0)
 [2017-11-24 11:27:15] chip_14:00000000(0)
 [2017-11-24 11:27:15] chip_15:00000000(0)
 [2017-11-24 11:27:15] chip_16:00000000(0)
 [2017-11-24 11:27:15] chip_17:00000000(0)
 [2017-11-24 11:27:15] chip_18:00000000(0)
 [2017-11-24 11:27:15] chip_19:00000000(0)
 [2017-11-24 11:27:15] chip_20:00000000(0)
 [2017-11-24 11:27:15] chip_21:00000000(0)
 [2017-11-24 11:27:15] chip_22:00000000(0)
 [2017-11-24 11:27:15] chip_23:00000000(0)
 [2017-11-24 11:27:15] chip_24:00000000(0)
 [2017-11-24 11:27:15] chip_25:00000000(0)
 [2017-11-24 11:27:15] chip_26:00000000(0)
 [2017-11-24 11:27:15] chip_27:00000000(0)
 [2017-11-24 11:27:15] chip_28:00000000(0)
 [2017-11-24 11:27:15] chip_29:00000000(0)
 [2017-11-24 11:27:15] chip_30:00000000(0)
 [2017-11-24 11:27:15] chip_31:00000000(0)
 [2017-11-24 11:27:15] chip_32:00000000(0)
 [2017-11-24 11:27:15] chip_33:00000000(0)
 [2017-11-24 11:27:15] chip_34:00000000(0)
 [2017-11-24 11:27:15] chip_35:00000000(0)
 [2017-11-24 11:27:15] chip_36:00000000(0)
 [2017-11-24 11:27:15] sorted:
 [2017-11-24 11:27:15] chip_0:00000000(0)
 [2017-11-24 11:27:15] chip_1:00000000(0)
 [2017-11-24 11:27:15] chip_2:00000000(0)
 [2017-11-24 11:27:15] chip_3:00000000(0)
 [2017-11-24 11:27:15] chip_4:00000000(0)
 [2017-11-24 11:27:15] chip_5:00000000(0)
 [2017-11-24 11:27:15] chip_6:00000000(0)
 [2017-11-24 11:27:15] chip_7:00000000(0)
 [2017-11-24 11:27:15] chip_8:00000000(0)
 [2017-11-24 11:27:15] chip_9:00000000(0)
 [2017-11-24 11:27:15] chip_10:00000000(0)
 [2017-11-24 11:27:15] chip_11:00000000(0)
 [2017-11-24 11:27:15] chip_12:00000000(0)
 [2017-11-24 11:27:15] chip_13:00000000(0)
 [2017-11-24 11:27:15] chip_14:00000000(0)
 [2017-11-24 11:27:15] chip_15:00000000(0)
 [2017-11-24 11:27:15] chip_16:00000000(0)
 [2017-11-24 11:27:15] chip_17:00000000(0)
 [2017-11-24 11:27:15] chip_18:00000000(0)
 [2017-11-24 11:27:15] chip_19:00000000(0)
 [2017-11-24 11:27:15] chip_20:00000000(0)
 [2017-11-24 11:27:15] chip_21:00000000(0)
 [2017-11-24 11:27:15] chip_22:00000000(0)
 [2017-11-24 11:27:15] chip_23:00000000(0)
 [2017-11-24 11:27:15] chip_24:00000000(0)
 [2017-11-24 11:27:15] chip_25:00000000(0)
 [2017-11-24 11:27:15] chip_26:00000000(0)
 [2017-11-24 11:27:15] chip_27:00000000(0)
 [2017-11-24 11:27:15] chip_28:00000000(0)
 [2017-11-24 11:27:15] chip_29:00000000(0)
 [2017-11-24 11:27:15] chip_30:00000000(0)
 [2017-11-24 11:27:15] chip_31:00000000(0)
 [2017-11-24 11:27:15] chip_32:00000000(0)
 [2017-11-24 11:27:15] chip_33:00000204(516)
 [2017-11-24 11:27:15] chip_34:00000207(519)
 [2017-11-24 11:27:15] chip_35:00000212(530)
 [2017-11-24 11:27:15] chip_36:00000217(535)
 [2017-11-24 11:27:15] sort end.
 [2017-11-24 11:27:15] inno_fan_temp_get_arvarge, chain_id:0, temp nums:37, valid index[1,36], reseult:9999.0000(44).

 [2017-11-24 11:27:15] [chain_ID:0]: Found 33 Chips With Total 0 Active Cores
 [2017-11-24 11:27:15] [chain_ID]: Temp:0

 [2017-11-24 11:27:15] Notice Chain 0 temp:0 Maybe Has Some Problem in Temperate
29  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD on: September 14, 2017, 03:21:46 PM
Thanks kydub, that one did have a broken config but the other non-working masternode was correct.

I've turned off staking using

Code:
staking=0
reservebalance=5000

and the masternode now shows
Code:
./coinonatxd getstakinginfo
{
    "enabled" : false,
    "staking" : false,
    "errors" : "",
    "currentblocksize" : 0,
    "currentblocktx" : 0,
    "pooledtx" : 0,
    "difficulty" : 292822.64254297,
    "search-interval" : 0,
    "weight" : 250329408570,
    "netstakeweight" : 223617043699649,
    "expectedtime" : 0
}

But I'm still seeing repeated

Code:
CActiveMasternode::ManageStatus() - Checking inbound connection to 'x.x.x.x:44678'
CActiveMasternode::GetMasterNodeVin - Could not locate specified vin from possible list
CActiveMasternode::ManageStatus() - Could not find suitable coins!
CActiveMasternode::Dseep() - Error: masternode is not in a running status
CActiveMasternode::ManageStatus() - Error on Ping: masternode is not in a running statusconnected to self at x.x.x.x:51448, disconnecting
CDarkSendPool::UpdateState() == 3 | 3
connect() to 80.92.226.17:44678 failed after select(): Network is unreachable

in both nodes so was wondering if there was a problem in the XCXT network.

Thanks
30  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD on: September 14, 2017, 11:19:35 AM
Hi,

I'd already received 7 or 8 coins on each masternode which I believe were confirmed. It's been in this status for over 24 hours now.

Code:
$ ./CoinonatX/src/coinonatxd masternode list-conf
{
}

Code:
more .CoinonatX/masternode.conf 
mn1 xxx.xxx.xxx.xxx:44678 526c1a###########################fb3f238 526c1###############################b3f238 1

Tried removing peers.dat and adding known good nodes to the .conf

Getting lots of connection refused and recv error 104:

Code:
socket recv error 104
connect() to 36.55.235.149:44678 failed after select(): Connection refused
CActiveMasternode::ManageStatus() - Checking inbound connection to '104.238.182.27:44678'
CActiveMasternode::GetMasterNodeVin - Could not locate specified vin from possible list
CActiveMasternode::ManageStatus() - Could not find suitable coins!
CActiveMasternode::Dseep() - Error: masternode is not in a running status
CActiveMasternode::ManageStatus() - Error on Ping: masternode is not in a running statussocket recv error 104
connect() to 188.102.211.160:44678 failed after select(): No route to host
CDarkSendPool::UpdateState() == 3 | 3
socket recv error 104
connect() to 177.85.75.12:44678 failed after select(): Connection refused
socket recv error 104
SetBestChain: new best=02e5149c46b6033bf8f056685a09bd835f1a636465c1d13bad496dcf220cec39  height=56344  trust=24528830554925494281  blocktrust=1742341774611765  date=09/14/17 11:19:12
ProcessBlock: ACCEPTED

Thanks
31  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD on: September 14, 2017, 08:56:40 AM
I had 2 masternodes running and receiving payments for a couple of days. Yesterday they both stopped working with
Code:
CActiveMasternode::ManageStatus() - Checking inbound connection to 'xxx.xxx.xxx.xxx:44678'
CActiveMasternode::GetMasterNodeVin - Could not locate specified vin from possible list
CActiveMasternode::ManageStatus() - Could not find suitable coins!
CActiveMasternode::Dseep() - Error: masternode is not in a running status

and I can't get them to restart the master nodes

list-conf shows nothing

Any hints appreciated, thanks !
32  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| DAS - Decentralized and Secure. Private Send. Masternodes. on: September 13, 2017, 01:07:08 PM
Code:
2017-09-13 12:17:42 UpdateTip: new best=000000000004790756d656135dc299371af50b92600c5c8d5e8fbecccf4831c6  height=42533  log2_work=57.298751  tx=58119  date=2017-09-13 12:17:40 progress=0.999998  cache=0.3MiB(1559tx)

My masternode just made 4 DAS so looks like it's slowly coming back to life?
33  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN| DAS - Decentralized and Secure. Private Send. Masternodes. on: September 13, 2017, 07:41:42 AM
Some signs of life this morning:

Code:
grep "new best" debug.log | grep "2017-09-13" | wc -l
136

Latest

Code:
2017-09-13 06:36:13 UpdateTip: new best=000000000013f6713b2e14997dc0ef465cb9a00f1b1827e8e1d9a66c1c6df093  height=42411  log2_work=57.29393  tx=57966  date=2017-09-13 06:35:57 progress=0.999988  cache=0.2MiB(1325tx)
Pages: « 1 [2]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!