Bitcoin Forum
April 25, 2024, 01:51:47 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   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 ... 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 [146] 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 ... 328 »
  Print  
Author Topic: [ANN] SpreadCoin | Decentralize Everything (decentralized blockexplorer coming)  (Read 790353 times)
coins101
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
January 26, 2016, 07:46:11 PM
 #2901

I like the scoring approach because it makes use of a  unique set of circumstances we have access to: a second tier where you can introduce queries and additional checks to validate against fake nodes.

One of the things you can do, for example, is triangulate ping and query response rates. If I ping nodes in my immediate network I can record the ping times of my group of connected nodes.  If I ping and query, the query times should have some level of correlation, unless you are running a fake node. A fake node has to send a request to another node (hey, AnotherNode :-)) in order to get data to respond to the queries it is being asked for.  Do this enough times and you will be able to figure out who are the fake nodes, but even if they are not fake you can score them down.

If you add random ping and qurry rules into the equation, then you can avoid someone trying to game the ping and queries by running 5:2 bitcoin full nodes to fake nodes.

You could even throw a random transaction verification into the mix.


The UTXO database is an interesting angle.  Full nodes have to carry that data.
Activity + Trust + Earned Merit == The Most Recognized Users on Bitcointalk
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714053107
Hero Member
*
Offline Offline

Posts: 1714053107

View Profile Personal Message (Offline)

Ignore
1714053107
Reply with quote  #2

1714053107
Report to moderator
1714053107
Hero Member
*
Offline Offline

Posts: 1714053107

View Profile Personal Message (Offline)

Ignore
1714053107
Reply with quote  #2

1714053107
Report to moderator
Mrboot
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000


View Profile
January 27, 2016, 02:19:00 PM
 #2902

Are there anymore details out about the masternodes for spr ?

Im not new to crypto but im new to masternodes and server nodes , and there pretty confussing its almost the same like staking right
masternodes ?

How much coins will you need ofr one node ?

Oooh ! Mrboot who has sold 136k Quatloo, because he wasn't patient. Spread development is progressing nicely ; but, as a holder, you have to be more patient.

I am patient , if there is any development at all, qtl is a mess and the developer isnt really bothered by it. I see it as they pumped it and now there out again.
defunctec
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
January 28, 2016, 10:55:53 PM
 #2903

I'm talking about somebody runnning 500 bitcoin daemons as full nodes from one copy of the blockchain with 500 service nodes.

Those would have to be special custom versions of bitcoin daemons, to be able to link with the same blockchain.
(only one would be writing, and the others would be in readmode, answering to external nodes. They would be mere mirroring/echoing nodes. They might alternate this assignment with one another.)
To the rest of the bitcoin network they would appear normal, except that they would have this unnatural synchronicity ( no time or height differential whatsoever)

Shouldn't be that hard to create even for an average dev.
He would have to remove any locking restrictions from the code, and remove any update/writing capabilities.
He would keep everything in there that is for listening and answering requests, like getheaders, getdata, getblocks, etc..)

If you have access to a server with 2 IPs and network storage maybe you can run a test and see what happens. (It won't work)
Maybe someone could create one of these mirroring/echoing-nodes until it indeed works?

That would be quite interesting to see.  Smiley



Thanks for the info.

Challenge accepted Wink

Any results to report ?
stonehedge
Legendary
*
Offline Offline

Activity: 1652
Merit: 1002


Decentralize Everything


View Profile
January 29, 2016, 07:14:59 AM
 #2904

I'm talking about somebody runnning 500 bitcoin daemons as full nodes from one copy of the blockchain with 500 service nodes.

Those would have to be special custom versions of bitcoin daemons, to be able to link with the same blockchain.
(only one would be writing, and the others would be in readmode, answering to external nodes. They would be mere mirroring/echoing nodes. They might alternate this assignment with one another.)
To the rest of the bitcoin network they would appear normal, except that they would have this unnatural synchronicity ( no time or height differential whatsoever)

Shouldn't be that hard to create even for an average dev.
He would have to remove any locking restrictions from the code, and remove any update/writing capabilities.
He would keep everything in there that is for listening and answering requests, like getheaders, getdata, getblocks, etc..)

If you have access to a server with 2 IPs and network storage maybe you can run a test and see what happens. (It won't work)
Maybe someone could create one of these mirroring/echoing-nodes until it indeed works?

That would be quite interesting to see.  Smiley



Thanks for the info.

Challenge accepted Wink

Any results to report ?

Believe it or not, I haven't managed to sync the bitcoin blockchain since then. OK, my day job is taking up 90% of my time at the moment but 60gb is taking a long time to dl and index!
defunctec
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
January 29, 2016, 08:46:25 AM
 #2905

I'm talking about somebody runnning 500 bitcoin daemons as full nodes from one copy of the blockchain with 500 service nodes.

Those would have to be special custom versions of bitcoin daemons, to be able to link with the same blockchain.
(only one would be writing, and the others would be in readmode, answering to external nodes. They would be mere mirroring/echoing nodes. They might alternate this assignment with one another.)
To the rest of the bitcoin network they would appear normal, except that they would have this unnatural synchronicity ( no time or height differential whatsoever)

Shouldn't be that hard to create even for an average dev.
He would have to remove any locking restrictions from the code, and remove any update/writing capabilities.
He would keep everything in there that is for listening and answering requests, like getheaders, getdata, getblocks, etc..)

If you have access to a server with 2 IPs and network storage maybe you can run a test and see what happens. (It won't work)
Maybe someone could create one of these mirroring/echoing-nodes until it indeed works?

That would be quite interesting to see.  Smiley



Thanks for the info.

Challenge accepted Wink

Any results to report ?

Believe it or not, I haven't managed to sync the bitcoin blockchain since then. OK, my day job is taking up 90% of my time at the moment but 60gb is taking a long time to dl and index!

Fair enough, im eager to find what happens.
spreadcoiner
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile WWW
January 29, 2016, 11:22:48 AM
 #2906

...

What a really interesting chart.  Its got the brain cells working away faster than normal. There is a mention of side chains with bitcoin in the PoBN white paper, but if Dash were to add support for side chains, then that opens up so many opportunities for every project. Great contribution, thanks.

Thank you, coins101. Coincidentally this idea is on topic today for DASH:

New interview with Andreas Antonopoulos talking about Dash as a sidechain of Bitcoin

https://www.youtube.com/watch?v=kSq-58ElBzk&t=20m1s

Is this related to the budget about travel to Satoshi Roundtable Conference?

You can't make Dash into a side-chain, it's immune to that. The economic model won't function properly on a side chain and whole thing will be insecure. Who's paying the masternodes an incentive, where is that money coming from? Wink

I understand what you're saying, but I think he was talking about sidechains connecting on either end to Dash (or other coin's chain) and Bitcoin, allowing for distributed exchanges.
http://imagize[Suspicious link removed]ageshack.us/v2/xq90/922/acaM8U.png

Where you buy, momentarily, into the side chain to switch from one coin to the other, and the "price of a side chain "coin" would be based on the exchange rate agreed to.  There would be no holding of this sidechain coin, it's only a unit of transfer.  I don't know if I'm making sense, but I think this is what he was talking about in part of what he said, though he also suggested new coins could be created off a sidechain of the Bitcoin Blockchain, thus inheriting Bitcoin's security.  Two different points.  Unless I understood him incorrectly??
georgem (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1007


spreadcoin.info


View Profile WWW
January 29, 2016, 07:44:07 PM
 #2907

Sorry for not being very active here right now.

big update coming soon.

 Cheesy

TrueAnon
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
January 29, 2016, 07:46:56 PM
 #2908

Sorry for not being very active here right now.

big update coming soon.

 Cheesy

Commending you on your work here, keep it up, looks promising and non-scammish like 90% of the other coin action (hopefully I'm not wrong). Smiley
georgem (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1007


spreadcoin.info


View Profile WWW
January 29, 2016, 07:51:06 PM
 #2909

Sorry for not being very active here right now.

big update coming soon.

 Cheesy

Commending you on your work here, keep it up, looks promising and non-scammish like 90% of the other coin action (hopefully I'm not wrong). Smiley

Thanks, I have the same opinion about the community here.

MrZillion
Member
**
Offline Offline

Activity: 174
Merit: 10

Mundus Ex Plurimum


View Profile WWW
January 29, 2016, 09:36:10 PM
 #2910

big update coming soon.

We are certainly anticipating your newest update.

Any hints of what will be included?

==============================================================================================================
Creators of the ZillionGRID 3.0 **** Mundus Ex Plurimum: World of Plenty **** www.ZillionCoin.com ****  TELEGRAM **** TWITTER **** Crex24 Exchange
==============================================================================================================
MrZillion
Member
**
Offline Offline

Activity: 174
Merit: 10

Mundus Ex Plurimum


View Profile WWW
January 29, 2016, 09:46:03 PM
Last edit: January 29, 2016, 10:05:05 PM by MrZillion
 #2911

Commending you on your work here, keep it up, looks promising and non-scammish like 90% of the other coin action (hopefully I'm not wrong). Smiley

You're not wrong, we will see some serious innovation soon Smiley

==============================================================================================================
Creators of the ZillionGRID 3.0 **** Mundus Ex Plurimum: World of Plenty **** www.ZillionCoin.com ****  TELEGRAM **** TWITTER **** Crex24 Exchange
==============================================================================================================
ivcelmik
Sr. Member
****
Offline Offline

Activity: 519
Merit: 250


View Profile WWW
January 30, 2016, 06:58:59 AM
 #2912

Commending you on your work here, keep it up, looks promising and non-scammish like 90% of the other coin action (hopefully I'm not wrong). Smiley

You're not wrong, we will see some serious innovation soon Smiley

For sure this coin will be epic with such team and dev
defunctec
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
January 30, 2016, 11:29:32 AM
 #2913

Sorry for not being very active here right now.

big update coming soon.

 Cheesy

As in a verbal update about current progress or a big update on the release of SN's in testnet?

'please the latter, please be the latter!'
coins101
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
January 30, 2016, 07:03:00 PM
 #2914

Interesting article in Coindesk about running full nodes.

$10/month is the upper end people are willing to spend to run a node.

http://www.coindesk.com/how-to-save-bitcoins-node-network-from-centralization/

If you think adding some comments at the bottom of the article will be helpful, post away

rhinomonkey
Hero Member
*****
Offline Offline

Activity: 646
Merit: 501

Ni dieu ni maître


View Profile
January 30, 2016, 11:11:37 PM
Last edit: January 30, 2016, 11:23:43 PM by rhinomonkey
 #2915

Interesting article in Coindesk about running full nodes.

$10/month is the upper end people are willing to spend to run a node.

http://www.coindesk.com/how-to-save-bitcoins-node-network-from-centralization/

If you think adding some comments at the bottom of the article will be helpful, post away



Are there plans in place for PR as things develop further?

Whomever is in charge of the Spreadcoin Team twitter could tweet at him:

https://twitter.com/lopp

coins101
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
January 31, 2016, 02:16:31 AM
 #2916

Seems as though services nodes running bitcoin nodes will have the infrastructure to run the bitcoin lightning network.

 Smiley
innergy
Hero Member
*****
Offline Offline

Activity: 685
Merit: 500


View Profile
January 31, 2016, 06:33:27 PM
 #2917

https://bitcointalk.org/index.php?topic=393147.0
defunctec
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
January 31, 2016, 11:03:42 PM
 #2918

Cool, got a reply from mr Lopp, hope he keeps an eye on Spreadcoin
coins101
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
February 01, 2016, 07:04:14 PM
 #2919

A bitcoin node with over 800 GB of data transfer in Jan 2016



https://www.reddit.com/r/Bitcoin/comments/43o74m/my_bitcoin_node_contributed_more_than_850_gb_of/
coins101
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
February 01, 2016, 11:04:37 PM
 #2920

Very interesting proposal on proof of storage and why miners would need to pay nodes for information:

http://trilema.com/2016/the-necessary-prerequisite-for-any-change-to-the-bitcoin-protocol/

and in particular, this:

Quote
Exempli gratia : if the fourth block is added to a blockchain consisting of

60 bd e7 67 77 70 20 b2 e6 7c 46 c3 (12 bytes)
75 80 d2 b0 6e 6c 6d a9 5d 12 98 fe bf (13 bytes)
df fc 22 5f 2a 4d 50 d6 f3 fc c3 (11 bytes)

Then should that block use a nonce of 17, it must include a field equal to sha3-512(70 6e 50), whereas should that block use a nonce of 11, it must include a field equal to sha3-512(c3 fe df).

edit

Seems like an idea already raised, but here are some other interesting points:

https://en.bitcoin.it/wiki/User:Gmaxwell/alt_ideas
Pages: « 1 ... 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 [146] 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 ... 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!