Search content
Sort by

Showing 20 of 124 results by Art3mis
Post
Topic
Board Service Announcements
Topic OP
> > > [ANN] SendMeBitcoin - Share your Bitcoin address! [Beta - Need feedback!
by
Art3mis
on 19/06/2016, 20:36:53 UTC


Send Me Bitcoin is a free service where you can create your own bitcoin donation/payment link which you can share to your friends and customers.

The site is completely free and without ads. It's currently in Beta, and I'm interested in getting some feedback regarding it.

- What should the name be?
- Feature suggestions?
- Theme/Outlay suggestions?

Site link (temporary): http://btc.bbo.yt/

Thanks in advance!

*Note
- It's just for sharing your address.
- This can be useful for some people who dont want to write down their address. Simply remember the ID (eg. 32) and you will be redirected to your Bitcoin address on this site.
Post
Topic
Board Digital goods
Topic OP
[12.50$ ONLY TODAY] > Bitcoin Success < - Do YOU want FINANCIAL FREEDOM? CLICK!
by
Art3mis
on 17/06/2016, 09:29:40 UTC
50% OFF FOR LAUNCH! CLICK THE THREAD TO BUY




VOUCHES FROM HACKFORUMS.NET:

Quote from: 'Evanescent' pid='51324015' dateline='1466068180'
My honest review regarding the ebook.

Grammar and Design : The design is really good, he sure has spent some time doing it. The grammar too is clear which can be understood by anyone with little knowledge.

Authenticity : To be honest I've come across this method already and have seen many businessmen here on HF doing it. You'll be needing some investment, but I'm sure the earning is guaranteed with efforts and using the method smartly. Also this method is unsaturable.

Overall : Overall good design, grammar and working method with some investment and trust.
Quote from: 'isoviacy' pid='51324314' dateline='1466071433'
Very good method. It's not saturated.

1)You will need an investment. It would be great to have somewhere around 1 BTC in my opinion but any amount is fine.
2)If you work with the method provided its guaranteed that you will have profits.
3)Features one simple but very effective 1 page method.
Quote from: 'ThePurge' pid='51325772' dateline='1466085783'
Thank you for the vouch copy op. 

I would like to say it's simple and easy and I've have seen similar kind method but this method is very effective and will make money but you do need a investment. It's really easy to understand as he made the Ebook very clear so you won't get lost but if you do he will help you out and no this not a get rich Ebook in one night  but you will see results






VOUCH COPIES AVAILABLE (1 COPY ONLY!)
PM For discounted review copies.


ToS:
- No leaking or sharing.
- No sales trashing.
- No reversals.
- I have the right to refuse a refund if I feel like the method hasn't been used correctly.
- Common terms apply.
- If these terms aren't followed, the refund or support can be denied.

It's recommended that you're over 18 years old.
Post
Topic
Board Gambling
Re: API-DICE - FREE Gambling platform for bot/script developers!
by
Art3mis
on 16/06/2016, 13:02:32 UTC
This is just to test out your skills right ? Like the money is not real hey ?

Correct.
Post
Topic
Board Gambling
Topic OP
API-DICE - FREE Gambling platform for bot/script developers!
by
Art3mis
on 11/06/2016, 19:34:35 UTC
Heyo!

Are you a developer? If so, this site might come in handy for you. API-DICE is a Free betting platform for developers willing to code their own betting site bots or scripts.

The site simulates a normal dice game with a 0 percent house edge and returns everything in a JSON formatted string.

Let's get right into how the site works and how you can use it!



There are 3 pages that build the whole system. These files are the following:

  • register.php
  • bet.php
  • faucet.php

Register.php is for registering a new user to the system. A new user gets 1000 API-Coins by default.
Bet.php is for placing a bet. You may choose the multiplier and bet.
Faucet.php is for well, using the faucet. This will reset your balance to 1000 API-Coins if you don't have any.

Here's a quick guide on using these 3 pages to place a bet.

Registering:

Send a GET request with these parameters to register an account. You may also directly visit the link via your browser.
http://bbo.yt/api-dice/register.php?username=YourUsername&password=YourPassword

Here's the response that you should receive when registering is done correctly:
Code:
[{"page":"register.php"},{"usernameSpecifided":"true"},{"passwordSpecifided":"true"},{"dbConnection":"success"},{"register":"success"},{"username":"YourUsername"},{"password":"YourUsername"},{"balance":"1000 APIDICE-Coins"}]

Placing a Bet:

Send a GET request with these parameters to place a bet. Feel free to change the bet amount and/or multiplier.
http://bbo.yt/api-dice/bet.php?username=YourUsername&password=YourPassword&bet=10&multiplier=2

Here's the response that you should receive when a bet has been placed:
Code:
[{"page":"bet.php"},{"usernameSpecifided":"true"},{"passwordSpecifided":"true"},{"betNumeric":"true"},{"multiplierNumeric":"true"},{"multiplierRangeOK":"true"},{"successfulLogin":"true"},{"balance":"1000"},{"bet":"10"},{"enoughBalance":"true"},{"roll":313853},{"rollUnder":500000},{"result":"win"},{"newBalance":"1010"}]

When the request has been submitted your balance will update.

Claiming the faucet:

Send a GET request with these parameters to place a bet. You will need to have 0 balance in order for this to work.
http://bbo.yt/api-dice/faucet.php?username=YourUsername&password=YourPassword

Here's the response that you should receive when a bet has been placed:
Code:
[{"page":"register.php"},{"usernameSpecifided":"true"},{"passwordSpecifided":"true"},{"dbConnection":"success"},{"faucet_claim":"success"},{"newBalance":"1000 APIDICE-Coins"}]



Here's pretty much all I have to offer right now. Feel free to develop your strategies and let me know what you've come up with Smiley

Until next time,
Art3mis
Post
Topic
Board Gambling discussion
Re: Is their any safe methods to gamble?
by
Art3mis
on 15/05/2016, 08:56:24 UTC
You can try out different strategies in my simulator Smiley

https://bitcointalk.org/index.php?topic=1473034.0
Post
Topic
Board Gambling
Topic OP
[ANN][FREE] Gambling Strategy Simulator - Gamble without spending real money!
by
Art3mis
on 15/05/2016, 08:53:34 UTC


Hello!

Had some free time so I decided to code this application for the gamblers in HackForums and BTCT.

It's a app used to simulate the Martingale strategy. You can modify all the required variables, and see how lucky you can be WITHOUT spending money!

If you want to try gambling with a 25% house edge, you can. You can also do 0% house edge if you want to.

The application itself is not rigged, everything is ran through a Random Number generator.

I'm posting screenshots and a video later on. This is just a small announcement in case someone is interested Smiley

CLICK THE BELOW IMAGE FOR SOURCE AND BINARIES! Feel free to check the source code if you are afraid of viruses (there are none). Please note that chrome might warn you about the files, just ignore it.
Post
Topic
Board Micro Earnings
Re: [ANN] CryptoClaim - 100,000 Satoshi Jackpot - 5 Minute Timer
by
Art3mis
on 04/05/2016, 09:24:10 UTC
the rewards is good for faucet with only 5 minutes timer, but i really not understand how you can pay this amount, in the site i see only 2 banner of anonymous ads and pay very low this advertising

i'm currently trying to get a deal with other ad networks. Smiley
Post
Topic
Board Micro Earnings
Re: [ANN] CryptoClaim - 100,000 Satoshi Jackpot - 5 Minute Timer
by
Art3mis
on 04/05/2016, 09:11:49 UTC
Nice faucet, easy to claim and payout directly to faucetbox. Thnx for 123 satoshi  Shocked
Maybe you should consider about raising referral commission if you want to get more users.
And i noticed that you have 99.9% there...any chance that you give us that 0.01% for 100K reward and double our chances?  Grin

king regards


Sure thing Smiley
Post
Topic
Board Micro Earnings
Re: [ANN] CryptoClaim - 100,000 Satoshi Jackpot - 5 Minute Timer
by
Art3mis
on 03/05/2016, 19:23:52 UTC
125 satoshi, thank you!

It's a 5 minutes faucet, right? For me the rewards are average, fast and easy to claim. Small chance to earn high rewards like 350-700 or 500-1500 satoshi, but it's possible with some luck. I think faucet users can make some profit with your faucet, good for who likes 5 minutes faucets.

Yup. This is a 5 minute faucet so you can reclaim often. Smiley
wow anther source of sat, nice design mate, rewards was good knowing that you can get every 5 mins. fairly to every faucet collector like. good luck mate keep it up.

Thank you! Smiley
Post
Topic
Board Micro Earnings
Re: [ANN] CryptoClaim - 100,000 Satoshi Jackpot - 5 Minute Timer
by
Art3mis
on 03/05/2016, 18:10:16 UTC
125 satoshi, thank you!

It's a 5 minutes faucet, right? For me the rewards are average, fast and easy to claim. Small chance to earn high rewards like 350-700 or 500-1500 satoshi, but it's possible with some luck. I think faucet users can make some profit with your faucet, good for who likes 5 minutes faucets.

Yup. This is a 5 minute faucet so you can reclaim often. Smiley
Post
Topic
Board Micro Earnings
Topic OP
[ANN] CryptoClaim - 100,000 Satoshi Jackpot - 5 Minute Timer
by
Art3mis
on 03/05/2016, 17:37:06 UTC
Hello!

I'm here to announce a new faucet - the CryptoClaim.

Payments are powered by FaucetBox.com, and the site is custom coded by me.

Payout Table:
100 - 150 SATOSHI (74,99% CHANCE)
150 - 350 SATOSHI (15% CHANCE)
350 - 500 SATOSHI (7,5% CHANCE)
500 - 1500 SATOSHI (2,4% CHANCE)
100,000 SATOSHI (0.01% CHANCE)

All this with a solid 5 minute timer.

You may also refer people for a 10% bonus. This means you will earn 10% of the claims that other people do.

Suggestions are also very much welcome.

Thanks!
http://cryptoclaim.io/
Post
Topic
Board Trading Discussion
Topic OP
[ANN] SecureHash - Share stuff securely without major risks.
by
Art3mis
on 03/05/2016, 09:21:58 UTC
Hey!

Coded this for fun today. It's a simple program for sharing encrypted strings, such as private keys. I tried to make it simple and I think I succeeded fairly well.

This is beta though, so keep in mind this will include bugs and issues.

GIF of what it does and how it works:


If you want to test this out, feel free to download the project. The executable is not obfuscated so you can decompile it to see the code. It's nothing complicated, though.

I'd appreciate any kind of feedback regarding this.

Thanks!
Post
Topic
Board Gambling
Re: 0.05% House Edge - BOOSTDiCE - Moneypot Casino
by
Art3mis
on 16/04/2016, 15:19:10 UTC
Add bot please, and without promotion, We can run our own site with untitle dice script 0.05 house edge too.

I'll be adding a bot and promotions soon. Smiley

Quote
We have no access to your funds, at all.

I think it is not true, once a user enable the app and make a deposit to the app. The app have a full control to the deposited money.

Just suggestion :
- make a better design for your site
- buy a better domain
- promotions.

With this recent conditions on your site, it will be hard for you to compete with other moneypot apps.

I believe that's not true. I'm unable to view any people's deposits or funds overall. I just tested it with my other account and I couldn't find anything. I could be wrong, though.

As for the suggestions:
-Currently working on it.
-I'll be buying a new domain soon. The current one is just a placeholder
-Coming soon.

why use a free .xyz domain and not a decent domain name like a .com

it is not that expensive to buy, besides it would make your dice site look better and people feel better clicking on .com instead of .xyz

Buying new one soon.
Post
Topic
Board Gambling
Re: 0.05% House Edge - BOOSTDiCE - Moneypot Casino
by
Art3mis
on 16/04/2016, 14:29:40 UTC
49.95% win chance at 2x multiplier means there is .1% house edge and not .05% as what you advertised. sites looks clean and simple tho

The default value on the input box was wrong, I fixed it now. Thanks for noticing Smiley
Post
Topic
Board Gambling
Topic OP
0.05% House Edge - BOOSTDiCE - Moneypot Casino
by
Art3mis
on 16/04/2016, 13:21:03 UTC



Welcome to BoostDice.
A Bitcoin Dice site with 0.05% house edge.

Why you should play at BoostDice:
Moneypot powered Casino.
Easy fund management via your Moneypot wallet.
We have no access to your funds, at all.
Dirty low house edge of 0.05%!
Fast and clean site with easy accessibility and use.
Provably fair rolls, verified at Moneypot itself.

Feel free to reply with suggestions of feedback. I'll be sure to read and reply to all questions.

Click here to enter!

Post
Topic
Board Gambling discussion
Re: Need help with custom betting strategy
by
Art3mis
on 14/04/2016, 15:09:12 UTC
What program language do you need it in?
Post
Topic
Board Micro Earnings
Re: Coming Soon: BluBTC - The new age of faucets.
by
Art3mis
on 13/04/2016, 05:30:31 UTC
1 make some pretty infographic
2 promise some cool stuff
3 add your address
4 ask for donations
5 ...
6 profit

Maybe the idea of a great community founded faucet with shareholders
is great and probably will get to the top but trying to pool this off
with negative trust account is no go!
Pure scam attempt, if you ask me.


Don't donate if you don't want to. I've owned a faucet here with positive results before.

Thanks for the "feedback" though!

i don't understand, what is the project? You have create one app/faucet? but how people can send feedback and comment if don't see the app ? Is online ?

A announcement for a future faucet with something to make it unique.

what are the faucet you have owned in the past ? Is possible see a list?
Is strange a announcment for a new faucet request donation

https://bitcointalk.org/index.php?topic=1362334.0
Post
Topic
Board Micro Earnings
Re: Coming Soon: BluBTC - The new age of faucets.
by
Art3mis
on 12/04/2016, 13:02:00 UTC
I think this is just a scam attempt.
How exactly is this a scam if I'm not asking for anything?
Post
Topic
Board Services
Re: [WTS] Faucet Designer - Make your faucet BEAUTIFUL!
by
Art3mis
on 11/04/2016, 17:49:02 UTC
Theme looks very nice in my opinion
I would like to take a vouch copy of your service and will submit an honest review based on your work and all other related factors


  Did you got a vouch copy? wheres your review?

 OP are you Designer or Designer and dev as will?

He didn't message me.

I develop and design.

 Whats your develop silks are?

Pretty good with HTML, CSS, JS and PHP. Overall good.

You have some more examples?

All faucets have been shut down, I'll have more examples later on.

Well the vouch copy still avaible or what i may be interested into get your service to my new faucets ,soo let me know when you have some examples.

Vouch copy is available.
Post
Topic
Board Micro Earnings
Re: Coming Soon: BluBTC - The new age of faucets.
by
Art3mis
on 11/04/2016, 17:48:13 UTC
1 make some pretty infographic
2 promise some cool stuff
3 add your address
4 ask for donations
5 ...
6 profit

Maybe the idea of a great community founded faucet with shareholders
is great and probably will get to the top but trying to pool this off
with negative trust account is no go!
Pure scam attempt, if you ask me.


Don't donate if you don't want to. I've owned a faucet here with positive results before.

Thanks for the "feedback" though!

i don't understand, what is the project? You have create one app/faucet? but how people can send feedback and comment if don't see the app ? Is online ?

A announcement for a future faucet with something to make it unique.