Author

Topic: [ANN] SpreadCoin | Decentralize Everything (decentralized blockexplorer coming) - page 291. (Read 790393 times)

legendary
Activity: 1358
Merit: 1002
...

first off, read the thread before assuming anything... being a dash knockoff would suggest we wanted the different things in dash, like instantx, or darksend, or mixing of coins... but if you had just read the thread, you would notice, we are not doing so.

so, first, your a troll, and hereby on ignore from my part, i suggest everyone else should do that too,

2nd, trolls usually come in and troll around, when it seems that the coin being trolled is about to get more exposure, so i will take that as a sign

3rd, too bad you never realised there are more than one developer on this coin

4th, you do know your patetic right, do something constructive with your life, else you end up like those angry old men..
legendary
Activity: 1358
Merit: 1002
Spreadcoind Vanity Gen by Elbandi:

https://github.com/spreadcoin/vanitygen

I'll be trying this out when I get home.

Has anyone tried elbandi's vanitygen out?

I've compiled it on ubuntu and it seems to have a bug.

Here's what happens:

for example I let it search for a Vanity address that starts with Sie.........

So the program gives me a result after a second:

Code:
Address: SieiiXS9E2Gc22AtmAnzGXFpjGr1VbokaG
Privkey: 7R2PsAdjaJEgBZ34dhRmcuanABeHMzTLrN6EFjmiPT69zXyFUJi

But after I import this privkey into my wallet (doesn't matter if it's the old or new wallet)....

Code:
importprivkey 7R2PsAdjaJEgBZ34dhRmcuanABeHMzTLrN6EFjmiPT69zXyFUJi SOMELABEL false

....it does import the privkey alright, but it's from a totally different address:

SSCwYCKryr2gSLxuyDaCxCRGtangqxLfSi


Can someone confirm this?


Linux-Building of vanitygen is very easy.

Just follow these steps:

Code:
sudo apt-get install libpcre3-dev

Code:
git clone https://github.com/spreadcoin/vanitygen

go to vanitygen folder:

Code:
ls vanitygen

Build Vanitygen:

Code:
make

Start Vanitygen:

Code:
./vanitygen Sexy

This will search for a vanityaddress that starts with "Sexy". (or whatever rocks your boat. Remember there is this limitation of the second character as I mentioned a post earlier. It will NOT let you search for Spread.)

After it outputs the privkey, copypaste it into your wallet, and import it.

Give it a LABEL so that you can recognize it immediately in your address list:

Code:
importprivkey PRIVKEY SOMELABEL false

After it has been imported, check your address list and compare the SPR address.

I am afraid it is from a totally different SPR address.

So something is wrong with this vanitygen: https://github.com/spreadcoin/vanitygen

Maybe elbandi can take a look at it while I continue my work on my in-wallet-implementation...

BTW, I tested vanitygen for Litecoin and Bitcoin addresses (by adjusting the code) and they work 100% and can be imported correctly.
There seems to be something special about SPR in this regard, something that I am missing.

Any ideas?

i suspect this might have something to do with it:

in spreadcoin
// secp256k1:
// const unsigned int PRIVATE_KEY_SIZE = 279;
// const unsigned int PUBLIC_KEY_SIZE  = 33;
// const unsigned int SIGNATURE_SIZE   = 65;

in darkcoin:
// secp256k1:
// const unsigned int PRIVATE_KEY_SIZE = 279;
// const unsigned int PUBLIC_KEY_SIZE  = 65;
// const unsigned int SIGNATURE_SIZE   = 72;

 // see www.keylength.com
 // script supports up to 75 for single byte push
legendary
Activity: 1484
Merit: 1007
spreadcoin.info
Spreadcoind Vanity Gen by Elbandi:

https://github.com/spreadcoin/vanitygen

I'll be trying this out when I get home.

Has anyone tried elbandi's vanitygen out?

I've compiled it on ubuntu and it seems to have a bug.

Here's what happens:

for example I let it search for a Vanity address that starts with Sie.........

So the program gives me a result after a second:

Code:
Address: SieiiXS9E2Gc22AtmAnzGXFpjGr1VbokaG
Privkey: 7R2PsAdjaJEgBZ34dhRmcuanABeHMzTLrN6EFjmiPT69zXyFUJi

But after I import this privkey into my wallet (doesn't matter if it's the old or new wallet)....

Code:
importprivkey 7R2PsAdjaJEgBZ34dhRmcuanABeHMzTLrN6EFjmiPT69zXyFUJi SOMELABEL false

....it does import the privkey alright, but it's from a totally different address:

SSCwYCKryr2gSLxuyDaCxCRGtangqxLfSi


Can someone confirm this?


Linux-Building of vanitygen is very easy.

Just follow these steps:

Code:
sudo apt-get install libpcre3-dev

Code:
git clone https://github.com/spreadcoin/vanitygen

go to vanitygen folder:

Code:
ls vanitygen

Build Vanitygen:

Code:
make

Start Vanitygen:

Code:
./vanitygen Sexy

This will search for a vanityaddress that starts with "Sexy". (or whatever rocks your boat. Remember there is this limitation of the second character as I mentioned a post earlier. It will NOT let you search for Spread.)

After it outputs the privkey, copypaste it into your wallet, and import it.

Give it a LABEL so that you can recognize it immediately in your address list:

Code:
importprivkey PRIVKEY SOMELABEL false

After it has been imported, check your address list and compare the SPR address.

I am afraid it is from a totally different SPR address.

So something is wrong with this vanitygen: https://github.com/spreadcoin/vanitygen

Maybe elbandi can take a look at it while I continue my work on my in-wallet-implementation...

BTW, I tested vanitygen for Litecoin and Bitcoin addresses (by adjusting the code) and they work 100% and can be imported correctly.
There seems to be something special about SPR in this regard, something that I am missing.

Any ideas?
legendary
Activity: 1484
Merit: 1007
spreadcoin.info
Hey Georgem, got an ETA on the release of that sexy new wallet?  Grin

I can't wait fo dat shyt boi. Is coo.
It is going to be so awesome, I really like it. I'd like to know how you change the wallet layout. Is it a text editing thing or is there a GUI?

Well, the longer I work on every aspect of the wallet, the more mysterious things I uncover. It takes time man.

For example: did you know that you will not find any SPR address that starts with S and whose second character is one of these:

m,n,o,p,q,r,s,t,u,w,x,y,z,1,2,3,4,5,6,7,8,9

I dare you to find one.

Those characters are ofcourse allowed after the second character, but not as second character.

e.g. you will not find any SPR address that starts with Sm.... or St....
you will ofcourse find SM... and ST.... (capital letters)

As far as I know, bitcoin doesn't have this limitation.

Sadly, this does limit a little bit the appearance of our SPR Vanity addresses, but only the second char.

Well,
Everyday something keeps blowing me away!
Going deeper down the rabbit hole...  Roll Eyes

Stay tuned!
hero member
Activity: 1680
Merit: 506
Trphy.io
http://spreadcointalk.org/index.php?topic=93.new#new

Edit:

Scratch that, looks like im mining my own chain.

Is there anyway we can revive testnet?

awesome topic that was..
legendary
Activity: 1456
Merit: 1000
Well, here is something to discuss, since our current block limit is 200 kb, and our block time is 1 minute, means we can handle aprox double as many transactions per second as bitcoin, and since we are going to need to do a hardfork in the future, we might as well think about if we should raise that limit from current 14 transactions per second.

I think we should go on letstalkbitcoin and debate this. Maybe have a twitter & reddit spat too.

Short answer:  Huh
lol

Looks like Gavin is ok with 8mb (for now):

http://sourceforge.net/p/bitcoin/mailman/message/34162506/

On that basis. I'm ok with 8mb  Grin

edit

Interesting overview:

http://bitcoinism.liberty.me/scaling-bitcoin-to-its-first-billion-users-and-beyond-2/
legendary
Activity: 1092
Merit: 1000
http://spreadcointalk.org/index.php?topic=93.new#new

Edit:

Scratch that, looks like im mining my own chain.

Is there anyway we can revive testnet?
hero member
Activity: 1680
Merit: 506
Trphy.io
Top 5 wallets in bittrex seem to have accumulated some more SPR  Cool
legendary
Activity: 1092
Merit: 1000
I wish you all at SPR good luck.

I'm sure the community appreciates your well-wishes. For my part, I look forward to reading your posts when you've matured sufficiently yourself to make enough of a contribution to the community to gain the level of respect that e1ghtspace has.

Cheers

Graham


 

legendary
Activity: 2254
Merit: 1278
I wish you all at SPR good luck.

I'm sure the community appreciates your well-wishes. For my part, I look forward to reading your posts when you've matured sufficiently yourself to make enough of a contribution to the community to gain the level of respect that e1ghtspace has.

Cheers

Graham
legendary
Activity: 1526
Merit: 1001
Crypto since 2014
Hey Georgem, got an ETA on the release of that sexy new wallet?  Grin

I can't wait fo dat shyt boi. Is coo.
It is going to be so awesome, I really like it. I'd like to know how you change the wallet layout. Is it a text editing thing or is there a GUI?

^^^ This is why I don't like Spreadcoin, it has 15 year old groupies sucking up to the dev's ass to be "Officially" part of the development team.

Every time I see the username e1ghtSpace I prepare my mind to be dumbfu#ked by what I'm about to read, dude you make total irrational sense, you even get lost in your own instructional videos !!!

After all it is coming from this kids mouth.




I wish you all at SPR good luck while he is in your community, a Sheep at its finest he is right there, say jump and he will reply with how high ?
I can't believe this kid thinks I'm scared of him. I don't even care that he has a super low quality photo of me.
I don't even want to be part of the development team. What would I even do?
Why are you making these comments?
legendary
Activity: 1456
Merit: 1000
I think I just crossed over the line into weirdo sexual fantasia: Is it possible to find hardware pornographic?



https://youtu.be/mpbWQbkl8_g?t=55m7s
legendary
Activity: 1456
Merit: 1000
legendary
Activity: 1456
Merit: 1000
Top 5 wallets in bittrex seem to have accumulated some more SPR  Cool

Well, there have been some changes at the top:

Very decent distribution, ATM





Must say, it looks like those with long-term confidence seem to have increased their stakes, those with a short-term squeaky-bum view have probably left the building.

legendary
Activity: 1456
Merit: 1000
Android pay

http://cointelegraph.com/news/114441/google-unveils-android-pay-to-compete-against-apple-pay-bitcoin

Whatever next, Blackberry pay? Maybe we can do an OEM payment system for mobile operators.

legendary
Activity: 1456
Merit: 1000
My mom left me outside the liquor store when I was a baby and forgot all about me. I still go there and wait at the weekends, maybe she will come back one day.

Looks like 8 has collected a new fan on his travels around crypto land.
legendary
Activity: 1358
Merit: 1002
whatever....

so, new account, and here to bash someone specific it seems...

do you have anything to contribute to spreadcoin, we would love to hear it, else, lay off, i know everyone is entitled to their own opinion, but please take it somewhere else.
newbie
Activity: 56
Merit: 0
Hey Georgem, got an ETA on the release of that sexy new wallet?  Grin

I can't wait fo dat shyt boi. Is coo.
It is going to be so awesome, I really like it. I'd like to know how you change the wallet layout. Is it a text editing thing or is there a GUI?

^^^ This is why I don't like Spreadcoin, it has 15 year old groupies sucking up to the dev's ass to be "Officially" part of the development team.

Every time I see the username e1ghtSpace I prepare my mind to be dumbfu#ked by what I'm about to read, dude you make total irrational sense, you even get lost in your own instructional videos !!!

After all it is coming from this kids mouth.

http://i.imgur.com/rKZ7F25.png?1


I wish you all at SPR good luck while he is in your community, a Sheep at its finest he is right there, say jump and he will reply with how high ?
legendary
Activity: 1526
Merit: 1001
Crypto since 2014
Hey Georgem, got an ETA on the release of that sexy new wallet?  Grin

I can't wait fo dat shyt boi. Is coo.
It is going to be so awesome, I really like it. I'd like to know how you change the wallet layout. Is it a text editing thing or is there a GUI?
legendary
Activity: 1456
Merit: 1000
Well, here is something to discuss, since our current block limit is 200 kb, and our block time is 1 minute, means we can handle aprox double as many transactions per second as bitcoin, and since we are going to need to do a hardfork in the future, we might as well think about if we should raise that limit from current 14 transactions per second.

I think we should go on letstalkbitcoin and debate this. Maybe have a twitter & reddit spat too.

Short answer:  Huh
Jump to: