Search content
Sort by

Showing 20 of 25 results by dom5684
Post
Topic
Board Bitcoin Technical Support
Re: Sending BTC from Canada to Dominican Republic; most cost effective way
by
dom5684
on 30/03/2023, 13:13:23 UTC
Thank you for your answers; very helpful

Good day to all
Post
Topic
Board Bitcoin Technical Support
Topic OP
Sending BTC from Canada to Dominican Republic; most cost effective way
by
dom5684
on 28/03/2023, 17:16:59 UTC

Good day to all


Most cost effective way to buy BTC, send it from Canada to Dominican Republic and convert it into local currency?


Thank you for your advice


Post
Topic
Board Electrum
Merits 1 from 1 user
Re: Difficulty reconnecting my node to my electrum wallet
by
dom5684
on 15/11/2022, 15:46:12 UTC
⭐ Merited by NeuroticFish (1)
Are there any logs available with your my ode instance? I'm not familiar with running electrum servers but it might help someone who is if you have any extra information. Is your node fully synced with the blockchain too?

I cleared my electrum wallet certificates and it worked. I had tried this before and it didn't fix the problem, but this time around it did the job.


Thank you

Post
Topic
Board Bitcoin Technical Support
Re: Difficulty reconnecting my node to my electrum wallet
by
dom5684
on 13/11/2022, 16:23:32 UTC
Yes logs are available and my node is fully synced with the blockchain.
Post
Topic
Board Bitcoin Technical Support
Topic OP
Difficulty reconnecting my node to my electrum wallet
by
dom5684
on 11/11/2022, 16:57:06 UTC

Good day

Would anybody be so kind as to guide me on how to reconnect my node to my electrum wallet. It was working before; I was connected to my personal node only, and was validating only my transactions. I have redownloaded and verified electrum and reflashed the sdcard with the myNode image but to no avail.
On the myNode interface my electrum server keeps saying "compressing".

Thank you for your time
Post
Topic
Board Hardware
Re: Disconnecting from mining pool
by
dom5684
on 15/02/2022, 22:32:55 UTC
Does it get too hot?

It would help us if you can post the log here. (use code tag, it's the # button)

Thank you for responding, would you like to see the log from right after they disconnect or any other time?
Post
Topic
Board Hardware
Topic OP
Disconnecting from mining pool
by
dom5684
on 15/02/2022, 21:35:16 UTC
Good day

After a while both my Avalon 1166 Pro 81TH disconnect from the slush pool server, reboot and reconnect automatically within 2-10 minutes; is this a normal occurrence?

The miners are setup with a static IP address outside the DHCP range, are directly connected to the router via an ethernet cable and configured to connect to three different slush pool servers.

Could somebody give me a lead as to why they are disconnecting?

Thank you
Post
Topic
Board Hardware
Re: Chip temperature - Avalon 1166 Pro 81TH
by
dom5684
on 11/02/2022, 01:56:40 UTC
I tried aging using FMS once before, but how long does that procedure last? It was quick, is that normal?

Maybe I should use the command [{"command":"ascset", "parameter":"0,aging-set,1"}] instead of clicking on aging?


I don't know if it will save permanently but based on someone's experience that I heard it after the miner restart/reboot the issue goes back again but their issue is related to fan speed command, not on aging. So why not try to send that command again or use the aging button?

That command above or the aging button is automated tuning you can also manually play on the parameter like this command below

Code:
[{"command":"ascset", "parameter":"0,aging-parameter,60-537:562:587:612"}]

The parameter above is for frequencies I don't know if you can change them you can try to play the parameter depending on which hashboard is affected by overheating.
The whole guide on how to apply this parameter is here

Now I remember you who ask for a list of FMS commands.

Do you have any idea of the maximum chip temperature for a 1166 Pro 81TH; on the Canaan website we can only find the user manual for the 1146 Pro and the maximum chip temperature is 85°C

Thank you
Post
Topic
Board Hardware
Re: Chip temperature - Avalon 1166 Pro 81TH
by
dom5684
on 10/02/2022, 23:44:53 UTC
I think your problem is related to loose heatsink and I think you will need to find that chip to reattached the heatsink.

But if you don't have some tools to reattached those heatsinks follow this guide below to refresh your miner and hashboard and it might also solve your overheating issue on some chips.

Here's my guide https://bitcointalk.org/index.php?topic=5367989.msg58929271#msg58929271

I tried aging using FMS once before, but how long does that procedure last? It was quick, is that normal?

Maybe I should use the command [{"command":"ascset", "parameter":"0,aging-set,1"}] instead of clicking on aging?

Thank you for pointing out a potential issue with the heatsink; if aging does not work, I might try to reattached the heatsink, but I’ve never done such a repair before.


Thank you for your time
Post
Topic
Board Hardware
Topic OP
Chip temperature - Avalon 1166 Pro 81TH
by
dom5684
on 10/02/2022, 16:37:33 UTC
Good day

The temperature of 3-4 chips on the first hash board and one chip on the second board of an Avalon 1166 Pro 81TH are increasing faster (going to 88°C) compared to the temperature of other chips; to counter this problem, we configured the hardware in normal mode instead of high performance. Can someone suggest a fix for this, we would prefer to operate in high performance.

Thank you for your time
Post
Topic
Board Mining software (miners)
Merits 1 from 1 user
Re: Avalon FMS App. - Commands
by
dom5684
on 18/01/2022, 03:38:40 UTC
⭐ Merited by philipma1957 (1)
You're always very kind BitMaxz, thank you for helping us, god bless you brother. We are very much grateful if anybody else would like to share any other FMS commands; Canaan is not responding to our emails

Thank you for your time

I can't find a list of commands for FMS tool but I collected few commands that you can use for FMS check this below


Code:
If you forgot the password before the change, you can click the Diagnose
button and enter the command to display the current password
[{"command":"ascset",�"parameter":"0,password,private"}]

The commonly used API instructions are the following:
View version :[{"command":"version"}]
Re-aging : [{"command":"ascset","parameter":"0,aging-set,1"}]
[{"command":"ascset","parameter":"0,aging-parame-
ter,60-537:562:587:612"}]
Display LCD information :
echo -n "lcd|" | socat -t 300 stdio tcp:10.100.227.139:4028,shut-none &&
echo
Aging:
[{"command":"ascset", "parameter":"0,aging-set,1"}]
Restart:
[{"command":"ascset", "parameter":"0,reboot,0"}]
Set voltage :
[{"command":"ascset", "parameter":"0,hashpower,1260"}]

13. Batch aging of mining machines
Select a machine to be aged in status, click the Aging button to start aging

And adding this someone share it here on how to adjust fan speed
Code:
[{"command":"ascset","parameter":"0,fan-spd,90"}]

I got that commands from this source https://www.yunzhan365.com/basic/51-80/83039562.html?mode=pc

Also adding these API commands you can use them and use the above format to use the API commands from this link below
- https://github.com/Canaan-Creative/avalon10-docs/blob/master/Universal%20API/Avalon%20A10%20API%20manual-EN.md
Post
Topic
Board Mining software (miners)
Merits 2 from 1 user
Topic OP
Avalon FMS App. - Commands
by
dom5684
on 17/01/2022, 21:09:07 UTC
⭐ Merited by NotATether (2)
I hope everybody’s doing well


Thank you for your time and expertise, this forum is a blessing

Anybody have the goodness to tell me where I can find a list of the Commands for the Avalon FMS application


Thank you  Smiley

 



Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners
by
dom5684
on 16/01/2022, 15:41:39 UTC
Good day

Is this feature compatible with the Canaan AvalonMiner 1166 Pro 81TH?

[/quote]
Hi,
The "Device Temperature" trigger should be possible to use in this case. The default value is 96 degrees because a device can also be a GPU when doing GPU mining, and they can run over 90 degree in some cases. For an Antminer, you are fully correct that the device temperature should trigger much earlier, and around 80 is probably a good idea.

Please note that you can also change "Temperature source" to "Antminer chip", if you want the trigger to look at the temperatures of the Antminer chips (instead of the PCB temperature). The chip temperatures are typically much higher, about 90 - 100 degrees. In the Summary tab in Awesome Miner, you can also see the current chip temperature.
[/quote]
Post
Topic
Board Mining software (miners)
Topic OP
Awesomeminer software
by
dom5684
on 15/01/2022, 02:01:08 UTC
Good day

Anyone has experience using the Awesomeminer software? Any opinion on it?

Thank you

https://www.awesomeminer.com/
Post
Topic
Board Mining software (miners)
Topic OP
Remote temperature alert
by
dom5684
on 13/01/2022, 20:57:58 UTC
Good day

Is there a way to setup FMS to send an alert to mobile phone indicating temperature? If not is there another
software we can use that has this feature?

Thank you
Post
Topic
Board Hardware
Re: CANAAN AVALON MINER 1166PRO(81TH)-Questions regarding MINER LOG & MAX CHIP TEMP.
by
dom5684
on 12/01/2022, 16:33:16 UTC
From the A10xx on up the log refreshes every 5 seconds (which btw makes copying it a PITA) so I would assume everything that is being monitored - including temps - are updated at the same time.

Thank you, would you be so kind to tell me where I can find information on how to read the log?
Post
Topic
Board Mining software (miners)
Topic OP
Latest firmware for the Avalon Miner 1166Pro 81TH
by
dom5684
on 02/01/2022, 18:38:12 UTC
Good day


Would you be so kind to inform me where I can find the latest firmware for the Avalon Miner 1166Pro 81TH (Firmware Version 21102801_4ec6bb0_ea6647e)


Thank you very much for you time and expertise

Have a great day
Post
Topic
Board Hardware
Re: CANAAN AVALON MINER 1166PRO (81TH)-Questions regarding MINER LOG & MAXIMUM TEMP.
by
dom5684
on 14/12/2021, 19:56:53 UTC
The frequency is not manually adjustable for this miner,
so does it matter?

Your current temps look ok.

"The frequency is not manually adjustable for this miner,
so does it matter?"- Understood, the frequency is not manually adjustable, but we are still wondering how frequent the Avalon 1166 PRO calculates temperature.


"Your current temps look ok." - Thank you, but do you know what's the maximum temperature?


Thank you
Post
Topic
Board Hardware
Topic OP
CANAAN AVALON MINER 1166PRO (81TH)-Questions regarding MINER LOG & MAXIMUM TEMP.
by
dom5684
on 14/12/2021, 18:18:19 UTC
Good day

I hope everybody is well


The temperature in the miner log (after PVT_T0) is calculated at which frequency?

What is the maximum temperature for the chips?


Thank you for your time, have a good week


Post
Topic
Board Hardware
Topic OP
Most reliable companies to order Bitcoin miners from.
by
dom5684
on 26/10/2021, 23:12:11 UTC
Good day

What are some of the most reliable companies to order Bitcoin miners from?

Is there a list of trusted sellers?

Why is Bitmain asking for ID in order to buy from them?

Thank you for your time.