Bitcoin Forum
May 13, 2024, 08:22:52 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 12 13 14 15 16 17 18 19 [20] 21 22 23 »
381  Alternate cryptocurrencies / Mining (Altcoins) / Re: MultiMiner & MobileMiner: Your Coins. Your Pools. Your way. Win/Mac/Linux/Mobile on: January 03, 2014, 10:38:13 PM
It's me again. I replicated the first crash  I reported a couple of posts ago with 2.3.2, I was doing this remotely with teamviewer, while the program was running, I was editing one of the coins, then I clicked or double clicked on an empty space of the coin list and the program crashed.  Also, there is some graphical glitch that has been there since I've been using the program a month ago where I can't see the name of the coins or lists unless I clicked on it and it gets highlighted, it is the same through out the program for like options, logs, history, etc.  I have attached some pictures to show you.

Code:
mauricio@mauricio-B202 ~/Multiminer $ mono MultiMiner.Win.exe
System.IndexOutOfRangeException: list position
  at System.Windows.Forms.CurrencyManager.get_Current () [0x00000] in <filename unknown>:0
  at System.Windows.Forms.Binding.PushData (Boolean force) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.Binding.PushData () [0x00000] in <filename unknown>:0
  at System.Windows.Forms.Binding.UpdateIsBinding () [0x00000] in <filename unknown>:0
  at System.Windows.Forms.CurrencyManager.UpdateIsBinding () [0x00000] in <filename unknown>:0
  at System.Windows.Forms.BindingManagerBase.PushData () [0x00000] in <filename unknown>:0
  at System.Windows.Forms.CurrencyManager.ListChangedHandler (System.Object sender, System.ComponentModel.ListChangedEventArgs e) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.BindingSource.OnListChanged (System.ComponentModel.ListChangedEventArgs e) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.BindingSource.ResetBindings (Boolean metadataChanged) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.BindingSource.SetList (IList l) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.BindingSource.ResetList () [0x00000] in <filename unknown>:0
  at System.Windows.Forms.BindingSource.set_DataSource (System.Object value) [0x00000] in <filename unknown>:0
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.BindingSource:set_DataSource (object)
  at MultiMiner.Win.CoinsForm.coinListBox_SelectedIndexChanged (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.ListBox.OnSelectedIndexChanged (System.EventArgs e) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.ListBox.OnItemClick (Int32 index) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.ListBox.OnMouseUpLB (System.Object sender, System.Windows.Forms.MouseEventArgs e) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.Control.OnMouseUp (System.Windows.Forms.MouseEventArgs e) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.Control.WmLButtonUp (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.ListBox.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.Control+ControlWindowTarget.OnMessage (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg, IntPtr wParam, IntPtr lParam) [0x00000] in <filename unknown>:0




382  Alternate cryptocurrencies / Mining (Altcoins) / Re: MultiMiner & MobileMiner: Your Coins. Your Pools. Your way. Win/Mac/Linux/Mobile on: January 03, 2014, 06:09:11 PM
I'm running Multiminer 2.3.2 and linux mint 15 xfce.  The program crashed in the middle of the night, so I'm not sure how to replicate it.  Also, what's getting annoying is that "Coin configuration enable" option gets unchecked for some coins, so the miner never connects to those pools. I don't know if it's an error the program has or it is a feature.  Last, I'm getting the coinbase api error a lot.

Code:

mauricio@mauricio-B202 ~/Multiminer $ mono MultiMiner.Win.exe

(exo-helper-1:13226): Gdk-CRITICAL **: IA__gdk_window_get_window_type: assertion `GDK_IS_WINDOW (window)' failed

(process:13229): GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed
Error: No running window found

(process:13233): GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed
CreateProcess: error creating process handle

Unhandled Exception: System.ComponentModel.Win32Exception: ApplicationName='/usr/bin/bfgminer', CommandLine='--load-balance --scan noauto --quota "99;stratum+tcp://tek.dsync.net:6666" -u xxxxxx -p x -S bitforce_queue:/dev/ttyUSB0 -d bitforce_queue@/dev/ttyUSB0 -S bitforce_queue:/dev/ttyUSB1 -d bitforce_queue@/dev/ttyUSB1 --api-listen --api-port 4028 --api-allow W:127.0.0.1, -T -q', CurrentDirectory=''
  at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
  at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
  at System.Diagnostics.Process.Start () [0x00000] in <filename unknown>:0
  at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
  at MultiMiner.Xgminer.Miner.StartProcessAndCheckResponse (System.Diagnostics.ProcessStartInfo startInfo, Boolean startProcess) [0x00000] in <filename unknown>:0
  at MultiMiner.Xgminer.Miner.StartMinerProcess (System.String arguments, Boolean redirectOutput, Boolean ensureProcessStarts, System.String reason, Boolean startProcess) [0x00000] in <filename unknown>:0
  at MultiMiner.Xgminer.Miner.Launch (System.String reason) [0x00000] in <filename unknown>:0
  at MultiMiner.Engine.MiningEngine.LaunchMinerProcess (MultiMiner.Xgminer.MinerConfiguration minerConfiguration, System.String reason) [0x00000] in <filename unknown>:0
  at MultiMiner.Engine.MiningEngine.StartMining () [0x00000] in <filename unknown>:0
  at MultiMiner.Engine.MiningEngine.RestartMining () [0x00000] in <filename unknown>:0
  at MultiMiner.Engine.MiningEngine.ApplyMiningStrategy (System.Collections.Generic.List`1 coinInformation) [0x00000] in <filename unknown>:0
  at MultiMiner.Win.MainForm.CheckAndApplyMiningStrategy () [0x00000] in <filename unknown>:0
  at MultiMiner.Win.MainForm.coinStatsTimer_Tick (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.Timer.OnTick (System.EventArgs e) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.Timer.FireTick () [0x00000] in <filename unknown>:0
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.Timer:FireTick ()
  at System.Windows.Forms.XplatUIX11.CheckTimers (System.Collections.ArrayList timers, DateTime now) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.XplatUIX11.UpdateMessageQueue (System.Windows.Forms.XEventQueue queue, Boolean allowIdle) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.XplatUIX11.UpdateMessageQueue (System.Windows.Forms.XEventQueue queue) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.XplatUIX11.GetMessage (System.Object queue_id, System.Windows.Forms.MSG& msg, IntPtr handle, Int32 wFilterMin, Int32 wFilterMax) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.XplatUI.GetMessage (System.Object queue_id, System.Windows.Forms.MSG& msg, IntPtr hWnd, Int32 wFilterMin, Int32 wFilterMax) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.Application.RunLoop (Boolean Modal, System.Windows.Forms.ApplicationContext context) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.Application.Run (System.Windows.Forms.ApplicationContext context) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x00000] in <filename unknown>:0
  at MultiMiner.Win.Program.RunApplication () [0x00000] in <filename unknown>:0
  at MultiMiner.Win.Program.Main () [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.ComponentModel.Win32Exception: ApplicationName='/usr/bin/bfgminer', CommandLine='--load-balance --scan noauto --quota "99;stratum+tcp://tek.dsync.net:6666" -u xxxxxx -p x -S bitforce_queue:/dev/ttyUSB0 -d bitforce_queue@/dev/ttyUSB0 -S bitforce_queue:/dev/ttyUSB1 -d bitforce_queue@/dev/ttyUSB1 --api-listen --api-port 4028 --api-allow W:127.0.0.1, -T -q', CurrentDirectory=''
  at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
  at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
  at System.Diagnostics.Process.Start () [0x00000] in <filename unknown>:0
  at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
  at MultiMiner.Xgminer.Miner.StartProcessAndCheckResponse (System.Diagnostics.ProcessStartInfo startInfo, Boolean startProcess) [0x00000] in <filename unknown>:0
  at MultiMiner.Xgminer.Miner.StartMinerProcess (System.String arguments, Boolean redirectOutput, Boolean ensureProcessStarts, System.String reason, Boolean startProcess) [0x00000] in <filename unknown>:0
  at MultiMiner.Xgminer.Miner.Launch (System.String reason) [0x00000] in <filename unknown>:0
  at MultiMiner.Engine.MiningEngine.LaunchMinerProcess (MultiMiner.Xgminer.MinerConfiguration minerConfiguration, System.String reason) [0x00000] in <filename unknown>:0
  at MultiMiner.Engine.MiningEngine.StartMining () [0x00000] in <filename unknown>:0
  at MultiMiner.Engine.MiningEngine.RestartMining () [0x00000] in <filename unknown>:0
  at MultiMiner.Engine.MiningEngine.ApplyMiningStrategy (System.Collections.Generic.List`1 coinInformation) [0x00000] in <filename unknown>:0
  at MultiMiner.Win.MainForm.CheckAndApplyMiningStrategy () [0x00000] in <filename unknown>:0
  at MultiMiner.Win.MainForm.coinStatsTimer_Tick (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.Timer.OnTick (System.EventArgs e) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.Timer.FireTick () [0x00000] in <filename unknown>:0
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.Timer:FireTick ()
  at System.Windows.Forms.XplatUIX11.CheckTimers (System.Collections.ArrayList timers, DateTime now) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.XplatUIX11.UpdateMessageQueue (System.Windows.Forms.XEventQueue queue, Boolean allowIdle) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.XplatUIX11.UpdateMessageQueue (System.Windows.Forms.XEventQueue queue) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.XplatUIX11.GetMessage (System.Object queue_id, System.Windows.Forms.MSG& msg, IntPtr handle, Int32 wFilterMin, Int32 wFilterMax) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.XplatUI.GetMessage (System.Object queue_id, System.Windows.Forms.MSG& msg, IntPtr hWnd, Int32 wFilterMin, Int32 wFilterMax) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.Application.RunLoop (Boolean Modal, System.Windows.Forms.ApplicationContext context) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.Application.Run (System.Windows.Forms.ApplicationContext context) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x00000] in <filename unknown>:0
  at MultiMiner.Win.Program.RunApplication () [0x00000] in <filename unknown>:0
  at MultiMiner.Win.Program.Main () [0x00000] in <filename unknown>:0
383  Alternate cryptocurrencies / Mining (Altcoins) / Re: MultiMiner & MobileMiner: Your Coins. Your Pools. Your way. Win/Mac/Linux/Mobile on: January 02, 2014, 03:25:48 AM
What are some of the best settings everyone has for automatic switching for multiminer? I have two jalapenos, and I'm trying to get the most profit I can.  Right now I have it set to check every 5 minutes for straight profitability. I have added all the sha-256 coins at coinwars and using coinwars api.
384  Alternate cryptocurrencies / Mining (Altcoins) / Re: MultiMiner & MobileMiner: Your Coins. Your Pools. Your way. Win/Mac/Linux/Mobile on: December 31, 2013, 06:30:37 PM
I keep getting this crash while I add a coin and multiminer is working.  I'm on linux mint xfce 15, miltiminer 2.3.0.  Let me know if you need more information.

Code:
mauricio@mauricio-B202 ~/Multiminer $ mono MultiMiner.Win.exe
System.IndexOutOfRangeException: list position
  at System.Windows.Forms.CurrencyManager.get_Current () [0x00000] in <filename unknown>:0
  at System.Windows.Forms.Binding.PushData (Boolean force) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.Binding.PushData () [0x00000] in <filename unknown>:0
  at System.Windows.Forms.Binding.UpdateIsBinding () [0x00000] in <filename unknown>:0
  at System.Windows.Forms.CurrencyManager.UpdateIsBinding () [0x00000] in <filename unknown>:0
  at System.Windows.Forms.BindingManagerBase.PushData () [0x00000] in <filename unknown>:0
  at System.Windows.Forms.CurrencyManager.ListChangedHandler (System.Object sender, System.ComponentModel.ListChangedEventArgs e) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.BindingSource.OnListChanged (System.ComponentModel.ListChangedEventArgs e) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.BindingSource.ResetBindings (Boolean metadataChanged) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.BindingSource.SetList (IList l) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.BindingSource.ResetList () [0x00000] in <filename unknown>:0
  at System.Windows.Forms.BindingSource.set_DataSource (System.Object value) [0x00000] in <filename unknown>:0
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.BindingSource:set_DataSource (object)
  at MultiMiner.Win.CoinsForm.coinListBox_SelectedIndexChanged (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.ListBox.OnSelectedIndexChanged (System.EventArgs e) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.ListBox.OnItemClick (Int32 index) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.ListBox.OnMouseUpLB (System.Object sender, System.Windows.Forms.MouseEventArgs e) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.Control.OnMouseUp (System.Windows.Forms.MouseEventArgs e) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.Control.WmLButtonUp (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.ListBox.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.Control+ControlWindowTarget.OnMessage (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg, IntPtr wParam, IntPtr lParam) [0x00000] in <filename unknown>:0

Edit: I just saw you just posted an update, let me try it first to see if it keeps crashing.
385  Bitcoin / Pools / Re: [NR 1] Triplemining.com <> BIG jackpot every week <> on: December 21, 2013, 03:39:41 AM
The hulk is angry, wants to smash  Undecided Angry
386  Bitcoin / Pools / Re: [NR 1] Triplemining.com <> BIG jackpot every week <> on: December 17, 2013, 07:16:11 PM
I'm feeling your pain! Thus, added some GH/s to the Triplemining.com pool myself just a moment ago.

Everyone, do like me and get off GHash.IO and come help this pool get a block too..!!


Thanks for your help!
387  Bitcoin / Pools / Re: [NR 1] Triplemining.com <> BIG jackpot every week <> on: December 14, 2013, 05:13:18 PM
I hate math  Roll Eyes
388  Bitcoin / Pools / Re: Help Develop a New Pool! 0.1% Fee Open Source Merged Mining on: December 13, 2013, 04:44:58 PM
I'm a student in computer programming.  I would love to help you and learn at the same time, but I don't have much to offer except for an extra hand in writing code.  Let me know.

You can see my email by clicking the link in my sig (captcha protected). Send me an email. =)

I emailed you but you haven't replied back?
389  Bitcoin / Pools / Re: [NR 1] Triplemining.com <> BIG jackpot every week <> on: December 12, 2013, 08:23:46 PM
We've been mining for 573 hours, 3 billion share and haven't found a block.  This is not normal, at the lowest 4Th/s, based on the calculator, the pool should be making on average 67 coins per month, or at least two blocks per month, it's been three weeks, no block found WTF?

390  Bitcoin / Pools / Re: Help Develop a New Pool! 0.1% Fee Open Source Merged Mining on: December 11, 2013, 09:34:45 PM
I'm a student in computer programming.  I would love to help you and learn at the same time, but I don't have much to offer except for an extra hand in writing code.  Let me know.
391  Bitcoin / Pools / Which pool could give me the best return bitparking merged mining or Multipool? on: December 06, 2013, 04:44:46 AM
I'm asking this because is hard to calculate future profits.  If I mine in bitparking I can trade all merged coins for bitcoins in the market, well except for groupcoins, can't find a market for it.  Multipool doesn't have merged mining, but it always mines the most profitable sha256 coin.  Anyone that mines in these pools can give me an opinion about which one could give me the best profit?
392  Alternate cryptocurrencies / Announcements (Altcoins) / Re: GRouPcoin on: December 06, 2013, 02:05:09 AM
is there a market where groupcoins are traded?
393  Alternate cryptocurrencies / Altcoin Discussion / Re: How To Mine Protoshares/Primcoins With Amazon E2 Server The Right Way! on: December 03, 2013, 06:21:21 AM
I really liked this walk through.  The original one is very confusing.  I was trying to follow the original, but It's missing a lot of steps and doesn't have pictures.  Huh
394  Alternate cryptocurrencies / Altcoin Discussion / Re: How To Mine Protoshares/Primcoins With Amazon E2 Server The Right Way! on: November 30, 2013, 04:14:11 AM
great guide thank you!
395  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][Profit-switching scrypt+ASIC Pool] multipool.us on: November 28, 2013, 01:42:31 AM
What does the lock option do in payment configuration? Thanks in advanced.
Just means nobody can change your wallet address without using your PIN.

Thank you Aurum!  I'm just waiting for the pool I'm using to find a block then I'll switch to multipool.us.
396  Bitcoin / Pools / Re: Let's get SHA256 multi-mining off the ground! on: November 27, 2013, 10:46:02 PM

It depends on your appetite for risk and the quantity of coins you are mining. With our scrypt mining activities our management software (CipherMiner) places sell orders in the middle of the spread. That has proven pretty reliable for selling the quantities we were generating with 20+ MH/s.

When I tried it selling just below the lowest ask (semi-equivalent to Cryptsy's "Sell at top sell bid (Higher Pirce)"),it sold most of the time  but I did have to check every day or so and "clean up" trades which had been missed due to a fall in the market.

However, the "middle of the spread" strategy has not worked well for the SHA256 coins though because with 5 TH/s we were swamping the volumes a little bit. Instead I've currently got Cryptsy set to sell at the highest bid price ("Sell at top buy bid (Lower Price)"), and that has been 100% reliable so far (CipherMiner's trading function is offline for some upgrades).

If you want a fully automated solution you can just check in on once a week then I'd suggest the above.

It is a shame that neither Cryptsy nor BTC-E support automated withdrawals yet (even via their APIs, despite listing the functionality) since with that too and a simple bot you could withdraw from Cryptsy to Gox or BTC-E and use something like ButterBot to mange your BTC (ie. selling it to USD if the market falls).

Kate.

Well I guess it is "Sell at top sell bid" I rather check my account once a day than to be stuck on the screen all day trying to sell at the right time.  I do use an app on my android phone to alarm me for highs and lows, but I'm mostly on my laptop, and I get very tempted to pay attention to the market because I think I'm going to miss selling or buying at the right time.   I'm a student in computer programming, however bots are something foreign to me but I will check them out, they might be of great benefit to me. You are very pretty an very smart woodrake, If you wouldn't live so far away, I would invite you to a coffee.   Have a nice day and thanks for the advice.
397  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][Profit-switching scrypt+ASIC Pool] multipool.us on: November 27, 2013, 10:09:56 PM
What does the lock option do in payment configuration? Thanks in advanced.
398  Bitcoin / Pools / Re: Let's get SHA256 multi-mining off the ground! on: November 27, 2013, 02:33:37 PM
In case anyone is new to multimining, I recommend using an exchange like Cryptsy which has auto-trading.

Put your Cryptsy deposit address for each alt-coin (eg. PPC, TRC etc) in as the multipool.us withdrawal address, and on Cryptsy set the coins to auto-sell. This way you'll still just get BTC from your mining, but a little bit more when the alts are more profitable to mine.

What's the average profit that user make with autosales on?

It varies from day to day, depending on altcoin prices.  You can make 150-200% of what you would make mining bitcoin on a good day.

That's really great, i'm doing trading at BTC-E and it's like a full time job to keep track of each altcoin, one last question what autotrade option do you is the best to make the most profit?
399  Bitcoin / Pools / Re: [NR 1] Triplemining.com <> BIG jackpot every week <> on: November 27, 2013, 03:36:42 AM
My apologies for not being more active on the forums lately.  We've been under several attacks: we've had a huge attack trying to bruteforce logins, and several ddos attacks to the mining server.  At this moment, we've placed several defences against the bruteforce attacks. 

Should you have any issues with payouts, please send an email to info@triplemining.com.  If you didn't receive an answer yet, please send your mail again.  I've answered all mails uptill now, so if you didn't receive an answer your mail probably was lost somewhere.


In any case, at this moment all issues have been resolved.

Thanks for mining!

Hi Kinlo, will you ever add NMC merged mining in the pool?
400  Bitcoin / Pools / Re: Let's get SHA256 multi-mining off the ground! on: November 26, 2013, 04:19:25 PM
In case anyone is new to multimining, I recommend using an exchange like Cryptsy which has auto-trading.

Put your Cryptsy deposit address for each alt-coin (eg. PPC, TRC etc) in as the multipool.us withdrawal address, and on Cryptsy set the coins to auto-sell. This way you'll still just get BTC from your mining, but a little bit more when the alts are more profitable to mine.

What's the average profit that user make with autosales on?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 [20] 21 22 23 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!