Author

Topic: [ANN] SpreadCoin | True Decentralization (No Pools) | Testing New Masternodes - page 350. (Read 810079 times)

hero member
Activity: 540
Merit: 500
We need fudders to bring liquidity.  Grin

Tooo much firm believers in here. Yuck  Undecided
legendary
Activity: 1456
Merit: 1000
...snip....

If MN,darksend and especially GUI muliti-sig are integrated into Spread wallet,SPR is undoubtly to be on the list of TOP 10 maket cap.
btw: so many proposals in this thread,a roadmap should be sorted out now.

Really?

You know darksend and instant tx relies on a diverse and distributed community securing the network and putting in the effort to keep master nodes up and updated?

thelonecrouton has also argued (from memory, I'm sure he will correct me) that mining is less important than master nodes, so while solo mining is very attractive and closer to what Satoshi intended, solo mining can be viewed with indifference by some.

To beat DRK, with an effective DRK clone, the best approach would be to advertise SPR as a re-run of DRK for those that missed the launch of DRK.  Then climbing the mountain to beat DRK is a little less challenging. The lack of liquidity will remain the issue to moving this project forward in the short-term as Master Nodes are built around proof of service which requires coins.

Then there is the SPR code. Anything of potential value to SPR and DRK can be used by DRK.

Sadly, as you've posted this, I think I'm talking myself out of SPR. Maybe that's the second bottle of Saint-Joseph talking. Let's see what view sobriety brings tomorrow.
hero member
Activity: 770
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE


It's a good idea.Security is of great importance.
My proposal is a GUI muliti-sig Spread wallet.Nobody has developped a GUI muliti-sig wallet up to date.

Armoury does a reasonably good job of multisig and uses the standard backend (unlike Electrum which uses node.js) but there's a limit to how simple you can make it, it's a cumbersome procedure. If anyone is interested I did some multisig GUI examples for Darkcoin here: https://darkcointalk.org/threads/quick-and-very-dirty-multisig-ui-in-python-qt-new-unimproved-perver.2197/   - I am not a coder and don't speak c++ so can't work it into the standard bitcoin-qt wallet that SPR uses, but it would be easy enough for someone who knew what they were doing.

If time is an issue though I'd rather Mr Spread concentrate on Masternodes and IX.
If MN,darksend and especially GUI muliti-sig are integrated into Spread wallet,SPR is undoubtly to be on the list of TOP 10 maket cap.
btw: so many proposals in this thread,a roadmap should be sorted out now.
I've noticed lots of people trying to get their Spread through here and not market buy them but I wouldn't do it! SpreadCoin within the year will easily be a top contender coin in my opinion! I just can't believe how cheap it is right now to buy at 30k a coin!! If I had more free BTC right now I would go all in SpreadCoin and just sit back and wait for the huge gains in the future Wink Cheers
legendary
Activity: 1526
Merit: 1001
Crypto since 2014
You guys (maybe) are forgetting that the 66 coin blocks were 10 minutes apart.
member
Activity: 64
Merit: 10


It's a good idea.Security is of great importance.
My proposal is a GUI muliti-sig Spread wallet.Nobody has developped a GUI muliti-sig wallet up to date.

Armoury does a reasonably good job of multisig and uses the standard backend (unlike Electrum which uses node.js) but there's a limit to how simple you can make it, it's a cumbersome procedure. If anyone is interested I did some multisig GUI examples for Darkcoin here: https://darkcointalk.org/threads/quick-and-very-dirty-multisig-ui-in-python-qt-new-unimproved-perver.2197/   - I am not a coder and don't speak c++ so can't work it into the standard bitcoin-qt wallet that SPR uses, but it would be easy enough for someone who knew what they were doing.

If time is an issue though I'd rather Mr Spread concentrate on Masternodes and IX.
If MN,darksend and especially GUI muliti-sig are integrated into Spread wallet,SPR is undoubtly to be on the list of TOP 10 maket cap.
btw: so many proposals in this thread,a roadmap should be sorted out now.
legendary
Activity: 966
Merit: 1000


It's a good idea.Security is of great importance.
My proposal is a GUI muliti-sig Spread wallet.Nobody has developped a GUI muliti-sig wallet up to date.

Armoury does a reasonably good job of multisig and uses the standard backend (unlike Electrum which uses node.js) but there's a limit to how simple you can make it, it's a cumbersome procedure. If anyone is interested I did some multisig GUI examples for Darkcoin here: https://darkcointalk.org/threads/quick-and-very-dirty-multisig-ui-in-python-qt-new-unimproved-perver.2197/   - I am not a coder and don't speak c++ so can't work it into the standard bitcoin-qt wallet that SPR uses, but it would be easy enough for someone who knew what they were doing.

If time is an issue though I'd rather Mr Spread concentrate on Masternodes and IX.
member
Activity: 64
Merit: 10
Off-line cold storage and muliti-sig are the best security solutions at present .
member
Activity: 64
Merit: 10
Mr Spread, may I propose two feature requests for your consideration:

1. Could the wallet have a startup password, or PIN from drop-down boxes or an on-screen keyboard, or some other method of protection at startup? It has always bothered me that anyone can come along and view my balance and transaction history. (Although I usually store the wallet.dat encrypted when not in use.) It could be set on/off via checkbox or .conf file.

2. Add either a periodic automatic wallet.dat backup to a different directory, or stick a big BACKUP WALLET button on the overview form. Also, on initial startup (or creation of a new address) a popup asking the user if they would like to print the privkey(s) for safekeeping - dumpprivkey is the first thing I do before funding an address and it has saved me several times.

edit: a virtual keyboard option to enter passphrase before sending would also be great.

It's a good idea.Security is of great importance.
My proposal is a GUI muliti-sig Spread wallet.Nobody has developped a GUI muliti-sig wallet up to date.
legendary
Activity: 966
Merit: 1000
1. Could the wallet have a startup password, or PIN from drop-down boxes, or some other method of protection at startup? It has always bothered me that anyone can come along and view my balance and transaction history. (Although I usually store the wallet.dat encrypted when not in use.) It could be set on/off via checkbox or .conf file.
You mean without any actual encryption, just password for gui? This may create a false sense of security while there will be none, anyone will be able to copy your wallet.dat and see your transactions, unless I misunderstood you. You can use OS level user password for that, I think it is more appropriate and will also protect your other private data such as web browsing history, etc.


I meant something like automatic encryption of the wallet.dat file, requiring a password to unlock it before it gets loaded by the QT client or deamon. As I say I do this manually myself already, so it's no big deal for me, but having it built into the GUI/daemon might be more convenient. I appreciate you have limited time though, so just a suggestion.
full member
Activity: 210
Merit: 100
1. Could the wallet have a startup password, or PIN from drop-down boxes, or some other method of protection at startup? It has always bothered me that anyone can come along and view my balance and transaction history. (Although I usually store the wallet.dat encrypted when not in use.) It could be set on/off via checkbox or .conf file.
You mean without any actual encryption, just password for gui? This may create a false sense of security while there will be none, anyone will be able to copy your wallet.dat and see your transactions, unless I misunderstood you. You can use OS level user password for that, I think it is more appropriate and will also protect your other private data such as web browsing history, etc.

2. Add either a periodic automatic wallet.dat backup to a different directory, or stick a big BACKUP WALLET button on the overview form. Also, on initial startup (or creation of a new address) a popup asking the user if they would like to print the privkey(s) for safekeeping - dumpprivkey is the first thing I do before funding an address and it has saved me several times.
This is a good proposal.
hero member
Activity: 540
Merit: 500
WTB 25k SPR's.
Any offers?
legendary
Activity: 966
Merit: 1000
Mr Spread, may I propose two feature requests for your consideration:

1. Could the wallet have a startup password, or PIN from drop-down boxes or an on-screen keyboard, or some other method of protection at startup? It has always bothered me that anyone can come along and view my balance and transaction history. (Although I usually store the wallet.dat encrypted when not in use.) It could be set on/off via checkbox or .conf file.

2. Add either a periodic automatic wallet.dat backup to a different directory, or stick a big BACKUP WALLET button on the overview form. Also, on initial startup (or creation of a new address) a popup asking the user if they would like to print the privkey(s) for safekeeping - dumpprivkey is the first thing I do before funding an address and it has saved me several times.

edit: a virtual keyboard option to enter passphrase before sending would also be great.
sr. member
Activity: 882
Merit: 250
come on chaps: 1,376,181 distribution and no liquidity?

There's perfect liquidity, in all markets, at all times. You just have to pay enough.  Cheesy

When the market will stabilize then the liquidity will be reduced.
member
Activity: 64
Merit: 10

http://www.[Suspicious link removed]/index.php?blockexplorer=SPR&top_addresses=100
top 100 rich list ,doesn't change much in the past weeks.

http://www.[Suspicious link removed]/index.php?blockexplorer=SPR&top_addresses=100

thanks.

pretty decent spread, provided a group don't control a load of the addresses.

Mr Spread, from the language use in the white paper, I reckon English is not your native language, so you're a pretty smart guy for having such good English  Cool
I guess Mr.spread is a Russian programmer. Grin
legendary
Activity: 1456
Merit: 1000

http://www.[Suspicious link removed]/index.php?blockexplorer=SPR&top_addresses=100
top 100 rich list ,doesn't change much in the past weeks.

http://www.multifaucet.tk/index.php?blockexplorer=SPR&top_addresses=100

thanks.

pretty decent spread, provided a group don't control a load of the addresses.

Mr Spread, from the language use in the white paper, I reckon English is not your native language, so you're a pretty smart guy for having such good English  Cool
legendary
Activity: 966
Merit: 1000

http://www.[Suspicious link removed]/index.php?blockexplorer=SPR&top_addresses=100
top 100 rich list ,doesn't change much in the past weeks.

http://www.multifaucet.tk/index.php?blockexplorer=SPR&top_addresses=100
legendary
Activity: 1456
Merit: 1000
...snip...

The 66 > 6 only lasted 2200 blocks, 145,200ish coins. There are 1,300,000+ now, so 90% of coins have been mined at the 6.66 reward.

I would also like to see a disto.

thanks. that's good to know.
member
Activity: 64
Merit: 10
So I'm thinking of putting in some effort.

Before that:

WTB 100k SPR
100K is really a huge amount,it takes 11 days to mine.
You have a large appetite.  Grin

22Gh total hashrate!

Would cost you around 15BTC to get that sort of hash for 11days.

15BTC would only buy you around 65,000SPR at 0.00022 (If you could buy that amount at that price)

Good luck, coins Tongue

By renting rigs? I doubt its viable.

Is there an explorer to check the SPR distribution? The 66 > 6 reward is somewhat of a concern, but lets see the distribution.

edit

come on chaps: 1,376,181 distribution and no liquidity?

I found one x11 farm owner who was willing to point it at SPR. But getting around 2gh a day is not going to happen.

The 66 > 6 only lasted 2200 blocks, 145,200ish coins. There are 1,300,000+ now, so 90% of coins have been mined at the 6.66 reward.

I would also like to see a disto.
http://www.[Suspicious link removed]/index.php?blockexplorer=SPR&top_addresses=100
top 100 rich list ,doesn't change much in the past weeks.
member
Activity: 64
Merit: 10
So I'm thinking of putting in some effort.

Before that:

WTB 100k SPR
100K is really a huge amount,it takes 11 days to mine.
You have a large appetite.  Grin

22Gh total hashrate!

Would cost you around 15BTC to get that sort of hash for 11days.

15BTC would only buy you around 65,000SPR at 0.00022 (If you could buy that amount at that price)

Good luck, coins Tongue

By renting rigs? I doubt its viable.

Is there an explorer to check the SPR distribution? The 66 > 6 reward is somewhat of a concern, but lets see the distribution.

edit

come on chaps: 1,376,181 distribution and no liquidity?

I found one x11 farm owner who was willing to point it at SPR. But getting around 2gh a day is not going to happen.

The 66 > 6 only lasted 2200 blocks, 145,200ish coins. There are 1,300,000+ now, so 90% of coins have been mined at the 6.66 reward.

I would also like to see a disto.
Dev has lost 80K SPR in the early time,you could check it in the early pages.
legendary
Activity: 1092
Merit: 1000
So I'm thinking of putting in some effort.

Before that:

WTB 100k SPR
100K is really a huge amount,it takes 11 days to mine.
You have a large appetite.  Grin

22Gh total hashrate!

Would cost you around 15BTC to get that sort of hash for 11days.

15BTC would only buy you around 65,000SPR at 0.00022 (If you could buy that amount at that price)

Good luck, coins Tongue

By renting rigs? I doubt its viable.

Is there an explorer to check the SPR distribution? The 66 > 6 reward is somewhat of a concern, but lets see the distribution.

edit

come on chaps: 1,376,181 distribution and no liquidity?

I found one x11 farm owner who was willing to point it at SPR. But getting around 2gh a day is not going to happen.

The 66 > 6 only lasted 2200 blocks, 145,200ish coins. There are 1,300,000+ now, so 90% of coins have been mined at the 6.66 reward.

I would also like to see a disto.
Jump to: