Bitcoin Forum
June 19, 2024, 09:16:30 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 [102] 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 »
2021  Alternate cryptocurrencies / Altcoin Discussion / Re: CRAZY Pennies giveaway 1,000,000,000 divided between CENT addy posters! on: October 30, 2013, 11:14:51 PM
PUMgF9cQkxmCXcftehXhzRhsYu5K6hfeg8

Thank you...
2022  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BLC] Blakecoin fast blake-256 Alt Coin for CPU/GPU/FPGA on: October 30, 2013, 11:07:28 PM
Well i used both programs provided cgminer and reaper and at first i was getting some coins
However the last week that i mined nothing was being accepted as valid
So if you people can get coins and i don't that does not mean my setup is wrong but others get the coins instead of me



That's the negative side-effect of solo mining. Someone can mine the same block and solve it faster and/or submit it first. A pool would make it more balanced.
2023  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: October 30, 2013, 02:23:34 PM
Quote
I'm having an issue with "No block source available" with the wallet. It's been running fine for a month running it. How do I fix this issue?

Installed any 3rd party security or network management software lately?

Check Windows firewall exception exists for the relevent .exe's in their current location. These can sometime be reset with windows updates or if the file location changes (although Windows Firewall itself would suggest that these problems should not occur, they can..).

And,

Quote
Q: How do I solve a problem with the client not being able to synchronize or connect to any nodes?
A: Try adding this line to your primecoin.conf file:
Code:

seednode=primeseed.muuttuja.org


Also check that your firewall allows outgoing connections to other nodes. You may also allow incoming connections if you want. The default port used by Primecoin is 9911 (TCP).

Alternatively to above, open console and copy/paste this command, press enter afterwards

Code:
addnode primeseed.muuttuja.org add

Do I still need a conf file even if I'm mining on ypool? If yes, how does the setup look like? I usually do a conf if I'm solo mining.
2024  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BLC] Blakecoin fast blake-256 Alt Coin for CPU/GPU/FPGA on: October 30, 2013, 12:15:11 PM
question for developer:
if coin supply is 7 billion , 3 minute blocks , ect it seems to me Blake Coin is going to be churning out coins for a long , long time. I looked at your source and cannot tell if the extra award is calculated in this. Thought i saw max size 50 i guess if difficulty gets really large over time.
Is the difficulty subsidy counted in the 7 billion ?
Even if it is I think Blake Coin may be one of the coins with the longest ever production cycle?
(of course SIC simple inflation coin the Russian coin is designed to run forever)
Still that is a lot of coins for a long time.
I am curious why you decided on these amounts & long time span?
Not criticizing your work just curious the logic behind this?

long life cycle sounds great I do want to be able to mine Blakecoin for many many years to come don't you?

7 billion is coin Max, this includes block reward and inflation, I did not see any reason to have a low coin max and artificially create rarity it does not make sense to me  Huh

I picked 7 as it is both a symbol of luck and a prime number  Cheesy

should not be any cap on reward for Blakecoin, the idea was to create a steady coin supply that did not cut reward for miner over time and to use a fast hash function that would work on CPU/GPU/FPGA without being SHA-256 Asic compatible e.g a new main algorithm

SIC,QRK,YAK do at least try to do something different but the main thing I did not like was that they use a type of waterfall hashing from one algorithm to another which is artificially slow and would not fit in an FPGA and I was working with scrypt in FPGA with kramble's Litecoin miner but due to scrypt's linear function it was clear to me that it could never really take full advantage of the FPGA compared with the speeds of the GPU's.

I have also been working on a free to play 3D MMO framework with another developer since 2011 and thought it would be a good idea if we could use mining a coin within the game while the user was playing, "paid to pay/earn while you play" type of thing but after some research it was clear that the difficulty of Bitcoin was to high and it was not possible to merge mine scrypt based coins.

what was needed was a fast lightweight hash function that did not use too much memory and after some research the candidates where Blake-256, BMW-256, Blake2s all of which are very fast and have as much if not more security than SHA-256.

Blake-256 won for me as it is easy to work with lots of examples on CPU/GPU/FPGA and once I had done a reduced round variant was almost as fast as Blake2s and faster than BMW-256  Grin

Hence Blakecoin was born  Cool

atm still working on the pool stuff am rewriting the block submission function as it has bugs  Sad

once the pool stuff is done I will be working on the blockchain explorer and a merged coin but a kickstarter/crowd funding for the first game title is due for xmas so need some time to work on that as well, it will be the post apocalyptic FPS MMO think Mad Max, Fallout, Diablo.

I feel that Blakecoin has a really good chance at becoming the second largest cryptographic coin for CPU/GPU/FPGA in the world but it might be a little unrealistic to think that it can surpass Bitcoin in the near future but who knows maybe 10 years from now Blakecoin will be number one  Grin    

Hope that answers your questions of why Blakecoin exists and what its future is with some background on the design decisions  Cool  
  

As long as you keep support for this coin, have useful products and services, I can see it be in the top 10 of cryptocurrency for many years. But first, this needs to have a pool and hit a market, then see how it goes from there.
2025  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: October 30, 2013, 11:39:07 AM
Thanks for your support in our prerelease thread (https://bitcointalk.org/index.php?topic=245953.0)

Primecoin will be released shortly.

http://primecoin.org

Design paper published today at
http://ppcoin.org/static/primecoin-paper.pdf

Source code will be available at:
https://github.com/primecoin/primecoin

Official Build (Windows + Linux, primecoind & primecoin-qt) will be available at:
https://sourceforge.net/projects/primecoin/files/

Release Time is 2013 July 7, 18:00 UTC

Update:

Windows and linux builds have been released.
Source code uploaded.

Blockchain is now up and running.

Mining with Qt: debug window -> console -> type 'setgenerate true' or 'setgenerate true <thread-limit>'

I'm having an issue with "No block source available" with the wallet. It's been running fine for a month running it. How do I fix this issue?
2026  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] TagCoin - The World's First Rewards Coin - Released on: October 30, 2013, 02:41:34 AM
"Pow/PoS hybrid (1.5% yearly interest, PoS blocks generated after 30 days of coin age)"

how often the wallet must be online to generate coins?

I'd like to know that too. Maybe some whitepapers behind the specification would be nice to have...
2027  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] TagCoin - The World's First Rewards Coin - Released on: October 30, 2013, 12:19:17 AM
Diff is insane now, even the pool diff is around 50.  Huh
2028  Alternate cryptocurrencies / Mining (Altcoins) / Re: Best Hash/Watt GPU Setup, Undervolting on: October 29, 2013, 02:44:03 PM
AMD HD 7950 or HD 7970, until R9 290 and R9 290X come down in price. Core i7 is overkill, unless you plan to CPU mine at the same time. Get a cpu that's at least dual core and power efficient. A good 750 watt 80-plus gold or higher PSU, I suggest a 1000 watt. A motherboard with at least 4 PCI Express slots.
2029  Alternate cryptocurrencies / Altcoin Discussion / Re: [20,000,000 COL GIVEAWAY] Receive 20,000 COL for free/ Now on Cryptsy on: October 29, 2013, 02:31:27 PM
rrW1Px3jSajh1XP7PgifDuSrfWYgQrNbH

Thanks
2030  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BLC] Blakecoin fast blake-256 Alt Coin for CPU/GPU/FPGA on: October 28, 2013, 12:37:17 PM
I have been working on and have finished the Blakecoin wallet and Cpu miner.

http://www.blakecoin.org

Released yesterday but due the site being down I was not able to post on here until now:
https://forum.litecoin.net/index.php/topic,6280.0.html

Forked from Bitcoin reference wallet 0.8.5

Blakecoin Wallet is on Github
https://github.com/BlueDragon747/Blakecoin

Blake-256(optimized) faster than Scrypt and faster than SHA-256 in Sphlib C code

The algorithm was written as a candidate for SHA-3, Based on round one candidate code from the Sphlib 2.1 library and reduced the round function to 8 rounds.

Tweaks:
Removed some of the double hashing from the wallet relating to proof of work, No changes to the wallet ecdsa public/private key function that has proven to be secure for Bitcoin.

Block reward is 25 coin + inflation (square root of (difficulty + block height))
No halfing of reward after x blocks
Cap in place to reduce the difficulty jumps upwards
Block target time is 3 minutes and retargets every hour
7 Billion coins
Block maturity 120

The Cpu miner is on Github
https://github.com/BlueDragon747/cpuminer

Benchmarks performance:
  • 11000 khash/s on a Intel i7 2600k Cpu
  • 3500 khash/s on a Intel Core2 E7300 Cpu
  • 100 khash/s on Raspberry Pi Arm Cpu (thanks to kramble for testing)
  • 14250 khash/s on a Intel Core i7 3930K (thanks to sgrunger for testing)
  • 11200 khash/s on a AMD Phenom II X6 1090T (thanks to sgrunger for testing)
  • 7022 khash/s on a Intel Core i7-920s (thanks to sgrunger for testing)
  • 12000 khash/s on a Amd FX-8350 (thanks to Vorksholk for testing)
  • 4000 khash/s on a AMD A10-5800k (thanks to reecelander for testing)
  • 10600 khash/s on a Intel Core i7 3820 (thanks to ciklop1974 for testing)
  • 8700 khash/s on a Intel Core i5 2500k (thanks to Vorksholk for testing)
  • 10400 khash/s on a AMD FX-8150 (thanks to Aalesund for testing and finding the display bug)
  • 3800 khash/s on a Intel T4500 (thanks to SpeedDemon13 for testing)

to benchmark
minerd --benchmark -a blake

Wallet Binaries:

Windows
http://blakecoin.org/Blakecoin-0.8.6-WIN.7z

Linux
http://blakecoin.org/Blakecoin-0.8.6-LIN.7z

Add the following nodes to your conf:
addnode=162.243.133.80
addnode=162.243.14.130
addnode=146.185.135.24
addnode=184.171.247.23 (thanks to Vorksholk)

CPU Miner Binaries:
Windows Intel compiled for core2+
http://blakecoin.org/Blakecoin_Minerd.7z

blakecoin.conf example:

listen=1
gen=0
rpcallowip=127.0.0.1
rpcuser=username
rpcpassword=password
rpcport=8772
server=1
daemon=1
addnode=162.243.133.80
addnode=162.243.14.130
addnode=146.185.135.24
addnode=184.171.247.23

you can set gen to 1 or use the command: setgenerate true if you wanted to use build in mining(bit slower than minerd)

minerd command example:

minerd -o 127.0.0.1:8772 -O username:password -a blake -q -s 2 --no-longpoll --no-stratum

Happy mining  Cool

Update:
Thanks to the efforts of kramble, Blakecoin has been successfully ported to the FPGA (early development)

FPGA-Blakecoin-Miner by kramble
https://github.com/kramble/FPGA-Blakecoin-Miner

For information an FPGA is not a SHA-256d Asic it is a re-programmable hardware device e.g a software defined hardware device used for hardware development and high speed custom logic.

Thanks to the efforts of Vorksholk and smolen, Blakecoin has been successfully ported to Reaper with OpenCL on the GPU

http://blakecoinmining.com

Thanks to the efforts of melnikalex, Blakecoin has been successfully ported to cgminer with stratum and OpenCL on the GPU

cgminer for Blakecoin
http://blakecoin.org/cgminer-blake256.7z
cgminer for Blakecoin source code
http://blakecoin.org/cgminer-blake256-src.7z

I don't know if anyone has asked yet, but will you have a blockchain explorer soon? That would help markets to trust and accept the coin more.
2031  Alternate cryptocurrencies / Altcoin Discussion / Re: [WTS] BLC for BTC / XPM / LTC on: October 28, 2013, 12:34:55 PM
Just a suggestion, if you want BLC to hit a market, send Cryptsy support ticket asking politely to have BLC on their market. Cryptsy adopts new coin more then any other market. Plus, safer trading through a market than person to person.
2032  Alternate cryptocurrencies / Altcoin Discussion / Re: [GIVEAWAY] Free devcoin faucet - 20DVC per person! on: October 28, 2013, 07:55:05 AM
18yrBEGLPMkV8xAQfip5U31HXDDoaKfQes

Thanks
2033  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BLC] Blakecoin fast blake-256 Alt Coin for CPU/GPU/FPGA on: October 28, 2013, 01:26:50 AM
Nevermind, just checked it out, it's Reaper...lol
2034  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BLC] Blakecoin fast blake-256 Alt Coin for CPU/GPU/FPGA on: October 28, 2013, 01:23:04 AM
http://www.blakecoinmining.com/BlakecoinGUIMiner.zip <--- Compiled Binary
http://www.blakecoinmining.com/BlakecoinGUIMinerSource.zip <-- Source

Will put up more detailed information later.
Here's a screenshot:








What runs in the backend of the software: CGminer or Reaper? Will the final version have more stats to show?
2035  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] TagCoin - The World's First Rewards Coin - Released on: October 28, 2013, 12:30:02 AM
Why is only one pool have a min 1 TAG for auto pay and the others are 10? Only one has a manual payout option. This sucks for smaller miners like me.
2036  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] TagCoin - The World's First Rewards Coin - Released on: October 27, 2013, 10:52:25 PM
Difficulty is shooting up.  Tongue
2037  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] TagCoin - The World's First Rewards Coin - Released on: October 27, 2013, 09:33:20 PM
coinmine pool opened as well - vardiff, 1% fee:

http://tag.coinmine.pl
Stratum Port: 6300

What kind: PPLNS, PPS, etc? I like your TIX pool, it ran well for me during the GPU mining.
2038  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] TagCoin pool tag.cryptominer.net on: October 27, 2013, 07:42:05 PM
Seems like it's not finding any blocks. Probably still a fork on the coin.

No, it's not caused by a fork but by the high difficulty vs hashrate on the pool. We will find a block soon Smiley


I guess. I'm still cautious about how this coin is being release still, have my doubt about it. The technical aspect wasn't clarified as other coin release I am accustom too.
2039  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BLC] Blakecoin fast blake-256 Alt Coin for CPU/GPU/FPGA on: October 27, 2013, 07:39:16 PM
Wow, difficulty is flying; 6200 and counting!



It fluctuates, sometime it's in 3000's and all the way 6000's.

True, hour retargets lead it to fluctuate a fair amount while the coin is young, but network hashrate is certainly going up nicely Cheesy.

Yup, it definitely is up...lol....Now, just need a stratum pool to lower the stale rates...

the invalid rate was over 50% on pool but fixed that bug and found another in block submit  Undecided

Atm mining the pool with 7GH/s-9GH/s shares so far 124723 and no blocks so be glad you are not testing the pool like me Wink

I am getting blocks every now and then while solo mining. Is CGminer suggest over Reaper for mining?
2040  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] TagCoin pool tag.cryptominer.net on: October 27, 2013, 07:36:30 PM
Seems like it's not finding any blocks. Probably still a fork on the coin.
Pages: « 1 ... 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 [102] 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!