Bitcoin Forum

Economy => Service Discussion => Topic started by: b1nary on April 30, 2014, 09:00:50 AM



Title: OpenSource *coin (web) services
Post by: b1nary on April 30, 2014, 09:00:50 AM
    I've seen a lot of services around cryptocoins, and figured a lot of them are open source.
    Lets try to get a list of open source services you can use to push your coin or others.

Faucets

  • IRC Bot faucet          https://github.com/kunwon1/faucet (https://github.com/kunwon1/faucet)
  • Bitcoin faucet           https://github.com/Greedi/bitcoin-faucet (https://github.com/Greedi/bitcoin-faucet)
  • Litecoin faucet          https://github.com/Greedi/litecoin-faucet (https://github.com/Greedi/litecoin-faucet)

Tip bots

  • Twittercoin               https://github.com/BitcoinMafia/twittercoin (https://github.com/BitcoinMafia/twittercoin)
  • Dogetipbot (Reddit)   https://github.com/mohland/dogetipbot (https://github.com/mohland/dogetipbot)
  • Altcointip (Reddit)     https://github.com/vindimy/altcointip (https://github.com/vindimy/altcointip)
  • Bitbot (IRC)              https://github.com/zwily/bitbot (https://github.com/zwily/bitbot)
  • Mootip (Imgur)         https://github.com/moolah-ch/mootip-imgur-single/ (https://github.com/moolah-ch/mootip-imgur-single/)

Exchanges

  • Dark-Exchange         https://github.com/macourtney/Dark-Exchange (https://github.com/macourtney/Dark-Exchange)
  • Bitcoin-Central          https://github.com/davout/bitcoin-central (https://github.com/davout/bitcoin-central)
  • Intersango                https://github.com/dooglus/intersango (https://github.com/dooglus/intersango)
  • Peatio                       https://github.com/peatio/peatio (https://github.com/peatio/peatio)

Blockexplorer

  • Abe                          https://github.com/bitcoin-abe/bitcoin-abe (https://github.com/bitcoin-abe/bitcoin-abe)
  • BTCplex                    https://github.com/tsileo/btcplex (https://github.com/tsileo/btcplex)
  • BKChain (+Wallet)    https://github.com/bkchain/bkchain.org (https://github.com/bkchain/bkchain.org)
  • BlockCrawler            https://github.com/CallMeJake/BlockCrawler (https://github.com/CallMeJake/BlockCrawler)

Wallets

  • Coinpunk                  https://github.com/kyledrake/coinpunk (https://github.com/kyledrake/coinpunk)
  • BTCplex                    https://github.com/tsileo/btcplex (https://github.com/tsileo/btcplex)
  • Carbonwallet             https://github.com/carbonwallet/carbonwallet.github.io.git (https://github.com/carbonwallet/carbonwallet.github.io.git)

Paper Wallets

  • Bitaddress.org           https://github.com/pointbiz/bitaddress.org (https://github.com/pointbiz/bitaddress.org)
  • Liteaddress.org          https://github.com/litecoin-project/liteaddress.org (https://github.com/litecoin-project/liteaddress.org)
  • Bitaddress.org           https://github.com/cantonbecker/bitcoinpaperwallet (https://github.com/cantonbecker/bitcoinpaperwallet)

Games

  • Dicestart                    https://github.com/Slavco/dicestart (https://github.com/Slavco/dicestart)

This are just those that came into my mind when asking me what other services there might be. Please note that this list is not a complete list, and probably never will be as nearly any service named above has multiple forks with probably even more forks behind. So if you want to use a service it could be worth to search for example "x11 abe" instead of "abe"

what am i missing?
[/list]


Title: Re: OpenSource *coin (web) services
Post by: poordeveloper on April 30, 2014, 09:58:21 AM
Another wallet you might consider adding:

http://carbonwallet.com/ ( https://github.com/carbonwallet/carbonwallet.github.io )

Also https://github.com/bkchain/bkchain.org (I think the wallet is based on carbonwallet)


I'll let you know when I find more services :)


Title: Re: OpenSource *coin (web) services
Post by: b1nary on April 30, 2014, 10:50:37 AM
Another wallet you might consider adding:

http://carbonwallet.com/ ( https://github.com/carbonwallet/carbonwallet.github.io )

Also https://github.com/bkchain/bkchain.org (I think the wallet is based on carbonwallet)


I'll let you know when I find more services :)

both added. The carbon wallet really does look cute.


Title: Re: OpenSource *coin (web) services
Post by: DubFX on April 30, 2014, 10:59:32 AM
Another wallet you might consider adding:

http://carbonwallet.com/ ( https://github.com/carbonwallet/carbonwallet.github.io )

Also https://github.com/bkchain/bkchain.org (I think the wallet is based on carbonwallet)


I'll let you know when I find more services :)
How come i didn't notice this wallet sooner? Props to dev!


Title: Re: OpenSource *coin (web) services
Post by: b1nary on May 01, 2014, 12:13:40 PM
bump. wondering if there arent any markets / games open source?


Title: Re: OpenSource *coin (web) services
Post by: poordeveloper on May 01, 2014, 03:10:48 PM
bump. wondering if there arent any markets / games open source?
Customizing a faucet script can lead to a simple game script, but I'm yet to come across open source free Bitcoin game scripts.


Title: Re: OpenSource *coin (web) services
Post by: cursednova on May 01, 2014, 10:55:33 PM
I ran across a blockchain game that was open source and you could use it for alt coins though i am not sure how well it works but the code looks ok.

https://github.com/Slavco/dicestart

It would be worth a shot to try it out.



Title: Re: OpenSource *coin (web) services
Post by: counter on May 02, 2014, 02:02:14 AM
I'm unaware of all the different methods but I will say that I do appreciate you getting the list together. +1


Title: Re: OpenSource *coin (web) services
Post by: b1nary on May 02, 2014, 07:11:21 AM
bump. wondering if there arent any markets / games open source?
Customizing a faucet script can lead to a simple game script, but I'm yet to come across open source free Bitcoin game scripts.

Seeing what is available it would be easier to write it from scratch. But it still would be cool if there are ready to go plattforms which have proven to be secure.

I ran across a blockchain game that was open source and you could use it for alt coins though i am not sure how well it works but the code looks ok.

https://github.com/Slavco/dicestart

It would be worth a shot to try it out.

Nice, added