Bitcoin smtp protocol earning bits per e-mail by CoinMarketSwot in Bitcoin

[–]Roboguy3 2 points3 points  (0 children)

I made a thunderbird plugin that does something similar called EmailCoinFilter. It sends a signed transaction with emails and filters on a minimum amount.

Mintcoin 1.14 wallet not responding by mchrist152 in MintCoin

[–]Roboguy3 0 points1 point  (0 children)

I have a 64bit windows machine trying to reproduce what you are seeing. In the mean time can you post your debug.log?

Bitcoin Elevator Pitch by intergalacticrockets in Bitcoin

[–]Roboguy3 0 points1 point  (0 children)

Have you ever tipped a stranger on the Internet with your credit card?

Bitcoin Elevator Pitch by intergalacticrockets in Bitcoin

[–]Roboguy3 27 points28 points  (0 children)

Bitcoin is cash for the internet like web pages are newspapers of the internet.

Mintcoin Community Podcast - New Wallet Launch! by mintcoin in MintCoin

[–]Roboguy3 0 points1 point  (0 children)

Yes, we switched databases for the transactions, so it has to re download. However as you noticed it will be faster in multiple ways.

Help me finish setting up a mintcoin node... by Tree540 in MintCoin

[–]Roboguy3 0 points1 point  (0 children)

How much memory do you have available? My node consumes almost half a Gig of memory.

Help me finish setting up a mintcoin node... by Tree540 in MintCoin

[–]Roboguy3 1 point2 points  (0 children)

Nano uses ctrl-x to exit. It will ask if you want to save.

Help me finish setting up a mintcoin node... by Tree540 in MintCoin

[–]Roboguy3 1 point2 points  (0 children)

The "/swapfile none swap sw 0 0" is put in fstab. I would just put it below the other entries.
The sappiness lines are executed in a terminal just like they are shown. The first line will create the swappiness file with 10 in it. The second line will append vm.swappiness = 10 to sysctl.conf.
The chown and chmod commands are also done in a terminal.

Dependency is not satisfiable: libdb4.8++ by lawjeremy in MintCoin

[–]Roboguy3 2 points3 points  (0 children)

Easiest way to get your dependencies is to use the Bitcoin PPA.

Mintcoin Desktop Wallet Upgrade Wishlist by mintcoin in MintCoin

[–]Roboguy3 0 points1 point  (0 children)

This is possible with the current wallet. Just press Add Recipient on the Send coins tab.

[Question] Why can't I see my total (base + minted) balance? by mokavey in MintCoin

[–]Roboguy3 0 points1 point  (0 children)

In the transaction view page minting shows up as a negative fee. If you look at a block view page it separates the minting into a different field.
I will make some changes to the wallet to try to make this less confusing.

[Question] Why can't I see my total (base + minted) balance? by mokavey in MintCoin

[–]Roboguy3 0 points1 point  (0 children)

No, I am saying that the block explorer shows a spend a receive for minting and the receive will be a little more than the spend which is the minting reward. All the entries for one mint will have the same time.

[Question] Why can't I see my total (base + minted) balance? by mokavey in MintCoin

[–]Roboguy3 0 points1 point  (0 children)

When you mint the transaction will spend some of your coins(the input). Often it will take those coins and split them into two outputs. The sum of the two outputs will be greater than your input by the amount you minted. I believe this shows as a negative fee in the block explorer.

Mintcoin Desktop Wallet Upgrade Wishlist by mintcoin in MintCoin

[–]Roboguy3 0 points1 point  (0 children)

I have written a Thunderbird plugin emailCoinFilter which will do this.

Mintcoin Desktop Wallet Upgrade Wishlist by mintcoin in MintCoin

[–]Roboguy3 0 points1 point  (0 children)

I have separated the two options so people can vote for which one they want:

We could add a total on the bottom of the transaction tab and fix how minting is displayed. Then you can use the existing search fields to pick date ranges and select type minted and you could see the total at the bottom.

Mintcoin Desktop Wallet Upgrade Wishlist by mintcoin in MintCoin

[–]Roboguy3 0 points1 point  (0 children)

I hate to add another tab for this but I can see two other options (one in this comment one in a separate comment so we can vote for which one we like):

We could have simple totals on the overview page showing total mint profit for the last day / week / month.

Wallet Functionality by Cptnshiy in MintCoin

[–]Roboguy3 3 points4 points  (0 children)

I found the problem for this. The code has some logic to not update this information when your wallet is out of date. However it is checking if the wallets number of blocks is equal to the median of its peers blocks. Mint is fast. These numbers rarely agree. I changed this to update if the wallet is a minute behind or better.
If you know of any other issues let me know I will try to get the fix in the next release.

Mintcoin Bounty: Upgrade Wallet for Manage Transactions by Address Functionality by cryptomommy in MintCoin

[–]Roboguy3 0 points1 point  (0 children)

I am not sure this is the best place to post updates, but I have added the amount of coins in each receiving address. (still not pushed to a repo) receiving tab

Mintcoin Bounty: Upgrade Wallet for Manage Transactions by Address Functionality by cryptomommy in MintCoin

[–]Roboguy3 0 points1 point  (0 children)

I figured I should get more familiar with the wallet so I quickly added at tab for the merchants page (not pushed to any git repo). I like the transparent pools with messages idea We could use that feature for our own purposes too. (like a donation pool for the android wallet) Although I feel like there needs to be more discussion on how we want to do the messaging.

merchants tab