Bitcoin Forum
May 26, 2024, 06:17:31 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 [19] 20 21 22 23 24 25 26 27 28 29 30 31 »
361  Alternate cryptocurrencies / Announcements (Altcoins) / Re: FeatherCoin - New Litecoin based coin on: April 22, 2013, 08:42:46 AM
Just wanted to share: http://p2pool.org

Now setup for FeatherCoin mining.

More cryptos coming soon.

Enjoy!

Thanks. I have put that in the first post.
362  Alternate cryptocurrencies / Altcoin Discussion / Re: FC Feathercoin Bounties, setting up feathercoin.cc, how you can help or earn FC on: April 21, 2013, 11:30:50 AM
I have set up a basic website at http://82.211.56.99/. Feel free to point your domains there, otherwise i can also send the source code if you want to host it somewhere else.

If you have ideas about the content please let me know.

Thanks for that, the page looks good. I've put it up on the site http://www.feathercoin.com.

Link at very bottom is broken - need to include the full "http". right now it points to htt://feathercoin.cc

Also fixed, thanks.
363  Alternate cryptocurrencies / Altcoin Discussion / Re: Bytecoin-Qt for Mac OS X on: April 21, 2013, 09:38:26 AM

After a mountain of hurdles, and learning curves today, ( its been fun ! ), I've built Bytecoin-Qt for Mac OS X

You can grab it here for now http://ge.tt/43pGKId/v/0?c

It was built on Mac OS Lion, x86_64. I wouldn't be surprised if it has problems on other versions, let me know if so, and apologies in advance if that is the case.

This does not work outside of your development computer, as you need to ship it with the libs and update the location in the app and dylibs inside your bytcoin-qt.app using install_name_tool. The instructions below show you how to do this from the part Linking the Application to Qt as Frameworks when it talks about the otool.

http://harmattan-dev.nokia.com/docs/library/html/qt4/deployment-mac.html

If you look at the output of otool -L Bytecoin-Qt.app/Contents/MacOS/Bitcoin-Qt. Those /opt/local/lib are on your computer only. Using cp -R you transfer the files to the Framework folder created in Bytecoin-Qt.app/Contents/ then use otool to change the location of the libs relative to the @executable_path.

Quote
   /opt/local/lib/libminiupnpc.8.dylib (compatibility version 0.0.0, current version 0.0.0)
   /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation (compatibility version 300.0.0, current version 833.25.0)
   /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 41.0.0)
   /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit (compatibility version 45.0.0, current version 1138.51.0)
   /opt/local/lib/libssl.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0)
   /opt/local/lib/libcrypto.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0)
   /opt/local/lib/db48/libdb_cxx-4.8.dylib (compatibility version 0.0.0, current version 0.0.0)
   /opt/local/lib/libboost_system-mt.dylib (compatibility version 0.0.0, current version 0.0.0)
   /opt/local/lib/libboost_filesystem-mt.dylib (compatibility version 0.0.0, current version 0.0.0)
   /opt/local/lib/libboost_program_options-mt.dylib (compatibility version 0.0.0, current version 0.0.0)
   /opt/local/lib/libboost_thread-mt.dylib (compatibility version 0.0.0, current version 0.0.0)
   QtGui.framework/Versions/4/QtGui (compatibility version 4.8.0, current version 4.8.4)
   QtCore.framework/Versions/4/QtCore (compatibility version 4.8.0, current version 4.8.4)
   /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 52.0.0)
   /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 159.1.0)
   /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1094.0.0)
   /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version 228.0.0)
   /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (compatibility version 1.0.0, current version 53.0.0)
   /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 635.21.0)

If you check the output of otool -L Feathercoin-Qt.app/Contents/MacOS/Feathercoin-Qt you can see all the locations have been updated. The info is all in the link above. If anyone knows a better way of doing this than using the install_name_tool please let me know.

Quote
   @executable_path/../Frameworks/libminiupnpc.8.dylib (compatibility version 0.0.0, current version 0.0.0)
   /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation (compatibility version 300.0.0, current version 945.16.0)
   /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 45.0.0)
   /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit (compatibility version 45.0.0, current version 1187.37.0)
   @executable_path/../Frameworks/libssl.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0)
   @executable_path/../Frameworks/libcrypto.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0)
   @executable_path/../Frameworks/libdb_cxx-4.8.dylib (compatibility version 0.0.0, current version 0.0.0)
   @executable_path/../Frameworks/libboost_system-mt.dylib (compatibility version 0.0.0, current version 0.0.0)
   @executable_path/../Frameworks/libboost_filesystem-mt.dylib (compatibility version 0.0.0, current version 0.0.0)
   @executable_path/../Frameworks/libboost_program_options-mt.dylib (compatibility version 0.0.0, current version 0.0.0)
   @executable_path/../Frameworks/libboost_thread-mt.dylib (compatibility version 0.0.0, current version 0.0.0)
   @executable_path/../Frameworks/QtGui.framework/Versions/4/QtGui (compatibility version 4.8.0, current version 4.8.1)
   @executable_path/../Frameworks/QtCore.framework/Versions/4/QtCore (compatibility version 4.8.0, current version 4.8.1)
   /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 56.0.0)
   /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 169.3.0)
   /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (compatibility version 1.0.0, current version 57.0.0)
   /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 744.18.0)
   /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version 228.0.0)
364  Alternate cryptocurrencies / Altcoin Discussion / Re: FC Feathercoin Bounties, setting up feathercoin.cc, how you can help or earn FC on: April 21, 2013, 09:01:11 AM
I have set up a basic website at http://82.211.56.99/. Feel free to point your domains there, otherwise i can also send the source code if you want to host it somewhere else.

If you have ideas about the content please let me know.

Thanks for that, the page looks good. I've put it up on the site http://www.feathercoin.com.
365  Alternate cryptocurrencies / Altcoin Discussion / Re: [FC] New forum on: April 21, 2013, 08:54:25 AM
It is a good looking forum. Just to let you know that I am also putting a FC forum up today on the official site.
366  Alternate cryptocurrencies / Altcoin Discussion / Re: [FC] The FeatherCoin Information Thread on: April 20, 2013, 11:13:53 PM
Can you remove the link to the BTC-e petition post?

I am sure that they are now aware of FC now and I do not want to spam them. I am kindly asking PsyBit to the nature of that post.

However there is another PsyBit post worth linking to and that is the bounty thread.

https://bitcointalk.org/index.php?topic=181443.0
367  Alternate cryptocurrencies / Altcoin Discussion / Re: FC Feathercoin Bounties, setting up feathercoin.cc, how you can help or earn FC on: April 20, 2013, 11:07:23 PM

Looking good. The page title still says Litecoin Faucet, that's the text showing on the browser tab.

I will send you a personal donation if you replace Greedi's face on the browser tab with a FC icon? There is a transparent .ico available from the following link.

https://github.com/FeatherCoin/FeatherCoin/tree/master/src/qt/res/icons

Thanks
368  Alternate cryptocurrencies / Altcoin Discussion / Re: [FC] The FeatherCoin Information Thread on: April 20, 2013, 10:50:11 PM
Handy thread Smiley

Can you remove the explorer http://explorer.feathercoin.cc:2002/ as all the addresses are wrong in the blocks?


369  Alternate cryptocurrencies / Altcoin Discussion / Re: Petition BTC-e to add FC Feathercoin! And 20 000 FC Bounty For First FC Exchange on: April 20, 2013, 09:45:37 PM
It's sort of like No va coin, only the Feathercoin creators haven't bribed BTC-e to add FC the way the Nogocoin's creators did.

Yet. See the OP...

P.S bushstar the dev has also offered a 20 000 FC bounty to the first cryptocurrency exchange to add FC Feathercoin so if you run an exchange and want to add FC support and claim the 20 000 bounty please PM me or bushstar

I'm offering a bounty to get this coin on to its own exchange. I sincerely doubt that this will make it on to BTC-e exchange anytime soon if ever. There are users trading this coin right now on the forum, this is not an ideal place to be trading. I would like to see an exchange as that is going to be a big step towards the longevity of this coin.

Offering a bounty to get it on a new exchange is definitely a good idea. The bounty to get it on BTC-E exchange would be a good idea if we lived in a perfect world, but we don't - you should bear in mind the permanent effect this had on the reputation and perception of Novacoin.

People can imagine that to get any new alt-coin on BTC-e is going to take time. To see NovaCoin go on BTC-e almost as soon as it was launched did not really seem right. It certainly made it look like a pump-and-dump, but I now feel Balthazar has better things in mind for this coin than that.
370  Alternate cryptocurrencies / Altcoin Discussion / Re: We need a separate Litecoin sub-forum or move the LTC community on: April 20, 2013, 09:36:27 PM
Separate sites are a good idea but this site is too addictive to give up Smiley
371  Alternate cryptocurrencies / Altcoin Discussion / Re: Petition BTC-e to add FC Feathercoin! And 20 000 FC Bounty For First FC Exchange on: April 20, 2013, 09:25:43 PM
It's sort of like No va coin, only the Feathercoin creators haven't bribed BTC-e to add FC the way the Nogocoin's creators did.

Yet. See the OP...

P.S bushstar the dev has also offered a 20 000 FC bounty to the first cryptocurrency exchange to add FC Feathercoin so if you run an exchange and want to add FC support and claim the 20 000 bounty please PM me or bushstar

I'm offering a bounty to get this coin on to its own exchange. I sincerely doubt that this will make it on to BTC-e exchange anytime soon if ever. There are users trading this coin right now on the forum, this is not an ideal place to be trading. I would like to see an exchange as that is going to be a big step towards the longevity of this coin.
372  Alternate cryptocurrencies / Altcoin Discussion / Re: FeatherCoin - Mac client release on: April 20, 2013, 09:17:25 PM
An updated version of the FC client for Macs has been released. Use the download link in the original post.

Please report errors here.

Seems to be working perfectly now, great job! Got any address for donations? Smiley

Awesome. Let me know if you have any problems. No need to tip, I'm happy to work on all things FeatherCoin Smiley
373  Alternate cryptocurrencies / Altcoin Discussion / Re: FeatherCoin - Mac client release on: April 20, 2013, 08:24:36 PM
An updated version of the FC client for Macs has been released. Use the download link in the original post.

Please report errors here.
374  Alternate cryptocurrencies / Announcements (Altcoins) / Re: FeatherCoin - New Litecoin based coin on: April 20, 2013, 07:39:24 PM
A Mac version of FeatherCoin has now been released on the following thread and in the first post of this thread.

https://bitcointalk.org/index.php?topic=180542

If a Mac user could test this out and get back to me on the thread above I would be grateful. I only have the one Mac to develop on, so it is hard to properly test this release.
375  Alternate cryptocurrencies / Announcements (Altcoins) / Re: FeatherCoin - New Litecoin based coin on: April 20, 2013, 02:10:00 PM
The owner of the FC Simple Pool could start a 51% attack anytime, couldn't he?

Let's move some hashrate here then http://mine.altpool.com/ (it works very well, except some website problem) or to the FC p2p pool as suggested from Simple Pool admin himself.

Guys petition coinotron to add FC

I have asked Coinotron to add FC but he says that supporting this coin right now would require a lot of work. I completely understand what he is saying, as he already has his hands full. I am still working on changing his mind and I am sure we will see FC on Coinotron eventually.

Altpool.com still seems to have some issues but all coins mined are being honoured. Payments have to be done manually at the moment. I have asked viperaus to update me when he gets the site fully functional again so I can add it to the first post.
376  Alternate cryptocurrencies / Altcoin Discussion / Re: FeatherCoin Pool - Stratum on: April 20, 2013, 01:22:44 PM
Warning - manual payments currently untested.

If you try to process payment now, it may not work and there is a small possibility of FC going missing. Please wait until confirmation from me before requesting a payout.



I am looking for someone to help me test this feature as I do not have a personal wallet as yet (too busy trying to fix things Smiley)

What I propose is: you will jump on irc/msn/skype (whichever you prefer), let me know your user name. I will then set your balance to 1FC. Then you will request a payout. If you encounter errors, let me know so I can fix; if all good (as I hope it should be), then I will reinstate the full balance and you can keep the 1FC as a gift Smiley  - if it goes the other way and fails, I will cop the 1FC loss, fix any errors and we try again.


I just tested it with my 831 coins which have now come through Smiley

I read your post after pressing withdrawal!
377  Alternate cryptocurrencies / Announcements (Altcoins) / Re: FeatherCoin - New Litecoin based coin on: April 20, 2013, 12:04:25 PM
Hey guys,

I'm trying to solo mine FC.

I've setup my feathercoin.conf file per guides, lauched feathercoin-qt as a server.

I run my cgminer with http://127.0.0.1:8100 with correct -u and -p, hashing at a reasonable rate.

Cgminer shows:

Probing for alive pool
No suitable long-poll found for http://127.0.0.1:8100
New block detected on network (and on and on)

My questions are:

*  Am I now solo mining?
* Do I need to see the "pool 0 alive http://127.0.0.1:8100" in cgminer or doesn't that matter when solo mining?
* Do I need to click on the "start mining" button in the feathercoin-qt mining window? Or can I ignore that completely and just launch cgminer?

Thanks in advance!

You are correctly solo mining. The difficulty is high enough that it may take a long time to solve a block. I would suggest joining the pool linked in below to mine.

http://fc.dontmine.me/

Ignore the mining tab in the GUI and use cgminer.
378  Alternate cryptocurrencies / Altcoin Discussion / Re: FeatherCoin Pool - Stratum on: April 20, 2013, 12:00:56 PM
Thanks for getting this back up. I can see my account balance of 831 FC for yesterday. Looking forward to hitting the withdrawal button Smiley
379  Alternate cryptocurrencies / Altcoin Discussion / Re: Introducing TrollCoin on: April 20, 2013, 10:05:49 AM
Pokemon coins, not pokemon coin! Each and every pokemon critter should a coin of its own, with its own special characteristics.

-MarkM-


The different block chains need to be able to work off each other somehow. Then maybe we can get them to battle. Or perhaps a heterogeneous block chain. Pokmon Coins could be the future.
380  Alternate cryptocurrencies / Altcoin Discussion / Re: Introducing TrollCoin on: April 20, 2013, 09:59:20 AM
TrollCoin is a Bitcoin fork. But there will be only 10 coins in total. And the block generation time is 2 weeks.

Will update soon.

Sounds interesting and a really rare collectable coin.

Next up you should work on PokemonCoin Smiley

I can't imagine that transaction fees are going to be an incentive to keep mining if the 10 are ever found. Might have to fire up miners just to trade.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 [19] 20 21 22 23 24 25 26 27 28 29 30 31 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!