Search content
Sort by

Showing 20 of 23 results by GoldenBoar
Post
Topic
Board Wallet software
Re: NamecoinGUI (with bitcoin support) - v0.5.0.18
by
GoldenBoar
on 27/10/2011, 21:44:38 UTC
Just posted another update.
Post
Topic
Board Beginners & Help
Re: What is the best site to purchase bitcoins?
by
GoldenBoar
on 26/10/2011, 09:46:14 UTC
I'm in the UK and use Intersango to sell my bitcoins and the money is in my bank the same day. Sending money to them should be just as quick but I havn't done that. I've no idea how long it takes with EUR and USD but if you're in the UK, Intersango is easily the best option.
Post
Topic
Board Beginners & Help
Re: Do you think that Bitcoin websites are too complicated?
by
GoldenBoar
on 26/10/2011, 09:35:50 UTC
The most annoying part of the process you listed is transferring funds between banks and exchanges because of the wait. I don't see what you can do to make that any less annoying. The exchange websites are pretty simple to use as is sending BTC to someone.
Post
Topic
Board Wallet software
Re: NamecoinGUI (with bitcoin support) - v0.4.3.17
by
GoldenBoar
on 26/10/2011, 00:16:37 UTC
since trying this out, namecoind has stopped working. stuck at block 24191.

I don't see how that could be caused by the GUI. All the GUI does, is run namecoind as a process, passes it commands and intercepts the output. Have you reported the problem to the namecoind developers?
Post
Topic
Board Wallet software
Re: NamecoinGUI (with bitcoin support) - v0.4.3.17
by
GoldenBoar
on 24/10/2011, 09:27:22 UTC
All GUIs should have the source posted, to make sure it isn't malicious. However, could it be possible to use applications offline, downloading recent block chains from a separate computer and transferring them to that? It wouldn't be possible to make transactions I assume but you could view received transactions, right?

This is just a GUI for the daemons, so it would depend on the daemon allowing you to do it. You can transfer the whole data folder, but I suspect you're talking about individual transactions and I don't think they support that.

I'll look into it though.
Post
Topic
Board Wallet software
Re: NamecoinGUI (with bitcoin support) - v0.4.3.17
by
GoldenBoar
on 23/10/2011, 16:42:43 UTC
Just letting you guys know there's been a few updates since I first posted.
Post
Topic
Board Development & Technical Discussion
Re: Will we ever be allowed to attach arbitrary text to transactions?
by
GoldenBoar
on 22/10/2011, 22:46:17 UTC
What's the "comment-to" for?
Post
Topic
Board Development & Technical Discussion
Re: Will we ever be allowed to attach arbitrary text to transactions?
by
GoldenBoar
on 22/10/2011, 22:07:20 UTC
You can already do this if I'm not misunderstanding something.

sendfrom [minconf=1] [comment] [comment-to]
sendmany {address:amount,...} [minconf=1] [comment]
sendtoaddress [comment] [comment-to]

You just need to use the daemon. I think I'll add it to my GUI tomorrow.
Post
Topic
Board Beginners & Help
Re: Mining with my personal gaming PC, bad idea?
by
GoldenBoar
on 20/10/2011, 16:45:27 UTC
Bad idea, if I mine my computer is very slow, I have to stop my other programs.

At the moment I'm doing some programming in Visual C# 2010 Express, I've got a few tabs open in Notepad++, I'm seeding a few torrents in uTorrent, I'm listening to some Pink Floyd in foobar2000, got my namecoin gui running and the namecoin deamon, and Firefox with a few tabs open. I'm still getting around 330 Mh/s with no slow down of my computer.

I have noticed the slowdown your talking about though. I get it now and again when I visit certain websites, github for example. I just temporarily turn on on my workers off though and when I'm finished with that website, restart the broser and turn my second worker back on. Problem sorted. I can even watch video without any problem and still get 315 Mh/s.

You just have to configure your system properly.
Post
Topic
Board Beginners & Help
Re: Mining with my personal gaming PC, bad idea?
by
GoldenBoar
on 19/10/2011, 20:53:10 UTC
This sounds like a quick way to burn out your video card and all you'll get out of it is $5-10, if you're lucky.

Stick to gaming and let the professionals mine bitcoins.

Professionals? If you say so.  Roll Eyes Where do you think the knowledge and tools come from to overclock your GPUs? The real professionals are gamers.
Post
Topic
Board Beginners & Help
Re: Mining with my personal gaming PC, bad idea?
by
GoldenBoar
on 19/10/2011, 08:13:35 UTC
Quote
you game at 1280x720, you poor person Tongue

Sometimes. I've got a monitor and a TV connected to my PC. If I'm lying in bed, I use the TV, otherwise the monitor.
Post
Topic
Board Beginners & Help
Re: Mining with my personal gaming PC, bad idea?
by
GoldenBoar
on 19/10/2011, 00:42:02 UTC
I mine on my gaming PC. A 6870. I just overclock it when I want to mine, basically, whenever I'm not gaming, and reset it to stock when I want to game. It only takes a couple of seconds.

http://i.imgur.com/miZVI.jpg.
Post
Topic
Board Project Development
Topic OP
[IDEA] Merchant Accounts on Exchanges
by
GoldenBoar
on 18/10/2011, 15:04:49 UTC
I just had an idea that I think would be excellent for increasing bitcoin popularity among merchants.

Example:

I'm selling something that I charge £100 for, but I also take bitcoin as payment and the buyer chooses to pay using bitcoin. I use an exchange's API to query the buy orders and calculate how many bitcoins I would need to immediately sell in order to earn £100. This is the cost of the product in bitcoins. The buyers sends that amount of bitcoins directly to the exchange using the sellers deposit address and the coins are automatically sold immediately. Once the coins have been sold, the exchange notifies the merchant and the merchant completes the buyer's order.

This would require the bitcoin client to allow you to enter a reference number and send it as a comment.

What an exchange could do to help with this.

  • Implement a new api call that takes a currency value as its parameter and returns a bitcoin value. The bitcoin value is the number of bitcoins that would need to be immediately sold to earn the specified currency value.
  • Implement functionality that allows bitcoins to be automatically sold as soon as they are deposited. In the case of confirmations being required, the coins could be "virtualy" sold until the required number of confirmations has been met. The buy orders would be temporarily removed until then and if the deposit could not be confirmed, the buy orders would be reinstated.



Post
Topic
Board Beginners & Help
Re: Merged mining the way to go?
by
GoldenBoar
on 17/10/2011, 22:28:36 UTC
Quote
Thanks for the gui client, it looks good gonna try it out.

You can grab any future updates from here from now on.
Post
Topic
Board Beginners & Help
Re: Namecoin GUI
by
GoldenBoar
on 17/10/2011, 20:22:31 UTC
2GoldenBoar

How can one try your GUI ?!
Where to get it ?

Here you go.
Post
Topic
Board Wallet software
Topic OP
NamecoinGUI (with bitcoin support) - v0.5.0.18
by
GoldenBoar
on 17/10/2011, 18:53:49 UTC
Here's a Windows Namecoin GUI for managing your wallet and domain names. It also allows you to manage your bitcoin wallet as well. Switching between namecoin and bitcoin is as simple as clicking Tools -> Switch to, then choosing either Bitcoin or Namecoin. It's written in C# and requires the Microsoft .NET Framework 4. Let me know of any features you'd like to see implemented and of course, any bugs you come across.

If you are not interested in using it for bitcoin, just leave the bitcoind path empty.

http://i.imgur.com/UQw3w.png

NamecoinGUI-0.5.0.18
Download with MediaFire
VirusTotal Report

NamecoinGUI-0.5.0.18-source
Download with MediaFire
VirusTotal Report

0.5.0.18
Fixed bug with the send fields causing an exception while the form is refreshing.
Fixed namecoin address validation (bitcoin addresses were being treated as valid namecoin addresses).
Fixed "Couldn't communicate with server" error when trying to send all coins. It now asks to try again with 0.0005 tx fee applied.
Added context menu to transaction lists.
Added transaction details. Either double-click or use the context menu.
Added transaction alerts to context menu.
Added success message after sending coins.

0.4.3.17
Disallowed new accounts named "Default".
Suppressed "Couldn't communicate with deamon" message while starting the daemon.
Tries to initially connect to the daemon every 10 seconds now instead of every 30 seconds.
Adding "Refresh rate" to "Settings" form, default value set to 30 seconds.
Fixed icon on "Settings" and "New Account" forms.

0.4.2.16
Fixed Send functionality which I completely broke in 0.4.1.15
Added currency and number globalisation support.

0.4.1.15
Fixed bug with form closing while controls are being updated.
Disabled command controls while daemon is offline.
Removed Send/Move Amount numeric input validation.
Fixed Send/Move accounts not being updated immediately.
Changed the default account name from being empty to "Default" in the tab lists.
Fixed multiple "Couldn't communicate with deamon" messages when the deamon is taking longer than usual to start.
Fixed account and transactions being filled before the information panel.

0.4.0.14
Undid 0.3.1.13 changes which caused the the GUI to freeze to while downloading the block chain.
Fixed a bug stopping names from being registered.
Implemented name_list
Implemented name_scan
Tidied up the GUI a bit
Only one deamon runs at a time now.

0.3.1.13
Code cleanup - removed background worker and delegates. Caused form freezing.

0.3.0.12
Added Bitcoin wallet support.
Added domain name check, pre-order, registration and update functionality (converts to IDNA format when applicable).

0.2.0.7
Implemented minimize to tray.

0.1.0.6
Pretty much takes cares of the wallet management side of things.
Removed the All transactions tab
Tidied up the code a bit

0.0.0.5
Implemented account balances.
Implemented send from account.
Implemented moving coins between accounts.
Implemented backup wallet.

0.0.0.4
New accounts and transactions show up immediately
Post
Topic
Board Beginners & Help
Re: Merged mining the way to go?
by
GoldenBoar
on 17/10/2011, 17:12:24 UTC
Did you have any trouble setting up namecoin, getting an nmc address, and using the different bitcoin client?

I actually just switched to Eligius last night, didn't have enough time to set up nmc stuff though.

It found the instructions on the site to be pretty straight forward. I'm pretty technical though but you shouldn't have a problem. If your using Windows, I've also made a namecoin gui which also supports bitcoins as well. I'm hoping to post it here but you can also get it from reddit or the namecoin forum.
Post
Topic
Board Beginners & Help
Re: How to control Namecoind.exe
by
GoldenBoar
on 17/10/2011, 16:55:36 UTC
I've recently made a namecoin gui for Windows users. I'm hoping to post it when I get out of the newbie section. You can currently get it from reddit though.
Post
Topic
Board Beginners & Help
Re: Merged mining the way to go?
by
GoldenBoar
on 17/10/2011, 16:42:40 UTC
I stopped mining on Ars because they hadn't implemented merged mining. I currently mine at Eligius and Simplecoin, both of which offer SMPPS.
Post
Topic
Board Beginners & Help
Re: SolidCoin is a Scam
by
GoldenBoar
on 17/10/2011, 16:37:46 UTC
I read a thread about that the other day, and the coins were being generated every 6 seconds despite the diffuclty rising. It looked like a scam to me. I think I'll loook that thread back up, it was pretty amusing.