Pages:
Author

Topic: 🔥 FREE FAUCET ★ PICKXEL.COM ★ PICK LUCKY PIXELS AND WIN BITCOINS! 🔥UNIQUE GAME - page 9. (Read 9783 times)

newbie
Activity: 28
Merit: 0
I see, I missed that out, but marking it with a different colour could be a better solution as not all people know what a provably fair is and how to verify it. You might not want to see some people bashing in here and post that the site is scam just because they have lost some amount to the site  Wink.

P.S : it happened alot in here  Wink

Alright, thank you for your feedback. We will work on those new features.
If you have any other advices, please let us know. Thanks  Grin
legendary
Activity: 2562
Merit: 1414
There is alot of way to bypass the security check such as TOR for the simplest to avoid the IP check.
Another ideas to add for the updates is a countdown timer for each image. Since there is no countdown timer there, it it pretty hard to know the exact hour of the images.

The other thing will be to mark the pickxel which has expired for those contain a prize reward. Since not all user can read this (including I am)

Code:
Prize String (?): {(5,10,1.12),(22,11,0.29),(7,13,0.08),(7,11,0.08),(9,2,0.08),(5,15,0.08),(18,2,0.03),(1,10,0.03),(11,11,0.03),(9,15,0.03),(2,13,0.03),(6,10,0.03),(2,20,0.03),(5,6,0.03),(2,10,0.03),(12,11,0.01),(18,3,0.01),(18,4,0.01),(2,11,0.01),(7,4,0.01),(9,11,0.01),(6,2,0.01),(1,16,0.01),(1,2,0.01),(11,16,0.01),(12,2,0.01),(22,2,0.01),(2,16,0.01)}LkpJzwUMTfp23hiC

What do you mean? Do you suggest to specify in the prize string if the prize was taken (its pixel has been clicked by some user) or not?

What I exactly mean is to mark the box ( which still contains the prize ) with some specific colour after the game expired so that the user can know which box actually contain the prize. Since the code above is pretty messy imo

Code:
(5,10,1.12)

Does this mean x = 5 ; y = 10 contains 1.12 BTC ?

That's also a good idea, maybe I could mark it with a colour like red instead of white?.
Yes, the format is (x,y,amountBTC) as you can read here https://pickxel.com/provably-fair
It doesn't matter if its messy, the important thing is that it's compact and easily understandable (format is public), it should be easily verifiable by any SHA256 hasher instantly.

I see, I missed that out, but marking it with a different colour could be a better solution as not all people know what a provably fair is and how to verify it. You might not want to see some people bashing in here and post that the site is scam just because they have lost some amount to the site  Wink.

P.S : it happened alot in here  Wink

newbie
Activity: 28
Merit: 0
There is alot of way to bypass the security check such as TOR for the simplest to avoid the IP check.
Another ideas to add for the updates is a countdown timer for each image. Since there is no countdown timer there, it it pretty hard to know the exact hour of the images.

The other thing will be to mark the pickxel which has expired for those contain a prize reward. Since not all user can read this (including I am)

Code:
Prize String (?): {(5,10,1.12),(22,11,0.29),(7,13,0.08),(7,11,0.08),(9,2,0.08),(5,15,0.08),(18,2,0.03),(1,10,0.03),(11,11,0.03),(9,15,0.03),(2,13,0.03),(6,10,0.03),(2,20,0.03),(5,6,0.03),(2,10,0.03),(12,11,0.01),(18,3,0.01),(18,4,0.01),(2,11,0.01),(7,4,0.01),(9,11,0.01),(6,2,0.01),(1,16,0.01),(1,2,0.01),(11,16,0.01),(12,2,0.01),(22,2,0.01),(2,16,0.01)}LkpJzwUMTfp23hiC

What do you mean? Do you suggest to specify in the prize string if the prize was taken (its pixel has been clicked by some user) or not?

What I exactly mean is to mark the box ( which still contains the prize ) with some specific colour after the game expired so that the user can know which box actually contain the prize. Since the code above is pretty messy imo

Code:
(5,10,1.12)

Does this mean x = 5 ; y = 10 contains 1.12 BTC ?

That's also a good idea, maybe I could mark it with a colour like red instead of white?.
Yes, the format is (x,y,amountBTC) as you can read here https://pickxel.com/provably-fair
It doesn't matter if its messy, the important thing is that it's compact and easily understandable (format is public), it should be easily verifiable by any SHA256 hasher instantly.
legendary
Activity: 2562
Merit: 1414
There is alot of way to bypass the security check such as TOR for the simplest to avoid the IP check.
Another ideas to add for the updates is a countdown timer for each image. Since there is no countdown timer there, it it pretty hard to know the exact hour of the images.

The other thing will be to mark the pickxel which has expired for those contain a prize reward. Since not all user can read this (including I am)

Code:
Prize String (?): {(5,10,1.12),(22,11,0.29),(7,13,0.08),(7,11,0.08),(9,2,0.08),(5,15,0.08),(18,2,0.03),(1,10,0.03),(11,11,0.03),(9,15,0.03),(2,13,0.03),(6,10,0.03),(2,20,0.03),(5,6,0.03),(2,10,0.03),(12,11,0.01),(18,3,0.01),(18,4,0.01),(2,11,0.01),(7,4,0.01),(9,11,0.01),(6,2,0.01),(1,16,0.01),(1,2,0.01),(11,16,0.01),(12,2,0.01),(22,2,0.01),(2,16,0.01)}LkpJzwUMTfp23hiC

What do you mean? Do you suggest to specify in the prize string if the prize was taken (its pixel has been clicked by some user) or not?

What I exactly mean is to mark the box ( which still contains the prize ) with some specific colour after the game expired so that the user can know which box actually contain the prize. Since the code above is pretty messy imo

Code:
(5,10,1.12)

Does this mean x = 5 ; y = 10 contains 1.12 BTC ?
newbie
Activity: 28
Merit: 0
There is alot of way to bypass the security check such as TOR for the simplest to avoid the IP check.
Another ideas to add for the updates is a countdown timer for each image. Since there is no countdown timer there, it it pretty hard to know the exact hour of the images.

The other thing will be to mark the pickxel which has expired for those contain a prize reward. Since not all user can read this (including I am)

Code:
Prize String (?): {(5,10,1.12),(22,11,0.29),(7,13,0.08),(7,11,0.08),(9,2,0.08),(5,15,0.08),(18,2,0.03),(1,10,0.03),(11,11,0.03),(9,15,0.03),(2,13,0.03),(6,10,0.03),(2,20,0.03),(5,6,0.03),(2,10,0.03),(12,11,0.01),(18,3,0.01),(18,4,0.01),(2,11,0.01),(7,4,0.01),(9,11,0.01),(6,2,0.01),(1,16,0.01),(1,2,0.01),(11,16,0.01),(12,2,0.01),(22,2,0.01),(2,16,0.01)}LkpJzwUMTfp23hiC

What do you mean? Do you suggest to specify in the prize string if the prize was taken (its pixel has been clicked by some user) or not?
legendary
Activity: 2562
Merit: 1414
Unless you think that you can offer the same or better rate than any of the current campaign now than it is worth a try. Bear in mind that signature campaign wont be always succesfull.

Regarding the faucet thing, 5 clicks/hour? thats too many unless you make the picture big enough to hold of the faucet licker since there will be user with multiple account trying to gain some from it

Quote
Also, regarding discounts: you don't exactly "buy" clicks, you buy BTC balance, with which you can do clicks

Well it is almost the same with what my thoughts of it . 100 % deposit bonus is a good start for promotions but there should be atleast some wagered amount before it can be withdraw or else you are giving away free coins

Yes, maybe 5 clicks/hour are too much, probably 2/3 clicks per hour are fine. I will try to implement security precautions to avoid multiple accounts, but it obviously can't be 100% unbypassable. We will start working on it pretty soon, so expect to see the new updates in some days! We are always open to new ideas from the community.

There is alot of way to bypass the security check such as TOR for the simplest to avoid the IP check.
Another ideas to add for the updates is a countdown timer for each image. Since there is no countdown timer there, it it pretty hard to know the exact hour of the images.

The other thing will be to mark the pickxel which has expired for those contain a prize reward. Since not all user can read this (including I am)

Code:
Prize String (?): {(5,10,1.12),(22,11,0.29),(7,13,0.08),(7,11,0.08),(9,2,0.08),(5,15,0.08),(18,2,0.03),(1,10,0.03),(11,11,0.03),(9,15,0.03),(2,13,0.03),(6,10,0.03),(2,20,0.03),(5,6,0.03),(2,10,0.03),(12,11,0.01),(18,3,0.01),(18,4,0.01),(2,11,0.01),(7,4,0.01),(9,11,0.01),(6,2,0.01),(1,16,0.01),(1,2,0.01),(11,16,0.01),(12,2,0.01),(22,2,0.01),(2,16,0.01)}LkpJzwUMTfp23hiC
newbie
Activity: 28
Merit: 0
Unless you think that you can offer the same or better rate than any of the current campaign now than it is worth a try. Bear in mind that signature campaign wont be always succesfull.

Regarding the faucet thing, 5 clicks/hour? thats too many unless you make the picture big enough to hold of the faucet licker since there will be user with multiple account trying to gain some from it

Quote
Also, regarding discounts: you don't exactly "buy" clicks, you buy BTC balance, with which you can do clicks

Well it is almost the same with what my thoughts of it . 100 % deposit bonus is a good start for promotions but there should be atleast some wagered amount before it can be withdraw or else you are giving away free coins

Yes, maybe 5 clicks/hour are too much, probably 2/3 clicks per hour are fine. I will try to implement security precautions to avoid multiple accounts, but it obviously can't be 100% unbypassable. We will start working on it pretty soon, so expect to see the new updates in some days! We are always open to new ideas from the community.
legendary
Activity: 2562
Merit: 1414
What kind of advertisement have you got in mind? since I have a few ideas to boost your site

1. Faucet-like game, almost the same as the real game but this is for free and each account can only click 1x each X hours. The price doesnt need to be big but rather a small prize so that people can have a taste on how the game is

2. Discount if you buy the click in bulks, i.e for the newcomer games, 0.001 / 10 clicks , you can give some discount or bonus for the bulks purchase like 0.0015 for 16 clicks or so

I've had signature campaign in mind, but before that I wanted to create an in-built faucet "picture".

So, we divide images in:

- Paid: to click you need to pay BTCs to win minimum amount of 0.01 BTC
- Free: up to 5 clicks/hour are free, you can win small amounts of mBTC/satoshis.

What do you guys think?

Also, regarding discounts: you don't exactly "buy" clicks, you buy BTC balance, with which you can do clicks. Maybe I could do like double balance for deposits over 0.01 or something like that?

Thank you for the feedback, I appreciate.

Unless you think that you can offer the same or better rate than any of the current campaign now than it is worth a try. Bear in mind that signature campaign wont be always succesfull.

Regarding the faucet thing, 5 clicks/hour? thats too many unless you make the picture big enough to hold of the faucet licker since there will be user with multiple account trying to gain some from it

Quote
Also, regarding discounts: you don't exactly "buy" clicks, you buy BTC balance, with which you can do clicks

Well it is almost the same with what my thoughts of it . 100 % deposit bonus is a good start for promotions but there should be atleast some wagered amount before it can be withdraw or else you are giving away free coins
newbie
Activity: 28
Merit: 0
What kind of advertisement have you got in mind? since I have a few ideas to boost your site

1. Faucet-like game, almost the same as the real game but this is for free and each account can only click 1x each X hours. The price doesnt need to be big but rather a small prize so that people can have a taste on how the game is

2. Discount if you buy the click in bulks, i.e for the newcomer games, 0.001 / 10 clicks , you can give some discount or bonus for the bulks purchase like 0.0015 for 16 clicks or so

I've had signature campaign in mind, but before that I wanted to create an in-built faucet "picture".

So, we divide images in:

- Paid: to click you need to pay BTCs to win minimum amount of 0.01 BTC
- Free: up to 5 clicks/hour are free, you can win small amounts of mBTC/satoshis.

What do you guys think?

Also, regarding discounts: you don't exactly "buy" clicks, you buy BTC balance, with which you can do clicks. Maybe I could do like double balance for deposits over 0.01 or something like that?

Thank you for the feedback, I appreciate.
legendary
Activity: 2562
Merit: 1414
it will be impossible to win anything while there are 4680 spots and only 15 prizes

Not really impossible as your chance goes higher whenever someone open up the pickxel but doesnt got the price.
To be honest, each time someone lose it means that easier win for us. Once the site got some attention then more people will be coming to play, it could be a fortune if you could snap some pickxel while the others lose their chances

Exactly that. I'll focus on advertising as soon as we make the latest changes to improve game experience.

What kind of advertisement have you got in mind? since I have a few ideas to boost your site

1. Faucet-like game, almost the same as the real game but this is for free and each account can only click 1x each X hours. The price doesnt need to be big but rather a small prize so that people can have a taste on how the game is

2. Discount if you buy the click in bulks, i.e for the newcomer games, 0.001 / 10 clicks , you can give some discount or bonus for the bulks purchase like 0.0015 for 16 clicks or so

newbie
Activity: 28
Merit: 0
it will be impossible to win anything while there are 4680 spots and only 15 prizes

Not really impossible as your chance goes higher whenever someone open up the pickxel but doesnt got the price.
To be honest, each time someone lose it means that easier win for us. Once the site got some attention then more people will be coming to play, it could be a fortune if you could snap some pickxel while the others lose their chances

Exactly that. I'll focus on advertising as soon as we make the latest changes to improve game experience.
legendary
Activity: 2562
Merit: 1414
it will be impossible to win anything while there are 4680 spots and only 15 prizes

Not really impossible as your chance goes higher whenever someone open up the pickxel but doesnt got the price.
To be honest, each time someone lose it means that easier win for us. Once the site got some attention then more people will be coming to play, it could be a fortune if you could snap some pickxel while the others lose their chances
newbie
Activity: 28
Merit: 0
it will be impossible to win anything while there are 4680 spots and only 15 prizes

Thats why it's called "newcomers" grid. The click cost is extremely low (0.0001 BTC): this image is used to get used to the game before trying with other images.
hero member
Activity: 658
Merit: 500
Added "newcomers" image. There is only one prize and a lot of pixels. Cost click is only 0.0001, so you can see how the game works by spending really low amount of btc.

Link: https://pickxel.com/image/5

10k satoshi per click is nice amount for test play and that 0.50BTC divide into 10 prizes so it will attract to many new players for test play on pickxel. that is just suggestion if you like that.

In how many prizes you think it should be divided? I'll take advices.

i think prize scheme like this

0.20BTC = 1
0.10BTC = 2
0.05BTC = 2
0.01BTC = 10

prizes like this can be much attractive for this 10k satoshi pickxel grid.


it will be impossible to win anything while there are 4680 spots and only 15 prizes
legendary
Activity: 1120
Merit: 1000
Added "newcomers" image. There is only one prize and a lot of pixels. Cost click is only 0.0001, so you can see how the game works by spending really low amount of btc.

Link: https://pickxel.com/image/5

10k satoshi per click is nice amount for test play and that 0.50BTC divide into 10 prizes so it will attract to many new players for test play on pickxel. that is just suggestion if you like that.

In how many prizes you think it should be divided? I'll take advices.

i think prize scheme like this

0.20BTC = 1
0.10BTC = 2
0.05BTC = 2
0.01BTC = 10

prizes like this can be much attractive for this 10k satoshi pickxel grid.

Alright, I reordered the prizes for this test play grid. Thank you for your advices Smiley
It is really nice when a site attends to the feedback of the users
I really like the site and the concept,keep working and your site will success  Smiley
newbie
Activity: 28
Merit: 0
Added "newcomers" image. There is only one prize and a lot of pixels. Cost click is only 0.0001, so you can see how the game works by spending really low amount of btc.

Link: https://pickxel.com/image/5

10k satoshi per click is nice amount for test play and that 0.50BTC divide into 10 prizes so it will attract to many new players for test play on pickxel. that is just suggestion if you like that.

In how many prizes you think it should be divided? I'll take advices.

i think prize scheme like this

0.20BTC = 1
0.10BTC = 2
0.05BTC = 2
0.01BTC = 10

prizes like this can be much attractive for this 10k satoshi pickxel grid.

Alright, I reordered the prizes for this test play grid. Thank you for your advices Smiley
legendary
Activity: 1008
Merit: 1000
Added "newcomers" image. There is only one prize and a lot of pixels. Cost click is only 0.0001, so you can see how the game works by spending really low amount of btc.

Link: https://pickxel.com/image/5

10k satoshi per click is nice amount for test play and that 0.50BTC divide into 10 prizes so it will attract to many new players for test play on pickxel. that is just suggestion if you like that.

In how many prizes you think it should be divided? I'll take advices.

i think prize scheme like this

0.20BTC = 1
0.10BTC = 2
0.05BTC = 2
0.01BTC = 10

prizes like this can be much attractive for this 10k satoshi pickxel grid.

newbie
Activity: 28
Merit: 0
Added "newcomers" image. There is only one prize and a lot of pixels. Cost click is only 0.0001, so you can see how the game works by spending really low amount of btc.

Link: https://pickxel.com/image/5

10k satoshi per click is nice amount for test play and that 0.50BTC divide into 10 prizes so it will attract to many new players for test play on pickxel. that is just suggestion if you like that.

In how many prizes you think it should be divided? I'll take advices.
legendary
Activity: 1008
Merit: 1000
Added "newcomers" image. There is only one prize and a lot of pixels. Cost click is only 0.0001, so you can see how the game works by spending really low amount of btc.

Link: https://pickxel.com/image/5

10k satoshi per click is nice amount for test play and that 0.50BTC divide into 10 prizes so it will attract to many new players for test play on pickxel. that is just suggestion if you like that.
newbie
Activity: 28
Merit: 0
Added "newcomers" image. There is only one prize and a lot of pixels. Cost click is only 0.0001, so you can see how the game works by spending really low amount of btc.

Link: https://pickxel.com/image/5
Pages:
Jump to: