Bitcoin Forum
May 27, 2024, 01:26: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 32 33 34 35 36 37 [38] 39 40 41 42 43 44 45 46 47 48 49 50 51 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 ... 173 »
741  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: September 27, 2015, 11:31:11 PM
Hey, that's pretty cool. In addition to being lead dev, you're a brand marketing genius.

But craving BTC is what we do: PoBN  Wink

Let's say we are trying to create a WIN-WIN-Situation. It's not WIN-LOSE:

742  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: September 27, 2015, 09:10:47 PM
Ok, I understood ! I have downloaded the new wallet and the facelift is really nice  Wink ! Good work !

Don't forget to check out the in-wallet vanity address generator.

 Smiley

Don't forget to allocate 30% of the coinbase to the satoshinakamoto1 competition, in BTC  Grin

We shall see about that competition.... by the time it's ready you will not crave for BTC anymore, my friend.  Wink

743  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: September 27, 2015, 08:41:00 PM
Ok, I understood ! I have downloaded the new wallet and the facelift is really nice  Wink ! Good work !

Don't forget to check out the in-wallet vanity address generator.

 Smiley
744  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: September 27, 2015, 08:29:48 PM
I did a little github house cleaning.

all of mr.spreads original branches (master, mn-test and cpuminer1.2) are now in their own repository called mrspread:

https://github.com/spreadcoin/mrspread

And the main repository spreadcoin https://github.com/spreadcoin/spreadcoin
contains now only a branch called master and one called newwallet.

master will always be the most uptodate and well tested version of spreadcoin.
newwallet will always be the current beta wallet where new wallet functions will be introduced and tried out over time.

Eventually after a while, newwallet will merge to become the new master, as has just happened now.
That's why master and newwallet at the moment are identical, because we just had the new release, but I will start working on new wallet-features right away (there is always something to be fixed, improved or introduced),
so if you want to test new wallet features always look into newwallet branch.

Thanks, and stay tuned.
745  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: September 27, 2015, 06:02:17 PM
Also, does a mandatory update happened since the takeover because I still hold my SPR since November 2014 so I'd don't like to lose them by not updating the wallet !

No, we still use the same protocol as always, no new hardfork has happened since mr. spread left, just the wallet has been given a facelift.

You will be informed here early enough when a hardfork is exactly going to happen.

No worries!

Just stay tuned and follow us here and in the forum: http://www.spreadcointalk.org
746  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: September 27, 2015, 05:17:45 PM
If the 2nd hard fork was for solo-mining enforcement, what was the first hardfork for?  Block reward change?

Amongst other things, yes.

https://bitcointalk.org/index.php?topic=715435.msg8280156#msg8280156

Cheers

Graham


Exactly. Reduction of both blockreward and blocktime by a factor of 10 so to speak.

But what I don't get is.... if the first Hardfork happened at exactly after the block 2200 ....

{

as can be seen in the code: https://github.com/spreadcoin/spreadcoin/blob/master/src/main.cpp#L96 getFirstHardforkBlock() is defined as 2200.
Code:
unsigned int getFirstHardforkBlock()
{
    return fTestNet? 0 : 2200;
}

And we change the protocol behaviour according to if we are greater than > getFirstHardforkBlock(), for example see here:
 https://github.com/spreadcoin/spreadcoin/blob/master/src/main.cpp#L1343
Code:
if (nHeight > (int)getFirstHardforkBlock())

}

... then why did it take until block 2202 to come into full effect?  Huh

What caused that behaviour?

See blockexplorer (block 2200) : https://chainz.cryptoid.info/spr/block.dws?2200.htm
See blockexplorer (block 2201) : https://chainz.cryptoid.info/spr/block.dws?2201.htm ----> Blockreward still 66
See blockexplorer (block 2202) : https://chainz.cryptoid.info/spr/block.dws?2202.htm ----> Finally!

Can someone explain why this can happen?
Why didn't it change at block 2201?

After all the second Hardfork happened exactly after the defined block 43000. So why was the first hardfork off by a block?
747  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: September 27, 2015, 05:05:24 PM
Hey there everybody, can't wait to see and use the new wallet!

The Windows wallet link in the OP is busted, could someone lease fix, thanks!

Best wishes here, great community  Smiley

I fixed it.

Sorry for the inconvenience.

I switched from .7z to .zip and forgot to update.

 Wink
748  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: September 26, 2015, 05:34:45 PM
BTW, I am working on a block-explorer visualization tool
that helps me (and everyone interested) to look thru all the hex-code-jungle and get a better grasp of all the information within the blockchain.
That's what it looks like at the moment:

This is block 43000, right before the second HardFork happened, back in sep 11th 2014:



And this is the next block 43001 with 2 new fields introduced for solo-mining enforcement: hashWholeBlock and MiningSignature:



I still need to decipher all transactions and their inputs/hashes and script codes...
749  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: September 25, 2015, 03:56:36 PM
I just learned that stonehedge will do the weekly update tomorrow.

His weekend started a little early, ...  Smiley
750  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: September 24, 2015, 07:27:41 PM
New wallet looks awesome. Great job.

Thanks.

I couldn't stand the old crude design anymore that is still used by hundreds of coins.

So I had to do something to not get eye cancer!  Smiley

   
751  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: September 23, 2015, 06:38:59 PM
I forgot to say that the wallet is working really well on OSX Yosemite and Windows 8.1 for me too.  I know it took a little while to get from beta to release but bugs were found and fixed...thats what testing and beta is for  Smiley

Thanks for checking mac version.

Ok, I say it's a wrap.

On to the next thing on the to-do-list.

Is it 12 letters long and does it begin and end with S?

 Cool

Yep, and all CAPITAL LETTERS!

This coin will be epic congratulations to the team for the hard work

You are welcome....

hey we haven't even started yet.

Stay tuned!
752  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: September 23, 2015, 06:26:59 PM
I forgot to say that the wallet is working really well on OSX Yosemite and Windows 8.1 for me too.  I know it took a little while to get from beta to release but bugs were found and fixed...thats what testing and beta is for  Smiley

Thanks for checking mac version.

Ok, I say it's a wrap.

On to the next thing on the to-do-list.

Is it 12 letters long and does it begin and end with S?

 Cool

Yep, and all CAPITAL LETTERS!
753  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: September 23, 2015, 06:15:53 PM
I forgot to say that the wallet is working really well on OSX Yosemite and Windows 8.1 for me too.  I know it took a little while to get from beta to release but bugs were found and fixed...thats what testing and beta is for  Smiley

Thanks for checking mac version.

Ok, I say it's a wrap.

On to the next thing on the to-do-list.
754  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: September 23, 2015, 11:00:19 AM
Wow, truly impressive.. Wallet looks real smooth, love the short animations in-between screens. The top bar is showing just the right information including a version number, very well thought through! Cheesy

So far working great on:
Windows 7 Pro x64
Windows 8.1 Pro x64
Windows 10 Pro x64

Fantastic work team, simply amazing! Smiley

Awesome, thanks for testing.
755  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: September 22, 2015, 05:08:35 AM


I could sense something big was going to come, so I picked up a nice load of coins.
Thanks for everyone's hard work!

Oil those vocal chords, eightspace, we are going to need many more tutorials soon!
756  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: September 22, 2015, 02:03:25 AM
It looks really great , admirations to your work here...

Thanks alot. I am highly motivated and momentum is here.

Currently I am working on slightly improving the website, I need a place to show "News" and "Blogposts"...

what good is a website without news-section, lol.

It will look something like this:



There will be a news-reel that leads to a wordpress powered blog.

I should have it finished in a day or two, so that future news are better handled.
757  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: September 22, 2015, 01:45:39 AM
Alright.

All builds are finished.

New official Version is now 0.9.16.1

I replaced the old links with the new ones, so just use the official download links to get the newest wallet-versions (and daemons):

http://www.spreadcoin.info/downloads.php

List of new features/updates:

- Better implementation of Fallbacknodes (react quicker, and more of them available), so you'll probably never need to addNode in conf file ever again.
- Better control of vanitygen (you can use DELETE-Key to erase VanGen-Patterns you don't need anymore and RETURN key to add a VanGen-Pattern, meaning you don't need to click "add pattern" anymore while you type, this makes adding many patterns very easy.)
- Version Nr is now visible in splashscreen and header.
- removed a few layout bugs (depending on what linux system you used (KDE, GNOME) it had problems showing the nativeMenu-Bar (or the menubar within the window) correctly).
- minor improvements and removements of old unneeded stuff.

Let me know if everything works.

Thanks, and stay tuned for more.

PS Donations are highly welcomed.


758  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: September 22, 2015, 12:55:07 AM
Alright, new version has been given.

https://github.com/spreadcoin/spreadcoin/commit/6a08477a8dcf361b7580d68b0426e5fa5e5d1c00

Plus splashscreen and header (under the logo) will now show the version nr.





so when someone asks you what version you have running, you can answer immediately.
759  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: September 22, 2015, 12:27:09 AM
Progress. It's been slow but steady.

Over the weekend I created new builds for all systems.
I will replace the old wallet with the new one now.

Stay tuned.
Seated first row to test on multiple x64 systems, let us know when they're replaced! Smiley

Keep up the good work team!

Thanks.

I am doing a few small improvements before I'll make the final builds.

You can follow it here:

https://github.com/spreadcoin/spreadcoin/commits/newwallet

Also: I will give this Version a new Number:

CLIENT_VERSION_MAJOR       0
CLIENT_VERSION_MINOR       9
CLIENT_VERSION_REVISION    16
CLIENT_VERSION_BUILD       1

I decided to move up a whole Revision Nr, since the wallet now looks and behaves so completely different than before.
We can count a few build-versions up from here, and make the first working ServiceNode-Iteration a Revision Nr. 17 when we are ready...

Stay tuned.
760  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: September 21, 2015, 03:59:17 PM
Progress. It's been slow but steady.

Over the weekend I created new builds for all systems.
I will replace the old wallet with the new one now.

Stay tuned.
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 32 33 34 35 36 37 [38] 39 40 41 42 43 44 45 46 47 48 49 50 51 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 ... 173 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!