Author

Topic: [ANN][CON] PayCon™ HI POS | LiteStake | Multisend | TOR | Android - page 112. (Read 179167 times)

legendary
Activity: 882
Merit: 1024
legendary
Activity: 882
Merit: 1024
...
If you are a bit savvy with compiling from source as well, you can also change the split and combine thresholds in the wallet.cpp file to help you split and combine your Blocks more efficiently and at a later date, user adjustable thresholds will be part of a wallet update.
...

You mean this part in wallet.cpp?

22 unsigned int nStakeSplitAge = 5 * 24 * 60 * 60;
23 int64_t nStakeCombineThreshold = 500 * COIN;


Interesting, but then I have to compile again.



Yes, you would have to compile again.

If you were running on Linux, you could compile it into another directory and switch as you need.

The actual function of what that does is that after 5 days, it will combine multiple Blocks under 500 and the reward into one single Block. If it's past 5 days and you Stake with a Block but it's the only Block in the address or above 500, it will still combine the Block and reward into a single Block. You wouldn't want all your Blocks combining though as it's important for security of the network to have a lot of Blocks competing on the network for Stake and more Blocks gives you a higher chance to Stake.

Well, I have installed 2 new PayCon wallets.
The first was compiled with the modified wallet.cpp, the second with the original file. Both Wallets are running simultaneously.
If everything works well, after a few days I will report the results ... And I have to make me a little familiar with the coin control function.


Fantastic, I look forward to your results.

I also included use of "Use of minimal Coinage when sending" function borrowed from BlackCoin that you can use as well, it will pull from your youngest Coins automatically when sending.
hero member
Activity: 910
Merit: 510
...
If you are a bit savvy with compiling from source as well, you can also change the split and combine thresholds in the wallet.cpp file to help you split and combine your Blocks more efficiently and at a later date, user adjustable thresholds will be part of a wallet update.
...

You mean this part in wallet.cpp?

22 unsigned int nStakeSplitAge = 5 * 24 * 60 * 60;
23 int64_t nStakeCombineThreshold = 500 * COIN;


Interesting, but then I have to compile again.



Yes, you would have to compile again.

If you were running on Linux, you could compile it into another directory and switch as you need.

The actual function of what that does is that after 5 days, it will combine multiple Blocks under 500 and the reward into one single Block. If it's past 5 days and you Stake with a Block but it's the only Block in the address or above 500, it will still combine the Block and reward into a single Block. You wouldn't want all your Blocks combining though as it's important for security of the network to have a lot of Blocks competing on the network for Stake and more Blocks gives you a higher chance to Stake.

Well, I have installed 2 new PayCon wallets.
The first was compiled with the modified wallet.cpp, the second with the original file. Both Wallets are running simultaneously.
If everything works well, after a few days I will report the results ... And I have to make me a little familiar with the coin control function.
legendary
Activity: 882
Merit: 1024
Oh that's awesome. I had an idea to start a coin where every Bitcoin holder got some. Now I'm just holding my paycon ready for the honors program. My 50 CON will get me $1000!

I'm pretty great at php but I'm taking a break for a while. Looking for Bitcoin opportunities.

What is php mainly used for? I remember rewt made an exchange for someone with php but it had been hacked. From my understanding php has a lot of security holes and not well suited for Cryptocurrencies in general.

More novices use php hence the bad reputation. There's also problems with large integers that if you didn't know about can cause losses. Many beginners also forget sql transactions and let race errors happen. But Facebook and Yahoo use php exceedingly well.

How versed are you with C/C++ ?

I also created paycon.slack.com group if you want to sign up, you can even do it with a throwaway email address and helps for people to communicate a little more privately.

I don't know any c.

I'll try the slack group.

That's all good, I'm still progressing myself. I think of this as more of a learning experience and trying some new stuff and to create a Cryptocurrency that actually increases in value over time, even on the charts. I definitely can't do it all on my own and I like sharing knowledge, I find most everyone has their own niche' in which there are certain things they really excel at. Let's trade ideas and see what we can make.

You'll need to send me the email address in which you register with (or post it here) so I can validate it for paycon.slack.com
legendary
Activity: 2912
Merit: 1060
Oh that's awesome. I had an idea to start a coin where every Bitcoin holder got some. Now I'm just holding my paycon ready for the honors program. My 50 CON will get me $1000!

I'm pretty great at php but I'm taking a break for a while. Looking for Bitcoin opportunities.

What is php mainly used for? I remember rewt made an exchange for someone with php but it had been hacked. From my understanding php has a lot of security holes and not well suited for Cryptocurrencies in general.

More novices use php hence the bad reputation. There's also problems with large integers that if you didn't know about can cause losses. Many beginners also forget sql transactions and let race errors happen. But Facebook and Yahoo use php exceedingly well.

How versed are you with C/C++ ?

I also created paycon.slack.com group if you want to sign up, you can even do it with a throwaway email address and helps for people to communicate a little more privately.

I don't know any c.

I'll try the slack group.
legendary
Activity: 882
Merit: 1024
Just thought to share that BTER is back again, so @Crestington, if you find it noteworthy to get listed there, then let's do it again... Smiley

Yeah I'm not sure. I heard it was back up a couple days ago but trading is still disabled. I still have 8 votes per hour though and CON is ranked 49th out of 250 so I guess it all depends how the restructuring pans out.
legendary
Activity: 882
Merit: 1024
Oh that's awesome. I had an idea to start a coin where every Bitcoin holder got some. Now I'm just holding my paycon ready for the honors program. My 50 CON will get me $1000!

I'm pretty great at php but I'm taking a break for a while. Looking for Bitcoin opportunities.

What is php mainly used for? I remember rewt made an exchange for someone with php but it had been hacked. From my understanding php has a lot of security holes and not well suited for Cryptocurrencies in general.

More novices use php hence the bad reputation. There's also problems with large integers that if you didn't know about can cause losses. Many beginners also forget sql transactions and let race errors happen. But Facebook and Yahoo use php exceedingly well.

How versed are you with C/C++ ?

I also created paycon.slack.com group if you want to sign up, you can even do it with a throwaway email address and helps for people to communicate a little more privately.
legendary
Activity: 1246
Merit: 1000
!!! RiSe aBovE ThE StoRm !!!
Just thought to share that BTER is back again, so @Crestington, if you find it noteworthy to get listed there, then let's do it again... Smiley
sr. member
Activity: 350
Merit: 250
PHP is common and its more vulnerable.
legendary
Activity: 2912
Merit: 1060
Oh that's awesome. I had an idea to start a coin where every Bitcoin holder got some. Now I'm just holding my paycon ready for the honors program. My 50 CON will get me $1000!

I'm pretty great at php but I'm taking a break for a while. Looking for Bitcoin opportunities.

What is php mainly used for? I remember rewt made an exchange for someone with php but it had been hacked. From my understanding php has a lot of security holes and not well suited for Cryptocurrencies in general.

More novices use php hence the bad reputation. There's also problems with large integers that if you didn't know about can cause losses. Many beginners also forget sql transactions and let race errors happen. But Facebook and Yahoo use php exceedingly well.
legendary
Activity: 882
Merit: 1024
Oh that's awesome. I had an idea to start a coin where every Bitcoin holder got some. Now I'm just holding my paycon ready for the honors program. My 50 CON will get me $1000!

I'm pretty great at php but I'm taking a break for a while. Looking for Bitcoin opportunities.

What is php mainly used for? I remember rewt made an exchange for someone with php but it had been hacked. From my understanding php has a lot of security holes and not well suited for Cryptocurrencies in general.
legendary
Activity: 2912
Merit: 1060
Oh that's awesome. I had an idea to start a coin where every Bitcoin holder got some. Now I'm just holding my paycon ready for the honors program. My 50 CON will get me $1000!

I'm pretty great at php but I'm taking a break for a while. Looking for Bitcoin opportunities.
legendary
Activity: 882
Merit: 1024
I just went all in on con

Yay! bitpop! we have a master in our midst, you gotta teach me everything you know about security, I'm getting a lot better but I saw you giving Coinfire lessons on solid encryption.

If you let me in on the secret pos key so I can dump daily with you

I'm helping to pump already https://bitcointalksearch.org/topic/m.10564720

Unfortunately there is no secret pos key, PayCon only delivers the truth, raw and uncensored Tongue

Have you by chance worked with the Clams distribution before? I am looking for some help for my other project and want to learn it myself. What I am thinking with the Clams distribution is that later on as a Blockchain gets too large that all the excess Bloat could be trimmed off rather than forever bootstrapping an increasing ledger. Personally I think Blockchain bloat is a huge issue no one ever really looks at. There is so much I still need to learn myself, this is a great learning experience for me but I hope to find a few people that can show me a few things rather than having to dig through google.

How about you teach me your ways and I'll give you some CON?

I wish I could help but I'm a php developer. Never heard of clams. Loljosh made bitpopcoin for me back in the day.

Yeah loljosh made up some sourcecode for me as well but I ended up reworking all the code myself, changing all the values, adding in all the icons and images, changing the algo, adding in a couple features. He has a better compilation setup for windows than I do though so has helped me here and there with a bit of compiling and mining.

What can you do in php? I don't know php at all but all coding languages are pretty similar.

The Clams distribution is where you take the balances of one Blockchain and set it as a redeem script on another Blockchain in which you can use your keys to retrieve the Coins.
legendary
Activity: 2912
Merit: 1060
I just went all in on con

Yay! bitpop! we have a master in our midst, you gotta teach me everything you know about security, I'm getting a lot better but I saw you giving Coinfire lessons on solid encryption.

If you let me in on the secret pos key so I can dump daily with you

I'm helping to pump already https://bitcointalksearch.org/topic/m.10564720

Unfortunately there is no secret pos key, PayCon only delivers the truth, raw and uncensored Tongue

Have you by chance worked with the Clams distribution before? I am looking for some help for my other project and want to learn it myself. What I am thinking with the Clams distribution is that later on as a Blockchain gets too large that all the excess Bloat could be trimmed off rather than forever bootstrapping an increasing ledger. Personally I think Blockchain bloat is a huge issue no one ever really looks at. There is so much I still need to learn myself, this is a great learning experience for me but I hope to find a few people that can show me a few things rather than having to dig through google.

How about you teach me your ways and I'll give you some CON?

I wish I could help but I'm a php developer. Never heard of clams. Loljosh made bitpopcoin for me back in the day.
legendary
Activity: 882
Merit: 1024
I just went all in on con

Yay! bitpop! we have a master in our midst, you gotta teach me everything you know about security, I'm getting a lot better but I saw you giving Coinfire lessons on solid encryption.

If you let me in on the secret pos key so I can dump daily with you

I'm helping to pump already https://bitcointalksearch.org/topic/m.10564720

Unfortunately there is no secret pos key, PayCon only delivers the truth, raw and uncensored Tongue

Have you by chance worked with the Clams distribution before? I am looking for some help for my other project and want to learn it myself. What I am thinking with the Clams distribution is that later on as a Blockchain gets too large that all the excess Bloat could be trimmed off rather than forever bootstrapping an increasing ledger. Personally I think Blockchain bloat is a huge issue no one ever really looks at. There is so much I still need to learn myself, this is a great learning experience for me but I hope to find a few people that can show me a few things rather than having to dig through google.

How about you teach me your ways and I'll give you some CON?
legendary
Activity: 2912
Merit: 1060
I just went all in on con

Yay! bitpop! we have a master in our midst, you gotta teach me everything you know about security, I'm getting a lot better but I saw you giving Coinfire lessons on solid encryption.

If you let me in on the secret pos key so I can dump daily with you

I'm helping to pump already https://bitcointalksearch.org/topic/m.10564720
legendary
Activity: 882
Merit: 1024
I just went all in on con

Yay! bitpop! we have a master in our midst, you gotta teach me everything you know about security, I'm getting a lot better but I saw you giving Coinfire lessons on solid encryption.
legendary
Activity: 882
Merit: 1024
...
If you are a bit savvy with compiling from source as well, you can also change the split and combine thresholds in the wallet.cpp file to help you split and combine your Blocks more efficiently and at a later date, user adjustable thresholds will be part of a wallet update.
...

You mean this part in wallet.cpp?

22 unsigned int nStakeSplitAge = 5 * 24 * 60 * 60;
23 int64_t nStakeCombineThreshold = 500 * COIN;


Interesting, but then I have to compile again.



Yes, you would have to compile again.

If you were running on Linux, you could compile it into another directory and switch as you need.

The actual function of what that does is that after 5 days, it will combine multiple Blocks under 500 and the reward into one single Block. If it's past 5 days and you Stake with a Block but it's the only Block in the address or above 500, it will still combine the Block and reward into a single Block. You wouldn't want all your Blocks combining though as it's important for security of the network to have a lot of Blocks competing on the network for Stake and more Blocks gives you a higher chance to Stake.
legendary
Activity: 2912
Merit: 1060
I just went all in on con
hero member
Activity: 910
Merit: 510
...
If you are a bit savvy with compiling from source as well, you can also change the split and combine thresholds in the wallet.cpp file to help you split and combine your Blocks more efficiently and at a later date, user adjustable thresholds will be part of a wallet update.
...

You mean this part in wallet.cpp?

22 unsigned int nStakeSplitAge = 5 * 24 * 60 * 60;
23 int64_t nStakeCombineThreshold = 500 * COIN;


Interesting, but then I have to compile again.

Jump to: