Bitcoin Forum
June 26, 2024, 02:16:57 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3] 4 5 »
41  Bitcoin / Pools / Re: DDos sources is GHash.IO and associates on: November 04, 2013, 04:57:40 PM
This ghash.io keeps growing at an alarming rate.  Who are they?
its them:


cex.io doesn't make ghash.io grow.  They're the same company.  They already own that hashrate.
i know its the same company, thats what/why i sayed.
there probably adding up hashing power when available.
42  Bitcoin / Pools / Re: DDos sources is GHash.IO and associates on: November 04, 2013, 04:50:30 PM
This ghash.io keeps growing at an alarming rate.  Who are they?
its them:
43  Bitcoin / Project Development / Re: Qt Bitcoin Trader [OpenSource Mt.Gox client for Mac/Windows/Linux] on: October 15, 2013, 09:51:04 PM
Qt Bitcoin Trader v0.94 Released.
Happy to tell you that finally rules is working!

My suggestion, if it is not too much work, is to add support for other exchange (Bitstamp, BTC-e), so people would be able to (auto) arbitrage between exchanges with ease.
Therefore something like https://www.bitinstant.com/ was realy handy!
Are there any alternatives out there?
44  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] CryptoSwitcher - Automatically mine the best coin. on: September 22, 2013, 05:49:21 AM

It was working but not good at all, sometimes it switch good sometimes it start another instance of cgminer without shutdown one that is running and than everything for some reason stop.
Also I did not like fact that every time on switch GPU's are turned off and than turned on, so I come out with solution that now works perfect for me.
I made just one instance of cgminer with just one config file, in which are pools for all coins, because I mine just scrypt based coins it works, settings are the same.
In .sh that switcher start I put just this:
Code:
echo "switchpool|1" | nc 127.0.0.1 80
where number in "switchpool|1" represent ID of pool in cgminer configuration.
So now it mining and switching good, even without stoping GPU's!

I got CryptoSwitcher up and running on Linux great last night. It's really awesome with your suggestion to just load all of your pools in the config file and then just have each script run the switchpool command through cgminer's API. Right now I only have 1 Linux box and my main miner runs on Windows 7. I use CGWatcher to profit switch but I hate that it has to close and reopen a cgminer instance each time. I personally think it leads to instability. I got CryptoSwitcher running on Windows, but I can't get the same switchpool command to work. I downloaded a copy of netcat, but when I run the command, I get this error:

STATUS=E,When=1379746858,Code=14,Msg=Invalid command,Description=cgminer 3.2.1|

I have --api-listen, --api-port and --api-allow set in the cgminer config file. netcat is obviously talking to cgminer since it's getting an error response from it. Any suggestions?

Thanks to everyone!
I personally dont have any of the problems mentioned above. Once i had 2 cgminers running, but then i changed some stuff and now everything is running great, i have 7 block erupters running on a linux host and 2 block erupters on a windows host; Both of them running fine,
I even noticed a small increase of income, but i guess thats what its supposed to do...??
But, again, i'm not using any gpu or cpu anymore so i can not speak for basic hardware.
45  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] CryptoSwitcher - Automatically mine the best coin. on: September 18, 2013, 03:31:09 PM
For anyone who's interested.

I've added some coins and included batch file samples the for coins i use.
I have also modified the batch file for windows, makes it easier to implement on existing installs.
Take a look at the bitcoin example to see what i mean --> https://github.com/MasterX1582/CryptoSwitcher/blob/master/bitcoin.bat.sample

The coins i have added are Asiccoin, ButterflyCoin and TigerCoin.

Have fun mining with it!
46  Alternate cryptocurrencies / Altcoin Discussion / Re: AsicCoin giveaway on: September 18, 2013, 02:46:04 PM
ACYniFnYfRfa4JLvLTKBnB8181QcSwCwa9
Thanks!
47  Alternate cryptocurrencies / Mining (Altcoins) / Re: MultiMiner & MobileMiner: Your Coins. Your Pools. Your way. Win/Mac/nix/Mobl/Ava on: September 13, 2013, 07:51:41 PM
However, not really help full on a slow machine like an old thin client witch i use for mining with my asics.

An HP t5540 thin client like here http://www.parkytowers.me.uk/thin/hp/t5540/index.shtml or here http://neowongch.wordpress.com/2011/03/08/add-3-5-sata-hard-drive-to-hp-thin-client-t5540/

On Windows i have seen no real issues so far, except that you can not hot add/swap devices, however i do find that the devices get recognized more smootly while cgminer is not active.

Has anyone tested this on something like a raspberry pi?

The thin client i use has 2gb ram (i took some more from a broken laptop, original it had a 512Mb ram module.) and uses a 4gb usb stick as hard disk, did not yet try this on the sata port, but i wont think that will change anything as its the cpu (or coding) that seems the bottleneck.

This is pretty much to be expected to be honest. At some point I may look at writing native UIs for MultiMiner.Engine.dll, but for now that's a .NET WinForms app running under Mono which works but just isn't a great experience on older, slower hardware. MultiMiner is primary written to run on Windows.

If you are interested in using MobileMiner to monitor mining on slower hardware or low power devices like Raspberry Pi, there's a Python scrypt here you can use that works with either bfgminer or cgminer and the MinePeon project for Raspberry Pi either does have or will have support for MobileMiner (mine arrives today so I can test).
Dot net indeed is not exactly a cross platform framework.

If thats expected, i guess porting it to a more lightweight framework or language would be more interesting to most miners as more and more miners will be using low powered devices to mine there asics on.

Combined with this;
also, i have found that it is impossible to run this true tightvnc (something to to with DISPLAY:0 being not accessible, witch is obvious as i was using DISPLAY:1)
Witch i guess is also a mono related problem, makes this application right about useless to me and i guess many more linux users.

The monitor function is about the only part i was not interested in as i already use a email enabled web-front end for that witch is also available on my mobile phone and is compatible with about any cgminer/bfgminer based mining application so i dont see any advantage of using MobileMiner (yet) instead of my current setup.  I must admit, the mobile miner looks nice, but as it uses another 3th party api, i think this is just another spf (single point of failure), my monitor app is hosted on a web server witch is monitored by another monitor server witch monitors all my other servers on site.

Maybe this application is more pointed towards the beginning miner?

48  Alternate cryptocurrencies / Mining (Altcoins) / Re: MultiMiner & MobileMiner: Your Coins. Your Pools. Your way. Win/Mac/nix/Mobl/Ava on: September 13, 2013, 03:31:55 PM
MultiMiner: Your Coins. Your Pools. Your way.
MobileMiner: Remotely monitor and control your rigs from your smartphone.


MultiMiner is Open Source with a permissive MIT license. Contribution is welcome and encouraged.
If you are interested in helping with MultiMiner, scroll to the bottom of this post for source code examples.


Nice work!
However, not really help full on a slow machine like an old thin client witch i use for mining with my asics.

An HP t5540 thin client like here http://www.parkytowers.me.uk/thin/hp/t5540/index.shtml or here http://neowongch.wordpress.com/2011/03/08/add-3-5-sata-hard-drive-to-hp-thin-client-t5540/

On Windows i have seen no real issues so far, except that you can not hot add/swap devices, however i do find that the devices get recognized more smootly while cgminer is not active.

Has anyone tested this on something like a raspberry pi?

The thin client i use has 2gb ram (i took some more from a broken laptop, original it had a 512Mb ram module.) and uses a 4gb usb stick as hard disk, did not yet try this on the sata port, but i wont think that will change anything as its the cpu (or coding) that seems the bottleneck.

Some info:

Code:
root@miner:~# cat /proc/cpuinfo
processor       : 0
vendor_id       : CentaurHauls
cpu family      : 6
model           : 13
model name      : VIA Eden Processor 1000MHz
stepping        : 0
cpu MHz         : 997.478
cache size      : 128 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge cmov pat clflush acpi mmx fxsr sse sse2 tm nx up pni est tm2 xtpr rng rng_en ace ace_en ace2 ace2_en phe phe_en pmm pmm_en
bogomips        : 1994.95
clflush size    : 64
cache_alignment : 64
address sizes   : 36 bits physical, 32 bits virtual
power management:

Code:
root@miner:~# cat /proc/meminfo
MemTotal:        1995688 kB
MemFree:         1624776 kB
Buffers:           37484 kB
Cached:           187132 kB
SwapCached:            0 kB
Active:           168644 kB
Inactive:         169764 kB
Active(anon):     113912 kB
Inactive(anon):      384 kB
Active(file):      54732 kB
Inactive(file):   169380 kB
Unevictable:           0 kB
Mlocked:               0 kB
HighTotal:       1117064 kB
HighFree:         811280 kB
LowTotal:         878624 kB
LowFree:          813496 kB
SwapTotal:        105468 kB
SwapFree:         105468 kB
Dirty:                 0 kB
Writeback:             0 kB
AnonPages:        113808 kB
Mapped:            31488 kB
Shmem:               508 kB
Slab:              19004 kB
SReclaimable:      11020 kB
SUnreclaim:         7984 kB
KernelStack:        1680 kB
PageTables:         2468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:     1103312 kB
Committed_AS:     806784 kB
VmallocTotal:     122880 kB
VmallocUsed:        5304 kB
VmallocChunk:     114164 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        8184 kB
DirectMap2M:      905216 kB

I have no experience with mono apps, so i dont know if its the coding of mono, or the app itself that causes the high cpu usage.
When using another script (python based) https://github.com/area/CryptoSwitcher i do not have any of these issues.
I liked the idea of a fancy gui, but given these issues; i'd rather stay with the CyproSwitcher script witch has a function to trade the coin's you've mined.
Maybe some later release will be  more usable on low powered devices...



also, i have found that it is impossible to run this true tightvnc (something to to with DISPLAY:0 being not accessible, witch is obvious as i was using DISPLAY:1)
49  Alternate cryptocurrencies / Mining (Altcoins) / Re: MultiMiner & MobileMiner: Your Coins. Your Pools. Your way. Win/Mac/nix/Mobl/Ava on: September 13, 2013, 03:29:27 PM
MultiMiner: Your Coins. Your Pools. Your way.
MobileMiner: Remotely monitor and control your rigs from your smartphone.


MultiMiner is Open Source with a permissive MIT license. Contribution is welcome and encouraged.
If you are interested in helping with MultiMiner, scroll to the bottom of this post for source code examples.


Nice work!
However, not really help full on a slow machine like an old thin client witch i use for mining with my asics.

An HP t5540 thin client like here http://www.parkytowers.me.uk/thin/hp/t5540/index.shtml or here http://neowongch.wordpress.com/2011/03/08/add-3-5-sata-hard-drive-to-hp-thin-client-t5540/

On Windows i have seen no real issues so far, except that you can not hot add/swap devices, however i do find that the devices get recognized more smootly while cgminer is not active.

Has anyone tested this on something like a raspberry pi?

The thin client i use has 2gb ram (i took some more from a broken laptop, original it had a 512Mb ram module.) and uses a 4gb usb stick as hard disk, did not yet try this on the sata port, but i wont think that will change anything as its the cpu (or coding) that seems the bottleneck.

Some info:

Code:
root@miner:~# cat /proc/cpuinfo
processor       : 0
vendor_id       : CentaurHauls
cpu family      : 6
model           : 13
model name      : VIA Eden Processor 1000MHz
stepping        : 0
cpu MHz         : 997.478
cache size      : 128 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge cmov pat clflush acpi mmx fxsr sse sse2 tm nx up pni est tm2 xtpr rng rng_en ace ace_en ace2 ace2_en phe phe_en pmm pmm_en
bogomips        : 1994.95
clflush size    : 64
cache_alignment : 64
address sizes   : 36 bits physical, 32 bits virtual
power management:

Code:
root@miner:~# cat /proc/meminfo
MemTotal:        1995688 kB
MemFree:         1624776 kB
Buffers:           37484 kB
Cached:           187132 kB
SwapCached:            0 kB
Active:           168644 kB
Inactive:         169764 kB
Active(anon):     113912 kB
Inactive(anon):      384 kB
Active(file):      54732 kB
Inactive(file):   169380 kB
Unevictable:           0 kB
Mlocked:               0 kB
HighTotal:       1117064 kB
HighFree:         811280 kB
LowTotal:         878624 kB
LowFree:          813496 kB
SwapTotal:        105468 kB
SwapFree:         105468 kB
Dirty:                 0 kB
Writeback:             0 kB
AnonPages:        113808 kB
Mapped:            31488 kB
Shmem:               508 kB
Slab:              19004 kB
SReclaimable:      11020 kB
SUnreclaim:         7984 kB
KernelStack:        1680 kB
PageTables:         2468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:     1103312 kB
Committed_AS:     806784 kB
VmallocTotal:     122880 kB
VmallocUsed:        5304 kB
VmallocChunk:     114164 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        8184 kB
DirectMap2M:      905216 kB

I have no experience with mono apps, so i dont know if its the coding of mono, or the app itself that causes the high cpu usage.
When using another script (python based) https://github.com/area/CryptoSwitcher i do not have any of these issues.
I liked the idea of a fancy gui, but given these issues; i'd rather stay with the CyproSwitcher script witch has a function to trade the coin's you've mined.
Maybe some later release will be  more usable on low powered devices...

50  Alternate cryptocurrencies / Altcoin Discussion / Re: BTC-E (trollbox) on: September 09, 2013, 09:34:34 AM
Agree. Disablechat working fine.

Why dont you just use 'disableChat'?
If want to know how, simply like this. --> 'https://btc-e.com/disableChat'.



Why was this not mentioned in the first reply or are the users new to btc-e.com
so simple..
I dint think its explained in there faqs.
I do remember to have seen someone asking that question on the chat @ btc-e and this was the answer.

Also, if you or anyone else reading this tread would have made a little google search "btc-e disable chat" --> https://www.google.com/search?q=btc-e+disable+chat you would have found this page https://gist.github.com/inertia186/5298810
as the second result **, where the first result was this tread at the time of writing. The first **(and only) comment on that page suggests the same. *Witch was posted 5months ago.

*   EDIT
** EDIT
51  Alternate cryptocurrencies / Altcoin Discussion / Re: BTC-E (trollbox) on: September 08, 2013, 12:38:43 PM
I will not use btc-e until they get rid of that noobbox, spambox, er chatbox, they have.  I don't care it they move the chatbox to btc/ltc/chat.  Get it off every fucking page!  I'm sick of it and I know I'm not the only one.  I'll use another exchange until they do.

It's nothing but trolls and it's not professional.  Get rid of it or lose serious investors.

Signed,

Sick and tired.

Why dont you just use 'disableChat'?
If want to know how, simply like this. --> 'https://btc-e.com/disableChat'.

enjoy

EDIT: I agree at some point, mostly it is a troll box.
I think it would be better when chat was disabled by default.  
Maybe they could leave the option, but it is sometimes disturbing when you read all the troll on there.
52  Economy / Service Discussion / Re: My unban appeal to TradeFortress and the users of CoinChat. on: September 01, 2013, 03:27:18 PM
Blah.

TradeFortress doesn't care, CoinChat doesn't care, BitcoinTalk doesn't care.

Are you one of those people that says you don't like drama, then causes boatloads of drama, then blames others for it? That's what it sounds like.


No.
Oh, and as you know, so much for the above comments. Seems as if the forgiveness has ended. Tongue

Well, that's a shame. I hope that if the attitude wasn't an act, you may return one day.
It wasn't an act.
As for speaking with TradeFortress, his response: "Stop harassing me" (paraphrased) Huh
Unless you can convince TradeFortress, I won't return any day.  Sad

I will not try to convince him for you, sorry.
I don't want you to, I'm just making a statement.
Probably you want him to, your just not asking him.
53  Alternate cryptocurrencies / Altcoin Discussion / Re: Supposed ASIC Scrypt Miner | Scrypt ASIC International on: August 15, 2013, 03:49:41 PM
They are coming right out and saying they are using SHA256 ASIC chips and using the GPUs as converters.  They are either piling it high and deep or someone has had one heck of a breakthrough. 

GPU's as converters to what?
mind converters, to make you believe its not a scam ;-)
54  Economy / Games and rounds / Re: *Free 0.001btc* and win BTC everyweek with surf4bitcoin.com [1.15736475 BTC] on: August 09, 2013, 01:31:24 PM
Welcome to tang11, shefflad, MasterX and dinhnhan 

free 0.001 btc given


Thanks!
55  Economy / Games and rounds / Re: *Free 0.001btc* and win BTC everyweek with surf4bitcoin.com [1.15736475 BTC] on: August 09, 2013, 12:43:12 AM
410799-a781f4fd285a3d60c7b637e97140cf4e

1GhVFs5G9xgGGvJwM26b7mCU3ErYja7mPa
56  Bitcoin / Project Development / Re: Bitcoin SCI [PHP]: process transactions yourself! (addresses gen, IPN, QR Codes) on: May 05, 2013, 05:25:30 PM
Anyone has a clue why i'm always gettin "*** Invalid Ciphertext ***" on the "http://127.0.0.1/sci/admin.php?page=keys#" page?
Tought it was sommething with $sec_str but im not shure as i have tried what ever i could think of.
Never mind, forgot to remove old wif keys.
57  Bitcoin / Project Development / Re: Bitcoin SCI [PHP]: process transactions yourself! (addresses gen, IPN, QR Codes) on: May 05, 2013, 04:18:29 PM
Anyone has a clue why i'm always gettin "*** Invalid Ciphertext ***" on the "http://127.0.0.1/sci/admin.php?page=keys#" page?
Tought it was sommething with $sec_str but im not shure as i have tried what ever i could think of.
58  Economy / Trading Discussion / Re: Live Bitcoin Chart in MetaTrader 4 on: April 29, 2013, 04:02:43 PM
Failed to work for me. Cant figure out whats wrong.
I Kept EUR/USD open,got the EA, set allow imports. But  in the next step,[File -> Open Offline, look for "mtgoxUSD,M1"], For me there is no "mtgoxUSD,M1" listed among the options.

The EA is greyed out, is that how its supposed to be?


Hi rezurect,

You need to "allow dll imports" so you got the smiley in the upper right corner.
The E.A. is greyed out cause kvm only gave us the compiled version.
If you have both, source and compiled version you'll see the E.A. listed in color.

But as kvm mentioned earlyer, the E.A. wont work cause of an api change on bitcoincharts.

Cheers,
59  Economy / Trading Discussion / Re: Mt.Gox AML/KYC Process Explained on: April 27, 2013, 01:58:25 AM
someone knows more about this, is this true? http://pastebin.com/ePiAqkfA
60  Bitcoin / Project Development / Re: Bitcoin-Central.net gets an API ! on: January 10, 2013, 12:27:03 PM
You can get the full orderbook here :

In HTML
Code:
https://bitcoin-central.net/account/trade_orders/book

In XML
Code:
https://bitcoin-central.net/account/trade_orders/book.xml

In JSON
Code:
https://bitcoin-central.net/account/trade_orders/book.json

LRUSD orders in JSON
Code:
https://bitcoin-central.net/account/trade_orders/book.json?currency=lrusd

BC is RESTful by design and supports HTTP basic auth. meaning that you can pretty much do whatever you want and pass parameters as a form, in JSON or XML, hasn't been really tested in the wild, so I'll be happy to get bug reports Smiley

Responses to GET requests usually only support HTML default format, but if you need a JSON/XML response just drop me a line.

Hi Davout,

brief question: https://bitcoin-central.net/account/trade_orders/book.json only returns me an error "HTTP 404 - The requested resource could not be found" - any clue what happened there?

Thanks Smiley

+1
Pages: « 1 2 [3] 4 5 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!