Bitcoin Forum
May 26, 2024, 11:39:13 PM *
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 89 90 ... 173 »
781  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: August 13, 2015, 01:41:04 PM
Uploading video now... my mic is bad so when I say something that has S in it (sometimes) it makes a noise.
Hopefully no one minds...

Link available after upload is complete: http://youtu.be/tfGrQ6vgyq0

Well done!
782  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: August 12, 2015, 01:25:02 PM
There are several suggestions on the van gen implementation.

What we might do is run a 2m Doge pilot on the Dogecoin sub-reddit on something like - find: ShibesMoon - in order to evaluate and identify any issues before we go for a big competition.

So those videos would be great, E1ghtspace


Testing with the dog before we do the real thing, where have I heard that before...





We are in good company.
783  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: August 07, 2015, 04:39:28 PM
brilliantly summarized by stonehedge.

Thanks.

There will be a special solo-miner software that will bring all SpreadX11 coins together, facilitating merge-solo-mining.

Fascinating idea... would that merge-mining work with X11 or SHA256 coins also? Perhaps with additional programming efforts?

merge-mining is only possible within the same hashing algorithm, in our case SpreadX11 only.
784  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: August 07, 2015, 03:02:13 PM
Projectname "Find Satoshi nakamoto",
and I will create a separate spreadcoin clone to test this idea.
If successful we can make such sideproject coins merge-mineable with spreadcoin.

I am very interested in this statement: "make such sideproject coins merge-mineable with spreadcoin". How would you describe such a feature? Could you elaborate on the "merge-mineable" aspect?

I've been wondering if something like that could be possible but I never heard anyone say it. Before I jump to conclusions it would be great if you could elaborate on the idea for just a minute. Much appreciated Smiley

I was thinking that in the future, since spreadcoin is solo-mineable and pretty hard to mine, we can introduce merge mining that will allow other future coins (that are based on SpreadX11) to be merge-mineable with eachother (or atleast with Spreadcoin).
This will give solo-miners a little bit more income possibilities.

There will be a special solo-miner software that will bring all SpreadX11 coins together, facilitating merge-solo-mining.

Since spreadcoin can be considered a think tank, when we have a nice idea that can't make it into spreadcoin (for whatever reason), why not create an additional coin, and make it merge-mineable with spreadcoin?
This is all just speculation, but a possible path we could walk. (Just opening doors and windows here....)
785  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: August 07, 2015, 02:12:21 PM
^ any changes to rewards require dev time, so this can wait until service node testing begins.

@stonehedge, the issue just fixed by georgem with source connections could be why I couldn't connect using the round2 masternodes testing client?

I'm with AnotherNode.  I think we'd be foolish not to persue the vanitgen idea.  However as Coins101 says, we'd be even stupider to prioritise it over the work that the devs are currently doing.  In my view we either consider finding another pair of hands to help or implement this idea at a later date.

@coins 101...yes, could well be although I suspect the issue is more likely to be that the hardcoded testnet nodes have been powered down.  If I get a chance this weekend I might create a testnet node on vps.

VanGen Competition is definitely going to happen. But we will already have a servicenode network by then.
786  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: August 07, 2015, 02:10:40 PM
@stonehedge, the issue just fixed by georgem with source connections could be why I couldn't connect using the round2 masternodes testing client?

I left the round2 masternode client unchanged.
Only corrected master and newwallet.
787  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: August 05, 2015, 08:58:57 PM
Hello guys, I'm having a problem with Spreadcoin, My wallet won't sync, and I have 0 connections to SpreadCoin Network, please, help me as I need to make a transfer but can't connect to the network. Thanks.


Edit: And I'm facing this message on the left corner of my wallet "No Block source available"

I just realized there is sometimes a problem with the wallet (both old and new) and how it connects to the 9 Fallback-Nodes.
Seems to be a problem that has been here since atleast when Spreadcoin started over a year ago.

I fixed it, both in the master and newwallet branch, and the sourcecode is updated.

https://github.com/spreadcoin/spreadcoin/commit/2d96865d6bd4faa0a22318989bccb9186fd2c60e
https://github.com/spreadcoin/spreadcoin/commit/50122c5b299705407074dcc96efcf66b4a571c02

Give me a few hours to also recompile all the wallets and then the Connectivity with Fallback-Nodes will work much better than it used to.
So that's why we still get some people complaining about no block source. But this is now a thing of the past.

(What did I do? I Reduced waiting time for considering Fallback-nodes to 20 sec (instead of 60 sec),
plus there was an error in the condition that triggers Fallback-nodes....
Code:
if (addrman.size()==0 && (GetTime() - nStart > 60) && !fTestNet)
if addrman.size()==0 doesn't make sense because sometimes the program will even consider 127.0.0.1 (localhost connection with itself) an address (and sometimes even [:::] - whatever it thinks that is), and then addrman.size() is already  = 1 or 2 and the condition to connect with the Fallback-Nodes will never be met, that's why I changed it to addrman.size<=2)

788  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: August 03, 2015, 10:01:32 PM
Ok, I give up. I've thought about it.

What does an SPR vanity gen address competition have to do with Bitcoin nodes?

in your own words:

The coinbase is used to build up the stake, in BTC. If its in SPR, no one will participate.

Maybe I read you wrong here.
789  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: August 03, 2015, 09:39:04 PM
The coinbase is used to build up the stake, in BTC. If its in SPR, no one will participate.

The few miners we have at the moment won't care about losing 1%.

This is centralized talk, it's not up to you or me to decide what other people care about.

This is a no-go!

The higher the build-up of BTC funds from the coinbase, the more people will want to play.  You are using 1% of the coinbase for x period of time, to generate demand for SPR, and you are doing it ahead of ServiceNodes coming on stream.

The maths behind finding private keys means that someone will find the winning address if the public key is short enough that it can be found in a reasonable time.  What that reasonable time is, is one of the questions.

I think we are going to need servicenodes (that have the ability to access supervised bitcoin nodes) to make this work.
Not only because this will obviously add value to SPR, but because it will help us creates schemes ("pattern codes") that are not required to be debased in SPR, but can also use BTC (etc) in their program logic.
790  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: August 03, 2015, 09:33:44 PM
Ah, ok. I think this is my bad.

Having to send 500 SPR to an address and not being able to get access to it again, plus having the built up funds used to create a payout, that's a lottery. We can't do that:

Quote
According to 12 USCS § 25a , “lottery" includes any arrangement whereby three or more persons (the "participants") advance money or credit to another in exchange for the possibility or expectation that one or more but not all of the participants (the "winners") will receive by reason of their advances more than the amounts they have advanced, the identity of the winners being determined by any means


I see, I didn't even think about the legal problems yet.
Good thing we have you in our team.
791  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: August 03, 2015, 09:26:36 PM
"Find Satoshi Nakamoto" is certainly a great idea

but we can't make it work as it is.

This all ties back into what the servicenode API should help people accomplish

Creating schemes of this sort

1) setup a goal with a few rules
2) let the wallet scan the code for logical errors, send to other nodes
3) if miners validation also says "ok" embed this as "pattern code" into the blockchain
4) use this to instruct servicenodes that will "run the scheme"
5) $$$

the one who creates "pattern code" isn't even required to be a servicenode operator.

he/she will only be required to pay a certain fee (that will go to the servicenodes), maybe depending on how complex the "pattern code" is.

BTW, I call it "pattern code" because of that PDF article called "A Pattern Language for Overlay Networks in Peer-to-Peer Systems."

it's all about patterns for sure
792  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: August 03, 2015, 08:59:44 PM
I'm still missing something.

This is a decentralized proposal and it is a competition. First to find a van gen gets the cash that's built up.

Just keep 500 SPR locked away to show you are in the horse race.

100 people taking part, that's 50,000 SPR.

1,000 people taking part, that's 500,000 SPR.

This will create positive price pressure to fund servicenodes costs. Their 30% of mining rewards will generate a significant return, making it very desirable to run a servicenode.

The cost to set this up is virtually nil. We are just sweating existing technology already in the system, with a free gift that SPR can have a unique name of the Bitcoin creator as one of its addresses.

Changing block reward to finance this scheme is when decentralization ends.

Everything else I agree with. And it really is an excellent PR opportunity for spreadcoin. ("Find Satoshi Nakamoto" sounds phenomenal)  Grin

We can make this work once we have something similar like a crowdfunding mechanism in spreadcoin.
We absolutely need to make all this work mathematically, no bookies, no middlemen, no nothing. Not even the van gen wallet will be mandatory. (In anticipation that people will start creating optimized versions for sure)

It needs to work something like this:

  • 1) Everyone who wants to participate should not have any control over the 500 SPR anymore. He can't even take the money back.
    He can just prove later that he has control over the address he used to pay the 500 SPR.
  • 2) Everybody will have to pay that amount into the same SPR address, called the jackpot address, so that everybody can see at all times how big the jackpot is at the moment. (this will help get more people on board the juicier the jackpot looks)
    Preferably NO human being is in control of this jackpot address. (So this must be some sort of scripted address whose private key is never known to anybody (its creation was merely triggered by a dev), and this scripted address somehow waits for somekind of event to be triggered.  Huh )
  • 3) There is some kind of fancy mechanism that allows to access the money in the jackpot address by using a privatekey (for an address that starts with SatoshiNakamoto) combined with the privatekey for the pay-in-address that proves you payed 500 SPR into the jackpot.

Point 2) and 3) is the hard part. This is not trivial.

This is the only way this would work in a decentralized trustless way, and the cost to set this up is NOT virtually nil.
I don't even know if mechanisms for 2) and 3) exist at the moment?  Huh

This would require extending the blockchain's script language if I am not mistaken. Or "Servicenodes", which is the answer to all questions anyway. lol
793  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: August 03, 2015, 07:52:05 PM
I'm obviously missing something.

Why can't this be done in Spreadcoin? Does the vanity generator have a technical problem? Testnet on this doesn't help, that I can see.

30% of mining rewards - no. 1%, why not?

ServiceNodes are going to get 30% of mining rewards. Why not start now to build up a small fund, then reduce it down to 1% and keep 30% for servicenodes. Dash now has 50% to miners, 50% elsewhere.

This seems like an easy, low hanging fruit project that can get things going now.

What did I miss?

That we want to decentralize everything.
We can't have people creating funds etc... and even if, we would need to give other people (especially miners) the ability to disagree with all that and not comply if they don't want to partake in those projects.
We want competition enabled at every step in the game.

Listen, I am not even sure about this 30% reward for SNs , this will need a lot of thinking before we are sure we are not going against the very principles we stand for.

Just an idea, but what if we let this % of mining reward fluctuate aswell?

We haven't even started yet, this will get very interesting as we move forward.
794  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: August 03, 2015, 07:46:35 PM
Alternative: wait for the servicenode API sometime in the far future

I also like the idea... perhaps a game?

Yeah, every game is just a set of rules,
but some games have an element of random chance (e.g. dice) others don't.

Plus, some games require some form of accounting, so that people can play for money without being able to cheat.

If we could one day create a servicenode API where everyone with a servicenode can create his own "games" simply by defining the game and accounting rules,
well that would be great.  Smiley
795  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: August 03, 2015, 07:37:07 PM
1. Download the latest wallet which has van gen.

2. Send 500 SPR to yourself and sign the transaction to confirm you are looking for Satoshi.

3. Enter SatoshiNakamoto1 in your van gen.

4. Start searching for Satoshi.

Yes, all this can be done now already.

But all this is not enforceable, so if you would actually want to make this scheme work, you would need to adjust the whole protocol and blockchain to make it run in a "crypto" way.
(meaning those who look for the SatoshiNakamoto-Address are then like "the miners" of this new blockchain, solving Address-Finding-Problems while they secure the blockchain.)


Alternative: wait for the servicenode API sometime in the far future, where you can simply create and run your plot as part of the overlay network as proposed by e1ghtspace.
796  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: August 03, 2015, 07:30:16 PM
Lol, I go into the office for one day and suddenly we're running a lottery?  Cheesy

I reckon its a neat idea once we get PoBN up and running and have some PR time to play with while the techie-gods work on the API Wink

lol.

No. We are 100% not running a lottery.

This is van gen: finding SatoshiNakamoto1

The process of finding Satoshi and using collateral just happens to have some similar dynamics to lottery game theory.

Repeat (for the benefit of the judge and the gaming authorities) - we are not running a lottery.

Ha ha.  So I go into the office for one day and suddenly we're not running a lottery? Cheesy

no. no lottery.

More importantly, no development time required (unless we can increase the address sequence to 18 or 20).

1. Download the latest wallet which has van gen.

2. Send 500 SPR to yourself and sign the transaction to confirm you are looking for Satoshi.

3. Enter SatoshiNakamoto1 in your van gen.

4. Start searching for Satoshi.

Please start a separate thread in the spreadcointalk forum.

Projectname "Find Satoshi nakamoto",

and I will create a separate spreadcoin clone to test this idea.
If successful we can make such sideproject coins merge-mineable with spreadcoin.

797  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: August 03, 2015, 07:28:37 PM
Lol, I go into the office for one day and suddenly we're running a lottery?  Cheesy

I reckon its a neat idea once we get PoBN up and running and have some PR time to play with while the techie-gods work on the API Wink

lol.

No. We are 100% not running a lottery.

This is van gen: finding SatoshiNakamoto1

The process of finding Satoshi, using percentage of mining rewards and using collateral just happens to have some similar dynamics to lottery game theory.

Repeat (for the benefit of the judge and the gaming authorities) - we are not running a lottery.

I generally like your idea, but it needs some more brainstorming.

I think this would be a good case for a separate testing round (separate blockchain with adjustment to experiment what it would take to run "this lottery" - I know it's the wrong word.)...
... and if successful we can create the "find satoshi nakamoto" - coin. But I would never advocate to put all this into spreadcoin.
Taking 30% Mining reward from spreadcoin is reserved for servicenodes, and nothing else. We can't just start subsidising every side project by taking from the miners.
Upcoming Servicenodes are the only exception to that rule.

I am still preparing everything for the upcoming testnet storm, please stay tuned everybody.
798  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: August 02, 2015, 08:08:12 PM

You have created 'auto import.....' can that not generate a date when the key is found and imported into the address book?

That could be part of the rules - must use auto-import to give a found date.

Perhaps bots are just going to be something to put up with?

Sounds like we'll need an entry process...perhaps, sign this 500 SPR transaction as your evidence of entry and the payout will go to that address, once it is used to transact with SatoshiNakamoto1?

This is getting more complicated by the second. lol

To have any validity, everything must be verified thru the blockchain and nothing else. (auto-import is just a simple qt-wallet function)

799  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: August 02, 2015, 07:13:10 PM
Is there no way to have the van gen verify the date when SatoshiNakamoto1 is created?

Look at it as if all possible addresses already exist somewhere in the "ether"...

It's not about if an address has been created (they don't have creation dates), but if someone has knowledge about the privatekey of that address.

You can't really know if (or when) someone knows a specific privatekey (maybe they lie or collaborate with someone else who is the real owner),
you can only know with 100% certainty if you yourself know the privatekey or not, and when exactly you aquired it.

Well, what you generally can do is demand that people make a payment to themselves from a certain SPR address back to the same SPR address, this can be a good way to prove possession of an address.

But I guess what I am saying is, that with crypto you can never really be sure that a certain user has control over a certain address.

There must be a way to get some verification  Huh

Somekind of decentralized crowdfunding address where all payed in money is held, until some specific event happens.

hm, I need to do some thinking...
800  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (official thread) on: August 02, 2015, 05:33:21 PM

Are we in agreement that the wallet needs to have 500 SPR balance before commencing its search?

There is no reliable way to tie a wallet to a certain address.

To the blockchain, wallets and addresses don't even really exist. (only their derived signatures or publickeys do)
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 89 90 ... 173 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!