May 12, 2025, 11:45:35 PM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - bustingbuster

Pages: [1]
1

Link : Changee - Instant e-currency Exchange

The site supports exchanges from :

Perfect Money
LiqPay
OkPay
EgoPay
BitCoin
Payeer
W1
Яндекс.Деньги
Visa
MasterCard

To :
Paypal
Payza
Payeer
Visa
MasterCard
Perfect Money
Liqpay
Qiwi
Ukcash
Okpay
Egopay
Bitcoin
Bank Wire
SEPA

All Exchanges Are automatic and instantly made ;). Enjoy.
-Thanks-

2
Service Discussion / GldMarket - Pre Beta Launch !
« on: December 11, 2013, 12:55:18 PM »
GldMarket

What is GldMarket ?
A. GldMarket is a standalone marketplace for GoldCoins, Which supports two markets currently.
  • GLD/USD
  • GLD/LTC

What are the supported ways to deposit USD ?
A. We currently only support EgoPay and PerfectMoney for depositing USD to prevent chargebacks or further loss to anyone.

How to Withdraw ?
A. Withdrawals of GLD and LTC are done automatically with a fee of about 0.1 GLD - 0.2 GLD for withdrawing GoldCoins and 0.02 LTC for withdrawing Litecoins. Withdrawals of USD are done manually and will take about 24-48hrs.

What Is Pre-Beta ?
A. Its the initial launch of the site before the beta launch, In this stage only users who are willing to help finding bugs and testing the site should join, Every account made in this stage needs to be activated by me manually to function. And a warning is that, This is the stage i will try and patch any found bugs and everyone should use very small amounts to prevent any accidental losses. So people who are interested in helping out me finding the bugs can participate in this stage.


Any more questions ? Please ask here. If you found any bug please let me know via PM in this forum.

Note : Some additional features will be added in this pre-beta stage.
Got any suggestions ? Reply here.

Link : https://gldmarket.com


-Thanks-

Thanks to rch for making the design : https://www.gldtalk.org/index.php?action=profile;u=719

3
Service Discussion / Cryptsy manually crediting deposits ???
« on: December 11, 2013, 10:04:42 AM »
For the first deposit, It appeared just after the 6 confirmations as balance. But for the second deposit 6 confirmations were completed and it was in pending balance in cryptsy. And 2 hours passed still waiting :P. Seems cryptsy is crediting deposits manually after the first deposit maybe.

Any information ?

-Thanks-

4
Technical Discussion / Lowering the fee for rpc transactions ?
« on: November 30, 2013, 11:33:15 AM »
Currently i am developing a marketplace for GoldCoins, Will be launched in 3-4 days, And i am also developing a online wallet like coinbase but for GLD. Here comes a problem, To create a online wallet i need to use rpc commands. But the rpc command "sendfrom" has a fee of 0.1GLD per transaction.

The point is why would anyone use a online wallet to loose 0.1GLD per every transaction they send ? Which makes Both the online wallet and GLD community loose some users. So What do you guys suggest about decreasing this fee ?

-Thanks-

5

EDIT : Guys, I have just launched the marketplace in pre-beta for users who are willing to test it with very small amounts, For more check here : https://www.gldtalk.org/index.php?topic=1840.msg8765#msg8765

Hello guys, I am currently developing a standalone marketplace for goldcoins, And i need some users to test it before the launch. So If you are interested in helping me/Goldcoin community please reply here.

Note : This marketplace is different from others in which GLDCOIN is listed, In this marketplace we support real currency xD.
So please reply soon.

-Thanks-

6
GoldCoin Discussion / GoldCoin Reaches 5cent hit !!
« on: November 24, 2013, 12:52:38 AM »
Yo guys, Today goldcoin reached 0.05$ :) . A very great thing.

You can check the current price at : http://gld.skillerzforum.com/

I am very happy for the rise, Thanks for all the goldcoin team and the community.

7
How-To Guides / How to Install Goldcoin on Linux [Debian] !
« on: November 22, 2013, 10:24:18 AM »
Well in this guide i am not gonna show you how to compile a goldcoin client but i will tell you how to correctly install an already compiled version.

Code: [Select]
wget http://gldcoin.com/downloads/goldcoin-0.7.1.5-linux.tar.xz
Code: [Select]
tar -xvf goldcoin-0.7.1.5-linux.tar.xz
Installing dependencies :
Code: [Select]
sudo aptitude install build-essential libboost-all-dev libssl-dev libglib2.0-dev
Code: [Select]
sudo apt-get install libqtgui4
Code: [Select]
sudo apt-get install libminiupnpc-dev
Code: [Select]
sudo apt-get install libqt4-webkit
Code: [Select]
wget https://launchpad.net/~bitcoin/+archive/bitcoin/+files/libdb4.8%2B%2B_4.8.30-10precise1_amd64.deb (If amd64)
Code: [Select]
sudo dpkg -i libdb4.8++_4.8.30-10precise1_amd64.deb (If amd64)
OR
Code: [Select]
wget https://launchpad.net/~bitcoin/+archive/bitcoin/+files/libdb4.8%2B%2B_4.8.30-10precise1_i386.deb (if i386)
Code: [Select]
sudo dpkg -i libdb4.8++_4.8.30-10precise1_i386.deb (if i386)

Now open the goldcoind client :
Code: [Select]
cd x86 (if 32bit) or
Code: [Select]
cd x64 (if 64bit).
Code: [Select]
./goldcoind
Most of these also work for ubuntu, But this is 100% tested and working guide for debian.
Now you have successfully installed the goldcoin client if you don't get any errors.

If you get any error :
Code: [Select]
cd x86 (if 32bit) or
Code: [Select]
cd x64 (if 64bit).
Code: [Select]
ldd ./goldcoind
Post the copy of the log of the above command if you have any problem.


8
Technical Discussion / Linux client is compatible with ?
« on: November 19, 2013, 11:29:13 PM »
What type of linux does the linux client work with ?

Centos doesn't work, Ubuntu doesn't work. So what is compatible with ?
I am in the project to create a standalone marketplace + online wallet for gldcoins.

-Thanks-

9
Project Development / GoldCoin Price Checker !
« on: November 19, 2013, 06:09:49 AM »
Hello guys, As my part of contribution i made a simple GoldCoin price checking website. It will show you the price per each goldcoin can be exchanged and you can calculate the price of "x" gold coins. This is just like http://preev.com but for gold coins made by me.

Check HERE : http://gld.skillerzforum.com/

I am planning to make many things more to help GLDCOIN.

-Thanks-

10
GoldCoin Discussion / Online goldcoin wallet + Standalone Markeplace ?
« on: November 18, 2013, 07:39:04 AM »
Having these both would help making goldcoin popular easily. This is my suggesstion to make a official online wallet or accepting third parties to create online wallets and work with them.

And a Marketplace to buy and sell gold coins, I know that gold coins now can't be bought directly but we should buy bitcoins from money and then buy gold coins, Which is not a very good thing. I would suggest making a standalone marketplace to accept cash and offer gold coins. I can help in this as i am a bit good php coder. And can do this thingy but needed some help too.

Please reply.

-Thanks-
Skillerz LTD.

11
Newbie Central / Buster is here xD !
« on: November 18, 2013, 07:09:25 AM »
Hello, Just listened about this gold coins by a friend and joined. Hope we can work and make these goldcoins more better.
I have many suggesstions in my mind.

-Thanks-

Pages: [1]