Bitcoin Forum
May 14, 2024, 08:27:22 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Mining software (miners) / Re: BFGMiner 3.8.1: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, HBRMicro+Avalon2 on: December 12, 2013, 02:47:06 PM
@stewdk, static binary is redistributable cause it doesn't require libraries.
2  Bitcoin / Mining software (miners) / Re: BFGMiner 3.8.1: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, HBRMicro+Avalon2 on: December 12, 2013, 09:18:46 AM
@stewdk, I use debian with libmicrohttpd ver 0.9
But that's not the point.

The application fails to compile statically, into single binary with all libraries bundled.
3  Bitcoin / Mining software (miners) / Re: BFGMiner 3.8.1: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, HBRMicro+Avalon2 on: December 11, 2013, 03:21:08 PM
I want to statically link libraries so that I have single all-in binary.
That's what I do:

Code:
LDFLAGS=-static ./configure --disable-avalon --disable-largefile --enable-cpumining --enable-opencl --disable-bigpic --disable-bitfury --disable-bfsb --disable-bigpic --disable-littlefury --disable-nanofury --disable-hashbuster --disable-hashbuster2 --disable-bitforce --disable-icarus --disable-klondike --disable-modminer --disable-x6500 --disable-ztex --enable-scrypt --without-sensors --without-curses --without-libusb --without-libudev --disable-twinfury

But I get error on make:

Code:
bfgminer-driver-opencl.o: In function `load_opencl_symbols':
/usr/local/src/bfgminer/driver-opencl.c:222: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
bfgminer-miner.o: In function `main':
/usr/local/src/bfgminer/miner.c:11017: warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking

I'm not a C programmer, could someone help me to understand what is going on?
4  Economy / Service Announcements / Re: [ANN] BitcoinGameList.com - Submit & Find Bitcoin-related games on: November 17, 2013, 12:05:02 AM
Donations doesn't work! Not shown on the website nor bump up.

Transaction: https://blockchain.info/address/1LNbx7Xuftg81Y8odijEZYhhNWvGJH29YP
Bumping game: http://www.btc-go.com

5  Economy / Gambling / Re: [btc-go.com] Share A Pot Gambling on: November 15, 2013, 01:53:44 PM
Now pot plays every hour!
6  Economy / Gambling / Re: [btc-go.com] Share A Pot Gambling on: November 14, 2013, 09:11:17 PM
How does the game work ?

People collect bets in single pot. When there is time to play the pot, random generator transfers all the pot a single winner.
To make a bet you can click "Play" button on the website and transfer bitcoins to the wallet.
Note that your chances to win depends on who much you bet (see formula in the first post).

Is there any specific questions?
7  Economy / Gambling / Re: [btc-go.com] Share A Pot Gambling on: November 14, 2013, 07:49:28 PM
Update: displaying barcode for mobile users. The site is responsive by the way!
8  Economy / Gambling / Re: [btc-go.com] Share A Pot Gambling on: November 14, 2013, 04:01:22 PM
The website now displays how much time exactly left until pot is played.
Initial bet is increased to 0.05!
9  Economy / Gambling / Re: [btc-go.com] Share A Pot Gambling on: November 14, 2013, 01:23:32 AM
Included the link in the first post.
10  Economy / Service Announcements / Re: [ANN] BitcoinGameList.com - Submit & Find Bitcoin-related games on: November 13, 2013, 06:37:34 PM
Hello, I've donated to www.btc-go.com but the website seems to not update list automatically. Can you please help?
11  Economy / Gambling / Re: BitcoinShips.com - classic old game in multiplayer with BTC on: November 13, 2013, 06:19:23 PM
browser? os?

Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.114 Safari/537.36
12  Economy / Gambling / Re: BitcoinShips.com - classic old game in multiplayer with BTC on: November 13, 2013, 05:16:39 PM
When I go to the website, it asks for my username.
I fill "FooBar", but when I click Submit or hit Enter nothing happens.
13  Economy / Gambling / [btc-go.com] Share A Pot Gambling on: November 13, 2013, 05:11:18 PM
I'm glad to announce an innovative gambling technique supporting Bitcoins - share a pot.

Players collect their bets in a single place called "pot".
A pot lifetime is limited and when it blows a single winner gets everything collected in the pot.
The website rolls a fresh pot every hour.

Now there is a trick.
Your chances to get the pot depends on how much you bet!
The more share of the pot you own, the more is the chance to get everything else.

Winner is calculated according to the following formula:

Code:
Your Bet / Total Pot + Luck    // where Luck is anywhere between 0 and 1

So it is quite exciting to have your bet dominant in the shared pot.
Meanwhile, service keeps a fee from every pot, so big wallets don't have a chance to eat small bets easily.

And for more fun, a pot play-time is predictable so last-minute players can take benefit of biggest share in the pot.
Remember, that pots are played every 24 hours automatically.

The website and the idea is in its infancy so it will evolve according to your feedback.
New features will be implemented based on what people say, so yes, we do what you ask!
Various types of pot split is welcomed too.

The OP will be around in this topic and will be updating with bets and wins.

Have a great share of the pot!

http://www.btc-go.com
14  Other / Beginners & Help / Re: PHP developer intro on Windows server errors and setup on: November 13, 2013, 09:02:03 AM
Make sure you run bitcoin-qt with -server option, so that you can actually connect to RPC.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!