iFA88
|
|
December 13, 2013, 12:11:32 PM |
|
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
|
|
|
|
patyjm
Newbie
Offline
Activity: 42
Merit: 0
|
|
December 13, 2013, 12:33:41 PM |
|
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
Activity: 1190
Merit: 1000
|
|
December 13, 2013, 12:36:33 PM |
|
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
Activity: 1190
Merit: 1000
|
|
December 14, 2013, 07:47:53 AM |
|
How to install cgminer + hex patch & bfgminer for nanofury:install needed library, if aptitude not working then use apt-get 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: 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 --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 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 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") 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 --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 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 1. cd miner 2. cd bfgminer-3.8.1 3. sudo ./bfgminer
|
|
|
|
btmtb
Sr. Member
Offline
Activity: 291
Merit: 250
Scam-Busting PSA: Beware of Black Arrow Software
|
|
December 14, 2013, 08:38:58 AM |
|
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
|
|
December 14, 2013, 08:42:08 AM |
|
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 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
Activity: 23
Merit: 0
|
|
December 14, 2013, 09:14:00 AM |
|
Those boards do include the chips? Ready to plug and play?
|
|
|
|
Chillin_with_beer
Newbie
Offline
Activity: 43
Merit: 0
|
|
December 14, 2013, 09:32:29 AM |
|
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
Activity: 1190
Merit: 1000
|
|
December 14, 2013, 11:30:58 AM |
|
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) 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
|
|
December 14, 2013, 11:35:11 AM |
|
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)
|
|
December 14, 2013, 05:36:48 PM |
|
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
|
|
|
|
Chillin_with_beer
Newbie
Offline
Activity: 43
Merit: 0
|
|
December 14, 2013, 08:50:51 PM |
|
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!
|
|
|
|
Umklopp
Newbie
Offline
Activity: 29
Merit: 0
|
|
December 15, 2013, 07:24:26 PM |
|
All December orders will be shipped until end of December.
Dear Martin, When will november orders be shipped? -jk 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
Activity: 1190
Merit: 1000
|
|
December 16, 2013, 05:35:50 AM |
|
For all my friends here, Merry Christmas & Happy New Year 2014.
|
|
|
|
newminer1988
Newbie
Offline
Activity: 43
Merit: 0
|
|
December 16, 2013, 09:20:11 AM |
|
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
|
|
December 16, 2013, 09:37:16 AM |
|
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
|
|
December 16, 2013, 09:43:45 AM |
|
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
Activity: 26
Merit: 0
|
|
December 16, 2013, 10:22:32 AM |
|
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
|
|
December 16, 2013, 10:24:02 AM |
|
Oh didn't see that. Still curious about my november shipment order...
|
|
|
|
marto74 (OP)
|
|
December 16, 2013, 07:33:41 PM |
|
Oh didn't see that. Still curious about my november shipment order... order ref ?
|
|
|
|
|