Bitcoin Forum
April 26, 2024, 08:33:34 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 »
  Print  
Author Topic: TechnoBit Eastern Europe, BG HEX16A 7 GH/s/Плaтки имoнтaж нa Aвaлoн чип  (Read 92654 times)
pereiratech
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
December 13, 2013, 12:16:52 PM
 #681

Well

I made 2 orders to Technobit paid by two different accounts in the past week still on time for December shipment, and neither money neither Miners.

I've sent several e-mails and still no answer! What the hell is going on?
The money was already transferred and I know that the money is in their accounts so why does it appear has waiting wire transfer?

BDXXSNUXY and WLIYJXNVI are already paid by two different bank accounts!!!

Several e-mails and no answer!

please reply, or else I' another one thinking that I was scammed by you guys.
1714120414
Hero Member
*
Offline Offline

Posts: 1714120414

View Profile Personal Message (Offline)

Ignore
1714120414
Reply with quote  #2

1714120414
Report to moderator
1714120414
Hero Member
*
Offline Offline

Posts: 1714120414

View Profile Personal Message (Offline)

Ignore
1714120414
Reply with quote  #2

1714120414
Report to moderator
Every time a block is mined, a certain amount of BTC (called the subsidy) is created out of thin air and given to the miner. The subsidy halves every four years and will reach 0 in about 130 years.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714120414
Hero Member
*
Offline Offline

Posts: 1714120414

View Profile Personal Message (Offline)

Ignore
1714120414
Reply with quote  #2

1714120414
Report to moderator
1714120414
Hero Member
*
Offline Offline

Posts: 1714120414

View Profile Personal Message (Offline)

Ignore
1714120414
Reply with quote  #2

1714120414
Report to moderator
1714120414
Hero Member
*
Offline Offline

Posts: 1714120414

View Profile Personal Message (Offline)

Ignore
1714120414
Reply with quote  #2

1714120414
Report to moderator
marto74 (OP)
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500



View Profile WWW
December 13, 2013, 07:44:28 PM
 #682

HI,
All
WE are just too busy
since tomorrow there is a new member of the team responsible for customer support.
All E-mails from now on will be answered or redirected to one responsible for solving the problem.

Best Martin

http://technobit.eu
tips : 12DNdacCtUZ99qcP74FwchaCPzeDL9Voff
capitalaccent
Full Member
***
Offline Offline

Activity: 134
Merit: 100

Bitleu Team


View Profile WWW
December 13, 2013, 08:32:08 PM
 #683

HI,
All
WE are just too busy
since tomorrow there is a new member of the team responsible for customer support.
All E-mails from now on will be answered or redirected to one responsible for solving the problem.

Best Martin
Thanks Martin. Hope my emails will be answered too. I have tried to order but never paid as I saw nothing happens from your part. Hope now will be OK communication. Thanks again and looking forward to doing business with you.
Teodor

jammertr
Member
**
Offline Offline

Activity: 100
Merit: 10


View Profile
December 13, 2013, 09:44:11 PM
 #684

Marto you answered several questions about orders, mine is  KGMFQXEJA   2013-09-20,  paid by paypal

DATE   STATUS
2013-10-27 09:15:09   Preparation in progress
2013-10-11 11:07:42   IN Production
2013-09-20 13:40:46   Payment accepted

Martin Sirakov
2013-11-11 15:21:37   HI,
Your board is in last batch of HEX16a boards
They are @ the moment assembled with heat sinks and fans

so its 13th of december and it is still not ready, when will it be ready for shipment
Zich
Legendary
*
Offline Offline

Activity: 1190
Merit: 1000


View Profile WWW
December 14, 2013, 07:48:21 AM
 #685

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
jammertr
Member
**
Offline Offline

Activity: 100
Merit: 10


View Profile
December 14, 2013, 09:53:39 AM
 #686

Anyone still waiting for HEX16a boards to be delivered, except me of course.
capitalaccent
Full Member
***
Offline Offline

Activity: 134
Merit: 100

Bitleu Team


View Profile WWW
December 14, 2013, 10:19:55 AM
 #687

Anyone still waiting for HEX16a boards to be delivered, except me of course.
I am also waiting for something... but do not know how these guys work, very strange... I have 20 chips and want to use them so ordered from them some boards wrote many emails but never got an answer, at least one, so I did not send the money to them as I consider they have too many customers and dont care about new commers...  Sad
Very strange way to do business. Still waiting from their new PR man to answer some of my emails to know what to do. Have you paid for something? If yes, for what? have you sent avalon chips to them? If yes, how? There is no way to find out these details on their site!!! Roll Eyes

cy8ex
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
December 16, 2013, 12:54:47 AM
 #688

Anyone still waiting for HEX16a boards to be delivered, except me of course.
I'm waiting for 8x Hex16A boards since 2013-09-20
southerngentuk
Sr. Member
****
Offline Offline

Activity: 1316
Merit: 252


Sugars.zone | DatingFi - Earn for Posting


View Profile
December 16, 2013, 05:09:32 AM
 #689


ALL outstanding Hex16a to be shipped in next few days

Hoping these are shipped now? status on my orders is unchanged.

maybe the new customer support guy could give us updates here on progress to save individual emails and time.

SUGAR
██   ██

██   ██

██   ██

██   ██

██   ██

██   ██
▄▄████████████████████▄▄
▄████████████████████████▄
███████▀▀▀██████▀▀▀███████
█████▀██████▀▀██████▀█████
██████████████████████████
██████████████████████████
█████████████████████▄████
██████████████████████████
████████▄████████▄████████
██████████████████████████
▀████████████████████████▀
▀▀████████████████████▀▀

██   ██

██   ██

██   ██

██   ██

██   ██

██   ██
███████████████████████████
███████████████████████████
██████               ██████
██████   ▄████▀      ██████
██████▄▄▄███▀   ▄█   ██████
██████████▀   ▄███   ██████
████████▀   ▄█████▄▄▄██████
██████▀   ▄███████▀▀▀██████
██████   ▀▀▀▀▀▀▀▀▀   ██████
██████               ██████
███████████████████████████
███████████████████████████
.
Backed By
ZetaChain

██   ██

██   ██

██   ██

██   ██

██   ██

██   ██

██   ██

██   ██

██   ██

██   ██

██   ██

██   ██
▄▄████████████████████▄▄
██████████████████████████
████████████████████████████
█████████████████▀▀  ███████
█████████████▀▀      ███████
█████████▀▀   ▄▄     ███████
█████▀▀    ▄█▀▀     ████████
█████████ █▀        ████████
█████████ █ ▄███▄   ████████
██████████████████▄▄████████
██████████████████████████
▀▀████████████████████▀▀
▄▄████████████████████▄▄
██████████████████████████
██████ ▄▀██████████  ███████
███████▄▀▄▀██████  █████████
█████████▄▀▄▀██  ███████████
███████████▄▀▄ █████████████
███████████  ▄▀▄▀███████████
█████████  ████▄▀▄▀█████████
███████  ████████▄▀ ████████
████████████████████████████
██████████████████████████
▀▀████████████████████▀▀
Zich
Legendary
*
Offline Offline

Activity: 1190
Merit: 1000


View Profile WWW
December 16, 2013, 05:36:16 AM
 #690

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

varunsin
Sr. Member
****
Offline Offline

Activity: 376
Merit: 250


View Profile
December 16, 2013, 07:21:20 AM
Last edit: December 20, 2013, 06:16:33 AM by varunsin
 #691

Anyone still waiting for HEX16a boards to be delivered, except me of course.
I'm waiting for 8x Hex16A boards since 2013-09-20

waiting for 7 Hex16A boards since 2013-12-02
loshia
Legendary
*
Offline Offline

Activity: 1610
Merit: 1000


View Profile
December 16, 2013, 08:34:33 AM
 #692

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


10XX!!!!!!!!!!!!!!!! Cheesy

Please help the Led Boy aka Bicknellski to make us a nice Christmas led tree and pay WASP membership fee here:
https://bitcointalk.org/index.php?topic=643999.msg7191563#msg7191563
And remember Bicknellski is not collecting money from community;D
joeventura
Hero Member
*****
Offline Offline

Activity: 854
Merit: 500



View Profile
December 16, 2013, 09:41:46 AM
 #693

HI,
All
WE are just too busy
since tomorrow there is a new member of the team responsible for customer support.
All E-mails from now on will be answered or redirected to one responsible for solving the problem.

Best Martin
Thanks Martin. Hope my emails will be answered too. I have tried to order but never paid as I saw nothing happens from your part. Hope now will be OK communication. Thanks again and looking forward to doing business with you.
Teodor

Dont count on it!!!

pcotter
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
December 16, 2013, 01:16:25 PM
 #694

Hum!!! To many negative posts... I was considering buying. Price is ok but i dont know!!!
capitalaccent
Full Member
***
Offline Offline

Activity: 134
Merit: 100

Bitleu Team


View Profile WWW
December 16, 2013, 02:50:19 PM
 #695

HI, since tomorrow there is a new member of the team responsible for customer support.
All E-mails from now on will be answered or redirected to one responsible for solving the problem.
Best Martin
Thanks Martin. Hope my emails will be answered too. I have tried to order but never paid as I saw nothing happens from your part. Hope now will be OK communication. Thanks again and looking forward to doing business with you.
Teodor
Dont count on it!!!
I don't but always giving a chance to reconciliation. However, I didn't pay yet anything, but those who paid should be taken into consideration by Technobit team.

jammertr
Member
**
Offline Offline

Activity: 100
Merit: 10


View Profile
December 16, 2013, 06:59:14 PM
 #696

Anyone still waiting for HEX16a boards to be delivered, except me of course.
I am also waiting for something... but do not know how these guys work, very strange... I have 20 chips and want to use them so ordered from them some boards wrote many emails but never got an answer, at least one, so I did not send the money to them as I consider they have too many customers and dont care about new commers...  Sad
Very strange way to do business. Still waiting from their new PR man to answer some of my emails to know what to do. Have you paid for something? If yes, for what? have you sent avalon chips to them? If yes, how? There is no way to find out these details on their site!!! Roll Eyes



I had 98 chips and have them sent to marto and paid for 6 boards. In theory you should pay for HEX16A board assembly service and send your chips to marto. But I'm not saying you should do it. Read this thread and decide for yourself.
jammertr
Member
**
Offline Offline

Activity: 100
Merit: 10


View Profile
December 16, 2013, 07:04:38 PM
 #697

I'm sorry to say that I'm glad that I'm not alone.

I'm waiting for 6 Hex16A boards since 2013-09-20
cybex  for 8x Hex16A boards since 2013-09-20
varunsin  for 7 Hex16A boards since 2013-09-30

please feel free to add to this list or update status of your orders, at least we can see if they are shipping or not

wish someone was giving some feedback on the status or orders other than vague shipping dates.
GG9000
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
December 16, 2013, 07:16:38 PM
 #698

Ordered, 7 GH/s HEX 16A

My mails got answered (though very short answers, just 1-2 words and an address where to send my chips) and the delivery time frame should be within next 7-10 days i guess.
eabedry
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
December 16, 2013, 09:38:10 PM
 #699

I'm sorry to say that I'm glad that I'm not alone.

I'm waiting for 6 Hex16A boards since 2013-09-20
cybex  for 8x Hex16A boards since 2013-09-20
varunsin  for 7 Hex16A boards since 2013-09-30

please feel free to add to this list or update status of your orders, at least we can see if they are shipping or not

wish someone was giving some feedback on the status or orders other than vague shipping dates.

I'm waiting on 11 HEX16A boards. It's been almost 2 months now since they shipped. I got caught up in the speedy.bg nonsense. I have been given a few shipping dates since then.

Last message I received said I would he would check on Saturday and follow up. No follow up as of a couple of days later.

I've seen lots of promises, but little action lately Sad
cvaky
Full Member
***
Offline Offline

Activity: 177
Merit: 100


View Profile
December 16, 2013, 09:53:09 PM
 #700

6 x HEX 16A stilll waiting.
Ordered: 2013-11-12 .
Marto replied me 21 october :

"I did produced about 50+ bare boards.
But I hae some last minute orders.
So worst it will be 2 weeks ."

I Still haven't got miners.
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 »
  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!