Bitcoin Forum
May 11, 2024, 09:03:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Marketplace / Re: We accept Bitcoins on: January 29, 2011, 12:40:52 PM
Hi!

Just a short message to let you know JACKPOT DICE is now in full operation.

http://jackpotdice.bitcoinbet.com/

There is a forum thread on: http://bitcointalk.org/index.php?topic=3031.0 and a partner program at: http://jackpotdice.bitcoinbet.com/partners.php

Enjoy your weekend!
2  Economy / Marketplace / JACKPOT DICE on: January 28, 2011, 10:19:20 PM
Hello fellow forumers,

Just a short message to let you know: JACKPOT DICE

http://jackpotdice.bitcoinbet.com/

is now officially open for gaming. The game is played with one dice. You throw 1 or 6, you win. 1 wins 100% whilst 6 wins 600%.

There is also an affiliate program that will you monetize your bitcoin traffic (from web site, blog or forum posts). Please let us know in the forum when you've won a prize!  

OK. End of press release... Time for a beer!

Have a nice weekend!

http://jackpotdice.bitcoinbet.com/
3  Economy / Marketplace / Re: The Bitcoin Times on: January 25, 2011, 11:58:50 PM
Nice!

I will download it and read it later. Thanks! I think the magazine could use some small advertisements. Why don't you just add some affiliate links and link those in the .pdf? If they are bitcoin related sites it makes nice content too?

What program did you use to publish it? Quark Express or something else?

Kind regards,

M
4  Bitcoin / Bitcoin Technical Support / Re: No blocks downloaded - MS Security Essentials users please read on: January 25, 2011, 11:45:22 PM
I am not sure if this still applies. I use security essentials on all machines (Win7, Win2k8) here without any special exceptions and have no problems whatsoever.

Just make sure you forward port 8333 on your router to the machine that hosts your bitcoin wallet.
5  Bitcoin / Bitcoin Technical Support / Re: Lost BTC...!!! (Solved) on: January 25, 2011, 11:43:25 PM
Just a small message that deleting all the blocks and downloading them again did indeed recover all the bitcoins from my dead development wallets. Every single bitcoin penny is back. (is helps having good a backup plan in place)

The crashed wallet (the one causing the Visual C++ error) turned out to be a corrupted file, restoring to a recent backup and re-downloading all the blocks solved the issue.

Thanks!
6  Bitcoin / Bitcoin Technical Support / Re: Lost BTC...!!! (Solved) on: January 25, 2011, 06:18:05 PM
Hi!

I found this thread through Google and am having a similar problem with missing bitcoins not showing up. I did step 1 to 10 (do I also need to remove the addr.dat file?) but when restarting bitcoin, I get a visual C runtime error.

I think the problem causing bitcoin.exe to crash is in the wallet file because when I move the wallet to a new location and start bitcoin, the blocks start downloading immediately.

Is there a way I can solve this? I have a couple of broken wallets (from testing that I would like to recover.) I'm running this on an old windows 2k3 box but had no problems up until this afternoon.

There is no real rush, it's a dev machine but would like to recover the losts coins, even if it is just to learn a little bit more about the inner workings of the bitcoin wallet.


Kind regards,

M

7  Bitcoin / Development & Technical Discussion / Re: [PULL REQUEST] Nolisten patch on: January 25, 2011, 03:33:26 PM
Is there any indication of a time frame when this will be available in the standard windows binary? I'm just dying to try out this feature as I need it to create multiple bitcoin services on one machine.

Thanks in advance!
8  Bitcoin / Bitcoin Discussion / Re: bitcoin made digg this morning from EFF article on: January 22, 2011, 06:58:15 PM
Dugg!  Grin

It's a nice article with a mention for DigiCash, an old time crypto currency that I used to create my first e-commerce site in 1995. Thanks for sharing!

M

=-=-=-=-=-=- Double Trouble! -=-=-=-=--=-=
http://doubletrouble.bitcoinbet.com/
9  Bitcoin / Development & Technical Discussion / Re: [RFC] Trusted build process on: January 22, 2011, 06:10:29 PM
Hello Gavin,

totally agree. There should be a validated process to release new builds without being dependent on a single (or small group of) persons. This is also good for the continuity of the bitcoin project as a whole.

For me personally: The sooner the nolisten=1 config option is compiled into the windows binary the better!  Grin

10  Bitcoin / Development & Technical Discussion / Re: Running on a port other than 8333 on: January 21, 2011, 06:09:38 PM
You'll need to be running the latest source code from github for the nolisten option.
I'm running the windows binary from bitcoin.org and am not comfortable compiling my own wallet. Smiley Is there a timeframe when the nolisten option will be included in the windows binary?

I tried with the current windows version and it does not work. (Either one of the wallets start, second instance grows to 6mb ram usage and then dies before showing the gui) I think this has to do with the listen port of the second instance conflicting with the first?

11  Economy / Marketplace / .: DOUBLE TROUBLE :. NOW OPEN on: January 20, 2011, 01:33:59 AM
Hello fellow forumers,

Just a short message to let you know: DOUBLE TROUBLE

http://doubletrouble.bitcoinbet.com/

is now officially open for gaming. We also have an affiliate program that will help you monetize your bitcoin traffic (from web site, blog or forum posts). Please let us know in the forum when you've won a prize!  Grin

OK. End of press release... Time for a beer!

http://doubletrouble.bitcoinbet.com/
12  Bitcoin / Development & Technical Discussion / Re: Running on a port other than 8333 on: January 20, 2011, 01:25:14 AM
both have a different rcport specified in the config (8332 and 8333)

8333 is the hardcoded P2P port.

So I just need to select a different port then? I am confused here because I configured one instance as:

rpcport=8333
rpcconnect=127.0.0.1:8333

and I configured the other instance as:

rpcport=8332
rpcconnect=127.0.0.1:8332


This solution seems to work fine but not when I run both at the same time. (i.e. either one wallet OR the other wallet) I am obviously doing something wrong here but can't figured out what. I trolled through most of the forum posts to look for an answer.

-=-=-=- DOUBLE  TROUBLE =-=-=-=-
http://doubletrouble.bitcoinbet.com
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
13  Bitcoin / Development & Technical Discussion / Re: Running on a port other than 8333 on: January 19, 2011, 11:41:59 PM
I've been working on adding -port= / -rpcport=  command line / config file options to bitcoin.  The idea is to let you run multiple copies of bitcoind on one machine; I need this because I'm planning on having at least two Bitcoin-related web services (the Bitcoin Faucet and a service to be named later), I want them to have completely separate wallets, but I don't want to rent multiple servers to host them.

Same here. I have managed to create 2 wallets and two instances of a bitcoin.conf.

both have a different rcport specified in the config (8332 and 8333)

I can start either one of them and it works fine, the web sites using the wallet can connect.

However.... If I start the second bitcoin instance (I'm on windows) the second process grows to about 6 Mb and then just dies.... So each of them wallets runs just fine alone but not together.

Is there any way I can debug to see what happened? I tried switching on options in the config (like noirc and the connect only to...) but it does not seem to make a difference.

Kind regards,

MoneyTree

http://doubletrouble.bitcoinbet.com/
14  Economy / Marketplace / Re: We accept Bitcoins on: January 19, 2011, 10:42:43 PM
Double Trouble at:

http://doubletrouble.bitcoinbet.com/

is accepting bitcoins and also has an affiliate program that pays 1%.
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!