Bitcoin Forum
June 23, 2024, 06:56:12 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 ... 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 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 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 ... 328 »
  Print  
Author Topic: [ANN] SpreadCoin | Decentralize Everything (decentralized blockexplorer coming)  (Read 790361 times)
The Cryptophilanthropist
Full Member
***
Offline Offline

Activity: 231
Merit: 101



View Profile
September 27, 2015, 02:51:33 AM
 #1881

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

L8nit3-Miners Multi-Pool BTC PRT-LOG-XGTC BTC #GetMining
GdonateqfnmiJKv7mfnUcyvZHaiqxcTQS1 - XGTC DEV FUND
1G2PTf59cYsWKoZjj3i3Cv1Bb8NuNaeho2 - BTC POOL DEV
snogcel
Full Member
***
Offline Offline

Activity: 194
Merit: 100


View Profile
September 27, 2015, 05:54:20 AM
 #1882

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

   

Really nice idea putting the balance above the navigation - I like that type of thinking  Smiley

XuvjV4aazgZhcfAj1KRgFnTok1pZZw6Ewu
CHAOSiTEC
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002


View Profile
September 27, 2015, 08:47:57 AM
 #1883

Yes, georgem has been busy :-)

we should be getting insight block explorer for spreadcoin up and running when i get back home in 10 days time, then a couple of days work, and that should be it :-)

Im still working on the multipool, but since to source code that i used, has some really anooying bugs, and handles things in a strange way, i am building my own source for the multipool, so it will be some time before that one is up and running..


node-vps.com - Tron / Masternode hosting services
stonehedge
Legendary
*
Offline Offline

Activity: 1680
Merit: 1002


Decentralize Everything


View Profile
September 27, 2015, 10:57:31 AM
 #1884

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...


If the 2nd hard fork was for solo-mining enforcement, what was the first hardfork for?  Block reward change?
gjhiggins
Legendary
*
Offline Offline

Activity: 2254
Merit: 1278



View Profile WWW
September 27, 2015, 11:22:40 AM
 #1885

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
georgem (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1007


spreadcoin.info


View Profile WWW
September 27, 2015, 05:05:24 PM
 #1886

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

georgem (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1007


spreadcoin.info


View Profile WWW
September 27, 2015, 05:17:45 PM
Last edit: September 27, 2015, 05:31:39 PM by georgem
 #1887

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?

Erkallys
Legendary
*
Offline Offline

Activity: 1120
Merit: 1004



View Profile
September 27, 2015, 05:53:55 PM
 #1888

P.S  Does anybody know how on earth BBCode tables work?!

to the google! I don't know, but every forum markup language seems to always be confusing and frustrating.

Also, I'd highly recommend switching to the ISO 8601 date and time format YYYYMMDD

https://en.wikipedia.org/wiki/ISO_8601

keep up the good work!

I prefer when the time is displayed as DD Month YYYY, or maybe DD-MM-YYYY. I don't know to which ISO it refers to.

as far as i know, there is only 1 iso standard refering to date / time, and that is ISO 8601, there are different revisions of it,but thats about it..

the problem is, there is so many ways different countries express the date, that they ended up making that ISO standard, now

some countries do DDMMYY(YY) (fx denmark) some do MMDDYY(YY) (i think it was either UK or US cant remember) some do (YY)YYMMDD (fx sweden) and i think it was 2 or so doing (YY)YYDDMM
now all these would, in our day and age, only add to alot of confusion, that is why the standard was purposed, and defined.



Here in France it's DDMMYYYY so this is why I would prefer to see it this way, because it's what I've always seen, but if it isn't the same thing, I won't die  Grin. 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 !
georgem (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1007


spreadcoin.info


View Profile WWW
September 27, 2015, 06:02:17 PM
 #1889

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

coins101
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
September 27, 2015, 06:39:33 PM
 #1890

Just about recovering from my hard drive failing. Didn't lose any data, but have a lot of specialist Enterprise software that needed to be reinstalled and re-licensed.

Whitepaper PR is due to be issued this week. Let's see who picks it up.  Cool
stonehedge
Legendary
*
Offline Offline

Activity: 1680
Merit: 1002


Decentralize Everything


View Profile
September 27, 2015, 06:51:36 PM
 #1891

Just about recovering from my hard drive failing. Didn't lose any data, but have a lot of specialist Enterprise software that needed to be reinstalled and re-licensed.

Whitepaper PR is due to be issued this week. Let's see who picks it up.  Cool

I'll give it a read  Wink
coins101
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
September 27, 2015, 07:06:38 PM
 #1892

Just about recovering from my hard drive failing. Didn't lose any data, but have a lot of specialist Enterprise software that needed to be reinstalled and re-licensed.

Whitepaper PR is due to be issued this week. Let's see who picks it up.  Cool

I'll give it a read  Wink

You already have. Just doing a tidy-up. I'll post it on Slack before sending it out.

Whose up for helping to organise Blockchain2020 event next July?  We've already got a provisional confirmation for a live Mad Bitcoins show which will be broadcast from the venue.

http://blockchain2020.com/block-420000/blockchain-2016/

(Seriously impressed with SSDs. Might buy a 1TB next year - hopefully, they'll come down in price as I can't justify taking out the one I've just put in).

georgem (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1007


spreadcoin.info


View Profile WWW
September 27, 2015, 08:29:48 PM
Last edit: September 27, 2015, 08:53:29 PM by georgem
 #1893

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.

Erkallys
Legendary
*
Offline Offline

Activity: 1120
Merit: 1004



View Profile
September 27, 2015, 08:38:47 PM
 #1894

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

Ok, I understood ! I have downloaded the new wallet and the facelift is really nice  Wink ! Good work !
georgem (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1007


spreadcoin.info


View Profile WWW
September 27, 2015, 08:41:00 PM
 #1895

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

coins101
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
September 27, 2015, 09:02:34 PM
 #1896

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

georgem (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1007


spreadcoin.info


View Profile WWW
September 27, 2015, 09:10:47 PM
 #1897

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


coins101
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
September 27, 2015, 11:24:08 PM
 #1898

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



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
georgem (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1007


spreadcoin.info


View Profile WWW
September 27, 2015, 11:31:11 PM
 #1899

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:


stonehedge
Legendary
*
Offline Offline

Activity: 1680
Merit: 1002


Decentralize Everything


View Profile
September 28, 2015, 08:58:43 AM
 #1900

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



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

PoBN is the golden egg but having a distributed services network is going to open a LOT of doors.
Pages: « 1 ... 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 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 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 ... 328 »
  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!