Bitcoin Forum
June 23, 2024, 12:11:40 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2]
21  Economy / Service Announcements / Re: Bitmix.in ~ Bitcoin Mixer Service ~ The Easy Way to Mix your Coins on: October 07, 2015, 06:34:09 PM
I can see an order received, but it's being processed at the moment.

Please, be patient.

EDIT #1:
That order is now ready to be sent. 2~5 minutes.

EDIT #2:
Sent
22  Economy / Micro Earnings / Re: [ANN] Mellow Ads - simple, bitcoin advertising - CPM/CPC campaigns now available on: October 06, 2015, 10:23:40 PM
I am trying to register but the activation e-mail is never received.

Have you checked your Spam emails?

Yes.

I did check.

I have just received the confirmation mail a few moments ago.

Thanks
23  Bitcoin / Bitcoin Technical Support / Re: Problem on Ubuntu on: October 06, 2015, 09:36:52 PM
In any case, I'd consider ditching that PPA and just building from source.  On debian I'd get the source version of that bitcoin package and then do builddep to install dependencies.  After that you just make && make install.

+1

It's not hard to compile bitcoin-qt from source. Anyway, he/she will need to have the dependencies installed as well.

Is that a clean Ubuntu installation? Have you already installed other packages in there?
24  Economy / Service Announcements / Re: Bitmix.in ~ Bitcoin Mixer Service ~ The Easy Way to Mix your Coins on: October 06, 2015, 09:16:46 PM
I visited the site with my smartphone and indeed its mobile friendly. I wanna try your service but I got hesitations to try this service since there are no positive reviews from some forum members. I'll be waiting for good reviews and will definitely try this

Thanks.

You can always try doing a small mix. Minimum is 0.01 BTC that's around 2/3 $USD.
25  Economy / Micro Earnings / Re: [ANN] Mellow Ads - simple, bitcoin advertising - CPM/CPC campaigns now available on: October 06, 2015, 05:46:02 PM
I am trying to register but the activation e-mail is never received.
26  Bitcoin / Bitcoin Technical Support / Re: How to format 700 Gb hard disk to blockchain use? on: October 06, 2015, 03:27:22 PM
In my opinion, to use an external USB HDD on Raspbian, format it as EXT4.

You can do this 2 ways:

One way
1. Download EaseUS Partition Master and format the external HDD

Other Way:

1. Use Windows to create a GParted Live USB image (http://gparted.org/).
2. Boot into GParted live and format the HDD.

The way I like Smiley
1. Boot Raspbian and connect USB HDD

2. Start a root session
In a default Raspbian installation, the user will be a sudo allowed user, so if your installation is like this, you will have to run:
Code:
~ sudo -i

3. Run (as root)
Code:
# fdisk -l   # -- just like Xialla commented, and identify the disk you are currently going to format. (you can use # lsblk too)
# fdisk /dev/sdX # -- where X is the USB HDD identifier, it may be sda/sdb/sdc... be sure not to use your main HDD/SD Card
// -- In fdisk you create the partition table and HDD structure -- Some useful options are
// option n: new partition
// option d: delete partition
// option t: partition type (you can type L to list all available types)
// option w: write the partition table created
// option q: quits fdisk

Once you created the partition, format it as an EXT4 filesystem.

Code:
# mkfs.ext4 /dev/sdX1  # this is: format into EXT4 the first partition of disk X

Note:
~ - Means Run as user
# - Means Run as root
// - Means Comment

You will now have an external USB HDD ready to write info into it.

I would not recommend to use NTFS or FAT32 in a GNU/Linux machine (even though it can be used as well). I only use these when it's totally needed or to access a Windows partition that's NTFS.
I would prefer EXT4 because I think it will performance better than FAT32/NTFS in Raspbian.
27  Bitcoin / Bitcoin Technical Support / Re: Hello, its me again :-) on: October 06, 2015, 03:03:22 PM
Can you explain better what you are trying to do? I guess you are trying to compile Bitcoin Core, aren't you?

What are the error messages displayed? (if any)
Are you trying to compile twice?

I have not understood your message correctly, please, try to rephrase it in more detail.
28  Bitcoin / Bitcoin Technical Support / Re: Problem on Ubuntu on: October 06, 2015, 02:54:05 PM
Please, explain how you are trying to install it. Source code? PPA? .tgz? I'd say you have already added Ubuntu PPA and you have run apt-get install bitcoin-qt, is this correct?
You are installing on Ubuntu 15.04, right?

I'm going to replicate your issue on a virtual machine and I will let you know how I have solved it, but I will need to know where you are and how you got there.
29  Economy / Service Announcements / Re: Bitmix.in ~ Bitcoin Mixer Service ~ The Easy Way to Mix your Coins on: October 06, 2015, 02:15:02 PM
I also forgot to mention that the website is mobile-friendly, universally adapted to every device.

You can mix from your smartphone, tablet, laptop, desktop computer, TVs...

I have to be honest, and say that the responsive and adaptative design is almost finished.
There are some sections that should be improved yet.
Anyways, it's completely possible to mix from any device right now.
This week, as soon as possible, this will be finished and ready for the wide public.
30  Other / Bitcoin Wiki / Re: Request edit privileges here on: October 04, 2015, 02:07:07 AM
Bitmix.in
31  Other / Meta / Re: Support request to post service logo on: September 22, 2015, 03:10:15 PM
Just wait until you are able to post your own image.

Thanks Vod.
In case any Moderator or Administrator is able to help me, I will wait and contribute the community anyway I can, meanwhile.
32  Other / Meta / Support request to post service logo on: September 22, 2015, 09:04:41 AM
Hello.

I am trying to set up a logo for my service in the main service's thread: https://bitcointalk.org/index.php?topic=1185144.msg12474014#msg12474014

I can see that it's not possible for newbies to post images.

I wonder if any Staff or Moderator would include the image, or enable it at that thread at least.
I'm not going to image-spam the forum, but instead add a logo image to my thread.

The image I would like to add to the top of the main post is: https://cdn.pbrd.co/images/PgTdgj3.png

Thank you
33  Economy / Service Announcements / Re: Bitmix.in ~ Bitcoin Mixer Service ~ The Easy Way to Mix your Coins on: September 21, 2015, 09:13:28 AM
There had been a lot of bitcoin mixing services that popped out recently, some of which had been proven to use fake stats in order to advertise their sites. There had been a lot of them already established in the market, one of which is BitMixer.io. Tell me, what would be your advantage over bitmixer that hasn't been available to the market? And why would we trust such a service first and foremost?

Hello dothebeats,

I will refer to my previous post where I answer the same question that you are doing:
https://bitcointalk.org/index.php?topic=1185144#msg12476382

Thank you
34  Economy / Service Announcements / Re: Bitmix.in ~ Bitcoin Mixer Service ~ The Easy Way to Mix your Coins on: September 20, 2015, 08:47:07 PM
Thanks for moving the announcement to the right forum.

This is a service announcement, move it to the section.

There are services like bitmixer that are more trusted and older than yours. Maybe point out why this service should be better than the other services that were existing since several years?

Hello Zeroxal,

Thank you for requesting to move the thread to this section.

I understand that there are other services which are trusted.

I would consider highlighting gateway mode. I have not used bitmixer before, but researching on that website I cannot see something similar to this (and any other mixer service).
When it comes to security, I cannot really say what's other mixer services security policy. Bitmix.in does not log any of your data related to your computer under any circumstance. The web server access.log log file is deactivated. The website does not use any traffic measure or tracking services like, for example, Google Analytics. We just want it like that, no logs, no trace, complete privacy and anonimity.

Alternatives are not worthless as you are pointing with your comment.
To bring an example: just because Windows is the most popular used OS, it doesn't mean that further development of alternative OSes is worthless and a waste of time. GNU/Linux exists, OS X exists, *BSD exists. It's not as popular as Windows (at least in desktop environments, at the moment), but they generate influence in the market and move trends as well.

I could say the same about the variety of Bitcoin wallet software you can see in Bitcoin's official portal downloads section: Bitcoin Core, MultiBit, Electrum, GreenAddress, etc. It's application development. All those applications pursue the same goal, but differently.

I hope I have explained correctly. If you have any other comment or question, please, let me know.

just tried with 0.18 btc, all correct

Hello elect22.
Thank you for posting your feedback.
I'm glad your experience has been positive when mixing coins with us.

just tried with 0.18 btc, all correct

I would not consider this as a right review.
Why? Because you are newbie, and to make us trust we should need to see a review from Old members.
Like Hero Legendary or Staff. Also the OP is newbie, the beginning is very hard.

I welcome any Hero, Legendary or Staff member to review the service.
You can try with as little as 0.01 BTC (that's around 2,5 $USD (at mid September, 2015)) or the amount you prefer.
You can also try the support system and the communication with the Bitmix.in support service.

I don't see why more and more bitcoin mixer companies keep rising up. There are already enough trusted ones; there is absolutely no incentive for users to leave the trusted realm and use yours with a risk.

Hello Atherlte.

I would copy and paste what I wrote to Zeroxal, but it will increase this post unnecesarily.

I understand your point.
Risk is part of the business. I have also risked. I have been working hard and investing a lot of time and money in this website.
There are positive points as an alternative, as I previously enumerated, to other mixing services, such as complete privacy and anonimity, gateway/router mode, and low service fees. In fact, a custom and private support system was established due to the lack of privacy in external live chat services.

Thank you

I agreed with you completely because I do not see any reason to leave a good mixer company for the unknown.

I have given my points previously.

As you are talking about bitmixer, I would like to say that, at some moment, around one year ago, bitmixer was a completely unknown to the Bitcoin community, as far as I know, I may be wrong with this affirmation, I got the be sincere as well.
Now it's known and trusted, one year later.
Isn't this the same that's happening here? A good and unkown mixer company that's placing itself into the Bitcoin market.

I hope my points are clear and you can understand.
If you have any question or comment. Please, let me know, and I will answer to you.

Thank you
35  Economy / Service Announcements / Bitmix.in ~ Bitcoin Mixer Service ~ The Easy Way to Mix your Coins on: September 20, 2015, 03:38:44 PM

Introduction
Hello.

Are you not sure if your Bitcoins transactions are totally anonymous?

I present the Bitcoin Mixer Service that will secure your privacy, keeping you totally anonymous in the Bitcoin network.

Description
In order to enhance your security in the Bitcoin network, Bitmix.in encourage you to use a bitcoin mixing service, so your transactions will be totally anonymous and untraceable.

Only 2 confirmations are required to process mixing requests.
Fixed fee is 0.0005 BTC for each forward address.
Custom service fee can be set from as low as 0.5% up to 5%
Possibility to set custom time delay for each address and distribution percentage of Bitcoins that your addresses will receive.

We introduce a feature named: Gateway Mode
In Gateway Mode the service will wait to receive Bitcoins from different sources, acting as a gateway or router.
This means that the system will not receive and automatically process an order, but instead, it will wait from 1 0 to 24 hours, and after this time has elapsed, it will check for the balance received and automatically start the mix process. If there are unconfirmed transactions, the system will still wait for these transactions to confirm, before starting the forward process.
New: Starting from 24 Nov 2015, every order will be available to receive Bitcoins from any source, Gateway or non-Gateway mode. If you'd like the system to wait some time before checking your sent Bitcoins, then use Gateway mode.


The service does not use any user registration system.
I will not log absolutely anything and there will be no trace of your activities.
The access logs are deactivated in the server. Only error logs are activated in order to debug possible failures.
 Read the Service's FAQ and Privacy Policy to know more about the strict privacy policy.

You can contact the service through the secure Support section. The service does not identify you with any support tickets that you open.

The service is SSL secured, so any communication between you and the service will be encrypted.

There are deletion jobs set to run each hour, in order to delete any trace of inactive support tickets and/or open/closed orders.

If you need to mix higher values than displayed in the service's website, please, open a support ticket and the service will take care of your transaction personally.

The website is mobile-ready and adapted to universal devices and screen resolutions.
You can mix from any device, since the service is adapted to universally any device.
You could mix from your smartphone or tablet, your laptop or desktop computer or even TVs.

Service Features
  • Mobile-friendly - Adapted to universal devices - Mix from your smartphone, tablet, laptop, desktop computer, TV...
  • Mix requests are processed instantly. if you choose instant mix, in ~30 minutes you will receive the bitcoins to your forward address.
  • Only 2 confirmations required to process your mixing requests.
  • Possibility to place custom service fee for each forward address
  • Set a custom time delay to send the mixed coins to your forward address(es) after the service has received your bitcoins
  • Set a custom distribution percentage for each address to forward
  • Possibility of the service to act in Gateway Mode
  • The system will wait for your Bitcoins intelligently, which can be sent from multiple sources to the generated receive address.
  • Strict Privacy and Security Policy
  • Secure Support system
  • SSL Secured (encrypted communication)



This is the description of the service.
I hope you all have a positive experience and you can come back here and write some feedback and/or suggestions.

Service's website URL: https://bitmix.in
Service's FAQ: https://bitmix.in/faq
Service's support section: https://bitmix.in/support

Thank you
Bitmix.in ~ The Easy Way to Mix your Coins
Pages: « 1 [2]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!