Pages:
Author

Topic: [RESURRECTION] Bringing Life to Growthcoin (GRW) , MADATORY UPDATE TO 1.3.0 - page 9. (Read 34583 times)

sr. member
Activity: 296
Merit: 250
hi,

I close the pool for today as at midnight it seems that there was a fork in the network.

I so install the new client daemon and download all the blockchain again.

Maybe the pool will be up for this night.

Thanks
sr. member
Activity: 504
Merit: 254
Hey guys here are the new commits to the source.

I activated the DNS seeds witch greatly improves the get connection time when the client is freshly installed or the peers.dat file deleted. I managed to get connected within seconds with a fresh install... no config file to mess with Smiley

I have setup a dns seed host (seed.grw.blockx.info). I plan to make it an automated process so the host can scan for good nodes to connect to in realtime.

If someone wants to host another dns seed host for redundancy please do so. send me the link and I will add it to the source.

If you can setup a static node, that will also be a great addition for the network.


I can host DNS seed host but need some directions how to setup it properly - never did it before  Smiley
Already run two GRW static nodes on my servers.

The quick and dirty way is to manually add ip addresses of connected nodes of the network using the default port 17177, to the A records of an address (seed.growthco.in for instance)

The more proper way would be to setup https://github.com/iamunick/bitcoin-seeder on a server so it can scan periodically the network and return active nodes.

you can check these 2 repositories to find out the changes made to the bitcoin-seeder so it listen on the correct network.

https://github.com/JoiBlumen/auroracoin-seeder
https://github.com/Bushstar/worldcoin-seeder
legendary
Activity: 968
Merit: 1002
Hey guys here are the new commits to the source.

I activated the DNS seeds witch greatly improves the get connection time when the client is freshly installed or the peers.dat file deleted. I managed to get connected within seconds with a fresh install... no config file to mess with Smiley

I have setup a dns seed host (seed.grw.blockx.info). I plan to make it an automated process so the host can scan for good nodes to connect to in realtime.

If someone wants to host another dns seed host for redundancy please do so. send me the link and I will add it to the source.

If you can setup a static node, that will also be a great addition for the network.


I can host DNS seed host but need some directions how to setup it properly - never did it before  Smiley
Already run two GRW static nodes on my servers.
newbie
Activity: 16
Merit: 0
Hey Ice00, it looks like the pool stratum is down, i cant seem to connect Sad

also do you have an address i could donate to for running the pool? Cheesy

hi,

apparently it was active (I get no one warning by the software).

This is due to the time the daemon need to startup (some minutes): if stratum start when the daemon is at 50% of starting, it find it up and so it not terminate, but at the sametime it is not able to use the daemon (server was reboot as new MPOS installed into one pool change the directory structure and this cause it to saturate apache resources. Now I see how to make the changes for all the others).

Now stratum is running good. Thanks.

I'm compiling the new daemon from the new source, then I will try to run another instance of the software to let it creating the new database structure without stop the pool working and only when ready make the instant switch.

p.s.
for the donation address I will send a pm
Thanks

thanks you sir for your prompt reply! Cheesy
sr. member
Activity: 296
Merit: 250
Hey Ice00, it looks like the pool stratum is down, i cant seem to connect Sad

also do you have an address i could donate to for running the pool? Cheesy

hi,

apparently it was active (I get no one warning by the software).

This is due to the time the daemon need to startup (some minutes): if stratum start when the daemon is at 50% of starting, it find it up and so it not terminate, but at the sametime it is not able to use the daemon (server was reboot as new MPOS installed into one pool change the directory structure and this cause it to saturate apache resources. Now I see how to make the changes for all the others).

Now stratum is running good. Thanks.

I'm compiling the new daemon from the new source, then I will try to run another instance of the software to let it creating the new database structure without stop the pool working and only when ready make the instant switch.

p.s.
for the donation address I will send a pm
Thanks
newbie
Activity: 16
Merit: 0
is grw.multi-pool.info down? its the only grw pool i know of and the frond end at least seems to be down, my comps are still mining though apparently...

It's only the front end, owner will fix it soon. Mining works fine.

hi,
sorry for the trouble, but MPOS emails that pool front-end was not working finish in spam folder (by the internet provider), so I did not see it yesterday (I always check stratum mining every day, so it was running)! This is due that I have shot time skeduled crons (for short payout), and so it generates many mails of errors in short time and provider thinks it is spam.

now it is fixed

Thanks

Hey Ice00, it looks like the pool stratum is down, i cant seem to connect Sad

also do you have an address i could donate to for running the pool? Cheesy
sr. member
Activity: 266
Merit: 250
Colossuscoin - the future of payment methods


I'm loving your updates! Do you have a listing of your "to-do" stuff so we know what to look forward to? Or just kind of knocking out things randomly?

My goal is to bring the wallet close to the security and features of the HoboNickels wallet.  Plus some of the features mentioned by users on this thread.

So you have that to look forward too  Wink

great!
sr. member
Activity: 504
Merit: 254


I'm loving your updates! Do you have a listing of your "to-do" stuff so we know what to look forward to? Or just kind of knocking out things randomly?

My goal is to bring the wallet close to the security and features of the HoboNickels wallet.  Plus some of the features mentioned by users on this thread.

So you have that to look forward too  Wink
legendary
Activity: 1988
Merit: 1007
sr. member
Activity: 504
Merit: 254
Here's some more commits

Add RelayTransaction
https://github.com/iamunick/growthcoin/commit/dffe963de32cb0e5fdb2cf9c6e8d324a8f7fe007

Orphan DoS Fix
https://github.com/iamunick/growthcoin/commit/f4934605634288be06c9c1582975cb7ea0bb55cd

Add Check Point Policy, default Permissive. Remove nosynccheckpoints - Thinking of using automatic checkpointing
https://github.com/iamunick/growthcoin/commit/f679623fb8e4abb3f8969ff520760e707b660620

Checkblock optimization
https://github.com/iamunick/growthcoin/commit/bfac52528e932aa4b19ed6451ea5c280c4787462

Add new checkpoint & Remove master public key
https://github.com/iamunick/growthcoin/commit/fc1a006b656e255146dd83239013f3c849c855fd

Use notification center popups to show new notifications on the Mac
https://github.com/iamunick/growthcoin/commit/f8b269c077da0c68cdef760622e2997a5c6b00b3

Add copyTxIDAction
https://github.com/iamunick/growthcoin/commit/9e5f9a829298fa121b586b4054669a55c68830e6

getLastBlockDate fix
https://github.com/iamunick/growthcoin/commit/4c531b68455ae5859de83528c120f241acea7f56

Freedesktop Fix
https://github.com/iamunick/growthcoin/commit/fc454bb844758f8acdcfb7b965f77d2e0fdb7b17

Optional size parameter for keypoolrefill rpc command
https://github.com/iamunick/growthcoin/commit/219a1c924bb75ea40b5d496f12c30620e33f531d

Fix some memory exhaustion bug
https://github.com/iamunick/growthcoin/commit/3a556b7cbadfe2e90747083440eed5c9ad1f2032

Enable DB Log Flags
https://github.com/iamunick/growthcoin/commit/9be3702b930fbcb2ce69f376ab2d8daf29530b5e

Add Stake Yearly Interest to getmininginfo rpc command
https://github.com/iamunick/growthcoin/commit/113318cd9fd61e1629d70897c3b4425f65fca73e

Remove testnet's genesis block hash
https://github.com/iamunick/growthcoin/commit/ba38b48cbb972eff1795f3ad7e508e2abf7c63f7

Add getbestblockhash rpc command
https://github.com/iamunick/growthcoin/commit/57897dee7f89955df4a0aaf8d0bea1df46070525

Fix IPV6 bug on Win32
https://github.com/iamunick/growthcoin/commit/c02536369c52d927675a31ba7a7e5e5242ed27c8

Modified dump to peers.dat to 10 minutes
https://github.com/iamunick/growthcoin/commit/7a35545ed753f3c577684270ca659806bbc2dd77

Change default outbound connections to 16 - This should help with the number of active connections
https://github.com/iamunick/growthcoin/commit/09af692e7314d584a714d802fa9153993403acb2

Added some DoS protection
https://github.com/iamunick/growthcoin/commit/4456ad24cbd43e0a5390a0a4e62d503f23bcfd87
https://github.com/iamunick/growthcoin/commit/a4dd1bb37de725d01287ea45a580e1a5acb5a371

Extend coinstake reward verification error message
https://github.com/iamunick/growthcoin/commit/a4f778bab0ebfd7339aafcf1f7cd158c3a29e2e3

I will update the repairwallet rpc command to get rid of the orphans in the wallet and add an unlock button for staking for the official 1.3.0.0 release
sr. member
Activity: 504
Merit: 254
Maybe some new logos would be useful?  Smiley




Here are bigger 500x500 versions.

Those are cool Smiley

I'll let people choose and I will include the one people chose in the final release of version 1.3.0.0
legendary
Activity: 968
Merit: 1002
Maybe some new logos would be useful?  Smiley




Here are bigger 500x500 versions.
sr. member
Activity: 266
Merit: 250
Colossuscoin - the future of payment methods
the price of grw on allcoin.com is rising.
legendary
Activity: 968
Merit: 1002
Don't worry, I put this up mainly so people can follow the changes and to be as transparent as possible Tongue

the URI fixes is to be able to link a growthcoin://ADDRESSHERE to the client (when you click on an address on a website to make a payment for instance).

I still have a few minor changes I want to include before I set to build the windows version. That being said, if you or someone else wants to compile, they are free to do so Smiley
I've been looking through the source and there's a few things left from the old versions, but it's coming along nicely.

Next release, say 1.3.1.x maybe we can add a "Unlock Wallet" feature/button on the "overview" page/section, like Peercoin, Mintcoin, Jackpotcoin wallets have. What do you guys say?

would be great  Smiley
sr. member
Activity: 266
Merit: 250
Colossuscoin - the future of payment methods
Don't worry, I put this up mainly so people can follow the changes and to be as transparent as possible Tongue

the URI fixes is to be able to link a growthcoin://ADDRESSHERE to the client (when you click on an address on a website to make a payment for instance).

I still have a few minor changes I want to include before I set to build the windows version. That being said, if you or someone else wants to compile, they are free to do so Smiley
I've been looking through the source and there's a few things left from the old versions, but it's coming along nicely.

Next release, say 1.3.1.x maybe we can add a "Unlock Wallet" feature/button on the "overview" page/section, like Peercoin, Mintcoin, Jackpotcoin wallets have. What do you guys say?

i agree  Kiss

hero member
Activity: 553
Merit: 500
Solo Miner Legend
Don't worry, I put this up mainly so people can follow the changes and to be as transparent as possible Tongue

the URI fixes is to be able to link a growthcoin://ADDRESSHERE to the client (when you click on an address on a website to make a payment for instance).

I still have a few minor changes I want to include before I set to build the windows version. That being said, if you or someone else wants to compile, they are free to do so Smiley
I've been looking through the source and there's a few things left from the old versions, but it's coming along nicely.

Next release, say 1.3.1.x maybe we can add a "Unlock Wallet" feature/button on the "overview" page/section, like Peercoin, Mintcoin, Jackpotcoin wallets have. What do you guys say?
sr. member
Activity: 504
Merit: 254
legendary
Activity: 1988
Merit: 1007
sr. member
Activity: 504
Merit: 254
Hey guys here are the new commits to the source.

I activated the DNS seeds witch greatly improves the get connection time when the client is freshly installed or the peers.dat file deleted. I managed to get connected within seconds with a fresh install... no config file to mess with Smiley

I have setup a dns seed host (seed.grw.blockx.info). I plan to make it an automated process so the host can scan for good nodes to connect to in realtime.

If someone wants to host another dns seed host for redundancy please do so. send me the link and I will add it to the source.

If you can setup a static node, that will also be a great addition for the network.



Change some variable to Volatile
https://github.com/iamunick/growthcoin/commit/1a9f4fc26bc868683c844fecd45fce4a6f819a03

Create client release information
https://github.com/iamunick/growthcoin/commit/e2bade9cc54727821c215be27e8bc6dae0addf84

Add status tips when mouse hover a button
https://github.com/iamunick/growthcoin/commit/31b36cf9182387daa99d53e184bf07a707914f8f

Clear RPC console scroll back when clear button is used
https://github.com/iamunick/growthcoin/commit/487038560e34b13ebb2fcd35f66f492da413bb5e

Change how vchData is cleared
https://github.com/iamunick/growthcoin/commit/a89b210ef5b0fb25adfb5bebf5d5463513fa9985

Set Sign message as a constant var
https://github.com/iamunick/growthcoin/commit/ead8a17994c62bd5787fffc0cda6d69119536f62

Update Message Box Buttons
https://github.com/iamunick/growthcoin/commit/050df8750a8fc368d43c0a26d8fea25b2726fc1c

Change GUI error box to GUI message box
https://github.com/iamunick/growthcoin/commit/ceff3cf3ccb37130436728ef9ae2f88961b21990

Correct header name of bitcoinamountfield
https://github.com/iamunick/growthcoin/commit/fa2cb181692115a2a6992e39b4ed16145ae2c176

Activated DNS Seeds
https://github.com/iamunick/growthcoin/commit/3aa8a1c46fb75c3afab253a7f4b5d52f667a11d6

Do not return addresses older than specified lifespan
https://github.com/iamunick/growthcoin/commit/d0c440f67fcd85de96ef9c97d3509aebfe0603b2

Change notificator to use message
https://github.com/iamunick/growthcoin/commit/615d3c02efcb5dc376a7b050daa3a7086910b1f3

Split trayIcon and trayIconMenu. Init menu after fully loaded
https://github.com/iamunick/growthcoin/commit/e16ad67653e323574d8227422cf0b98faab66f79
https://github.com/iamunick/growthcoin/commit/436fade4bd7d38c802e2d946d9c1a2c1440564bc

Change Encrypt status tip
https://github.com/iamunick/growthcoin/commit/1482a0bb5a0e11178a46047b189cb532f3ed31c7

Changes to numBlocks
https://github.com/iamunick/growthcoin/commit/5b2a77e9f98afa2c8d138c2b4e8ac0c78ab9cc08

Small changes to transactionrecord/table model
https://github.com/iamunick/growthcoin/commit/b9838c57626885fbf7e3bdd7b83145fd1b7396b0

ToolTipToRichTextFilter::eventFilter Fix
https://github.com/iamunick/growthcoin/commit/ab9039d8d624ad1d61c4411f4ee1e4906bfeefb5

URI Fixes
https://github.com/iamunick/growthcoin/commit/543bde2f2092b26f128ce4a79b85e43cb3904401
sr. member
Activity: 266
Merit: 250
Colossuscoin - the future of payment methods
Pages:
Jump to: