Bitcoin Forum
May 05, 2024, 02:40:27 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 »
  Print  
Author Topic: Re: [ANN] Technobit HEX16A2 - 24 Ghs - 50 EUR 48 h shippment  (Read 104813 times)
iFA88
Full Member
***
Offline Offline

Activity: 237
Merit: 100



View Profile WWW
December 13, 2013, 12:11:32 PM
 #201

Dear Marto74,

Please merge the VUMCRQDKX order to SNOUOBCFN.
I have all 2 order payed, and i want that send you for me with DPD the all 6 HEX16A2 miner what i ordered.
Can u please say that, how many power use the HEX16A2 via USB. I see the USB 5v and ground wire is connected too the board.
Thank you very much!
Best Regards:
-iFA88

1714876827
Hero Member
*
Offline Offline

Posts: 1714876827

View Profile Personal Message (Offline)

Ignore
1714876827
Reply with quote  #2

1714876827
Report to moderator
1714876827
Hero Member
*
Offline Offline

Posts: 1714876827

View Profile Personal Message (Offline)

Ignore
1714876827
Reply with quote  #2

1714876827
Report to moderator
Activity + Trust + Earned Merit == The Most Recognized Users on Bitcointalk
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714876827
Hero Member
*
Offline Offline

Posts: 1714876827

View Profile Personal Message (Offline)

Ignore
1714876827
Reply with quote  #2

1714876827
Report to moderator
1714876827
Hero Member
*
Offline Offline

Posts: 1714876827

View Profile Personal Message (Offline)

Ignore
1714876827
Reply with quote  #2

1714876827
Report to moderator
patyjm
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
December 13, 2013, 12:33:41 PM
 #202

reimburse the money I promised yesterday
and still not returned anything
connects and does not answer the pm
not answering emails
told him I would open a police investigation for fraud and you give equal
I told him I was a cop and you're stealing my money
and does not return
you and written more than 5 pm and connects and does not answer
I hope to resolve this and refund me the money amicably
without having to open a police investigation for fraud
answer the pm and returns the money and forget all this

answer thanks
Zich
Legendary
*
Offline Offline

Activity: 1190
Merit: 1000


View Profile WWW
December 13, 2013, 12:36:33 PM
 #203

Dear Marto74,

Please merge the VUMCRQDKX order to SNOUOBCFN.
I have all 2 order payed, and i want that send you for me with DPD the all 6 HEX16A2 miner what i ordered.
Can u please say that, how many power use the HEX16A2 via USB. I see the USB 5v and ground wire is connected too the board.
Thank you very much!
Best Regards:
-iFA88



Do not need to be powered anymore.
Only Avalon gen1 based HEX16A requires powered hub.
With HEX16B and A2 you can used passive hub and to power even tp-link router from the boards and hub .
10x to our board designer for the efforts in this direction
Zich
Legendary
*
Offline Offline

Activity: 1190
Merit: 1000


View Profile WWW
December 14, 2013, 07:47:53 AM
 #204

How to install cgminer + hex patch & bfgminer for nanofury:

install needed library, if aptitude not working then use apt-get
Code:
1. sudo aptitude update
2. sudo aptitude install libudev-dev libusb-1.0-0-dev libfox-1.6-dev autotools-dev autoconf automake libtool libncurses-dev yasm curl libcurl4-openssl-dev libjansson-dev pkg-config uthash-dev make pkg-config yasm

download cgminer
Code:
Code:
1. mkdir cgminer
2. cd cgminer
3. wget https://github.com/ckolivas/cgminer/archive/v3.8.1.tar.gz
4. tar -xvf v3.8.1.tar.gz
5. cd cgminer-3.8.1
6. wget https://www.dropbox.com/s/5suzudn2t06087u/2e9afa38e39678a5dc5bf8be6d20baf1849b548c.patch
7. patch -p1 < 2e9afa38e39678a5dc5bf8be6d20baf1849b548c.patch
8. ./autogen.sh --enable-avalon --enable-bitfury --enable-hexminera --enable-hexminerb --enable-hexminerc
9. make

cgminer options
Code:
  --enable-hexminera      Compile support for HEX16A
  --enable-hexminerb      Compile support for HEX16B
  --enable-hexminerc      Compile support for HEX16A2
  --enable-avalon         Compile support for Avalon (default disabled)
  --enable-bflsc          Compile support for BFL ASICs (default disabled)
  --enable-bitforce       Compile support for BitForce FPGAs (default disabled)
  --enable-bitfury        Compile support for BitFury ASICs (default disabled)
  --enable-hashfast       Compile support for Hashfast (default disabled)
  --enable-icarus         Compile support for Icarus (default disabled)
  --enable-knc            Compile support for KnC miners (default disabled)
  --enable-bab            Compile support for BlackArrow Bitfury (default disabled)
  --enable-klondike       Compile support for Klondike (default disabled)
  --enable-modminer       Compile support for ModMiner FPGAs(default disabled)
  --without-curses        Compile support for curses TUI (default enabled)
  --with-system-libusb    Compile against dynamic system libusb (default use  included static libusb)

To run cgminer just go to the directory
Code:
1. cd cgminer
2. cd cgminer-3.8.1
3. sudo ./cgminer --hexminerb-voltage 900 --hexminerb-options 16:540

For nanofury

download HIDAPI from git
Code:
1. git clone git://github.com/signal11/hidapi.git hidapi
2. cd hidapi
3. ./bootstrap
4. ./configure --prefix=/usr
5. make
6. sudo make install

download bfgminer to some directory(in this example is "bfgminer")
Code:
1. mkdir bfgminer
2. cd bfgminer
3. wget http://luke.dashjr.org/programs/bitcoin/files/bfgminer/3.8.1/bfgminer-3.8.1.tbz2
4. tar xvf bfgminer-3.8.1.tbz2
5. cd bfgminer-3.8.1
6. ./configure <options>
7. make

bfgminer options
Example: ./configure --enable-bfsb --disable-bitforce
Code:
	--disable-avalon        Compile support for Avalon (default enabled)
--enable-cpumining      Build with cpu mining support(default disabled)
--enable-opencl         Compile support for OpenCL (default disabled)
--disable-adl           Build without ADL monitoring (default enabled)
--disable-bitfury       Compile support for Bitfury (default enabled)
--enable-bfsb           Compile support for BFSB (default disabled)
--disable-bigpic        Compile support for Big Picture Mining USB (default enabled)
--disable-littlefury    Compile support for LittleFury (default enabled)
--disable-nanofury      Compile support for NanoFury (default enabled)
--disable-hashbuster    Compile support for HashBuster Nano (default enabled)
--disable-hashbuster2   Compile support for HashBuster Micro (default if libusb)
--enable-metabank       Compile support for Metabank (default disabled)
--disable-bitforce      Compile support for BitForce (default enabled)
--disable-icarus        Compile support for Icarus (default enabled)
--disable-klondike      Compile support for Klondike (default enabled)
--enable-knc            Compile support for KnC (default disabled)
--disable-modminer      Compile support for ModMiner (default enabled)
--disable-x6500         Compile support for X6500 (default enabled)
--disable-ztex          Compile support for ZTEX (default if libusb)
--enable-scrypt         Compile support for scrypt mining (default disabled)
--with-system-libblkmaker  Use system libblkmaker rather than bundled one (default disabled)
--without-sensors       Build with libsensors monitoring (default enabled)
--without-curses        Compile support for curses TUI (default enabled)
--without-libmicrohttpd Compile support for libmicrohttpd getwork server (default enabled)
--without-libevent      Compile support for libevent stratum server (default enabled)
--without-libusb        Compile using libusb (default enabled)
--without-libudev       Autodetect FPGAs using libudev (default enabled)

For rapsberrypi change usb speed to usb 1 with text editor nano for nanofury to work but cgminer will not work with this setting
Code:
1. sudo nano /boot/cmdline.txt
then add dwc_otg.speed=1 at the end of line

To run bfgminer just go to the directory
Code:
1. cd miner
2. cd bfgminer-3.8.1
3. sudo ./bfgminer
btmtb
Sr. Member
****
Offline Offline

Activity: 291
Merit: 250

Scam-Busting PSA: Beware of Black Arrow Software


View Profile
December 14, 2013, 08:38:58 AM
 #205

Hey marto you´re a scammer send my money back

 
Fu.. u and your comp...

....
CTSPMDNHN    2013-11-22    1 147,20€    Bank Wire    Payment accepted    Invoice PDF    details Reorder
RFEEXSMUR    2013-11-15    306,30€


return my fucking money dude
....

If you want to give this idiotic clown his money back you will not struggle to sell these extra boards, marto! I'm sure some of us here will happily buy them off you.
testerx
Hero Member
*****
Offline Offline

Activity: 608
Merit: 500



View Profile
December 14, 2013, 08:42:08 AM
 #206

I want an answer on my 4th email please or 2th or 1th or 5th

I dont want to give up on your company i simply need some anwer ... that´s all

there´s something on your emails that u didn´t read or understand ... yes i made a mistake on first order but noone to solve it, noone to answer my emails ?? I´ve made 2 orders after that i´ve thrust in you and your company and HuhHuh noone answers me noone cares.. So this is my time to give u a message .. i dont care also, return my money and my BTC cause i also dont care

Your orders are not late so will be delivered.
Sorry for the bad experience with us.

Best Martin
I'd be happy to buy his orders off of you if he ends up with a refund, lol.  Missed out on buying your December boards because my friend wanted to split the investment with me but then he didn't come through with the funds (we were gonna get 40 boards) and by then they were sold out.  *sigh*
pcotter
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
December 14, 2013, 09:14:00 AM
 #207

Those boards do include the chips? Ready to plug and play?
Chillin_with_beer
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
December 14, 2013, 09:32:29 AM
 #208

The voltage of 1.0.0.3 can be changed if you start hexminer_old.exe, change the voltage there and then start hexminer 1.0.0.3

But a major issue seems to be stability of either the software or the miner. Me and a collegue of mine have the same problem:
The miner is now running at 1450Mh/chip @ 1.1V, but even at 1400/1V I can't seem to get it stable under windows. Every few hours the hexminer program crashes (Both 1.0.0.2 and 1.0.0.3 with the serial reset). I have to plug the device in another usb port and start hexminer again.

Is there a way to start hexminer from the command line? If I could kill and start it with a scheduled script I would get a lot more mining hours.
Zich
Legendary
*
Offline Offline

Activity: 1190
Merit: 1000


View Profile WWW
December 14, 2013, 11:30:58 AM
 #209

Those boards do include the chips? Ready to plug and play?
There is 2 product in technobit site.
One is assembly service only & you need provide the chips(199,3 EUR). Other one is complete miner(299,3 EUR)  Smiley

Many customer had confuse by this & choose assembly service but asking for complete miner.

And it's not ready stock, they need up to 4 week process after receive payment
iFA88
Full Member
***
Offline Offline

Activity: 237
Merit: 100



View Profile WWW
December 14, 2013, 11:35:11 AM
 #210

Use Wmware for separate linux, patch cgminer why as on tplink. And then all would great:)

The voltage of 1.0.0.3 can be changed if you start hexminer_old.exe, change the voltage there and then start hexminer 1.0.0.3

But a major issue seems to be stability of either the software or the miner. Me and a collegue of mine have the same problem:
The miner is now running at 1450Mh/chip @ 1.1V, but even at 1400/1V I can't seem to get it stable under windows. Every few hours the hexminer program crashes (Both 1.0.0.2 and 1.0.0.3 with the serial reset). I have to plug the device in another usb port and start hexminer again.

Is there a way to start hexminer from the command line? If I could kill and start it with a scheduled script I would get a lot more mining hours.

marto74 (OP)
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500



View Profile WWW
December 14, 2013, 05:36:48 PM
 #211

Sorry too busy to answer each one of you
From today there is one member of the team dedicated to go trough customer support, hope it'll make things better.

In the product page it is written the shipment month.
@ the moment we are selling January shipment.
You can order 10 or 20.
We are not answering if you ask us for earlier delivery as far we have already late orders to finish.
All December orders will be shipped until end of December.

All orders are accepted only trough website.
We ship orders with transport cost paid.
If you ordered with packing only option you'll get an e-mail when your order is ready with address for pick up.
We ship first the orders that have paid transport.
Sending us more and more e-mails as kind for exact delivery date is only filling our inbox

Best Martin

http://technobit.eu
tips : 12DNdacCtUZ99qcP74FwchaCPzeDL9Voff
Chillin_with_beer
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
December 14, 2013, 08:50:51 PM
 #212

Use Wmware for separate linux, patch cgminer why as on tplink. And then all would great:)


ah y and pass usb to the vm, thanks for the tip! Smiley
Umklopp
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
December 15, 2013, 07:24:26 PM
 #213

All December orders will be shipped until end of December.

Dear Martin,

When will november orders be shipped?  -jk  Wink

Please have a (2nd) look at MIWHIUTDK. You allready looked at the order and noticed it should have been shipped and promised shippment for "monday morning"- that monday morning passed nearly two weeks ago, status still "payment accepted".

Maybe you should drain some more resources for support and shippment of TECHNOMACHINEX?

Thank you

daniel
Zich
Legendary
*
Offline Offline

Activity: 1190
Merit: 1000


View Profile WWW
December 16, 2013, 05:35:50 AM
 #214

For all my friends here, Merry Christmas & Happy New Year 2014.

newminer1988
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
December 16, 2013, 09:20:11 AM
 #215

Hey Martin!
I have sent an email and multiple PMs here and haven't had a reply.
I have an order for 4 boards which were to be shipped 1/2 week of december and i still haven't received anything.
They were payed in full with shipping cost : reference FXJWEGLKS
Please let me know
Jeffrey
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 16, 2013, 09:37:16 AM
 #216

Hey Martin!
I have sent an email and multiple PMs here and haven't had a reply.
I have an order for 4 boards which were to be shipped 1/2 week of december and i still haven't received anything.
They were payed in full with shipping cost : reference FXJWEGLKS
Please let me know

It's already said all december orders will be shipped before Christmas.

Still no answer on the "end of november shipment" orders though....
joeventura
Hero Member
*****
Offline Offline

Activity: 854
Merit: 500



View Profile
December 16, 2013, 09:43:45 AM
 #217

reimburse the money I promised yesterday
and still not returned anything
connects and does not answer the pm
not answering emails
told him I would open a police investigation for fraud and you give equal
I told him I was a cop and you're stealing my money
and does not return
you and written more than 5 pm and connects and does not answer
I hope to resolve this and refund me the money amicably
without having to open a police investigation for fraud
answer the pm and returns the money and forget all this

answer thanks

He has taken BTC from many and not delivered (me too) so make an entry to his trust so others are protected.


Sixem
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
December 16, 2013, 10:22:32 AM
 #218

Hey Martin!
I have sent an email and multiple PMs here and haven't had a reply.
I have an order for 4 boards which were to be shipped 1/2 week of december and i still haven't received anything.
They were payed in full with shipping cost : reference FXJWEGLKS
Please let me know

It's already said all december orders will be shipped before Christmas.

Still no answer on the "end of november shipment" orders though....

In one of his last update he changed the "until christmas"  to "All December orders will be shipped until end of December"
 
So if he keeps his promis, all orders with december shipping , wil be shipped before the end of the year
Jeffrey
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 16, 2013, 10:24:02 AM
 #219

Oh didn't see that.
Still curious about my november shipment order...  Huh
marto74 (OP)
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500



View Profile WWW
December 16, 2013, 07:33:41 PM
 #220

Oh didn't see that.
Still curious about my november shipment order...  Huh
order ref ?

http://technobit.eu
tips : 12DNdacCtUZ99qcP74FwchaCPzeDL9Voff
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!