Pages:
Author

Topic: [ANN] Technobit "DICE" 160Ghs Entry miner/blockchain personal lottery device - page 2. (Read 23304 times)

legendary
Activity: 1610
Merit: 1000
Very strange dude Huh
Any way you got your solution and ssh
Happy maiming
newbie
Activity: 7
Merit: 0
You are doing something wrong. Just install dice tplink fw using tftp to reset everything inside tplink or use web upgrade without keep settings
Ssh works for sure

That's what I did in the first place.

Quote
Disable the DHCP option on the tplink.

That solved it, thanks!

Also, here's the thing about the cooling. With the fact in mind that some of us live in tropical / extremely bloody hot countries, I've been pondering about adding a low power exhaust fan to it, so that I could make use of the default 915 frequency and 720 mv settings without causing a lot of hardware errors.
I bought an ultraquiet Akasa 80mm fan, which came along with screws and a 3-pin to 4-pin connector, along with a 3pin connector if you still want to monitor it's speed.
At maximum speed, I could barely hear any noise from it. It was also a -perfect- fit for the techobit's case, even the screws fit perfectly.

http://imgur.com/hq9xBVi
legendary
Activity: 1610
Merit: 1000
You are doing something wrong. Just install dice tplink fw using tftp to reset everything inside tplink or use web upgrade without keep settings
Ssh works for sure
sr. member
Activity: 427
Merit: 250
Gentlemen, I have a question about the firmware version for the TP-Link MR3020 which technobit released. (The DICE version, of course)
It seems the startup scripts might be messed up? The dropbear SSH interface doesn't seem to launch even when disabling and re-enabling it's auto start option, it has to be enabled manually.

Also, I'll be sharing shortly a post regarding my experience in enhancing DICE's cooling.
Disable the DHCP option on the tplink.
newbie
Activity: 7
Merit: 0
Gentlemen, I have a question about the firmware version for the TP-Link MR3020 which technobit released. (The DICE version, of course)
It seems the startup scripts might be messed up? The dropbear SSH interface doesn't seem to launch even when disabling and re-enabling it's auto start option, it has to be enabled manually.

Also, I'll be sharing shortly a post regarding my experience in enhancing DICE's cooling.
sr. member
Activity: 427
Merit: 250
Seriously though back to my earlier question is anyone making money off these or won the "lottery"? Or is it more just a hobby miner?
IMO is a hobby miner
hero member
Activity: 615
Merit: 500
Seriously though back to my earlier question is anyone making money off these or won the "lottery"? Or is it more just a hobby miner?
sr. member
Activity: 427
Merit: 250
I'm waiting my dices from december  Cry
sr. member
Activity: 420
Merit: 260
What is the current price on these? Has it been lowered to reflect the new low price of BTC? Huh

Yes, it's been lowered but not much  Cheesy

Without controller is 65 EUR & with controller is 88 EUR. http://technobit.eu/index.php?id_category=19&controller=category&id_lang=1

It need to be no more han $50 shipped to be of any use. Otherwise it's just a fancy paper weight.  Tongue
legendary
Activity: 1190
Merit: 1000
What is the current price on these? Has it been lowered to reflect the new low price of BTC? Huh

Yes, it's been lowered but not much  Cheesy

Without controller is 65 EUR & with controller is 88 EUR. http://technobit.eu/index.php?id_category=19&controller=category&id_lang=1
sr. member
Activity: 420
Merit: 260
What is the current price on these? Has it been lowered to reflect the new low price of BTC? Huh
newbie
Activity: 51
Merit: 0
Thanks, that worked ok.
legendary
Activity: 1190
Merit: 1000

Thanks for the instructions


I tried this on its own:
Code:
wget https://dl.dropboxusercontent.com/content_link/rdBCpet7uA9TpdgqtfviCaxohcLtnzEy5unGXyv71pSUDnfy2yXt53LS46NaQcsy?dl=1

and received

Code:
Resolving dl.dropboxusercontent.com (dl.dropboxusercontent.com)... 107.22.162.246, 107.20.178.212, 54.225.122.20, ...
Connecting to dl.dropboxusercontent.com (dl.dropboxusercontent.com)|107.22.162.246|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2015-02-06 16:05:45 ERROR 404: Not Found.

Ahh, sorry about that. Seem like dropbox can not be used anymore for wget command.

Try
Code:
wget www.tbdice.org/100_hex.patch
newbie
Activity: 51
Merit: 0

Thanks for the instructions


I tried this on its own:
Code:
wget https://dl.dropboxusercontent.com/content_link/rdBCpet7uA9TpdgqtfviCaxohcLtnzEy5unGXyv71pSUDnfy2yXt53LS46NaQcsy?dl=1

and received

Code:
Resolving dl.dropboxusercontent.com (dl.dropboxusercontent.com)... 107.22.162.246, 107.20.178.212, 54.225.122.20, ...
Connecting to dl.dropboxusercontent.com (dl.dropboxusercontent.com)|107.22.162.246|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2015-02-06 16:05:45 ERROR 404: Not Found.
legendary
Activity: 1190
Merit: 1000
Is the "technobit patch for cgminer" integrated into the official source code for cgminer yet ?

No, that won't happen. You need to apply the patch manually.

Surprising that Technobit requires their customers to do this rather than for them to arrange for it to be done just once.
Can you give me a link to the instructions.  Sorry if you have already published this.

Technobit provided ready for use firmware for TPLINK TL-MR3020 if you own TL-MR3020.

For pc running linux or Rpi:

Code:
1. sudo apt-get update
2. sudo apt-get upgrade
3. sudo apt-get install libudev-dev libusb-1.0-0-dev libfox-1.6-dev
4. sudo apt-get install autotools-dev autoconf automake
5. sudo apt-get install libtool libncurses-dev yasm
6. sudo apt-get install curl libcurl4-openssl-dev libjansson-dev screen
7. sudo apt-get install pkg-config uthash-dev make git-core

Code:
1. git clone https://github.com/ckolivas/cgminer.git
2. mv cgminer cgminer-4.9.1
3. cd cgminer-4.9.1
4. wget https://dl.dropboxusercontent.com/content_link/rdBCpet7uA9TpdgqtfviCaxohcLtnzEy5unGXyv71pSUDnfy2yXt53LS46NaQcsy?dl=1
6. patch -p1 < 100_hex.patch
7. ./autogen.sh --enable-hexminerr
8. make

For Windows: http://bitcoinbg.eu/tools/technobit/cgminer_technobit_win_0_4_1_DICE.zip
newbie
Activity: 51
Merit: 0
Is the "technobit patch for cgminer" integrated into the official source code for cgminer yet ?

No, that won't happen. You need to apply the patch manually.

Surprising that Technobit requires their customers to do this rather than for them to arrange for it to be done just once.
Can you give me a link to the instructions.  Sorry if you have already published this.
legendary
Activity: 1190
Merit: 1000
Is the "technobit patch for cgminer" integrated into the official source code for cgminer yet ?

No, that won't happen. You need to apply the patch manually.
newbie
Activity: 51
Merit: 0
Is the "technobit patch for cgminer" integrated into the official source code for cgminer yet ?
hero member
Activity: 615
Merit: 500
Has anyone made any BTC / won the BTC lottery off one of these yet?
Pages:
Jump to: