Search content
Sort by

Showing 20 of 92 results by jaykoolzboy
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] FRESHCOIN PHASE 2/Freshcoin for 1$ in games/First game on Google Play
by
jaykoolzboy
on 12/03/2015, 01:10:39 UTC
Just played Hungry dude for the first time, it's actually a pretty fun and funny game.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] FRESHCOIN new PHASE 2/Freshcoin for 1$ in games/First game on Google Play
by
jaykoolzboy
on 10/03/2015, 17:55:33 UTC
Kudos to the honest and hardworking devs.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [FRSH] FreshCoin | NEW ALGO! (lowest energy usage) | POM | FRESH online!*
by
jaykoolzboy
on 18/02/2015, 02:22:08 UTC
Meeting: On weekend we are putting game online, maybe monday or tuesday! We are finishing testing and implementing few sundries!

It would be great to have one legit trade platform before the announcement IMO. I think it's going to take awhile for Bter to be back online. Any news on other sites?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [FRSH] FreshCoin | NEW ALGO! (lowest energy usage) | POM | FRESH online!*
by
jaykoolzboy
on 11/02/2015, 05:40:41 UTC
network at 950MH/s Cool

Now some have rush to dig and buy Freshcoin..... The fish is sold Roll Eyes


How many more Freshcoin still left in the tank?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [FRSH] FreshCoin | NEW ALGO! (lowest energy usage) | POM | FRESH online!*
by
jaykoolzboy
on 05/02/2015, 20:00:14 UTC
Any updates? I think now is the best chance to make a name to the world with BTC's (old insecure tech) market crush.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [FRSH] FreshCoin | NEW ALGO! (lowest energy usage) | POM | FRESH online!*
by
jaykoolzboy
on 16/11/2014, 19:28:50 UTC
Good news,

we have to new users ognjenm and sandrofaz as game developers which will make dedicated freshcoin game(s).

We are talking about first game which will be very addictive and hope soon online...in meantime we are doing on API working and implementation. They will tell more about their work from now on, so you can ask them anything about progress.

cheers Smiley

Kudos
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [FRSH] FreshCoin | NEW ALGO! (lowest energy usage) | POM | FRESH online!*
by
jaykoolzboy
on 16/11/2014, 05:14:59 UTC



API has to make it easy for game developers [D], their users [G] to easily trade FreshCoins [FRSH]. Basic requirement from is simplicity above all, meaning that developers should have minimal knowledge about wallets, coins, mining, trading, etc.

In a perfect world, we would be able to provide modules for developers to include in their games, for easy purchase of FreshCoins.
Behind the scenes, actual coin trade has to take place for actual value of FreshCoin to be established. In the game, players will have some representation of FreshCoins (golden coins, tokens, bananas, whatever the developer decides). Developer will have to notify us of any in-game coin spending, that must be deducted from the player's wallet. Players will not have direct access (for now) to their wallets. Each player will have to be registered with FreshCoin API server in order for purchase to work.

The process should work somewhat like this for the system to work:
   1. Developer is registered on FreshCoin API Server by Administrator, with following data
      a) Developer name, entered by admin
      b) Game name, entered by admin
      c) Developer email, entered by admin, confirmed by developer on registration (click link in email that arrives)
      d) Developer ID, unique id generated by server at the time when developer is registered
      e) Developer Key, unique string generated by server at the time when developer is registered
      f) Developer PayPal email, entered by admin, for payments
      g) Developer FreshCoin wallet, automatically generated by server, and FreshCoins from Investment Fund are transfered here, can be controlled by FreshCoin API server only
      i) Developer BitCoin wallet, either automatically generated by server or entered by admin, if developer wants to be paid in BitCoins
     
   2. Developer should already have back-end server that takes care of his users/password/scores, etc.
   
   3. Each developer registers his users, when they are registered in his game, in our system, with following data [ /api/user/register = uniqueid ]
      a) User developer id, unique id under which is user stored in developer's database
      b) User email, provided by developer must be confirmed by user (welcome email with link)
      c) User FreshCoin wallet 1, automatically generated by server
      d) User BitCoin wallet, either automatically generated by server or entered by admin
      e) User unique id, generated by server at the time of user registration, and sent to developer
      f) User FreshCoin wallet 2, automatically generated by server or entered by admin, to be used for collecting (earning) coins that user can be spent later, can be controlled by user
     
   4. Buying FreshCoins in game
      a) User initates coin acquisition in game, either by module that we provide, or by module that developer creates
      b) Developer sends user unique id (3e) to PayPal [P], and PayPal generates payment page link
      c) User is taken to payment page (url generated in 4b) to continue the transaction
      d) After the transaction is complete, PayPal notifies FreshCoin API server, sending user id + payment amount [ /api/ipn/notify = uniqueid + amount ]
      e) FreshCoin API server transfers amount of FreshCoins from developer wallet (1g) to user FreshCoin wallet (3c)
      f) FreshCoin API server notifies developer server that user id has bought FreshCoins [ /developerserver/notify = uniqueid + amount ]
      g) Developer server sends in-game representation of coins to user (golden coins, tokens, bananas, or whatever developer has created in-game)
   
   5. Payout
      a) Admin has to convert dollars to BitCoins (using money received via PayPal)
      b) Admin has to distribute bitcoins accordingly to developers
      c) Admin has to pay investors
      d) This process has to be done monthly, weekly, or even daily if needed
      e) Developer should provide statistics panel, so Admin can track how much money has everyone earned, for distribution
      f) Some sort of public-open panel should be created so that investors can track the flow of coins

Pure Awesomeness
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [FRSH] FreshCoin | NEW ALGO! (lowest energy usage) | POM | FRESH online!*
by
jaykoolzboy
on 13/11/2014, 17:31:33 UTC
Ok people, API will be finished for exactly 8 days and imported into hunger dude, we need to test it little more and to make interface for it. So, this is complex API and its process needs to be flawless.

It's structure looks like this, we will make visual diagram for it:

API has to make it easy for game developers [D], their users [G] to easily trade FreshCoins [FRSH]. Basic requirement from is simplicity above all, meaning that developers should have minimal knowledge about wallets, coins, mining, trading, etc.

In a perfect world, we would be able to provide modules for developers to include in their games, for easy purchase of FreshCoins.
Behind the scenes, actual coin trade has to take place for actual value of FreshCoin to be established. In the game, players will have some representation of FreshCoins (golden coins, tokens, bananas, whatever the developer decides). Developer will have to notify us of any in-game coin spending, that must be deducted from the player's wallet. Players will not have direct access (for now) to their wallets. Each player will have to be registered with FreshCoin API server in order for purchase to work.

The process should work somewhat like this for the system to work:
   1. Developer is registered on FreshCoin API Server by Administrator, with following data
      a) Developer name, entered by admin
      b) Game name, entered by admin
      c) Developer email, entered by admin, confirmed by developer on registration (click link in email that arrives)
      d) Developer ID, unique id generated by server at the time when developer is registered
      e) Developer Key, unique string generated by server at the time when developer is registered
      f) Developer PayPal email, entered by admin, for payments
      g) Developer FreshCoin wallet, automatically generated by server, and FreshCoins from Investment Fund are transfered here, can be controlled by FreshCoin API server only
      i) Developer BitCoin wallet, either automatically generated by server or entered by admin, if developer wants to be paid in BitCoins
      
   2. Developer should already have back-end server that takes care of his users/password/scores, etc.
   
   3. Each developer registers his users, when they are registered in his game, in our system, with following data [ /api/user/register = uniqueid ]
      a) User developer id, unique id under which is user stored in developer's database
      b) User email, provided by developer must be confirmed by user (welcome email with link)
      c) User FreshCoin wallet 1, automatically generated by server
      d) User BitCoin wallet, either automatically generated by server or entered by admin
      e) User unique id, generated by server at the time of user registration, and sent to developer
      f) User FreshCoin wallet 2, automatically generated by server or entered by admin, to be used for collecting (earning) coins that user can be spent later, can be controlled by user
      
   4. Buying FreshCoins in game
      a) User initates coin acquisition in game, either by module that we provide, or by module that developer creates
      b) Developer sends user unique id (3e) to PayPal [P], and PayPal generates payment page link
      c) User is taken to payment page (url generated in 4b) to continue the transaction
      d) After the transaction is complete, PayPal notifies FreshCoin API server, sending user id + payment amount [ /api/ipn/notify = uniqueid + amount ]
      e) FreshCoin API server transfers amount of FreshCoins from developer wallet (1g) to user FreshCoin wallet (3c)
      f) FreshCoin API server notifies developer server that user id has bought FreshCoins [ /developerserver/notify = uniqueid + amount ]
      g) Developer server sends in-game representation of coins to user (golden coins, tokens, bananas, or whatever developer has created in-game)
   
   5. Payout
      a) Admin has to convert dollars to BitCoins (using money received via PayPal)
      b) Admin has to distribute bitcoins accordingly to developers
      c) Admin has to pay investors
      d) This process has to be done monthly, weekly, or even daily if needed
      e) Developer should provide statistics panel, so Admin can track how much money has everyone earned, for distribution
      f) Some sort of public-open panel should be created so that investors can track the flow of coins




Good job team
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [FRSH] FreshCoin | NEW ALGO! (lowest energy usage) | POM | FRESH online!*
by
jaykoolzboy
on 02/11/2014, 18:07:50 UTC
how the work with the api?


I think Developer answered your question already, just be patience, so far Fresh developing team already fulfilled pretty much all of their promises. Again Thanks for asking tho. 
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [FRSH] FreshCoin | NEW ALGO! (lowest energy usage) | POM | FRESH online!*
by
jaykoolzboy
on 29/10/2014, 17:10:11 UTC
I told what we have done till this moment

1. made new site and freshonline on
2. made investment fund
3. made marketing plan
4. sent about 1k mails to game devs
5. spoke over skype lots of hours
6. implement SSL (just now)
7. did promotions
8. accepted by coinmarketcap, whattomine, allcrypt...
9. have one game
10. making API (this is huuuuuge job, we need to make it $/fresh)
11. have 2-3 dedicated games

Now we are working on API so wait as I am waiting!

Thanks again, fresh coin will be something very special in crypto-currency world in the foreseeable future.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [FRSH] FreshCoin | NEW ALGO! (lowest energy usage) | POM | FRESH online!*
by
jaykoolzboy
on 15/10/2014, 20:53:53 UTC
Wow, you guys did it. OMFG  Cheesy  10 thumbs up
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [FRSH] FreshCoin | NEW ALGO! (lowest energy usage) | POM | FRESH online!*
by
jaykoolzboy
on 13/10/2014, 09:04:49 UTC
Chinese translation of Freshcoin website is available!

http://freshcoin.net/zh/


Language chooser is available on top-right on every page.

Thanks to lihuajkl on the translations!
    Very well, thank you  Smiley A big step

+1  Cheesy
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [FRSH] FreshCoin | NEW ALGO! (lowest energy usage) | POM | FRESH online!*
by
jaykoolzboy
on 01/10/2014, 16:50:35 UTC
I have dev news today:

1) today I finished the first game API proposal. It's really nice and clean and game devs seems to like it so far. Cool It will get some improvement the next days before it will be implemented.
2) I implemented the first part of the system where gamers can buy FRESH from the investors. Once this part is stable it will be put online already.
Good sounds!! Grin

Another step closer
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [FRSH] FreshCoin | NEW ALGO! (lowest energy usage) | POM | FRESH online!*
by
jaykoolzboy
on 24/09/2014, 16:27:58 UTC
Best Algo, Best Developer, Building for one of the best community and improving features. How can you not trust in Freshcoin?  Wink
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [FRSH] FreshCoin | NEW ALGO! (lowest energy usage) | POM | FRESH online!*
by
jaykoolzboy
on 21/09/2014, 21:13:59 UTC
Thanks marcetin! The new site looks soooooo FRESH!  Grin I love it



Refreshing world
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [FRSH] FreshCoin | NEW ALGO! (lowest energy usage) | POM | FRESH online!*
by
jaykoolzboy
on 19/09/2014, 07:16:54 UTC
3 day Beter.com Volume 0 BTC  fresh not to anyone not interested in Grin Grin Grin
Made in EU....Good quality.....No scam as Chinese coins copy-paste. Grin Grin

 Wink
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [FRSH] FreshCoin | NEW ALGO! (lowest energy usage) | FRESH online!*
by
jaykoolzboy
on 16/09/2014, 01:56:45 UTC
--We are proud to announce first and unique--

MARKETING PLAN AND FEASIBILITY STUDY OF FRESHCOIN AND FRESHONLINE PLATFORM

http://docdroid.net/hms3

It has lots of answers in it: for you, miners, investors, game developers, gamers and us too.

As we said yesterday key words are POM - Proof of market, FRESHCOIN is a property, RETAIL price of 1$ , FRESHonline v2 platform, Dates are goals , technical upgrades - payment processor - marketing and business platform

Marketing plan will show to you:

- what are we doing -
- what are we planning to do -
- how we will do it -
- how investors will get benefits from it -
- how game developers have benefits from it -
- when we will achieve our goals -
- how we will achieve our goals -
- what are we do in terms of longterm planning -
- where are you in all of that -

Little bit of content :

VISION
MISSION
IDEA
CURRENT STATE
WHAT IS FRESHCOIN
WHAT IS FRESHONLINE PLATFORM
FOCUS GROUPS:
Miners
Investors
Game developers
Exchange traders
GOALS
PRODUCT
PRICE
PLACE
PROMOTION
TECHNICAL ANALYSYS
MARKETING PLAN ANALYSYS
INNOVATION BY PHASES
EVALUATION



Here it is and hope you will like it because this is not the end of our job, this is just real start Smiley

It will be on OP soon Smiley waiting for questions







+1 wow
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [FRSH] FreshCoin | NEW ALGO! (lowest energy usage) | FRESH online!*
by
jaykoolzboy
on 12/09/2014, 16:53:30 UTC
Dear community FRESH let us together ask naschih developers let them provide us with proof that they are in talks for fresh game, as I have a doubt on sschet, they have argued that if we put the money I do not see the point until I get at least some piece proof until they give us only a promise

I would do it of course, we are not hiding nothing, but not at this moment.

Will give you few good intention reasons why I dont want to do that now:

1. If I show you with who I am talking, who will guarantee that someone would not scam my netotiator and ruin all job,? There is lot of scammers who are waiting just for this. I dont want to make misstep.

2. This is new event in game developer business and this proposal what I am doing need education for them and to clear things for them to understand where they could earn more money than existing game platforms

3.  We need good community with trustness, that is our motivation point. Bitcoin needs 4 years to come to this stage. We will need much less time, answers in monday on marketing plan! I am not saying that we are like bitcoin, this is another coin!

4. This process needs time, I dont know if you are doing B2B job ever...looks like not because of this question and statements before!

5. Process of freshcoin for our community is shown in time-table.

6. I know that my show will have great impact on price, but not now

and

I am happy that community is with us of course Smiley


+1
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [FRSH] FreshCoin | NEW ALGO! (lowest energy usage) | FRESH online!*
by
jaykoolzboy
on 08/09/2014, 18:03:50 UTC
I like the current phase, I don't want Fresh to be a typical D&P coin where someone is pump it rocket high then no one ever gives a shit about it again. Steady and consistent growing and improvements is all I want. Maybe by  an average of 10 - 15 percent raise every month . Very good job so far.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [FRSH] FreshCoin | NEW ALGO! (lowest energy usage) | wallet v1.4!*
by
jaykoolzboy
on 04/09/2014, 04:44:30 UTC
03/09/2014
The development team is proud to anounce:

http://online.freshcoin.net

Current features at a glance:

  • Online FRESH coin wallet
  • Login with Facebook or email
  • Instant online transactions without paying fees!
  • Send FRESH coins to friends that don't have a wallet yet
  • Long term investment option

Although the system is well tested it's still the first (beta) release.
This means there are probably some bugs and or improvements in the current features.
Please contact me using the PM fucntion and tell us what we can improve.



A developer team fulfilled their promises? That doesn't sound right here on Bitcoin forum.  Grin  Kudos to Savale,Frangomel and the entire freshcoin developing team.