Skip to content

Instantly share code, notes, and snippets.

View tbenz9's full-sized avatar

Thomas Bennett tbenz9

  • MX
  • Silicon Slopes, UT
View GitHub Profile
@tbenz9
tbenz9 / Sia Troubleshooting Megathread.md
Last active June 25, 2021 08:07
Sia Troubleshooting Megathread

Sia Troubleshooting Megathread

This document is intended to be a 'self-help' guide, if you want personal help please ask for help in the [Discord][discord] #help channel or email hello@sia.tech.

These steps may cause you to lose your existing contracts, files, and host data! Make sure you have a backup of your files, your seed and password, and the Sia configs. Make sure you understand the risks before completing any of the steps below!

Back up your Sia configurations

Your Sia configurations should be backed up in case you want to restore your previous configs. Copy the Sia-UI folder to a safe location, like in Documents, a USB drive, etc. The default location for the Sia-UI folder is:

  • Windows: Users\<user>\appdata\roaming\Sia-UI\
  • OS X: $HOME/Library/Application Support/Sia-UI/
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether b8:27:eb:86:c4:82 brd ff:ff:ff:ff:ff:ff
inet 192.168.0.2/24 brd 192.168.0.255 scope global eth0
valid_lft forever preferred_lft forever
inet6 2601:644:8001:875e:ba27:ebff:fe86:c482/64 scope global mngtmpaddr dynamic
valid_lft 86158sec preferred_lft 14158sec
inet6 fe80::ba27:ebff:fe86:c482/64 scope link
valid_lft forever preferred_lft forever
2018/04/05 20:11:41.546036 persist.go:73: STARTUP: Logging has started. Siad Version 1.3.2
2018/04/05 20:11:49.321247 accept.go:275: Height 1000 at 1522959109
2018/04/05 20:11:49.321269 accept.go:276: Download time: 2.379167266
2018/04/05 20:11:49.321275 accept.go:277: Validate time: 0.111929134
2018/04/05 20:11:49.321279 accept.go:278: Apply time: 0.004038387
2018/04/05 20:11:49.321284 accept.go:279: Subscribers time: 9.3625e-05
2018/04/05 20:11:49.942932 accept.go:275: Height 2000 at 1522959109
2018/04/05 20:11:49.942954 accept.go:276: Download time: 2.392915175
2018/04/05 20:11:49.942959 accept.go:277: Validate time: 0.370401454
2018/04/05 20:11:49.942964 accept.go:278: Apply time: 0.013796942
2018/03/01 05:53:40.720193 accept.go:289: accept: finished block processing loop
2018/03/01 05:53:41.287492 accept.go:245: accept: starting block processing loop (10 blocks, height 138930)
2018/03/01 05:53:41.515190 accept.go:273: accept: added change [157 190 183 129 73 44 246 118 201 106 52 65 195 109 225 51 208 123 223 214 119 154 64 238 5 237 247 46 127 121 225 75], applying blocks [000000], reverting blocks [] (height now 138931)
2018/03/01 05:53:41.636896 accept.go:273: accept: added change [42 67 30 201 144 80 120 47 144 196 94 13 59 37 176 196 154 239 141 54 143 245 242 2 241 49 119 200 22 10 252 14], applying blocks [000000], reverting blocks [] (height now 138932)
2018/03/01 05:53:41.702443 accept.go:273: accept: added change [116 247 88 21 245 166 40 165 46 32 109 120 214 76 131 130 17 235 224 159 36 194 97 105 59 160 146 46 79 131 217 235], applying blocks [000000], reverting blocks [] (height now 138933)
2018/03/01 05:53:41.777005 accept.go:273: accept: added change [136 165 99 87 105 154 115 248
APR="apr-1.5.2"
APRUTIL="apr-util-1.5.4"
SQLITE="sqlite-amalgamation-3071501"
ZLIB="zlib-1.2.8"
SVN="subversion-1.8.15"
# Setup Dependencies
cd /tmp/
curl -s http://mirror.nexcess.net/apache//apr/$APR.tar.gz -o $APR.tar.gz
tar xf $APR.tar.gz