Bitcoin Forum
May 07, 2024, 07:20:13 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 »  All
  Print  
Author Topic: *UNMODERATED* [ANN][CRAIG] CraigsCoin | CLASSIFIED ADS ON BLOCKCHAIN - BITTREX  (Read 5372 times)
tokyoghetto (OP)
Legendary
*
Offline Offline

Activity: 1232
Merit: 1000


View Profile
December 18, 2014, 03:18:19 AM
 #1

WELCOME TO THE CRAIGSCOIN UNMODERATED THREAD. ANYTHING GOES AND NOTHING WILL BE DELETED.


           
Bittrex
Cryptsy
Website
Twitter
Reddit

Source Code
Windows Wallet
Mac Wallet
Block Explorer (BlockExperts)
Block Explorer (Selfhosted)
............................................................................... ....................................................................................................



05.11 Linux x86 wallet released

27.10 Mac Wallet now available for download.

09.10 Another wallet update with minor design and overall stability fixes
https://mega.co.nz/#!UNUWiaaY!mlOgsE1vhe5nsN4dJTpWbo0bWHBg7Tjig08jnX8KhE0

08.10 Press release text posted. Negotiations about placement in progress.

05.10 Wallet looks updated. You may download new wallet at:
https://mega.co.nz/#!EQk30QoS!JOtvKUfc44qryYxujZSsAtwqdW1I15hsSIOscpfaXvg

Linux/Mac wallet in queue.
04.10 WebSite source code published: https://github.com/CraigsCoin/website-ads

30.09 Ad listing website updated
-Fixed bug with categories not appearing properly

30.09 Ad Listing website is up at http://list.craigscoin.info/

known bugs:
-new categories not showing up (Fix ETA 12 hours - let us sleep sometime)
-Character encoding problems (Fix ETA 1-2 days)

28.09 Twitter tip bot is up. It gives you some free Craigs if you put your Craig address, cashtag $CRAIG and link https://bitcointalk.org/index.php?topic=780334.0 in your twit text. If you are new to Craig, tipbot will give you just enough to post your free ad and test the coin functionality.

27.09  I have decided to launch this coin buyback as I want to get more exposure to CraigsCoin future and also might need some CRAIG for promotional purposes (e.g. tipbot). The buyback is capped at 5 BTC and will be completed in the coming days. After completion screenshots that confirm the buyback will be provided. Any future buybacks will be announced in due course. 1 BTC Bought. 4 BTC left.


The main idea of CraigsCoin is to provide the world with trustless, decentralized classified ads listing. Since everything is stored in the blockchain no entity will be able to delete or somehow edit an ad once it is posted. CraigsCoin is essentially decentralized database of ads that can be implemented on any website or any other third-party technology.


CraigsCoin utilizes a modified blockchain in order to allow any user to post their ADs directly into the blockchain. Normal transactions between users will be no different from any other coin out there. There will be a "special" wallet that will accept special type of transaction, called ADTX (AdvertisingTransaction). In first prototype version of CraigsCoin ADTX's will have fixed cost (i.e. you can only sent 5 CRAIG to ADTX wallet). This cost is called Listing Fee. In the current build of CraigsCoin listing fee has a fixed value of 5 CRAIG, however in future releases ADTX may be recalculated depending on the price in order to indirectly reflect CRAIG market value. Every message to the ADTX wallet will look like genuine transaction with one exception - this transaction may contain user created message (Ad text). This may be any message from 1 to 10 000 bytes. This message will be readable by anyone using custom block explorer. It is as simple as that.



1. CraigsCoin Launch (13 September 2014)
CraigsCoin launched with basic features (Block-chain AD posting and listings).

2. Getting ads from the blockchain (24 September 2014)
Abe block explorer patch - CraigsCoin ads are added to Abe database. Any third-party developer can simply install modified Abe block explorer from here: https://github.com/CraigsCoin/abe-craigscoin CraigsCoin ads are stored in abe db, tx table, tx_msg field as a plain text. http://testnet.craigscoin.info is an example of modified block explorer. tx_msg field contains Ads message json.

JSON has the following format:
Code:
{
   "person": {
       "name": "John Smith",
       "contacts": "my email or phone",
   },
   "location": {
       "country": "USA",
       "state": "California",
       "city": "Los Angeles",
       "street_address": "Avalon Blvd, 10",
       "postal_code": "123456",
   },
   "category": {
       "level_1": "services",
       "level_2": "farm+garden"
   },
   "ad": {
       "ad_title": "Hello world!!!",
       "description": "My first message",
       "tags": [
           "happiness", "christmas", "hugs"
       ],
       "price": "10$",
       "images": [
           "http://craigscoin.info/img/logo.png", "http://craigscoin.info/img/about.png"
       ],
       "videos": []
   }
}
All json fields are always present. Even if the Ads message was created without these fields, in the json they will be empty.

The following limits are in place:
Ads message maximum size – 10 kB
“ad” – “ad-title” minimum length – 10 characters
“ad” – “description” minimum length – 10 characters

Alternatively, ads can be accessed by gettransaction RPC call to the wallet deamon. Each ad is stored in its corresponding transaction that was used to pay 5 CRAIG fee.

3. Classified ads website
Classified ads website with ads from the blockchain. This is just an example what could be done with CraigsCoin blockchain ads.


4. Wallet design update (early October 2014)
Working on the updated wallet design. This is how it will look like!







5. Image parser (October 2014)
Images will be displayed in the wallet

6. Tags and AD editor (October 2014)
A solid wall of millions of ads is not fun. Therefore wallet will be upgraded with custom parser and AD editor. A simple tag-based language, similar to BBCode will be implemented in order to allow users to customize their ads. This is easily to imagine, but it may take a while to develop. The language and interface will remain as simple as possible.

7. Filters (November 2014)
Eventually I will add tag filtering so that only relevant classified ads are displayed to the user. Using tags everyone will be able to filter out old entries, use geographic filtering and sort ads by other means.

8. Block chain Search (TBD)

9. Digital auction house (TBD)
An auction feature within posted ads.  Each bidder with send coins to her designated address, and only the funds of the winning bidder will be locked in. These funds will be exchanged for the purchased goods/service  between the winner and the seller simultaneously.




Name: CraigsCoin (CRAIG)
Algo: X11
100% POS
Presale coins: 30'000'000 CRAIG
POS annual interest: 2%
Block time: 30 sec






Source code available here:
https://github.com/CraigsCoin/CraigsCoin

Windows wallet:
https://mega.co.nz/#!Co9THRAI!s8L1PyX0ueGeE1b0aYhltUWHU-Mc03qsRQ1MVDe5FCo

Linux wallet:
https://mega.co.nz/#!m4NCHawA!sZ_a23tZTe9ZIGcT28ksENWhUeFm3-oo7LRYXCad-7Q

All wallets & source code:
https://github.com/CraigsCoin/CraigsCoin/releases/tag/wallets

Listing site source code
https://github.com/CraigsCoin/website-ads

F.A.Q.

Q. Is it possible to post pictures in the blockchain?
A. No. The limit for the AD is only 1 000 bytes. This is not enough for media. However you can post links. The reason for that is because with bigger AD size limit blockchain will very soon grow bigger that average persons hard drive just to store irrelevant media.

Q. Does CraigsCoin affiliate with Craigs List?
A. No. CraigsCoin does not have any connections, affiliation or parthnership relations with this service. CraigsCoin is free to use, opensource software. CraigsCoin does not use any technology or parts of technology protected by the law. CraigsCoin source code  is available to anyone, everywhere for free without any limitations.
1715109613
Hero Member
*
Offline Offline

Posts: 1715109613

View Profile Personal Message (Offline)

Ignore
1715109613
Reply with quote  #2

1715109613
Report to moderator
1715109613
Hero Member
*
Offline Offline

Posts: 1715109613

View Profile Personal Message (Offline)

Ignore
1715109613
Reply with quote  #2

1715109613
Report to moderator
1715109613
Hero Member
*
Offline Offline

Posts: 1715109613

View Profile Personal Message (Offline)

Ignore
1715109613
Reply with quote  #2

1715109613
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715109613
Hero Member
*
Offline Offline

Posts: 1715109613

View Profile Personal Message (Offline)

Ignore
1715109613
Reply with quote  #2

1715109613
Report to moderator
1715109613
Hero Member
*
Offline Offline

Posts: 1715109613

View Profile Personal Message (Offline)

Ignore
1715109613
Reply with quote  #2

1715109613
Report to moderator
KeyserSozeMC
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


I'm dying.


View Profile WWW
December 18, 2014, 03:19:13 AM
 #2

What's the current progress with CRAIG?
Everything has been delivered, like dev promised?

Hey, smexy. Don't waste your time. Time's precious.
tokyoghetto (OP)
Legendary
*
Offline Offline

Activity: 1232
Merit: 1000


View Profile
December 18, 2014, 03:21:31 AM
 #3

What's the current progress with CRAIG?
Everything has been delivered, like dev promised?

dev won't even answer questions. I just spent the last 30 min posting in the thread and he was deleting my questions within seconds. It seems that I am not the only one who has had post deleted. So I started this unmoderated thread so we can have a discussion with out comrade Pavel deleting everything and hiding behind his computer.
Zebedee23
Legendary
*
Offline Offline

Activity: 2086
Merit: 1001


View Profile
December 18, 2014, 03:23:39 AM
 #4

mac wallet has been released, with some bugs that need fixing and the search function is almost ready and can be viewed in a test version of craigscoin.info

▄▄▄███████▄▄▄
▄█████████████████▄
▄█████████████████████▄
█████████████████████████
██████████        ▀████████
█████████    ████▄  █████████
█████████▀▀  ▀▀▀▀   █████████
█████████▄▄  ▄▄   ▄██████████
▀██████████  ███▄  ▀████████▀
▀█████████▄▄█████▄▄███████▀
▀███████████████████████▀
▀███████████████████▀
▀▀█████████████▀▀
▀▀▀▀▀▀▀
.Reserve.
▄▄▄███████▄▄▄
▄█████████████████▄
▄█████████████████████▄
████████▀▀▀███▀▀▀████████
█████████   ███   █████████
███████               ███████
██████████   ███   ██████████
██████████   ███   ██████████
▀██████               ██████▀
▀████████   ███   ████████▀
▀███████▄▄▄███▄▄▄███████▀
▀███████████████████▀
▀▀█████████████▀▀
▀▀▀▀▀▀▀
▄▄████████▄▄
▄████████████████▄
▄████████████████████▄
███████████████▀▀  █████
████████████▀▀      ██████
▐████████▀▀   ▄▄     ██████▌
▐████▀▀    ▄█▀▀     ███████▌
▐████████ █▀        ███████▌
████████ █ ▄███▄   ███████
████████████████▄▄██████
▀████████████████████▀
▀████████████████▀
▀▀████████▀▀

.Reserve Your Rights.
Zebedee23
Legendary
*
Offline Offline

Activity: 2086
Merit: 1001


View Profile
December 18, 2014, 03:24:59 AM
 #5

he has gone overboard with post deletions. Would be good to see him so dedicated to updating the community

▄▄▄███████▄▄▄
▄█████████████████▄
▄█████████████████████▄
█████████████████████████
██████████        ▀████████
█████████    ████▄  █████████
█████████▀▀  ▀▀▀▀   █████████
█████████▄▄  ▄▄   ▄██████████
▀██████████  ███▄  ▀████████▀
▀█████████▄▄█████▄▄███████▀
▀███████████████████████▀
▀███████████████████▀
▀▀█████████████▀▀
▀▀▀▀▀▀▀
.Reserve.
▄▄▄███████▄▄▄
▄█████████████████▄
▄█████████████████████▄
████████▀▀▀███▀▀▀████████
█████████   ███   █████████
███████               ███████
██████████   ███   ██████████
██████████   ███   ██████████
▀██████               ██████▀
▀████████   ███   ████████▀
▀███████▄▄▄███▄▄▄███████▀
▀███████████████████▀
▀▀█████████████▀▀
▀▀▀▀▀▀▀
▄▄████████▄▄
▄████████████████▄
▄████████████████████▄
███████████████▀▀  █████
████████████▀▀      ██████
▐████████▀▀   ▄▄     ██████▌
▐████▀▀    ▄█▀▀     ███████▌
▐████████ █▀        ███████▌
████████ █ ▄███▄   ███████
████████████████▄▄██████
▀████████████████████▀
▀████████████████▀
▀▀████████▀▀

.Reserve Your Rights.
tokyoghetto (OP)
Legendary
*
Offline Offline

Activity: 1232
Merit: 1000


View Profile
December 18, 2014, 03:28:06 AM
 #6

he has gone overboard with post deletions. Would be good to see him so dedicated to updating the community

I agree. I would recommend someone save the source code before he goes full retard and deletes everything. He already made his money why should he care about the community.
Zebedee23
Legendary
*
Offline Offline

Activity: 2086
Merit: 1001


View Profile
December 18, 2014, 03:37:24 AM
 #7

I still think Pavel has noble intentions, its just the way he is handling the whole thing.

▄▄▄███████▄▄▄
▄█████████████████▄
▄█████████████████████▄
█████████████████████████
██████████        ▀████████
█████████    ████▄  █████████
█████████▀▀  ▀▀▀▀   █████████
█████████▄▄  ▄▄   ▄██████████
▀██████████  ███▄  ▀████████▀
▀█████████▄▄█████▄▄███████▀
▀███████████████████████▀
▀███████████████████▀
▀▀█████████████▀▀
▀▀▀▀▀▀▀
.Reserve.
▄▄▄███████▄▄▄
▄█████████████████▄
▄█████████████████████▄
████████▀▀▀███▀▀▀████████
█████████   ███   █████████
███████               ███████
██████████   ███   ██████████
██████████   ███   ██████████
▀██████               ██████▀
▀████████   ███   ████████▀
▀███████▄▄▄███▄▄▄███████▀
▀███████████████████▀
▀▀█████████████▀▀
▀▀▀▀▀▀▀
▄▄████████▄▄
▄████████████████▄
▄████████████████████▄
███████████████▀▀  █████
████████████▀▀      ██████
▐████████▀▀   ▄▄     ██████▌
▐████▀▀    ▄█▀▀     ███████▌
▐████████ █▀        ███████▌
████████ █ ▄███▄   ███████
████████████████▄▄██████
▀████████████████████▀
▀████████████████▀
▀▀████████▀▀

.Reserve Your Rights.
Vlad2Vlad
Legendary
*
Offline Offline

Activity: 3052
Merit: 1530

www.ixcoin.net


View Profile WWW
December 18, 2014, 04:35:58 AM
 #8

Wow, how did this happen?  lol

Will Pavel be joining us?

iXcoin - Welcome to the F U T U R E!
tokyoghetto (OP)
Legendary
*
Offline Offline

Activity: 1232
Merit: 1000


View Profile
December 18, 2014, 05:13:17 AM
 #9

Wow, how did this happen?  lol

Will Pavel be joining us?

He is free to join this thread. Any official information for Craigslist I will update on this thread. But the reason for this thread is that he is busy deleting posts and not doing much else. Its frustrating when you want some simple questions answered and instead of him doing that, he just deletes posts.
Vlad2Vlad
Legendary
*
Offline Offline

Activity: 3052
Merit: 1530

www.ixcoin.net


View Profile WWW
December 18, 2014, 06:32:46 AM
 #10

Wow, how did this happen?  lol

Will Pavel be joining us?

He is free to join this thread. Any official information for Craigslist I will update on this thread. But the reason for this thread is that he is busy deleting posts and not doing much else. Its frustrating when you want some simple questions answered and instead of him doing that, he just deletes posts.

Anybody wonder why he waits a week before deleting the "bad" posts?  Cause I know he checks the thread daily and some posts he has deleted within minutes.

I think it is controlled demolition.  Very smart.

At least I hope that's the case.

iXcoin - Welcome to the F U T U R E!
tokyoghetto (OP)
Legendary
*
Offline Offline

Activity: 1232
Merit: 1000


View Profile
December 18, 2014, 07:02:06 AM
 #11

Wow, how did this happen?  lol

Will Pavel be joining us?

He is free to join this thread. Any official information for Craigslist I will update on this thread. But the reason for this thread is that he is busy deleting posts and not doing much else. Its frustrating when you want some simple questions answered and instead of him doing that, he just deletes posts.

Anybody wonder why he waits a week before deleting the "bad" posts?  Cause I know he checks the thread daily and some posts he has deleted within minutes.

I think it is controlled demolition.  Very smart.

At least I hope that's the case.

tonight he was deleting my posts within seconds of me posting them. I am sitting here thinking "this "dev" has nothing better to do than to sit here and delete posts, all the while ignoring the community who have put up their own money to fund his idea"

What a slap in the face.
Vlad2Vlad
Legendary
*
Offline Offline

Activity: 3052
Merit: 1530

www.ixcoin.net


View Profile WWW
December 18, 2014, 07:05:51 AM
 #12



tonight he was deleting my posts within seconds of me posting them. I am sitting here thinking "this "dev" has nothing better to do than to sit here and delete posts, all the while ignoring the community who have put up their own money to fund his idea"

What a slap in the face.


Right, he's watching the thread all the time.  So why is he allowing a lot of bad, negative posts to sit on there for a week or more?

Right?

Cause he eventually deletes those as well so why allow them to sink in first?

Controlled demolition.  These guys want the coin to look bad but in a controlled manner - under their control.

At least I hope this is the case, cause if it is then it would suggest a plan and an effort to preserve a half decent image which then implies a plan for the future.

iXcoin - Welcome to the F U T U R E!
tokyoghetto (OP)
Legendary
*
Offline Offline

Activity: 1232
Merit: 1000


View Profile
December 18, 2014, 07:22:05 AM
 #13

we should just fork the client. Make the fees to go a foundation and not to Pavel. Advertise Craigscoin.

I know one huge market that craigscoin would be perfect. International Real Estate. Its hard to search a million websites for real estate, when Craigscoin can be used to advertise these listings.

People looking to rent/buy use craigscoin to look for listings. The people who actually pay are the realtors, if they know that Craigscoin can attract a huge audiences. The value of the network grows as people listing real estate pay for Craigscoin.

OR

Someone holding Craigscoin can offer to do listings for realtors, and get paid in BTC. They then in turn use their Craigscoin to pay for listings.

Foundation uses the fees collected to pay solely for development and advertising.

Also Pavel is a dingbat for deleting all my posts in the official thread.
Vlad2Vlad
Legendary
*
Offline Offline

Activity: 3052
Merit: 1530

www.ixcoin.net


View Profile WWW
December 18, 2014, 07:30:45 AM
 #14


He's got you on auto-delete, Tokyo.  lol

As for forking CraigsCoin - I'm not down with that, man.

I'm down so much on that coin and the only way I can get it back is if they get some real coding done.

If we fork it then there's no chance of that so I say we give them another month to see what happens.  I men, we're already down like 90% so what difference does it make at this point.

Cheers!

iXcoin - Welcome to the F U T U R E!
tokyoghetto (OP)
Legendary
*
Offline Offline

Activity: 1232
Merit: 1000


View Profile
December 18, 2014, 07:34:31 AM
 #15


He's got you on auto-delete, Tokyo.  lol

As for forking CraigsCoin - I'm not down with that, man.

I'm down so much on that coin and the only way I can get it back is if they get some real coding done.

If we fork it then there's no chance of that so I say we give them another month to see what happens.  I men, we're already down like 90% so what difference does it make at this point.

Cheers!

Who is "them" exactly? As far as I am concerned, Paval scammed a bunch of BTC from his dirty ass bedroom in CommieRussia. I don't wish ill things about people, but for him I will make an exception.

I hope he becomes a victim of the downturn of the Russian Economy. The ruble is crashing to shit. A perfect world will be him eating rotting black bread from a drainage sewer as he whores himself out for some butter to spread on the bread. In the middle of winter, using newspaper as insulation for his clothes.
sdersdf3
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
December 18, 2014, 07:52:20 AM
 #16

I think you're all missing the point. Craig is done. Pavel has no programming/marketing background. No real contacts. He's not devoting anywhere near full time, as promised in the original ANN (along with all the other stuff).

Coin was overpriced. And now Russia's in financial crisis. It's game over.
Vlad2Vlad
Legendary
*
Offline Offline

Activity: 3052
Merit: 1530

www.ixcoin.net


View Profile WWW
December 18, 2014, 07:54:21 AM
 #17



A perfect world will be him eating rotting black bread from a drainage sewer as he whores himself out for some butter to spread on the bread. In the middle of winter, using newspaper as insulation for his clothes.


Hahahaa, oh man, that was funny.  You've got quite an imagination.

Listen, just don't sell yet and if you can add a little to bring your cost down.

I don't know anything but nobody puts this much effort into controlling a thread for no reason.

This means they have a plan which is a good sign.

It's very possible that they're gonna spend a lot on getting their plan off the ground, especially on marketing so that means they have to accumulate a huge portion of the Craig Coins to make it worth their effort.

I would say they're nearly done cause the price has collapsed and I think most early buyers have given up and are gone.

Good luck!


iXcoin - Welcome to the F U T U R E!
rustynailer
Hero Member
*****
Offline Offline

Activity: 725
Merit: 501


Boycott Qatar 2022


View Profile
December 18, 2014, 08:20:33 AM
 #18



A perfect world will be him eating rotting black bread from a drainage sewer as he whores himself out for some butter to spread on the bread. In the middle of winter, using newspaper as insulation for his clothes.


Hahahaa, oh man, that was funny.  You've got quite an imagination.

Listen, just don't sell yet and if you can add a little to bring your cost down.

I don't know anything but nobody puts this much effort into controlling a thread for no reason.

This means they have a plan which is a good sign.

It's very possible that they're gonna spend a lot on getting their plan off the ground, especially on marketing so that means they have to accumulate a huge portion of the Craig Coins to make it worth their effort.

I would say they're nearly done cause the price has collapsed and I think most early buyers have given up and are gone.

Good luck!



What makes you any better than Pavel.  Your hoping there is a pump so you can dump your coin on the next sucker who comes along.  This shit needs to stop now and Pavel needs to be run out of town and never to return. 

I have been warning about this for months now and I have had no support from the community with my questions.  All I got was being accused of fud and I have never fud any coin.  If people dont like my questions because it might hurt the market, bad fucking luck, how is the market now. 

And to all the cheerleaders who have been making excuses for Pavel these last couple of months, your just as bad also.  Your only worried about making money on this scam and have no regard for new investors coming along. 

I cut my losses long ago and the only reason I am still here is to stop others from investing in this scam, and if that upsets some people then bad luck, if you want to invest in scammers because of greed then you get what you deserve.  I lost here and so did others, but there is no reason why any more people should lose on this scam coin.
tokyoghetto (OP)
Legendary
*
Offline Offline

Activity: 1232
Merit: 1000


View Profile
December 18, 2014, 08:52:53 AM
 #19

I think you're all missing the point. Craig is done. Pavel has no programming/marketing background. No real contacts. He's not devoting anywhere near full time, as promised in the original ANN (along with all the other stuff).

Coin was overpriced. And now Russia's in financial crisis. It's game over.


agreed. Pavel led people to believe that he had some skills and contacts. But all he did was collect BTC, spend some on a failed promo campaign and now is in hiding.

he is logged in, but doesn't reply. The official thread is dead. No discussion at all. Any criticism is deleted and the volume/price is reflecting a failed project.

 
sdersdf3
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
December 18, 2014, 11:20:45 AM
 #20



agreed. Pavel led people to believe that he had some skills and contacts. But all he did was collect BTC, spend some on a failed promo campaign and now is in hiding.
 


I think that's the most concise, independently verifiable summary of what happened. Whether he was a scammer from the start is debatable. What isn't debatable is that he overpromised and exaggerated his credentials/contacts/commitment level.

I'd also add that he tried to get by using low-quality services - marketing and programming -for cheap.
Pages: [1] 2 3 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!