Bitcoin Forum
June 23, 2024, 11:43:55 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Altcoin Discussion / Re: Help!!!! ASICCOIN Error: NO BLOCK SOURCE AVAILABLE. Can not sync wallet Help!!!! on: April 14, 2014, 10:39:25 AM
Folks, I am at my wits end. I downloaded ASICCOIN wallet but it will not sync. It returns a message "No block source available". I have added addition nodes but still no luck. Funny thing is, all of the other wallets that I am using all work perfect. Any help would be appreciated. Thanks

same issue here.. does anyone have a fix?


Finally I've found a fix.

Add these nodes to your AsicCoin client by Help --> Debug screen --> Console (I've got the dutch version, so I don't know if it's exactly the same in other languages, but you should give it a try).
When in Console, add these nodes by typing addnode [IP Address] add, where IP Address is an address from this list:

addnode=173.71.201.121
addnode=14.161.68.183
addnode=192.3.79.186
addnode=98.214.94.227
addnode=199.175.51.224
addnode=37.187.99.137
addnode=87.117.253.53
addnode=209.188.16.220
addnode=78.110.165.3
addnode=162.243.213.228
addnode=146.185.183.227
addnode=5.150.214.19
addnode=173.71.201.121
addnode=14.161.68.183
addnode=192.3.79.186
addnode=98.214.94.227
addnode=121.73.171.43
addnode=81.190.222.66
addnode=217.58.175.208
addnode=173.72.100.9
addnode=99.189.84.118
addnode=75.156.209.173
addnode=113.162.147.207
addnode=68.229.96.30
addnode=213.158.208.129
addnode=71.187.248.95
addnode=117.1.46.73
addnode=76.102.71.50
addnode=108.177.181.30
addnode=115.76.22.109
addnode=198.90.110.248
addnode=71.33.22.241


Cheers,
 
2  Other / CPU/GPU Bitcoin mining hardware / Re: NanoFury / Yellojacket on RaspberryPi - No Freq Drop - No hidapi on: March 23, 2014, 08:24:46 PM
Hi,

I was also struggling to get the Nanofury Yellowjackets active on the Raspberry(model B) with CGMiner. After a while I've found the way to go. By the way, the Nanofury is supported by CGMiner, just enable Bitfury.

This is what worked for me:

(As root)

apt-get update
apt-get upgrade
apt-get install libusb-1.0-0-dev libusb-1.0-0 libcurl4-openssl-dev libncurses5-dev libudev-dev autoconf libtool
git clone https://github.com/ckolivas/cgminer
./autogen.sh
./configure --enable-bitfury
make
make install

Most if this can also be found on the website of Bitgretiefter(http://www.bitgtr.com/), but I've just added autoconf and libtool to get autogen.sh working.


Cheers,
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!