Bitcoin Forum
May 08, 2024, 10:25:42 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 24 25 26 27 28 29 30 [31] 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 ... 171 »
601  Bitcoin / Pools / Re: [ANN] Stratum mining protocol - ASIC ready on: December 09, 2012, 10:46:51 AM
Strange, I never had segfault on any of my machines (including ARM boxes etc). Do you have some unusual machine configuration? Are other applications stable?
602  Bitcoin / Mining software (miners) / Re: BTCMiner - Open Source Bitcoin Miner for ZTEX FPGA Boards, 215 MH/s on LX150 on: December 09, 2012, 09:28:36 AM
I have bitcoin client on port 8332, so even if my old linux can run your code I have to mess around with configs... Sad

There is no config, just simple parameters.

Code:
./mining_proxy.py -gp 8001

This will do the job for you (gp means getwork port).

Quote
Also it's written in python... :/

I'm sorry if you have personal aversion against Python for some reason. Otherwise the installation is really simple, as documented here: https://github.com/slush0/stratum-mining-proxy . It takes literally 5 minutes to get it run.
603  Bitcoin / Mining software (miners) / Re: BTCMiner - Open Source Bitcoin Miner for ZTEX FPGA Boards, 215 MH/s on LX150 on: December 09, 2012, 12:40:33 AM
Dear Santa, we wish for stratum under the christmas tree, please.

Lol, can I qoute it?
604  Bitcoin / Mining software (miners) / Re: BTCMiner - Open Source Bitcoin Miner for ZTEX FPGA Boards, 215 MH/s on LX150 on: December 09, 2012, 12:38:35 AM
2) Slush gives you transaction fee if you use stratum.

You can use stratum proxy...
605  Other / MultiBit / Re: MultiBit on: December 08, 2012, 08:48:30 PM
+ I think I have fixed the wallet panel being too wide in Linux (I never saw that bug so cannot be sure. Slush < could you try it out please ?).

Fixed! Thanks :-)
606  Bitcoin / Electrum / Re: Opensource Electrum builds for Windows (using Linux!) on: December 08, 2012, 08:25:49 PM
If you'll try to make your own builds, let me know it worked or not.
607  Bitcoin / Electrum / Re: [ANNOUNCE] Electrum - Lightweight Bitcoin Client on: December 08, 2012, 03:37:43 PM
I just published howto for Electrum EXE builds: https://bitcointalk.org/index.php?topic=129801
608  Bitcoin / Electrum / Opensource Electrum builds for Windows (using Linux!) on: December 08, 2012, 03:31:08 PM
Hi all,

I spent last night by preparing Windows build process for Electrum client.

The goal for the future is to create deterministic Electrum builds, so anybody will be able to compile Electrum on his own and check that official binaries from website don't contain any malware. Currently the process is not fully deterministic yet (filesize is the same, but file contains parts in random order so it has different md5sum), but I'm pretty sure it can be solved sometimes.

Another goal of this project is that now you can create Electrum binaries even without having Windows installed, because build scripts are using Wine on Linux!

Build script isn't patching Electrum in any way. The goal is to create trusted build process, not optimize Electrum for Windows users. Please ask ThomasV for any Windows-related feature for the client.

Compiled binaries of Electrum for Windows:
Single executable, compressed file: http://mining.bitcoin.cz/media/download/electrum-1.5.6-min.exe
ZIP archive, uncompressed files: http://mining.bitcoin.cz/media/download/electrum-1.5.6.zip

How to compile Electrum on my own?
1. Builds were tested on more machines with Ubuntu 12.04 LTS and 12.10
2. Install Wine 1.4 (default in 12.04) or 1.5+ (don't use Wine 1.4.1 included in 12.10, there's issue with MSI installer; use wine PPA instead).
3. Download http://mining.bitcoin.cz/media/download/electrum-wine.tgz
3. Build scripts are already in Electrum git repository.
4. Copy /contrib/build-wine from git to / (yes, really, put it into the root; final binaries contains some paths, so extracting files to another location will affect final EXE!).
5. Run "./build-wine.sh", it will download all dependencies. When you'll be asked, always leave default settings and press "Next >"
6. Build will create two separate versions in dist/ directory. One is "dist/electrum.exe", standalone compressed executable. Second one is directory "dist/electrum" containing uncompressed binaries, useful for comparsion with other builds.
7. If you want to rebuild new version of Electrum, just change path to ZIP file in "build-wine.sh" and re-run script with "./build-wine.sh update". It will skip downloading all dependencies.

Nightly builds for Windows (EXE)
Visit http://electrum.bitcoin.cz/ to get nightly builds from Electrum's Git every day at 00:30 UTC.
609  Bitcoin / Pools / Re: [2500 GH/s] Slush's Pool (mining.bitcoin.cz); TX FEES + Stratum on: December 08, 2012, 03:25:06 AM
fyi, I've added support to my pool monitor MPoolMonitor for Slush's pool.  Windows only.

Thanks!
610  Bitcoin / Electrum / Re: Electrum - Bitcoin client for the common users (friendly and instant) on: December 08, 2012, 02:17:33 AM
Stupid question: When I import privatekeys into my Electrum wallet, does that somehow affect the deterministic address generation? Will the future generated deterministic keys differ from the keys Electrum would have created if I hadn't imported other private keys?

no, imported keys are kept separately and they don't affect deterministic algorithm.
611  Bitcoin / Pools / Re: [2500 GH/s] Slush's Pool (mining.bitcoin.cz); TX FEES + Stratum on: December 07, 2012, 07:52:21 PM
the question is because i can't find/understand i loosing about 25% shares sent to the stratum proxy ( calculate worker shares sent to stratum proxy and compare to account data Average hashrate in last 10 rounds: 5341 Mhash/s )

If you see these shares as accepted, they don't get lost. The 10-round hashrate is just long-term indicator and it needs some time to calibrate.

About your proposed changes - website definitely need some update, unfortunately it's quite difficulty to make right now, because of internal database limitations.
612  Other / MultiBit / Re: MultiBit on: December 07, 2012, 07:39:06 PM
Jim, I just sent you few spare coins...
613  Bitcoin / Pools / Re: [ANN] Stratum mining protocol - ASIC ready on: December 07, 2012, 12:03:47 PM
2. Same issue, Bamt, headless, caseless, etc... I want to set Stratum to start in the startup sequence so if I have to power down the BAMT box Stratum automatically starts up before the mining software does. I know where to put it, in theory, to do so but I need the same issue resolved. If the actual solution to my question #1 won't work in a startup sequence, then I need to know how to do the same thing in the startup sequence.

Put something like this to /etc/rc.local
Code:
screen -AmdS proxy /home/youruser/proxydir/mining_proxy.py

Then you can attach console by "screen -x proxy" and detach it (without stopping it) by Ctrl-a,d (double combo)
614  Bitcoin / Pools / Re: [2500 GH/s] Slush's Pool (mining.bitcoin.cz); TX FEES + Stratum on: December 05, 2012, 05:29:18 PM
Is it possible to change the login/email address of an account? I am about to delete a domain I don't really use...

Just send email request to info@bitcoin.cz from OLD mailbox and I'll do the change manually.
615  Bitcoin / Project Development / Re: [ANN] BitSafe Hardware Wallet Development - BOM Ready - 50 kits being prepared on: December 05, 2012, 12:07:20 PM

Really "OLED 0.92" 128x64 Monochrome White" for <$5 ? At what quantity?
616  Bitcoin / Project Development / Re: [ANN] BitSafe Hardware Wallet Development - BOM Ready - 50 kits being prepared on: December 05, 2012, 12:05:53 PM
Look what I discovered:
The first time the name "BitSafe" was used can be found here:
https://github.com/rb1205/BitSafe

"Bitsafe needs a device of at least 4 gb with decent write speed."

I understand it is "standard" desktop wallet, using USB flash disks just as storages.
617  Bitcoin / Pools / Re: [2500 GH/s] Slush's Pool (mining.bitcoin.cz); TX FEES + Stratum on: December 05, 2012, 08:17:38 AM
Is stratum not connecting via http?

No, it is plain TCP socket.

Quote
Any ideas how to get what I had before to work with CGMiner and Stratum?

Make tunnel from localhost:3333 to stratum.bitcoin.cz:3333 (yes, this one, really) and point cgminer to "stratum+tcp://localhost:3333".
618  Bitcoin / Electrum / Re: [ANNOUNCE] Electrum - Lightweight Bitcoin Client on: December 05, 2012, 12:01:19 AM

I just made pull request fixing this issue.
619  Bitcoin / Electrum / Re: [ANNOUNCE] Electrum - Lightweight Bitcoin Client on: December 04, 2012, 11:04:43 PM

This is already resolved in git (I reported it few days ago).

Quote

Hm, valid point.

Quote

Do you know which server did you used? Server manipulation/switchover is not user friendly :-/ still I have instant startup on any tested servers.
620  Other / MultiBit / Re: MultiBit on: December 04, 2012, 04:20:08 PM
Jim, I tested latest release, monetary calculations looks very nice :-).

However I think I've found one bug, wallets (left columns) don't adapt column wide, so wallet balances are hidden under right column...



Hopefully there won't be too many bugs in this release, so you will focus to BIP32 wallets ;-).
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 [31] 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 ... 171 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!