Bitcoin Forum
August 19, 2024, 04:48:19 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 »
1  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] The First Litecoin PPS Pool (litecoinpool.org) on: November 06, 2014, 07:41:16 AM
Congrats pooler! Keep up the good work!
2  Bitcoin / Electrum / Re: Electrum server discussion thread on: July 09, 2014, 05:08:51 AM
What does the ulimit command show for the userid running the server, though?  On most Linuxes, max open files is set to 1024, and this limit can not be raised by non-root users.

As said the 'ulimit' is not the problem:
Code:
$ ps -efa|grep server.py |grep -v grep
electrum 24942     1  0 06:59 ?        00:00:00 /usr/bin/python -u server.py

$ cat /proc/24942/limits
Limit                     Soft Limit           Hard Limit           Units
Max cpu time              unlimited            unlimited            seconds
Max file size             unlimited            unlimited            bytes
Max data size             unlimited            unlimited            bytes
Max stack size            8388608              unlimited            bytes
Max core file size        0                    unlimited            bytes
Max resident set          unlimited            unlimited            bytes
Max processes             15862                15862                processes
Max open files            32768                32768                files
Max locked memory         65536                65536                bytes
Max address space         unlimited            unlimited            bytes
Max file locks            unlimited            unlimited            locks
Max pending signals       15862                15862                signals
Max msgqueue size         819200               819200               bytes
Max nice priority         0                    0
Max realtime priority     0                    0
Max realtime timeout      unlimited            unlimited            us
3  Bitcoin / Electrum / Re: Electrum server discussion thread on: July 08, 2014, 06:39:32 AM
Do you have the open files limit set sufficiently high? 
Code:
ulimit -n
should show 16k or higher.

That shouldn't be the problem - nofile is set to 32k in the upstart script.

My setup:
Ubuntu 12.04 LTS (kernel 3.2.0) w/Python 2.7.3; latest Electrum server from git; leveldb 1.9.0; plyvel 0.8

4  Bitcoin / Electrum / Re: Electrum server discussion thread on: July 07, 2014, 01:51:47 PM
Third time in 2 or 3 months that the database of my server e2.pdmc.net broke ("wrong_hash"). Is this just me or are other operators experiencing this as well?
Anyway, I'll take my server offline for now and bring it back online once I find enough time to move it faster hardware (probably in August).
5  Bitcoin / Electrum / Re: Help me test new electrum server implementation on: July 07, 2014, 01:23:26 PM
Code:
./electrum -1 -s h.1209k.com:50002:s
wrong certificate h.1209k.com
(using plain TCP works though)

[...] I hope to release the code later this week. [...]
Oh yeah, things that don't work:
- IRC server announcement
- Most input checking on requests, requests that are wrong will most likely cause the server to break the connection with no error message to the client.
- Transactions to broadcast are handed directly to a bitcoind for validation and the response from bitcoind isn't checked so errors are not relayed back as they should be.
So, any news on this?
6  Bitcoin / Electrum / Re: Electrum server discussion thread on: April 13, 2014, 03:30:26 PM
Your server is not good configured when I connect to him hi don't show limit of users for all servers and when I change it with another hi disappear  from the list of servers.
Hmm, I wouldn't call that "not good configured" - the server just lost its connection to IRC. After restarting it everything is back to normal.
Anyway thank you for the hint!
7  Bitcoin / Electrum / Re: Electrum server discussion thread on: April 10, 2014, 08:27:43 AM
Is there any electrum server which updatet to bitcon core (0.9.0) and enables transactions to be propagated with 0.00001 btc fee / kb?

I've upgraded e2.pdmc.net to 0.9.1 yesterday and adjusted the minimum fee accordingly.
8  Local / Biete / Re: [B] BitBurner XX, 2 Boards, 15.5GH/s on: March 22, 2014, 03:42:44 PM
*bump*
9  Local / Biete / [B] BitBurner XX, 2 Boards, 15.5GH/s on: March 21, 2014, 02:44:54 PM

Zum Verkauf stehen zwei BitBurner XX (mit je 20 Avalon Chips), Stacking-Cable und passenden MeanWell-Netzteilen.
Die Boards laufen bei mir seit Ende Oktober konstant mit 15.5GH/s (bei 390MHz Chipfrequenz und 35°C Boardtemperatur):

Bedingungen:

  • Verkauf erfolgt ausschließlich gegen Bitcoins; Escrow ist grundsätzlich möglich
  • Ernstgemeinte Angebote per PM an mich
  • Dies ist keine Auktion; es besteht kein Anspruch auf einen Verkauf.
  • Versand nur innerhalb Deutschlands; EU-Ausland auf Anfrage

Bei Fragen bitte fragen.  Smiley
10  Bitcoin / Electrum / Re: Preview & feedback: Electrum Android (Kivy) on: March 20, 2014, 07:32:31 AM
Wow, just tested on my Nexus 5 and this looks very promising!
Any ETA for the "real" software?
11  Bitcoin / Electrum / Re: Electrum server discussion thread on: March 05, 2014, 10:42:34 AM
Just to be clear, do you mean someone other than me is already on it?

grnbrg (in IRC/#electrum) is buildung a 10k db.
12  Bitcoin / Electrum / Re: Electrum server discussion thread on: March 04, 2014, 07:27:27 PM
Just in case someone is having the same trouble as me.  When I ran the foundry fulltree version from Feb I got an error saying it was deprecated.  I imagine something in the format changed.  [...]

Here's the format change which makes the foundry full tree version (from Feb 17th) unusable:
https://github.com/spesmilo/electrum-server/commit/7164e2928d341fe197b68a9966542e7be1e26709
https://github.com/spesmilo/electrum-server/commit/2a8c19f5f3bdae38e9ef89bf7515dc10a7bb1893

And there's already somebody building a 10k db. I guess you'll be better of if you just wait for his db.
13  Alternate cryptocurrencies / Mining (Altcoins) / Re: An (even more) optimized version of cpuminer on: February 08, 2014, 11:20:47 AM
Sun Fire T1000 6-core @ 1GHz
Oracle Solaris 11.1

at 24 threads each gets .06kh/s =1.44kh/s

They're $75 on ebay, 180W power consumption.

If I mine all month I can turn $10 of power into 75 cents worth of altcoins Cheesy

compiling with -O3 made this .07 per thread, for a total of 1.68Kh/s

Compiling it with SunStudio instead of GCC will give you maybe even a little more (didn't test this for an "eternity" though).
BTW, running more threads then you a have physical cores on a Niagara based systems will gain you absolutely nothing. 
14  Bitcoin / Hardware / Re: [Work in progess] Burnins Avalon Chip to mining board service on: November 11, 2013, 08:49:29 AM
€400 for a board hashing 25GH? plus vat? I cannot take part then.  around 1BTC i'd pay for 25GH board, but even that is steep, as it is readily available at that price (though at higher power consumption).
25GH/s? Where did you get this number from? AFAIK the "BitBurner Fury" boards are hashing at ~50GH/s.
15  Bitcoin / Electrum / Re: Electrum - Bitcoin client for the common users (friendly and instant) on: November 08, 2013, 06:58:12 PM
What does
Code:
error: {u'message': u'TX rejected', u'code': -22}
mean? I had such errors when i tried to do many single transactions. It only went away after a new block was found.
[...]
Whats the matter?

Either the coins you're trying to spend are too new or your choosen fee is to low.
16  Bitcoin / Hardware / Re: [Work in progess] Burnins Avalon Chip to mining board service on: November 08, 2013, 08:43:10 AM
I can't get mine to work with 1 usb cable either...  Alone they mine fine.

Anyone get multiple boards mining with 1 usb cable on windows?  Any secret?  Does your PC recognize them as separate miners, or just 1?
Did you terminate the CANBUS (properly)?
--> http://www.burninmining.com/assembly-instructions-part1/


Would anyone be interested in reasonably priced fury boards?
I would have to gather enough orders for one reel though.
In general - yes. Heavily depends on price and delivery date.
17  Bitcoin / Hardware / Re: [Work in progess] Burnins Avalon Chip to mining board service on: November 02, 2013, 07:54:53 AM
Why the delay:
CryptX has not paid me yet, that lead to me being unable to pay my contractors which then stopped production.
After a lot of back and forth i managed to convince them to finish the Job.
Cryptx didnt pay you till now... i dont see a reason why they should do this.

Uhm, what? You don't see a reason why CryptX should pay his debts? Can you elaborate?
18  Bitcoin / Hardware / Re: [Work in progess] Burnins Avalon Chip to mining board service on: October 27, 2013, 08:03:08 AM
Guess i shouldn't have gotten the power supplies from you then since they can't power your own boards =)

I guess you've should read the specs more carefully.
The Mean Well is good for 60W (http://www.burninmining.com/product/mean-well-gs60a12-p1j/), which is good enough for up to ~372MHz:

[...]
ambient: 25°C, water temperature 26°C
Chip Frequency - Chip surface temp, cgminer board-temp, Core voltage, power consumption, comments

Air cooling:
282 - 45.8, 40.5, 1.2, 46W, stable
340 - 50, 43, 1.2, 56W, stable
372 - 51.5, 45, 1.2, 61W, stable
390 - 52.5, 46, 1.2, 2% hw errors
390 - 53.3, 47.5, 1.25, 70W, stable
409 - 55, 48.5, 1.25, 2% errors
409 - 56.5, 51, 1.28, 77W, stable
434 - 57, 52, 1.28, 82W, 10% hw errors

[...]

So, no reason to complain...
19  Bitcoin / Mining software (miners) / Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.6.5 on: October 26, 2013, 09:15:13 AM
Pontius - what Avalon/Bitburner devices are you mining with?  What command line arguments are you using?

Bitburner XX

Code:
cgminer -n
 [2013-10-26 11:06:02] USB all: found 9 devices - listing known devices
.USB dev 0: Bus 4 Device 32 ID: 0403:6001
  Manufacturer: 'Burnin Electronics'
  Product: 'BitBurner'                   
 [2013-10-26 11:06:02] 1 known USB devices

No command line options, everything is inside the ~/.cgminer/cgminer.conf:
Code:
{
    "api-listen"        :   true,
    "api-allow"         :   "W:127.0.0.1,172.16.8.0/23",
   
    "avalon-options"    :   "115200:4:10:d:372",
    "avalon-temp"       :   "40",
    "bitburner-voltage" :   "1170",
    "queue"             :   "4",
    "usb"               :   ":1",

    "load-balance"      :   true,
    "pools"             : [
        [...]
    ]
}
20  Bitcoin / Hardware / Re: [Work in progess] Burnins Avalon Chip to mining board service on: October 26, 2013, 07:58:59 AM
455MHz @ 32C?  Shocked Are you running them in your fridge???
Anyway I'll try with my air cooled bitburners and "--avalon-auto". Let's see what happens...
For me "--avalon-auto" results in slower hashrates - after about 10h it went down to ~320MHz (starting at 380MHz). I'll try again with v3.4.3, maybe this will result in better rates...

I would really like to see pictures of solaris setup, must look awesome.
+1
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!