Pages:
Author

Topic: [ANN] SPROUTS sha256 pos+pow 10% at 5 days 芽菜货币 - page 6. (Read 216119 times)

sr. member
Activity: 555
Merit: 250
Sprouts's dead... thats the true... =/ after got delisted from bittrex it only got worser and worse... selling 1bi SPRTS for 1litoshi...
newbie
Activity: 24
Merit: 0
So then no there is no new development? Roadmap? Github that is being used maybe?
newbie
Activity: 53
Merit: 0
Yes we work at that  sprouts coin shop   sprouts-dice and more
Sprouts have a big future !!!
newbie
Activity: 24
Merit: 0
Is there active development on this?
newbie
Activity: 53
Merit: 0
and somebody cant wait and sell fast omfg ...

merchant store are ready soon for this coin!!!
sr. member
Activity: 546
Merit: 250
Maybe a fed.
Someone bought 1-8 lite-toshi on cryptopia; sprouts moving on up lol
newbie
Activity: 24
Merit: 0
You cant remove coins from cryptopia. I lied. Looks like its stuck trying to get into poswallet.
https://chainz.cryptoid.info/sprts/tx.dws?de516fd28d238163a8d1f7276cfea8a08be65285f3444610d6344b31b124e72f.htm
member
Activity: 91
Merit: 10
Staking sprouts at paswllet . . . . Grin

PoSWallet is a good site to stake SPROUTS and mine are indeed staking like hell. The question of course will be what to do with them in the end. Grin

 i am asking the same question to myself Cheesy, think no exchanges out there where we can deposit sprts
full member
Activity: 224
Merit: 100
Staking sprouts at paswllet . . . . Grin

PoSWallet is a good site to stake SPROUTS and mine are indeed staking like hell. The question of course will be what to do with them in the end. Grin
full member
Activity: 221
Merit: 100
Staking sprouts at paswllet . . . . Grin
newbie
Activity: 53
Merit: 0
we need to try add this coin to more markets only cryptopia !!!

https://poswallet.com/blockChain/sprts/
newbie
Activity: 35
Merit: 0
Who is the lead dev for this coin now? 
member
Activity: 420
Merit: 10
Hi everyone ! i meet connection problem, my window wallet not sync. I used commend  addnode_ip_add (example: addnode 118.102.74.85 add ) but i got note: Method not found (code -32601). What was i wrong ? Is there anyone help ? Thanks!

Hey dear, please read my post here:
https://bitcointalksearch.org/topic/m.18228586

The "sprouts.conf" file will look like

maxconnections=12
addnode=213.32.27.221
addnode=104.172.24.79
addnode=5.9.48.68
addnode=185.110.140.200
addnode=176.121.230.217
addnode=205.251.171.136
addnode=85.62.20.153
addnode=92.222.238.47
addnode=2a01:4f8:120:64ae:0:0:0:301
addnode=37.187.88.140
addnode=85.24.142.152
addnode=2001:41d0:a:308c:0:0:0:0
addnode=65.35.104.226
addnode=78.46.92.72
addnode=2607:5300:60:8052:0:0:0:0
addnode=172.106.75.17
addnode=158.69.27.82
addnode=5.9.165.252

I hope it will help you.
newbie
Activity: 10
Merit: 0
I sent a message to Cryptopia (by way of a support ticket) asking them about why the Sprouts wallet is constantly in maintenance mode.

Here is my message:

The Sprouts wallet has been in maintenance mode for a couple of weeks now. Is there any plan to get it out of maintenance? Is there anything I can do to help?


Here is their response:

The SPRTS wallet is crashing ever 5-10mins, we are trying to solve the issue but no luck so far.

If we do not have a solution by the end of the week will be forced to delist SPRTS and manually process withdrawals for users.


Can anyone here give Cryptopia some help with this?

This has also been posted on the "revival" thread.
member
Activity: 91
Merit: 10
what about exchanges None working so far.
newbie
Activity: 28
Merit: 0
Hi everyone ! i meet connection problem, my window wallet not sync. I used commend  addnode_ip_add (example: addnode 118.102.74.85 add ) but i got note: Method not found (code -32601). What was i wrong ? Is there anyone help ? Thanks!
legendary
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
member
Activity: 91
Merit: 10
Quote

I think your link to Github is about SlimCoin.

It is, and it isn't. Sprouts and Slimcoin share a lot inherited code from their common Peercoin ancestor.

My interest was piqued by the original post:
Currently we are looking for more nodes, someone to fix the warning on the wallet and a response from https://chainz.cryptoid.info/ regarding a new block explorer.

I'd seen that unwelcome warning message message before in Slimcoin and knew there was a crude but effective solution in the Slimcoin code, so I hunted it down.

After some research, I was able to understand that the “old block chain, contact the dev” error message originated in Peercoin’s centralised “sync checkpoint” feature. The problem is that this feature depends on a central server continuing to automatically produce new “sync checkpoints”, each authenticated with the dev’s privkey (look for “-checkpointkey” in the output from typing “help” on the debug window's command line).

Once I'd worked out what it was all about, I could safely disable the feature and the irrelevant warnings.

https://github.com/gjhiggins/sprouts/commit/c8fec8e57bf0b36de65ff3b856b7680cffe769f2#diff-c33d3ce1a2a004536aaf1b90f6458900R362

And because I believe that if a job's worth doing, it's worth doing well, I made one of my “drive-by” contributions and:

- upgraded the code to use Qt5 if available
- eliminated a number of compilation warnings
- added a checkpoint from a recent block
- added a copy of the in-wallet block explorer that I used for Slimcoin
- copied the (known to work and edited for Sprouts) Slimcoin build instructions into the README.

and posted the result as a Pull Request to the Sprouts community Github repos:

https://github.com/SproutsCommunityRep/sprouts/pull/1

So, all the changes are laid out in detail in the commits: except for disabling sync checkpointing and adding the explorer, everything else is aimed at addressing compiler warnings.

HTH

Cheers

Graham

 





thanks for your good work mate!! awesome!
member
Activity: 420
Merit: 10
https://www.coinexchange.io/market/SPRTS/BTC


buy sell get the market moving?

Yes, SPRTS-BTC market is moving at CoinExchange.  Smiley
But, who is buying SPRTS with BTC, while he can buy at cheaper rate with DOGE or LTC.  Shocked
legendary
Activity: 2254
Merit: 1290
Quote

I think your link to Github is about SlimCoin.

It is, and it isn't. Sprouts and Slimcoin share a lot inherited code from their common Peercoin ancestor.

My interest was piqued by the original post:
Currently we are looking for more nodes, someone to fix the warning on the wallet and a response from https://chainz.cryptoid.info/ regarding a new block explorer.

I'd seen that unwelcome warning message message before in Slimcoin and knew there was a crude but effective solution in the Slimcoin code, so I hunted it down.

After some research, I was able to understand that the “old block chain, contact the dev” error message originated in Peercoin’s centralised “sync checkpoint” feature. The problem is that this feature depends on a central server continuing to automatically produce new “sync checkpoints”, each authenticated with the dev’s privkey (look for “-checkpointkey” in the output from typing “help” on the debug window's command line).

Once I'd worked out what it was all about, I could safely disable the feature and the irrelevant warnings.

https://github.com/gjhiggins/sprouts/commit/c8fec8e57bf0b36de65ff3b856b7680cffe769f2#diff-c33d3ce1a2a004536aaf1b90f6458900R362

And because I believe that if a job's worth doing, it's worth doing well, I made one of my “drive-by” contributions and:

- upgraded the code to use Qt5 if available
- eliminated a number of compilation warnings
- added a checkpoint from a recent block
- added a copy of the in-wallet block explorer that I used for Slimcoin
- copied the (known to work and edited for Sprouts) Slimcoin build instructions into the README.

and posted the result as a Pull Request to the Sprouts community Github repos:

https://github.com/SproutsCommunityRep/sprouts/pull/1

So, all the changes are laid out in detail in the commits: except for disabling sync checkpointing and adding the explorer, everything else is aimed at addressing compiler warnings.

HTH

Cheers

Graham

 
Pages:
Jump to: