Bitcoin Forum
April 23, 2024, 11:50:20 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 »  All
  Print  
Author Topic: [ANN] Resurrection of Sprouts Classic 2% Daily APR Interest, 730% a year  (Read 23088 times)
kreatoralex
Hero Member
*****
Offline Offline

Activity: 1257
Merit: 501


View Profile
August 09, 2018, 01:36:42 PM
 #21

Today, after a power failure, the wallet got stuck on block 858982. What do I do, again delete the whole file and sync again?

1713873020
Hero Member
*
Offline Offline

Posts: 1713873020

View Profile Personal Message (Offline)

Ignore
1713873020
Reply with quote  #2

1713873020
Report to moderator
Transactions must be included in a block to be properly completed. When you send a transaction, it is broadcast to miners. Miners can then optionally include it in their next blocks. Miners will be more inclined to include your transaction if it has a higher transaction fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713873020
Hero Member
*
Offline Offline

Posts: 1713873020

View Profile Personal Message (Offline)

Ignore
1713873020
Reply with quote  #2

1713873020
Report to moderator
1713873020
Hero Member
*
Offline Offline

Posts: 1713873020

View Profile Personal Message (Offline)

Ignore
1713873020
Reply with quote  #2

1713873020
Report to moderator
arcmetal
Full Member
***
Offline Offline

Activity: 287
Merit: 159



View Profile
August 09, 2018, 08:30:33 PM
 #22

Today, after a power failure, the wallet got stuck on block 858982. What do I do, again delete the whole file and sync again?
If you are sure that you are connected to other nodes, and its not updating (syncing) new blocks, then the power failure corrupted your files and you will have to delete the whole file and start a new sync. (I know of no other way around it)

Be sure to save your "wallet.dat" file before trying anything.

If someone here hosts a bootstrap file, it might alleviate this situation in the future.
DZPrince (OP)
Jr. Member
*
Offline Offline

Activity: 116
Merit: 8


View Profile
August 09, 2018, 11:08:26 PM
 #23

Yes.  I agree with you arcmetal.  Bastillar is soon releasing an explorer for Sprouts Classic and will provide an update probably tomorrow.  So now is choosing an exchange.  You have mentioned Yobit as one exchange.  Bastillar mentioned Crypto Hub as another possible exchange.  What is the best plan to get it onto an exchange as jennyblockchain mentioned pooling together a donation which I am in favor.  Any other suggestions?

I did just notice a sticky problem.  The sproutsHF group didn't rename their source code, so they are the ones holding the name "sprouts" and the ticker symbol "SPRT".  This is what exchanges use to distinguish between coins.  They won't allow two different coins with the same ticker symbol.

The only solution is a windows, and linux re-compile of the original sprouts code, and a name change to maybe "sprouts-classic" and ticker symbol "SPRTC", or something along these lines. ...

Then the users holding the original sprouts coins will have to update to this new wallet.  Which, of course, includes simply saving their "wallet.dat" file somewhere else, and installing the new "sprouts-classic" wallet, then inserting a copy of their saved "wallet.dat" file.

Until the above happens, I think its still safe to do all sorts of other stuff, like maintain the nodes up and running, and staking, even transferring coins from wallet to wallet is ok...  Maybe even try an air drop for anyone that installs this wallet.  I can give up 1 billion coins, and pass out 10 million to 100 new addresses.  

 

So from reading your post, we will not be able to put Sprouts Classic to an exchange until the changes are made to the source code.  I don’t think it will be an issue and we might as well fix the MAX_MONEY issue, re-compile the executable for the new wallet.  

I have yesterday tinkered with the old Sprouts wallet that you posted a link to on my Mac, installed QT Creater to load the project and found numerous issues and plenty of warnings.  There are still errors that I am trying to resolve.  I am just trying to successfully compile the Wallet to run it and see that it shows the GUI wallet.  If that is done, I will have to increment the version.  I don’t know if compiling it on Windows will produce the same errors.  I will keep you posted because if it is successful then I can perform the rename of the project and executable to sprouts-classic.

Good news.  I managed to compile and run the old Sprouts wallet using QT Creator on a Mac.  Now I can make changes if I want.
Sweet!  This means that you got past the errors and warnings.  Make a copy, and mess with it as much as you want.

I haven't used qt creator, but I am going to guess that it should let you cross compile a version for the Mac, linux, and windows.

I got past the errors but there are still warnings such as implicit conversions, zero as null pointers repeating over and over (1020 all together). 

Sprouts Classic 2% Daily APR Interest, 730% a year https://bitcointalk.org/index.php?topic=4834 (https://bitcointalk.org/index.php?topic=4834706.0)
arcmetal
Full Member
***
Offline Offline

Activity: 287
Merit: 159



View Profile
August 10, 2018, 12:21:21 AM
Last edit: August 10, 2018, 05:46:50 AM by arcmetal
 #24

...

Good news.  I managed to compile and run the old Sprouts wallet using QT Creator on a Mac.  Now I can make changes if I want.
Sweet!  This means that you got past the errors and warnings.  Make a copy, and mess with it as much as you want.

I haven't used qt creator, but I am going to guess that it should let you cross compile a version for the Mac, linux, and windows.

I got past the errors but there are still warnings such as implicit conversions, zero as null pointers repeating over and over (1020 all together).  
Can you post (copy and paste) the exact warning?  Its possible the fix is an option missing from the linking, or  compiling. The solution should not be a change in the code.

The topic appears to be a well known problem:
http://scottmeyers.blogspot.com/2015/11/breaking-all-eggs-in-c.html


DZPrince (OP)
Jr. Member
*
Offline Offline

Activity: 116
Merit: 8


View Profile
August 10, 2018, 10:27:31 PM
 #25

...

Good news.  I managed to compile and run the old Sprouts wallet using QT Creator on a Mac.  Now I can make changes if I want.
Sweet!  This means that you got past the errors and warnings.  Make a copy, and mess with it as much as you want.

I haven't used qt creator, but I am going to guess that it should let you cross compile a version for the Mac, linux, and windows.

I got past the errors but there are still warnings such as implicit conversions, zero as null pointers repeating over and over (1020 all together).  
Can you post (copy and paste) the exact warning?  Its possible the fix is an option missing from the linking, or  compiling. The solution should not be a change in the code.

The topic appears to be a well known problem:
http://scottmeyers.blogspot.com/2015/11/breaking-all-eggs-in-c.html








So I re-compiled and there are 233 warnings.  I don't even know if I can copy and paste as I have to do it one by one.  I did notice that the following keeps on repeating:

/Users/skourdes/Downloads/sprouts-master/src/script.h:451: warning: variable 'nSize' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
            else if (opcode == OP_PUSHDATA4)
                     ^~~~~~~~~~~~~~~~~~~~~~

Sprouts Classic 2% Daily APR Interest, 730% a year https://bitcointalk.org/index.php?topic=4834 (https://bitcointalk.org/index.php?topic=4834706.0)
DZPrince (OP)
Jr. Member
*
Offline Offline

Activity: 116
Merit: 8


View Profile
August 11, 2018, 01:57:24 AM
Last edit: August 13, 2018, 03:57:49 PM by DZPrince
 #26

I have changed the splash page for the Sprouts Classic to be as below:

https://s15.postimg.cc/6rheslukr/sprouts_splash.png

And the icon is the same but the color more tinted:

https://s15.postimg.cc/6rhesqcm3/sprouts.png

Below is a screenshot of the Sprouts Classic About page:

https://s15.postimg.cc/ydgi29za3/About_Sprouts_Classic.png

Sprouts Classic 2% Daily APR Interest, 730% a year https://bitcointalk.org/index.php?topic=4834 (https://bitcointalk.org/index.php?topic=4834706.0)
arcmetal
Full Member
***
Offline Offline

Activity: 287
Merit: 159



View Profile
August 11, 2018, 07:53:24 AM
 #27

I announced the sprouts block on my stream last night at http://twitch.tv/junsonmingchan and it's almost done syncing on the public page but here is the sprouts block explorer:

http://sproutsblock.com
Very nice.  Smiley   I like the classic logo.

Am I reading that right?  It says there are over 20 trillion coins.
arcmetal
Full Member
***
Offline Offline

Activity: 287
Merit: 159



View Profile
August 11, 2018, 07:54:01 AM
 #28

These links didn't come up for me.
arcmetal
Full Member
***
Offline Offline

Activity: 287
Merit: 159



View Profile
August 11, 2018, 08:11:24 AM
Last edit: August 11, 2018, 08:21:44 AM by arcmetal
 #29

...

Good news.  I managed to compile and run the old Sprouts wallet using QT Creator on a Mac.  Now I can make changes if I want.
Sweet!  This means that you got past the errors and warnings.  Make a copy, and mess with it as much as you want.

I haven't used qt creator, but I am going to guess that it should let you cross compile a version for the Mac, linux, and windows.

I got past the errors but there are still warnings such as implicit conversions, zero as null pointers repeating over and over (1020 all together).  
Can you post (copy and paste) the exact warning?  Its possible the fix is an option missing from the linking, or  compiling. The solution should not be a change in the code.

The topic appears to be a well known problem:
http://scottmeyers.blogspot.com/2015/11/breaking-all-eggs-in-c.html


So I re-compiled and there are 233 warnings.  I don't even know if I can copy and paste as I have to do it one by one.  I did notice that the following keeps on repeating:

/Users/skourdes/Downloads/sprouts-master/src/script.h:451: warning: variable 'nSize' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
            else if (opcode == OP_PUSHDATA4)
                     ^~~~~~~~~~~~~~~~~~~~~~

It appears that getting a lot of the above is just noise from the compiler.  You can turn those warnings off by removing the option you listed: "-Wsometimes-uninitialized".  Remove that and most of those should turn off.
https://stackoverflow.com/questions/17705880/gcc-failing-to-warn-of-uninitialized-variable

What is more important is having no errors, then of secondary importance is usually the first and second warning. What are they?  --- Getting rid of the first warning can be helpful, but it may not matter that much, it depends on what it is.
GoldSeal
Legendary
*
Offline Offline

Activity: 1862
Merit: 1002



View Profile
August 12, 2018, 10:11:26 PM
 #30

BTW, I messaged a friend of mine who owns an exchange and asked him to consider listing sprouts classic. He said he would look into it. If there is a new cleaned up version of the wallet, it may make it easier to integrate.

Moving to Puerto Rico...
DZPrince (OP)
Jr. Member
*
Offline Offline

Activity: 116
Merit: 8


View Profile
August 13, 2018, 12:22:59 AM
 #31


Try these links:

https://s15.postimg.cc/6rheslukr/sprouts_splash.png
https://s15.postimg.cc/6rhesqcm3/sprouts.png

Sprouts Classic 2% Daily APR Interest, 730% a year https://bitcointalk.org/index.php?topic=4834 (https://bitcointalk.org/index.php?topic=4834706.0)
Bertram89
Member
**
Offline Offline

Activity: 294
Merit: 12


View Profile
August 13, 2018, 03:36:43 AM
 #32

Good project with interesting concept.
DZPrince (OP)
Jr. Member
*
Offline Offline

Activity: 116
Merit: 8


View Profile
August 13, 2018, 07:47:06 PM
 #33

So, here is the update in compiling the Sprouts Classic wallet using QT Creator on a Mac:

When I compile it in Debug, Profile and Release it will succeed.

I have branched the gjhiggins/sprouts repository and called it sproutsclassic on Github for others that want to have access to the source code.  I have committed the changes now.  Perhaps I can get assistance to see if I can get rid of warnings which I have mentioned in previous responses.  I have not compiled it in Windows to see what I will get and wanted to know if someone can download QT Creator for Windows then download the source code from GitHub by downloading a software called Sourcetree.

https://www.sourcetreeapp.com

This software is really good in that you can commit changes through the code as a team on Windows or Mac.

What I am finding out is that the executable on the Mac will generate but for some reason the icon does not show when I run it in the taskbar.  I wonder if I have to build it a certain way for deployment.

I will keep you posted.

Sprouts Classic 2% Daily APR Interest, 730% a year https://bitcointalk.org/index.php?topic=4834 (https://bitcointalk.org/index.php?topic=4834706.0)
arcmetal
Full Member
***
Offline Offline

Activity: 287
Merit: 159



View Profile
August 14, 2018, 12:25:11 AM
 #34

So, here is the update in compiling the Sprouts Classic wallet using QT Creator on a Mac:

When I compile it in Debug, Profile and Release it will succeed.

I have branched the gjhiggins/sprouts repository and called it sproutsclassic on Github for others that want to have access to the source code.  I have committed the changes now.  Perhaps I can get assistance to see if I can get rid of warnings which I have mentioned in previous responses.  I have not compiled it in Windows to see what I will get and wanted to know if someone can download QT Creator for Windows then download the source code from GitHub by downloading a software called Sourcetree.

https://www.sourcetreeapp.com

This software is really good in that you can commit changes through the code as a team on Windows or Mac.

What I am finding out is that the executable on the Mac will generate but for some reason the icon does not show when I run it in the taskbar.  I wonder if I have to build it a certain way for deployment.

I will keep you posted.
You can rely a bit more on my assistance after I get back from the beach sometime around Sept 1st.
arcmetal
Full Member
***
Offline Offline

Activity: 287
Merit: 159



View Profile
August 14, 2018, 12:26:54 AM
 #35

BTW, I messaged a friend of mine who owns an exchange and asked him to consider listing sprouts classic. He said he would look into it. If there is a new cleaned up version of the wallet, it may make it easier to integrate.
This sounds promising.

Also, it looks like DZPrince is making good progress on getting a cleaned up copy of the wallet.
GoldSeal
Legendary
*
Offline Offline

Activity: 1862
Merit: 1002



View Profile
August 14, 2018, 12:54:47 AM
 #36

Best thing to do is make a new version of the sprouts classic wallet with whatever fixes it needs and also blacklist the auxillium accounts to make their coins undependable. Then it will be safe to get sprouts classic on a new exchange and get the ball rolling again. Also should add limits so people can't run >2b coin transaction. Anybody currently working on a sprouts classic wallet?

Moving to Puerto Rico...
CryptoWiz420
Hero Member
*****
Offline Offline

Activity: 564
Merit: 516


View Profile WWW
August 15, 2018, 12:30:14 AM
 #37

This is exactly what I am trying to be on board with and I know milly6 is as well

Get PUNZ now
PUNZ: Making Crypto Great Again. Swap Many Coins To Punz, FREE!
CryptoWiz420
Hero Member
*****
Offline Offline

Activity: 564
Merit: 516


View Profile WWW
August 15, 2018, 12:39:03 AM
 #38

Godaddy is having issues right now but I think it should be up by tomorrow hopefully. I'll try to get it the process started tonight though since i have the domain and server already bought. I'll let you know when it's ready with the link

I just downloaded the Sprouts wallet source code to get an understanding of it.  Let me see if I can fix the 1 billion error and increase it to, like, 40 billion.  Also I will change it to be Sprouts Classic to be unique and independent from the failed HF wallet.

You should be able to increase this easily to 200 billion but I think the problem there is that it will require a hardfork of some sort.. I have tried similar before and it does stake but is orphaned every time.

Get PUNZ now
PUNZ: Making Crypto Great Again. Swap Many Coins To Punz, FREE!
DZPrince (OP)
Jr. Member
*
Offline Offline

Activity: 116
Merit: 8


View Profile
August 15, 2018, 09:22:34 PM
 #39

Godaddy is having issues right now but I think it should be up by tomorrow hopefully. I'll try to get it the process started tonight though since i have the domain and server already bought. I'll let you know when it's ready with the link

I just downloaded the Sprouts wallet source code to get an understanding of it.  Let me see if I can fix the 1 billion error and increase it to, like, 40 billion.  Also I will change it to be Sprouts Classic to be unique and independent from the failed HF wallet.

You should be able to increase this easily to 200 billion but I think the problem there is that it will require a hardfork of some sort.. I have tried similar before and it does stake but is orphaned every time.

Hi CryptoWiz420,

And this is what I want to prevent is another hard fork.  I just want to bring back Sprouts Classic for the community to benefit and fix any existing problems in the current wallet.  Right now I am having issues compiling now under QT Creator where it is for some reason spitting out an error that it cannot find the optionsdialog.moc file when I build the project.  I read all over the internet to try to find a solution for this and even re-installed QT Creator yesterday.  Let me see when I refresh the project.  I am currently compiling on a MacOS and will install QT Creator on my Windows 10 side to compile there.  I have installed Sourcetree to branch the current sprouts for others that want to pull my current project.

Sprouts Classic 2% Daily APR Interest, 730% a year https://bitcointalk.org/index.php?topic=4834 (https://bitcointalk.org/index.php?topic=4834706.0)
arcmetal
Full Member
***
Offline Offline

Activity: 287
Merit: 159



View Profile
August 15, 2018, 10:20:00 PM
 #40

Godaddy is having issues right now but I think it should be up by tomorrow hopefully. I'll try to get it the process started tonight though since i have the domain and server already bought. I'll let you know when it's ready with the link

I just downloaded the Sprouts wallet source code to get an understanding of it.  Let me see if I can fix the 1 billion error and increase it to, like, 40 billion.  Also I will change it to be Sprouts Classic to be unique and independent from the failed HF wallet.

You should be able to increase this easily to 200 billion but I think the problem there is that it will require a hardfork of some sort.. I have tried similar before and it does stake but is orphaned every time.

Hi CryptoWiz420,

And this is what I want to prevent is another hard fork.  I just want to bring back Sprouts Classic for the community to benefit and fix any existing problems in the current wallet.  Right now I am having issues compiling now under QT Creator where it is for some reason spitting out an error that it cannot find the optionsdialog.moc file when I build the project.  I read all over the internet to try to find a solution for this and even re-installed QT Creator yesterday.  Let me see when I refresh the project.  I am currently compiling on a MacOS and will install QT Creator on my Windows 10 side to compile there.  I have installed Sourcetree to branch the current sprouts for others that want to pull my current project.
It seems this could be a missing link to some qt library, or something close to this.  Try these links to see if they have a solution:
https://stackoverflow.com/questions/4203122/qt-cannot-find-moc-file
https://askubuntu.com/questions/878130/qt-3-x-not-found-please-set-qt-include-qt-lib-moc-by-hand-on-my-ubuntu14-04
https://www.dash.org/forum/threads/darkcoin-qt-wont-link.1864/
https://stackoverflow.com/questions/15821663/what-is-the-lrt-flag-in-gnu-make

Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 »  All
  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!