Bitcoin Forum
April 25, 2024, 12:58:24 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 8 9 10 11 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ARO] | Arionum | CPU+GPU+Masternode | PHP Based |Decentralized Revolution on: September 24, 2018, 11:30:19 PM
The thing I am struggling with is these accusations that the algo was "abused". How is it being abused if someone has a large amount of hash power that NO ONE has absolutely any proof was not paid for?

Well, there was no proof that monero v6 algo was "abused"...

The term "Abused" may not be the right term. Most people are simply referring to the massive drop in hash rate caused by the switch to V7.
Logic dictates that the V6 ASICs dropped off the network.

https://www.trustnodes.com/2018/04/09/moneros-hashrate-plunges-80-asics-hardfork

https://bitinfocharts.com/comparison/monero-hashrate.html

Pretty easy to see.
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: Bitmain E3 Ethash Miner ASIC (Batch 1 - Shipping:16-31 July. $800 USD) on: September 14, 2018, 04:23:55 PM
Hey guys, thought I’d give my thoughts.
Ever since updating to Geth 1.18.14/15 on all of my nodes, the E3 miners on my pool dropped as much as 15% in hashrate. This seems to be associated with the miner update interval, which is now set at 3s by default, and does not respond well to update interval variables above 10s.

This means block templates are sent to the miner at an alarmingly fast rate.
Symptoms include high load averages (2+), and hashrate variation between 18-22MH.
More than a few miners have lost chains.
Pretty shitty.

3  Alternate cryptocurrencies / Mining (Altcoins) / Re: 50 GPU Mining Farm Earns Less Than $10 A Day - VoskCoin Mining Farm Profits on: September 06, 2018, 03:06:28 AM
Reminds me of early 2015.
You want my bad advice?
Stick it out.
Accumulate coin.
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] FutureBit Project Apollo: Bringing ASIC Mining Back to the Home Miner! on: September 01, 2018, 07:21:01 AM
Okay, that LTC Pod (Moonlander Cube?) looks way too cool.
What are you up to...  Grin
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] FutureBit Project Apollo: Bringing ASIC Mining Back to the Home Miner! on: August 31, 2018, 11:12:24 PM
You have my attention.
And my BTC.  Grin

I do hope the Apollo has the same satisfying blinkenlights!
Have loved everything about the Moonlander 2 light show I’ve assembled.
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: Innosilicon releases A9 Zmaster 50ksol/s Equihash miner at 620W on: August 22, 2018, 05:22:47 AM
Just wanted to report my findings on NanoPool, as I haven’t seen any other anecdotes.
Averaging 52Ksol to 54Ksol.
Running “Balanced”.
Much higher hashrate than FlyPool where I’m seeing 8-9% HW errors.

I've done ZEN on zhash.pro (good experience), ZEC on flypool (minimal rejects and good experience), ZEC on dwarfpool (massive rejects), and am right now doing ZEN on luckpool with a 52-54 kSol average and 0% rejects. I've played with mining a single coin at a single pool, and also using Awesome Miner to profit switch between dwarfpool and luckpool.

My struggle so far with profit switching is a) finding good pools that have solid hash power going and that have proportional payouts, and b) losing a bit of time while the miner ramps up after a switch. The more you switch, the more time you lose. The less you switch, the less benefit you get from the profit switching method. Additionally, dealing with three different coins complicates my own calculations of daily efficiency and profitability versus just one and done.

I'm always happy to try out possible better options - what is the URL and port you're using for an ASIC on nanopool?


0.8% rejects on port 6666
Solid 54Ksol.
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: Innosilicon releases A9 Zmaster 50ksol/s Equihash miner at 620W on: August 21, 2018, 03:57:35 PM
Just wanted to report my findings on NanoPool, as I haven’t seen any other anecdotes.
Averaging 52Ksol to 54Ksol.
Running “Balanced”.

Much higher hashrate than FlyPool where I’m seeing 8-9% HW errors.






8  Alternate cryptocurrencies / Mining (Altcoins) / Re: Innosilicon releases A9 Zmaster 50ksol/s Equihash miner at 620W on: August 10, 2018, 05:17:16 AM
To get around not being able to write a file, you have to remount the filesystem as read/write: "mount / -o rw,remount"

Thanks!, I did need "mount / -o rw,remount"
I thought I would never have to do this again but I did. Worked like a charm. And besides some annoying syntax issues, so did everything else. So here it is.

My more polished solution for My Miners checking up on each other and automatically power-cycling if one finds the other not hashing.
New Things:
Fully Miner Managed Service on a 10min Timer to execute
Outputs all steps Directly To miner GUI Log (Main System Log)

Instructions - Quick and dry instructions. Hope I didn't miss anything.

Get Putty>Enter IP address of Miner
Left Window>SSH>X11>Check Enable X11 Forwarding
Name "Saved Sessions" and Click Save
Click Open, type login:admin, type password:blacksheepwall

cd /etc/systemd/system/      #standard place for timer/service files
mount / -o rw,remount        #Thanks Sweeper!!

Create the 3 files:
     vi TeamCheck.service
          i for insert mode
          Shift-Insert to paste code from below
          :wq to save (q! is quit without save)
     vi TeamCheck.timer
          "  same
     vi TeamCheck.sh
          "  same

chmod -x TeamCheck.sh    #This may not be necessary

systemctl enable TeamCheck.timer   #Enables/Recognizes the timer
systemctl start TeamCheck.timer     #Starts the timer

Setup elements:
TeamCheck.timer:  OnCalendar=*:0/10 #is how oftern the script runs and target miner is contacted. This is 10min. *:0/5 would be 5min
TeamCheck.sh:  
MinerIP=192.168.1.126  #Target Miner to Check on
RetryCount=8  #How many times to Retry contacting target miner. RetryCount*RetrySleep=time before ac plug powercycle
RetrySleep=30 #how many seconds to wait between attempts to contact miner.
loopcount=1 #static variable for loop. Leave as 1
Shutdown=40 #Time to wait in seconds after target Miner Power Down is sent before sending Power Up signal

My On Off Signals are in TeamCheck.sh
These are for TP Link Plugs. A Solution to send a reboot command to your Plugs WILL NEED TO NEED to be figured out.
TP-Link Plugs are about 15-$20 each. So not a bad investment to eliminate almost any issue that a power cycle will resolve.
That being said. If someone has an issue where their non hashing miner will take an SSH command. Than a reboot/service restart would be easy todo.

On:    curl --request POST "https://use1-wap.tplinkcloud.com/?token=YOUR_TOKEN  HTTP/1.1" --data '{"method":"passthrough", "params": {"deviceId": YOUR_DEVICE_ID, "requestData": "{\"system\":{\"set_relay_state\":{\"state\":0}}}" }}' --header "Content-Type: application/json"

Off:    curl --request POST "https://use1-wap.tplinkcloud.com/?token=YOUR_TOKEN  HTTP/1.1" --data '{"method":"passthrough", "params": {"deviceId": YOUR_DEVICE_ID, "requestData": "{\"system\":{\"set_relay_state\":{\"state\":0}}}" }}' --header "Content-Type: application/json"

FOR TP-LINK WIFI/SMART Plugs setup with the Kasa App
You need you Device id for YOUR_DEVICE_ID and Security Token for YOUR_TOKEN. They were pretty easy to get with online guides.
http://itnerd.space/2017/01/22/how-to-control-your-tp-link-hs100-smartplug-from-internet/

Some other NOT IMPORTANT but interesting things I learned making this.
echo "Hello" | systemd-cat   #Adding this at the end of an echo line will print to the Web GUI Log
systemctl list-timers -all       #Shows all timers. When they will execute again.
systemctl start/stop/restart cgminer    #For those that dont know
May have been able todo without the TeamCheck.timer file by using a service restart command in the service file but it was poorly documented and I went with textbook.
Still todo is add a Log of AC Powercycles that wont disappear. Got to look up how to log with chance of file overgrowth. Should never happen in this scenario but im being particular and trying to force better habits to learn
Checking on a second Miner would be most easily accomplished at this point by copying TeamCheck.sh to ex TeamCheck2.sh. Changing IP and adding to TeamCheck.service ExecStart line

Last, If anyone finds this concept/code more than interesting and actually uses it at any kind of scale. Feel Free to Donate. Feel Free not to tho Smiley
BTC - 3MDjV9Hk2qQUyoYAEx9jP594iBo8uJtVmm

TeamCheck.service
Code:
[Unit]
Description=Scheduled Remote Miner Checker/PowerCycler
After=network.target
[Service]
ExecStart=/bin/sh /etc/systemd/system/TeamCheck.sh
Type=oneshot
[Install]
WantedBy=multi-user.target


TeamCheck.timer
Code:
[Unit]
Description=Scheduled Remote Miner Checker/PowerCycler
[Timer]
OnCalendar=*:0/10
[Install]
WantedBy=timers.target


TeamCheck.sh
Code:
#!/bin/bash

MinerIP=192.168.1.126
RetryCount=8
RetrySleep=30
loopcount=1
Shutdown=40

while [ $loopcount -le $RetryCount ]
do
        echo ""
        echo "Checkup Attempt #$loopcount: Contacting Miner $MinerIP cgminer-API." | systemd-cat
        echo ""
        cgminer-api version $MinerIP
        res=$?
        if test "$res" = 0; then
                echo ""
                echo "Checkup Attempt #$loopcount: SUCCESS! cgminer-API @ $MinerIP has returned a valid connection signal" | systemd-cat
                break
        else
                echo "!!!!!FAILED!!!!! cgminer-API @ $MinerIP connection Failed" | systemd-cat
                if test "$loopcount" = "$RetryCount"; then
                        echo ""
                        echo "!!Shutting Down Miner $MinerIP!! Connection Retry Count Reached" | systemd-cat
                        echo ""
                        curl --request POST "https://use1-wap.tplinkcloud.com/?token=YOUR_TOKEN  HTTP/1.1" --data '{"method":"passthrough", "params": {"deviceId": YOUR_DEVICE_ID, "requestData": "{\"system\":{\"set_relay_state\":{\"state\":0}}}" }}' --header "Content-Type: application/json"
                        echo ""
                        echo ""
                        echo "Miner $MinerIP ShutDown Signal Sent" | systemd-cat
                        echo "Discharging for $Shutdown Seconds" | systemd-cat
                        sleep $Shutdown
                        echo ""
                        curl --request POST "https://use1-wap.tplinkcloud.com/?token=YOUR_TOKEN HTTP/1.1" --data '{"method":"passthrough", "params": {"deviceId": YOUR_DEVICE_ID, "requestData": "{\"system\":{\"set_relay_state\":{\"state\":1}}}" }}' --header "Content-Type: application/json"
                        echo ""
                        echo ""
                        echo "Miner $MinerIP Startup Signal Sent" | systemd-cat
                        echo ""

                fi
        fi
        sleep $RetrySleep

let "loopcount++"
done

Hey man.
Just wanted to say thanks.
Same-ish problem. Rebooting every 12 hours, but cgminer usually comes back up within a few minutes. Some times I get a loss of the web server and can only SSH, etc.

Already have a rash of Kasa devices around the house and was headed this route.
Saved me some time.
9  Alternate cryptocurrencies / Mining (Altcoins) / Re: Innosilicon releases A9 Zmaster 50ksol/s Equihash miner at 620W on: August 06, 2018, 08:03:32 PM
Am curious to know if anyone has tried tuning to "Factory" or or "Performance" yet.
Any experiences with Auto tuning?

Running 15% fans out of the box, have some thermal overhead to play with.
10  Alternate cryptocurrencies / Mining (Altcoins) / Re: Innosilicon releases A9 Zmaster 50ksol/s Equihash miner at 620W on: August 02, 2018, 03:42:32 PM
Hey Everyone,
Stupid question, but I haven't purchased from INNO since Dec. of 2013!

Yesterday I pulled the trigger on the A9 deal.
Can you tell me how quickly you received a response from shipping after confirming wire transfer?

Rough maths show some pretty good returns, especially if the free Sept. batch ships.
I'm game.


Wire confirmed on my end Monday. Nothing from Inno.
I must have picked a terrible time to order.

Should I expect a confirmation email or shipment notification prior to arrival?
Just trying to manage expectations.


From my experience, you should expect nothing from them faster than 72 hrs. You should expect them to ignore your emails and treat you like trash. Yes, I am passionate about my hatred for their customer service.
I never received confirmation from Inno on my order, I got shipping info right away in about 4-5 days.



I can only speak from my own experience.

I am from USA, so maybe my expectations are based on what I experience with companies here when you spend thousands of dollars on their products.

I like INNO miners.

So general consensus is “Sit down, shut up, and wait for your miner!”  Cheesy
I feel you Hempkat. A confirmation of payment would be good CS.
11  Alternate cryptocurrencies / Mining (Altcoins) / Re: Innosilicon releases A9 Zmaster 50ksol/s Equihash miner at 620W on: August 02, 2018, 03:00:06 PM
Hey Everyone,
Stupid question, but I haven't purchased from INNO since Dec. of 2013!

Yesterday I pulled the trigger on the A9 deal.
Can you tell me how quickly you received a response from shipping after confirming wire transfer?

Rough maths show some pretty good returns, especially if the free Sept. batch ships.
I'm game.


Wire confirmed on my end Monday. Nothing from Inno.
I must have picked a terrible time to order.

Should I expect a confirmation email or shipment notification prior to arrival?
Just trying to manage expectations.
12  Alternate cryptocurrencies / Mining (Altcoins) / Re: Innosilicon releases A9 Zmaster 50ksol/s Equihash miner at 620W on: July 31, 2018, 11:28:16 PM
Hey Everyone,
Stupid question, but I haven't purchased from INNO since Dec. of 2013!

Yesterday I pulled the trigger on the A9 deal.
Can you tell me how quickly you received a response from shipping after confirming wire transfer?

Rough maths show some pretty good returns, especially if the free Sept. batch ships.
I'm game.


I would not expect anything positive from Inno. They been absolutely horrendous to work with. You may hear from them in 2 - 3 days. I have never had a worse customer experience than working with them. I asked them to refund my last order because of how long they were taking. They never ship when they say they will.

Did...did you create an account to answer this?
That must've been a real shitty situation!
13  Alternate cryptocurrencies / Mining (Altcoins) / Re: Innosilicon releases A9 Zmaster 50ksol/s Equihash miner at 620W on: July 31, 2018, 11:02:26 PM
Hey Everyone,
Stupid question, but I haven't purchased from INNO since Dec. of 2013!

Yesterday I pulled the trigger on the A9 deal.
Can you tell me how quickly you received a response from shipping after confirming wire transfer?

Rough maths show some pretty good returns, especially if the free Sept. batch ships.
I'm game.
14  Alternate cryptocurrencies / Mining (Altcoins) / Re: Bitmain E3 Ethash Miner ASIC (Shipping:16-31 July. $800 USD) on: July 17, 2018, 11:49:24 PM

Yes, but we've been here for a while now, right?

https://www.coinwarz.com/difficulty-charts/ethereum-difficulty-chart

Attributing this 11% increase over 90 days to E3s shipping this week would be a stretch.

15  Alternate cryptocurrencies / Mining (Altcoins) / Re: Bitmain E3 Ethash Miner ASIC (Shipping:16-31 July. $800 USD) on: July 17, 2018, 11:16:32 PM
Diff is climbing hard!

Not at all?  Huh

https://etherscan.io/chart/difficulty
16  Alternate cryptocurrencies / Mining (Altcoins) / Re: Bitmain E3 Ethash Miner ASIC (Shipping:16-31 July. $800 USD) on: July 17, 2018, 10:35:04 PM
My machine is showing 0. Is this normal? It appears odd to me.


Quote

You have to wait more time... ... 1 minute is too short....  min 6 max 15 minutes to see something....


Mine is doing the same.
The ASIC status keeps going from "CC" to "BB".

Interestingly, I've got it "Alive" on a local solo pool, as well as Antpool.
The miner appears to append a random string if you try to use a <dot> to delineate a worker in the username.
This breaks a lot of stratum implementations.

17  Alternate cryptocurrencies / Mining (Altcoins) / Re: Bitmain E3 Ethash Miner ASIC (Shipping:16-31 July. $800 USD) on: July 16, 2018, 01:04:14 AM
I seriously doubt there will be a diff climb because of these miners.  They aren't more efficient than GPU's.  As a matter of fact rigs running 1080ti's with the Eth Enlargement Pill are probably quite a bit more efficient and hash better than these by a decent margin.   I don't have any 1080ti rigs running to run the numbers, but at initial glance that would appear to be the case.  I am sure someone who is running those rigs can chime in and tell us their experience.  

So I don't think these rigs are going to do much if anything on the ETH network unless they are selling them like gangbusters which from looking at the batch number increase, but the dates stay the same it would imply they may not be selling as fast as Bitmain had hoped.  I think the fear of ASIC's can be warranted when the technology disrupts the status quo, but in this case it didn't as these did not change the hash rates or economic factors for mining Ethash.  I don't see how the fear in this case is warranted.  

btw, I haven't gotten my shipping notice yet for mine.

Received my B1 Shipping notice yesterday. Should be delivered Tuesday.

RE: 1080TIs

Can confirm 310-313MH@1109 Wall Watts.

4 x MSI 1080TI Founders  
2 x ASUS 1080TI Turbo



Back in early 2017, bought as many Founders cards as possible. The per-slot deployment cost was only marginally higher given we could push 42MH per card at the time. ETH Enlargement gave us P104+ performance on the consumer cards.

If 580s weren’t down to $180-$200, the 104-100s would still be a good deal at $600.
Arguably still are, if you want a flexible hash board for shitcoins.

Right now, its still possible to put an 8-card 580 rig that easily pushes 235MH@+/-1200 Wall Watts.
All-in cost should be about $2000, not counting the likely 30-50% resale value you’ll find on consumer gaming cards.



A few months ago there were some rumors floating that Bitmain were having trouble sourcing DDR, as the risk lots they purchased in Taiwan didn’t yield well. With B3 still advertising for July, I’m doubting this.
Agree with most though, this should not juke the difficulty too high.

Now if this F3 nonsense is real. Perhaps the 72GB requirement will keep them off net for a while?
https://www.reddit.com/r/EtherMining/comments/88igmr/antminer_f3_confirmed_waiting_for_official/

Note: 3GB cards will be dropping off the network in a few DAGs. I’ll be curious to see how many large deployment we’re betting on switching their 3GB P100s to ZCash after the DAG grew.
18  Alternate cryptocurrencies / Mining (Altcoins) / Re: Bitmain Launches the New Antminer B3 Miner on: May 31, 2018, 12:30:13 AM
Thanks for the heads up but what a fucking nightmare.  Just barely sent about 400 BTM to gate.io cause it seemed legit to trade and now that I'm trying to withdraw it's just one hassle after another.  Need SMS support, needs KYC, on and on!  Withdrawl disabled for 24 hours "for your security".  WTF.  Just give me my fucking coins back....

Yeah, it's a mazo-experience filling expiring SMS code and 2FA I switched on thinking on replacing from time to time SMS codes with it. And now KYC "in 2 days". It's even worse with mobile application.

Well, I was able to submit a successfull withdrawl transaction, what a feat.  I'm super stoked about some random Chinese company having a picture of my passport though, and it only cost me ~$6 to do absolutley nothing. 

You have my sympathy, but sometimes when I read about these issues, I can’t help but think how far we’ve actually come.
Ask me about my MTGOX account.  Cheesy
19  Alternate cryptocurrencies / Mining (Altcoins) / Re: Bitmain Launches the New Antminer B3 Miner on: May 30, 2018, 03:41:30 PM
Thanks for the heads up but what a fucking nightmare.  Just barely sent about 400 BTM to gate.io cause it seemed legit to trade and now that I'm trying to withdraw it's just one hassle after another.  Need SMS support, needs KYC, on and on!  Withdrawl disabled for 24 hours "for your security".  WTF.  Just give me my fucking coins back....

Yeah, it's a mazo-experience filling expiring SMS code and 2FA I switched on thinking on replacing from time to time SMS codes with it. And now KYC "in 2 days". It's even worse with mobile application.

BytomOfficial DMed me on Twitter saying that they have no intentions of freezing the ERC20 tokens, and are working with US Approved exchanges to get the swap in place. Right now, BitPie mobile seems our only option, and that swap doesn’t occur until 6/15. And then weekly after that.
Holding my breath.
20  Alternate cryptocurrencies / Mining (Altcoins) / Re: Bitmain Launches the New Antminer B3 Miner on: May 29, 2018, 07:26:02 PM
which exchange supports the BTM mainet wallet?

i'm looking for this as well, anyone?

did we get an answer on this?


https://gate.io/

supports bytom mainnet wallet .
-an american exchange plattform

Heads up, Gate.io DOES NOT support US customers.
US customers utilizing the platform are at risk of losing their funds.



BitPie is the only one that appears to do so.
They will be performing their first swap next month.

They seem to be getting around the regulatory issue but only allowing access to the BitPie “Bank” and “Wallet” services, but blocking the exchange by GeoIP. Since it’s their first swap, I’ve only loaded 50BTM into the bank to see how smoothly the process goes.
Pages: [1] 2 3 4 5 6 7 8 9 10 11 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!