Bitcoin Forum
June 25, 2024, 02:09:04 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Hardware / Re: Alpha Miner APW9 replacement, PSU-4KBM17 on: March 13, 2022, 04:56:40 PM
thanks!
2  Bitcoin / Hardware / Re: Alpha Miner APW9 replacement, PSU-4KBM17 on: March 11, 2022, 03:05:36 PM
Hi, where did you get the PSU-4KBM17?
Did you bought it from a retailer or from Alpha miner directly?
price?
thanks
3  Bitcoin / Mining support / Re: APW9 vs. APW9+ on: December 08, 2021, 11:25:18 AM
thank you!
4  Bitcoin / Mining support / Re: APW9 vs. APW9+ on: December 06, 2021, 01:23:37 PM
WELL, interested for APW9 Hex PIC (flash this on APW9+ for convert it on APW9)? Sure, this is great.
Thank yo very much. Best way to see details, regards.


did you managed to flash the firmware on APW9?
can you send me the HEX file please?
it seems that thierry4wd is unreachable
5  Bitcoin / Mining support / Re: APW9 vs. APW9+ on: November 20, 2021, 04:56:58 PM
Yes of corse  Cool

i extracted this if anyone is interested for APW9 Hex PIC (flash this on APW9+ for convert it on APW9)

https://easyupload.io/68d3wl

could you upload again the hex file and guide me on the procedure to convert the APW9+ to APW9?
is the PICKit3 apropriate for this?
https://www.amazon.com/Microchip-Programmer-Debugger-Emulator-Controller/dp/B07WS4NMG5?th=1

thank you
6  Economy / Service Discussion / Re: Prominerz on: April 14, 2021, 01:26:02 PM
guys, they're a big SCAM and very well orchestrated!!!

I'm logging here all the details from my experience with these fraudsters, in order to inform every potential victim:
25/12/2020: I live in Greece and ordered a Bitmain Antminer T17e 2nd hand from from their EU Warehouse (Total:   €778)
06/01/2021: they provided a DHL tracking number of a parcel leaving China (they replied that this delay was due to the holidays break)
20/01/2021: after having sent couple of mails and no reply, they provided a new tracking number of a parcel leaving China to Lithuania (EU warehouse) and I would have to wait for few more days because of the pandemic
11/02/2021: the parcel was never delivered to EU warehouse, because there was none to receive it, so they return it back to China!!!
04/03/2021: the parcel sent from China and arrived to Greece
20/03/2021: the parcel delivered to me but the miner was totally broken and unusable, only GUI works
I received a non working miner full of dust and debris, the hashboards where severely damaged, some chips where totally burned and some other disoldered
14/04/2021: I keep sending mails for replacement but I do not get any reply of-course

the advertised communication channels are not working of-course
Telegram: @prominerzbot
Email support@prominerz.com
only wyoeadd9bk@trengomail.com was replied to me few times when I announced to them that I follow the legal way, but it is over a month now

from their page,
"Worldwide Express Shipping & Swiss Quality Service"
"Swiss Quality Based in Zürich, you’ll enjoy 100% Swiss Quality Service"
"Excellent Support, We love direct and simple communication. Chat with us!"
"Used miners are exposed to a slightly different delivery time. Your miner will be shipped after 5-7 Days and therefore delivery will take place usually after 7-10 days."

everything is fake, keep away from them
7  Local / Αγορά / Re: S17 + 76th on: March 16, 2021, 11:25:32 PM
σε ποια τιμή;
8  Local / Αγορά / Re: S17 + 76th on: March 16, 2021, 09:59:24 PM
πουλάς ακόμα;
9  Alternate cryptocurrencies / Mining (Altcoins) / Re: Innosilicon releases A9 Zmaster 50ksol/s Equihash miner at 620W on: August 02, 2018, 05:19:06 PM
I'm trying to send the command from a linux host:
Code:
echo "switchpool|1" | nc x.x.x.x 4028
and I get the response:
Code:
STATUS=E,When=1532879894,Code=45,Msg=Access denied to 'switchpool' command,Description=sgminer 4.4.2
I have already tried to add the options:
Code:
"api-groups": "H:switchpool:enablepool:addpool:disablepool:removepool:poolpriority",
"api-allow": "R:0/0,W:0/0",
or
Code:
"api-allow": "R:0/0,W:*",
with no luck

but from the same host I get response from the read-only command:
Code:
echo '{"command":"stats"}' | nc x.x.x.x 4028

any suggestions?


Do you have privileged access working? What does the "privileged" command return?

If you don't have privileged access working, the only way I've been able to get it working is to modify the cgminer.service script in /etc/systemd/system/multi-user.target.wants/ to add "--api-allow W:0/0".

no, the "privileged" commands return the same error code, so I will try your suggestion
I couldn't find any documentation for the cgminer.service script, can I add the "--api-allow W:0/0" on the "[Service]" section?
BTW the cgminer.service is read-only and I cannot do any changes
 

You have to remount the filesystem as read/write: "mount / -o rw,remount"

My cgminer.service line looks like: "ExecStart=/bin/cgminer -c /etc/cgminer.conf --api-listen --api-network --api-allow W:0/0 -syslog --text only"

That did the trick!
thanks a lot, it is working now
10  Alternate cryptocurrencies / Mining (Altcoins) / Re: Innosilicon releases A9 Zmaster 50ksol/s Equihash miner at 620W on: July 29, 2018, 05:49:57 PM
I'm trying to send the command from a linux host:
Code:
echo "switchpool|1" | nc x.x.x.x 4028
and I get the response:
Code:
STATUS=E,When=1532879894,Code=45,Msg=Access denied to 'switchpool' command,Description=sgminer 4.4.2
I have already tried to add the options:
Code:
"api-groups": "H:switchpool:enablepool:addpool:disablepool:removepool:poolpriority",
"api-allow": "R:0/0,W:0/0",
or
Code:
"api-allow": "R:0/0,W:*",
with no luck

but from the same host I get response from the read-only command:
Code:
echo '{"command":"stats"}' | nc x.x.x.x 4028

any suggestions?


Do you have privileged access working? What does the "privileged" command return?

If you don't have privileged access working, the only way I've been able to get it working is to modify the cgminer.service script in /etc/systemd/system/multi-user.target.wants/ to add "--api-allow W:0/0".

no, the "privileged" commands return the same error code, so I will try your suggestion
I couldn't find any documentation for the cgminer.service script, can I add the "--api-allow W:0/0" on the "[Service]" section?
BTW the cgminer.service is read-only and I cannot do any changes
 
11  Alternate cryptocurrencies / Mining (Altcoins) / Re: Innosilicon releases A9 Zmaster 50ksol/s Equihash miner at 620W on: July 29, 2018, 04:17:47 PM
I'm trying to send the command from a linux host:
Code:
echo "switchpool|1" | nc x.x.x.x 4028
and I get the response:
Code:
STATUS=E,When=1532879894,Code=45,Msg=Access denied to 'switchpool' command,Description=sgminer 4.4.2
I have already tried to add the options:
Code:
"api-groups": "H:switchpool:enablepool:addpool:disablepool:removepool:poolpriority",
"api-allow": "R:0/0,W:0/0",
or
Code:
"api-allow": "R:0/0,W:*",
with no luck

but from the same host I get response from the read-only command:
Code:
echo '{"command":"stats"}' | nc x.x.x.x 4028

any suggestions?
12  Alternate cryptocurrencies / Mining (Altcoins) / Re: Innosilicon releases A9 Zmaster 50ksol/s Equihash miner at 620W on: July 23, 2018, 05:55:38 PM
does anybody know the json path for the api?

There are two locations. One that gets copied down after reboot and another that is the currently working copy:

/usr/share/factory/var/www/webif/api

/var/www/webif/api

This is where all of the PHP and CSS files are.

thanks!
13  Alternate cryptocurrencies / Mining (Altcoins) / Re: Innosilicon releases A9 Zmaster 50ksol/s Equihash miner at 620W on: July 23, 2018, 11:18:38 AM
does anybody know the json path for the api?
14  Alternate cryptocurrencies / Mining (Altcoins) / Re: Innosilicon releases A9 Zmaster 50ksol/s Equihash miner at 620W on: July 22, 2018, 12:15:48 PM
blacksheepwall

well done!
it's working, but what are the options now?
15  Alternate cryptocurrencies / Mining (Altcoins) / Re: Innosilicon releases A9 Zmaster 50ksol/s Equihash miner at 620W on: June 15, 2018, 12:57:35 PM
the guys at innosilicon are useless
I was trying to contact them since 10th of June in order to inform them about the payment and today I got an auto-reply that they will close for a dragon boat festival!!!
on their site they state that they will send the miners from 10th to 22nd and they're closed from 15th to 20th of June!
I've payed 10.399USD and they don't even reply f@ck them!

don't trust them, unprofessionals  and scammers
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!