Pages:
Author

Topic: [ANN][MULTI][VARDIFF] TradeMyBit MULTIALGO Profit Swap w/ Optional Auto-exchange - page 29. (Read 153067 times)

full member
Activity: 132
Merit: 100
Last several days rejects are too high
I'm getting >2% from [email protected]
I'm sorry, something is wrong
Usually it was <0.5

Please advise


I had also problem with the rejectrate i tested around and my conclusion was lower the memrate and the rejects will drop. X13 doesnt really needs high memrate and didnt scale well with this algo. Reject rate doesnt always mean that there is server or ping problem and 100ms is in the save zone >150ms is my deadzone.
full member
Activity: 168
Merit: 100
Last several days rejects are too high
I'm getting >2% from [email protected]
I'm sorry, something is wrong
Usually it was <0.5%

Ping sometime spikes two times higher:
64 bytes from am02.eu.trademybit.com (95.85.21.183): icmp_req=17 ttl=53 time=52.6 ms
64 bytes from am02.eu.trademybit.com (95.85.21.183): icmp_req=18 ttl=53 time=52.5 ms
64 bytes from am02.eu.trademybit.com (95.85.21.183): icmp_req=19 ttl=53 time=52.6 ms
64 bytes from am02.eu.trademybit.com (95.85.21.183): icmp_req=20 ttl=53 time=53.7 ms
64 bytes from am02.eu.trademybit.com (95.85.21.183): icmp_req=21 ttl=53 time=101 ms
64 bytes from am02.eu.trademybit.com (95.85.21.183): icmp_req=22 ttl=53 time=105 ms
64 bytes from am02.eu.trademybit.com (95.85.21.183): icmp_req=23 ttl=53 time=126 ms
64 bytes from am02.eu.trademybit.com (95.85.21.183): icmp_req=24 ttl=53 time=56.4 ms
64 bytes from am02.eu.trademybit.com (95.85.21.183): icmp_req=25 ttl=53 time=52.5 ms
64 bytes from am02.eu.trademybit.com (95.85.21.183): icmp_req=26 ttl=53 time=52.6 ms
64 bytes from am02.eu.trademybit.com (95.85.21.183): icmp_req=27 ttl=53 time=57.6 ms
64 bytes from am02.eu.trademybit.com (95.85.21.183): icmp_req=28 ttl=53 time=54.4 ms

Please advise
full member
Activity: 224
Merit: 100
Hi,
It worked for me for few minutes than all the shares started getting rejected on X13 pool.

any ideas?
sr. member
Activity: 294
Merit: 250
X13 doesn't work for me , i says gpu invalid nonce count  hw-error??
gpu 1 is a 6970
It also doesn't compile the marucoin-mod bin file
Using sgminer_v5_0_06062014

Code:
{
"pools" : [
        {
"poolname" : "am02 x13",
"url" : "stratum+tcp://am02.eu.trademybit.com:5550",
"user" : "xxx",
"pass" : "xxx",
                "pool-algorithm" : "marucoin-mod,marucoin-modold,marucoin-mod,marucoin-mod,marucoin-mod"
}

],
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "10",
"failover-only" : true,
"kernel-path" : "/usr/local/bin",
"log" : "5",
"queue" : "1",
"scan-time" : "7",
"shares" : "0",
"failover-switch-delay" : "10",
"gpu-threads" : "2,2,2,2,2",
"gpu-dyninterval" : "7",
"gpu-engine" : "0",
"gpu-fan" : "65",
"gpu-platform" : "0",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "8",
"gpu-vddc" : "0",
"intensity" : "18",
"temp-target" : "75",
"temp-overheat" : "85",
"temp-cutoff" : "95",
"temp-hysteresis" : "3",
"vectors" : "1",
"worksize" : "256,64,256,256,256",
"lookup-gap" : "0",
"shaders" : "1792,1536,1792,1792,1792",
"thread-concurrency" : "8192,8000,8192,8192,8192",
"no-pool-disable" : true,
"device" : "0,1,2,3,4"
}
member
Activity: 66
Merit: 10
I don't get it how this works?
I guess you mine X11 or X13 algo coin with the same miner and pool switch between them. In that case, why we need two different ports?

Maybe when X13 is more profitable then just the 4011 port is active, and when X11 becomes more profitable, the 4011 port switches off, the 4010 port switches on, your miner reports "connection interrupted" and switches to the 4010 port using failover. And back to X13 using the same procedure (when X13 becomes more profitable again).
sr. member
Activity: 569
Merit: 250
I don't get it how this works?
I guess you mine X11 or X13 algo coin with the same miner and pool switch between them. In that case, why we need two different ports?
sr. member
Activity: 354
Merit: 254
Owner of MiningRigRentals
BETA: Multi-Algo MultiPorts -- X11 4010, X13 4011. Using the new sgminer5 -- mine the most profitable algo (that mines the most profitable coin Tongue)
--------------------------------------------------------------------------------------------------------
SGMiner 5 - https://bitcointalksearch.org/topic/ann-sgminer-v5-optimized-x11x13neoscryptlyra2reetc-kernel-switch-miner-632503

Setup:
your tmb stratum of choice port 4010
algo: x11
your tmb stratum of choice port 4011
algo: x13

Only one port is alive at a time -- we will likely add scrypt/nscrypt to the mix at a later time, but right now x11 and x13 is where the gpu profits are.

I'm working on re-organizing the home page, and will add more charts/stats for the multi-multi ports to the dashboard as well.

Cheers!

Example Pools Config for sgminer5
Code:
"pools" : [
        {
                "name" : "TMB_Multi_X11",
                "url" : "stratum+tcp://east02.us.trademybit.com:4010",
                "user" : "merc.2",
                "pass" : "x",
                "pool-nfactor" : "10",
                "pool-algorithm" : "darkcoin-mod",
                "pool-gpu-engine" : "1100",
                "pool-thread-concurrency" : "8192",
                "pool-xintensity" : "4",
                "pool-gpu-threads" : "2"
        },
        {
                "name" : "TMB_Multi_X13",
                "url" : "stratum+tcp://east02.us.trademybit.com:4011",
                "user" : "merc.2",
                "pass" : "x",
                "pool-nfactor" : "10",
                "pool-algorithm" : "marucoin-mod",
                "pool-gpu-engine" : "1100",
                "pool-thread-concurrency" : "8192",
                "pool-xintensity" : "4",
                "pool-gpu-threads" : "2"
        }
]
legendary
Activity: 3836
Merit: 4969
Doomed to see the future and unable to prevent it
Been on this pool for a while now..absolutely killing it!  Keep up the good work guys... x13 train choo choo  Tongue
whats your btc per mh? My rig is rented considering increasing rate.
legendary
Activity: 2128
Merit: 1119
Been on this pool for a while now..absolutely killing it!  Keep up the good work guys... x13 train choo choo  Tongue
sr. member
Activity: 354
Merit: 254
Owner of MiningRigRentals
And eventually they will be exhcanged into bitcoins right?

I`m asking because in Statistic page i have 24h estimate of 0.01BTC but in AUTOEXCHANGE page i have only 0,0083 for the last three days.
A lot of my coins are "Credit" but not changed to BTC.


Sorry if i am bothering, but i just want to understant what happens in the process.


If you have autoexchange enabled for the coin, then yes.

The 24h estimate is exactly that, an estimate, and its based on the 'right now' price of the coins you have mined in the last 24hrs.. sometimes it may be higher than what you actually get, and sometimes it may be lower. This is because the coins are traded as they confirm, and market rates change Wink
newbie
Activity: 7
Merit: 0
And eventually they will be exhcanged into bitcoins right?

I`m asking because in Statistic page i have 24h estimate of 0.01BTC but in AUTOEXCHANGE page i have only 0,0083 for the last three days.
A lot of my coins are "Credit" but not changed to BTC.


Sorry if i am bothering, but i just want to understant what happens in the process.
sr. member
Activity: 354
Merit: 254
Owner of MiningRigRentals
Thank you for your answer.

One more Smiley

And those that are with empty address field? Are still in the pool's wallet waiting for auto-exchange?

The ones with an address listed should be Debits, where as the other's are credits (and/or fees).. which indicates you being credited for your portion of blocks
newbie
Activity: 7
Merit: 0
Thank you for your answer.

One more Smiley

And those that are with empty address field? Are still in the pool's wallet waiting for auto-exchange?
sr. member
Activity: 354
Merit: 254
Owner of MiningRigRentals
Hello,

Quick question:

In Ledger, why in the Address field for some coins it says AUTO-TRADE-SYSTEM and for some don't?

I assume that are the coins that were exchanged but i just want to be sure.

Thank you

AUTO-TRADE-SYSTEM in the Ledger is indicating that your coins were moved to the autoexchange process.
full member
Activity: 157
Merit: 100
We've just opened up higher difficulty ports on the 02 stratums (east02 and am02) for asic's on scrypt.

The starting diff for port 3000 on both east02 and am02 is now 4096, and a much more reasonable vardiff adjustment settings for the higher hashing asics.

Thanks.

Also, please forgive me regarding the HYPER fiasco -- We did mine a good bit after it hit PoS. I really do try my best to keep up with all the coins and when they end PoW, and have quite a bit of code and alerts in place to catch these as they occur. Somehow HYPER slipped through the cracks. Again, I do sincerely apologize.

Thank You for high diff. I have two ASICs in China thats need to be pointed to US-West, is it possible to implement this location as well? Pings outside of China are so damn high...
newbie
Activity: 7
Merit: 0
Hello,

Quick question:

In Ledger, why in the Address field for some coins it says AUTO-TRADE-SYSTEM and for some don't?

I assume that are the coins that were exchanged but i just want to be sure.

Thank you
full member
Activity: 168
Merit: 100
Why rejects so high?
Usually I get <1% @am02.eu
Today it's around ~3..5%
I tried the both eu servs - same result
sr. member
Activity: 354
Merit: 254
Owner of MiningRigRentals
Hello, merc82!

Screens were made immediatly after payout, look:

This is total for yesterday (0,1385993):

This is how much was paid (0,13207056):

This is how much is left on the TMB account (0,0032625):

0,13207056 + 0,0032625 = 0,13533306
Say I'm wrong, but isn't it looks strange?
Should be 0,1385993

I definitely need to update that graph -- it doesnt correlate with payouts at all, unfortunately. Payouts tonight initiated at 10:30pm EST (and it stuck, so was re-initiated around 11:50), at which point the balances were locked for what was going to be paid.. while the chart kept counting.

full member
Activity: 168
Merit: 100
Hello, merc82!

Screens were made immediatly after payout, look:

This is total for yesterday (0,1385993):


This is how much was paid (0,13207056):


This is how much is left on the TMB account (0,0032625):


0,13207056 + 0,0032625 = 0,13533306
Say I'm wrong, but isn't it looks strange?
Should be 0,1385993
copper member
Activity: 1162
Merit: 1025
There was something strange with VOOT last night.

I rented a rig to mine VOOT last night on the x11 multipool. On the ledger tab I can see that VOOT was credited and auto-traded throughout the night (when profitability was still high). On the Auto-Exchange tab I don't see any VOOT credited until this morning at 08:38:49 AM EST in a lump sum as compared to the record on ledger. Unfortunately profitability dropped off the hill by morning. Can you explain what happened Merc? Thank.



I fell alseep before VOOT was tradable on Bittrex, while my code pulled the price for voot overnight (during the high profit times), it had no way of sending to the exchange to trade it. I'm talking with exchanges now to get an api method to auto-generate a deposit address in the future

Apologies for missing out on the initial price surge Sad

It would not have mattered anyway. Recently, Bittrex has been shutting down the deposit wallets for coins (usually ones with no block explorer) while they dump their own pile. After the dump, price drops and they turn deposits back on buying up mass miner bags dirt cheap since the sudden infusion of deposits and sell orders causes the value to drop even more in their favor. Then the exchange themselves buys at ultra low price just to turn off the deposit wallet and rinse and repeat.

This was blatantly obvious on Voot, House Of Coins, and a few others and happens too often to be a coincidence. This can be verified by reviewing the chain and comparing multiple accounts/deposit delay after verification was completed vs. real time pump and dump graph on their website. Bittrex has gone rogue and I suspect due to the extremely coincidental timing involved that there may be an co-op of pools/scamcoin devs working with them in this scheme.


bittrex does seem to be doing shadier and shadier things lately. i think the greed has taken hold. hopefully they don't go full blown cryptorush.
Pages:
Jump to: