Bitcoin Forum
May 21, 2024, 09:50:29 PM *
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 15 16 17 18 19 20 21 22 [23] 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 ... 146 »
  Print  
Author Topic: OLD FLY THREAD  (Read 163605 times)
Woody20285
Legendary
*
Offline Offline

Activity: 1218
Merit: 1002


Supporting DMD, ERC & PIO


View Profile
September 18, 2015, 02:56:52 AM
 #441

You guys are aware of the massive fees to use stakeblock? I just tried to split 2000 coins and fees where 200 FLY  Huh

Crest mentioned in post #419 so I went back to check since I used splitblock
and I was only charged .5??? In fact, I used it twice at 0.5 FLY each time.
Split whole 19,000 Fly in one split to many blocks then, did again
since I confirmed only .5 fly to do and read presstab recommended smaller blocks than I did..

If some are getting charged 200 FLY then, it needs addressed quickly. But you know.
Crestington
Legendary
*
Offline Offline

Activity: 882
Merit: 1024



View Profile
September 18, 2015, 09:36:40 AM
 #442

Just a reminder, you may possibly need a hardfork for the Stake modifier interval since it seems quite long.

The Stake modifier in main.cpp is

unsigned int nModifierInterval = 17150;

That equals 4.7638 hours but that is fairly long so if you have a bunch of stake weight hitting the network, you may see some long Block times afterwards.

Maybe make a note of some of the things I've come across and we can do a fix for all of it in one go since you've mentioned you also want to change the links and should also change the themes to suite as well.

The stake interval should be fine, it just means that it changes the modifier about once every 7 days. There should be no reason to fork the coin because of this, unless network weight is way too low and we need to add more variance to the staking calculations in order to get more random hashes.

Well you know more than I do by far so I guess it would be better to take note of it and see how it goes and then if needed can just make an adjustment.

Does it not measure in seconds?

17150 / 3600 = 4.76 hours so there would be a new modifier every 4.76 hours and not every 7 days?

Sorry if it sounds like I'm talking about problems with the code, presstab is god but I still question everything, force of habit Tongue

Yeah you just need to read through kernel.cpp a little deeper. The modifier selection interval is what takes it to seven days, and yes that is measured in seconds.

Yeah no worries, was only trying to help.

Seems like everything you touch turns into gold, I think one day you will have companies fighting over you to work for them :S

Your help is appreciated for sure. This is Vegas et als coin, I am just doing a little bit of work where asked, one of those areas was the PoS technicals and I am sorry if my opinion is offensive to you. I just don't think you properly understood how that specific code in kernel.cpp works. Thats fine, its pretty complicated and really takes a fine tooth comb to understand most of what is going on in there. My overall point is that I selected a 7 day modifier selection interval intentionally because I generally like matching the selection interval with the minimum stake time. At the end of the day, its a very small detail that doesn't matter too much either way.


Offensive? Not at all, I think it would take a lot to offend me and I like to hear your opinion, it helps me learn. I think text is a little limiting in that way because it can be interpreted in different ways and may seem like it's something negative when not meant to be.

Quote
What does my future career have to do with the contents of kernel.cpp? You lost me darling.

I was more saying that your awesome and that any company (or community) would be lucky to have your input Tongue
Crestington
Legendary
*
Offline Offline

Activity: 882
Merit: 1024



View Profile
September 18, 2015, 09:59:28 AM
 #443

You guys are aware of the massive fees to use stakeblock? I just tried to split 2000 coins and fees where 200 FLY  Huh

Crest mentioned in post #419 so I went back to check since I used splitblock
and I was only charged .5??? In fact, I used it twice at 0.5 FLY each time.
Split whole 19,000 Fly in one split to many blocks then, did again
since I confirmed only .5 fly to do and read presstab recommended smaller blocks than I did..

If some are getting charged 200 FLY then, it needs addressed quickly. But you know.

When porting over the code, I wasn't quite finished with all my changes and checks, all good though because it is only cosmetic.

the src folder in wallet.cpp line 1793

            nFeeRet = COIN * 0.05;

This means it will charge 0.05 Coins.

But in src/qt folder in coincontroldialog.cpp line 619 it states for Splitblock

         nPayFee = COIN * 200;

This means it will display that you will pay 200 Coins.

So in coincontroldialog it states that you will be charged 200 Coins (as display) but in wallet.cpp is where the actual fee is handled it will charge you 0.05 Coins which is correct and will handle up to 50 inputs or so.
prfagun1
Full Member
***
Offline Offline

Activity: 170
Merit: 100



View Profile
September 18, 2015, 11:13:34 AM
 #444

Hello.
I need some help to understand what is going on.
I have in my wallet the message below:

Minting.
Your weight is 1.
Network wight is 0.
Estimated next stake in 0 - 0 seconds.


ASICrefugee
Sr. Member
****
Offline Offline

Activity: 432
Merit: 250


View Profile
September 18, 2015, 12:49:23 PM
 #445

Hello.
I need some help to understand what is going on.
I have in my wallet the message below:

Minting.
Your weight is 1.
Network wight is 0.
Estimated next stake in 0 - 0 seconds.




My wallet is showing the exact same thing
DonFreddy
Member
**
Offline Offline

Activity: 89
Merit: 10


View Profile
September 18, 2015, 12:58:46 PM
 #446

Hello.
I need some help to understand what is going on.
I have in my wallet the message below:

Minting.
Your weight is 1.
Network wight is 0.
Estimated next stake in 0 - 0 seconds.




My wallet is showing the exact same thing

Same here.

Regards
Freddy

https://twitter.com/WeedFreddy
IRC: WeedFreddy
Anon cryptocurrency is the answer to the corrupt financial system.
presstab
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
September 18, 2015, 01:37:18 PM
 #447

Hello.
I need some help to understand what is going on.
I have in my wallet the message below:

Minting.
Your weight is 1.
Network wight is 0.
Estimated next stake in 0 - 0 seconds.




My wallet is showing the exact same thing

Same here.

Regards
Freddy

Weight is equal to age minus 7 days multiplied by the amount of coins. This means a 0.5 output is 1 weight after 9 days.

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
prfagun1
Full Member
***
Offline Offline

Activity: 170
Merit: 100



View Profile
September 18, 2015, 01:54:17 PM
 #448

Hello.
I need some help to understand what is going on.
I have in my wallet the message below:

Minting.
Your weight is 1.
Network wight is 0.
Estimated next stake in 0 - 0 seconds.




My wallet is showing the exact same thing

Same here.

Regards
Freddy

Weight is equal to age minus 7 days multiplied by the amount of coins. This means a 0.5 output is 1 weight after 9 days.


And how about this?
Network wight is 0.
Estimated next stake in 0 - 0 seconds.
metamorphin
Legendary
*
Offline Offline

Activity: 1106
Merit: 1004


No risk, no fun!


View Profile WWW
September 18, 2015, 01:56:43 PM
 #449

Hello.
I need some help to understand what is going on.
I have in my wallet the message below:

Minting.
Your weight is 1.
Network wight is 0.
Estimated next stake in 0 - 0 seconds.




My wallet is showing the exact same thing

Same here.

Regards
Freddy

Weight is equal to age minus 7 days multiplied by the amount of coins. This means a 0.5 output is 1 weight after 9 days.


And how about this?
Network wight is 0.
Estimated next stake in 0 - 0 seconds.

U know, that u need 7 days before staking?
prfagun1
Full Member
***
Offline Offline

Activity: 170
Merit: 100



View Profile
September 18, 2015, 02:01:14 PM
 #450

Hello.
I need some help to understand what is going on.
I have in my wallet the message below:

Minting.
Your weight is 1.
Network wight is 0.
Estimated next stake in 0 - 0 seconds.




My wallet is showing the exact same thing

Same here.

Regards
Freddy

Weight is equal to age minus 7 days multiplied by the amount of coins. This means a 0.5 output is 1 weight after 9 days.


And how about this?
Network wight is 0.
Estimated next stake in 0 - 0 seconds.

U know, that u need 7 days before staking?

yes, I bought a few coins  Wink
they are mature, in the coin control (0.00000 days to stake)
vegasguy (OP)
Legendary
*
Offline Offline

Activity: 1610
Merit: 1003


"Yobit pump alert software" Link in my signature!


View Profile
September 18, 2015, 02:17:03 PM
Last edit: September 18, 2015, 02:47:04 PM by vegasguy
 #451

Guys there is going to be a wallet update in the next few days, to clean up some small bugs. So Presstab and I are fully aware of the issues. Thank you for your patience.


I want to make sure everyone knows that I just released my software called "Yobit pump alert". THis is custom software that uses an algo to detect the start of a pump here on yobit, the second it starts. YOu can even filter the coins you see by price. Most pumps start less than 100 sats , so you can easily filter the cheap coins, so they are the only ones displayed Smiley https://bitcointalk.org/index.php?topic=1945937.msg20241953#msg20241953
prfagun1
Full Member
***
Offline Offline

Activity: 170
Merit: 100



View Profile
September 18, 2015, 02:41:01 PM
 #452

Guys there is going to be a wallet update in the next few days, to clean up some small bugs. So Presstab and I are fully aware of the issues. Thank you for your patience.

Vegas

Thanks vegasguy
vegasguy (OP)
Legendary
*
Offline Offline

Activity: 1610
Merit: 1003


"Yobit pump alert software" Link in my signature!


View Profile
September 18, 2015, 02:47:57 PM
 #453

Presstab is the best there is for wallet coding, so it wont take weeks or 5 wallets to fix. Presstab and I are extremely responsible and on top of everything.

When I decided to takeover Ros, I went as far as I could under the advice and guidance of Crestington. He is a truly wonderful person and talented coder, and helped me get a very near complete wallet. I have no experience in coding, and really didnt take it seriously enough. I then began to realize the magnitude of the investors that were affected by Ros. Because I have no coding skills it would have taken many more weeks to complete and , what I had, had loads of bugs and problems. I have the resources to hire the best coin wallet coder in the world, Presstab. So I reached out to him, and he completed it in about 2 days, and cleaned the bugs I had created. So Im not suprised that there are some bugs and problems, and I take full responsibility for that. I will also make sure its made right. Ive already Pmed Presstab today with all known bugs im aware of. Thank you again for your patience.

Vegas

I want to make sure everyone knows that I just released my software called "Yobit pump alert". THis is custom software that uses an algo to detect the start of a pump here on yobit, the second it starts. YOu can even filter the coins you see by price. Most pumps start less than 100 sats , so you can easily filter the cheap coins, so they are the only ones displayed Smiley https://bitcointalk.org/index.php?topic=1945937.msg20241953#msg20241953
presstab
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
September 18, 2015, 02:54:41 PM
 #454

Concerning "network weight = 0" this variable is actually just an estimate that does some calculations based on how fast blocks are staking on the network. Since we have had no stakes yet network wide, it is right that this would be 0.

Since the coin supply is very low, stake weight is growing equally slow. Hopefully someone will be able to crack a PoS block soon, but if not we have plenty of ammo in our arsenal to do whatever needs to be done Smiley

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
vegasguy (OP)
Legendary
*
Offline Offline

Activity: 1610
Merit: 1003


"Yobit pump alert software" Link in my signature!


View Profile
September 18, 2015, 03:25:52 PM
 #455

Im going to guess at why POS is acting the way it is but im not 100% for sure:

The coins that are staking now are ONLY the POW coins. They are really small .5 coins. Many of those coin ages were reset to 0, as they were bought of the exchange, and then reset to coinage 0 again using splitblock.  The premine that had about 99.9% of the coin supply was distributed 2 days ago. Most of you then used split block and reset your coin age back to 0 again. So the short of this is: Im quite sure this is what is going on. We have to just wait 7 days from today to be sure for our premine funds to mature and the network weight sure be much higher and rewards begin and pos will function as normal. There will still be a wallet update in the next few days to address small bugs , but Presstab messaged me and he and I both agree, that this is what is going on, and it is NOT a bug.

Vegas

I want to make sure everyone knows that I just released my software called "Yobit pump alert". THis is custom software that uses an algo to detect the start of a pump here on yobit, the second it starts. YOu can even filter the coins you see by price. Most pumps start less than 100 sats , so you can easily filter the cheap coins, so they are the only ones displayed Smiley https://bitcointalk.org/index.php?topic=1945937.msg20241953#msg20241953
vegasguy (OP)
Legendary
*
Offline Offline

Activity: 1610
Merit: 1003


"Yobit pump alert software" Link in my signature!


View Profile
September 18, 2015, 03:53:13 PM
 #456

SO Presstab and I have been messaging back and forth most of the morning, so we should have a wallet update MAYBE later today or tomorrow. More good news. I think word is getting around, and buyers are getting very aggressive for FLY on Yobit Smiley

Vegas

I want to make sure everyone knows that I just released my software called "Yobit pump alert". THis is custom software that uses an algo to detect the start of a pump here on yobit, the second it starts. YOu can even filter the coins you see by price. Most pumps start less than 100 sats , so you can easily filter the cheap coins, so they are the only ones displayed Smiley https://bitcointalk.org/index.php?topic=1945937.msg20241953#msg20241953
Xardasim
Sr. Member
****
Offline Offline

Activity: 1624
Merit: 250


View Profile
September 18, 2015, 04:01:17 PM
 #457

SO Presstab and I have been messaging back and forth most of the morning, so we should have a wallet update MAYBE later today or tomorrow. More good news. I think word is getting around, and buyers are getting very aggressive for FLY on Yobit Smiley

Vegas
Great news Smiley
Yeah FLY is slowly getting hot
vegasguy (OP)
Legendary
*
Offline Offline

Activity: 1610
Merit: 1003


"Yobit pump alert software" Link in my signature!


View Profile
September 18, 2015, 04:42:00 PM
 #458

SO Presstab and I have been messaging back and forth most of the morning, so we should have a wallet update MAYBE later today or tomorrow. More good news. I think word is getting around, and buyers are getting very aggressive for FLY on Yobit Smiley

Vegas
Great news Smiley
Yeah FLY is slowly getting hot

Yes it is: Smiley


I want to make sure everyone knows that I just released my software called "Yobit pump alert". THis is custom software that uses an algo to detect the start of a pump here on yobit, the second it starts. YOu can even filter the coins you see by price. Most pumps start less than 100 sats , so you can easily filter the cheap coins, so they are the only ones displayed Smiley https://bitcointalk.org/index.php?topic=1945937.msg20241953#msg20241953
vegasguy (OP)
Legendary
*
Offline Offline

Activity: 1610
Merit: 1003


"Yobit pump alert software" Link in my signature!


View Profile
September 18, 2015, 04:46:53 PM
Last edit: September 19, 2015, 12:18:09 AM by vegasguy
 #459

Guys, Presstab is nearly finished with the wallet update, that addresses the split block showing incorrect fees, some color changes , and all the social media buttons are now fixed. Social buttons now point to our facebook page, our reddit page our twitter page, and I did something really cool and had him change remove the IRC and change it to point to our slack channel Smiley

Ive got a few meetings for the next 6 hours, so presstab might post the wallet update here. You wont hear from me again until 6 hours from now.

Vegas

I want to make sure everyone knows that I just released my software called "Yobit pump alert". THis is custom software that uses an algo to detect the start of a pump here on yobit, the second it starts. YOu can even filter the coins you see by price. Most pumps start less than 100 sats , so you can easily filter the cheap coins, so they are the only ones displayed Smiley https://bitcointalk.org/index.php?topic=1945937.msg20241953#msg20241953
presstab
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
September 18, 2015, 07:06:05 PM
 #460

Guys, Presstab is nearly finished with the wallet update, that addresses the split block showing incorrect fees, some color changes , and all the social media buttons are now fixed. Social buttons now point to our facebook page, our reddit page our twitter page, and I did something really cool and had him change remove the IRC and change it to point to our slack channel Smiley

Ive got a few meetings for the next 6 hours, so presstab might post the wallet update here. You wont here from me again until 6 hours from now.

Vegas

And here is the wallet (64bit). https://mega.nz/#!fJEXASBQ!YShGJDB0dx_krCbF5E7Ng9XeFFL0-GA1MiTN2HIOcI0

Changes include:
Fixed Social Media Links
Fixed Split Block Fee to 0.0125 FLY (this should accommodate most splitblock transactions, worked fine splitting into 200 blocks for me)
Hard Coded Black Default Theme Into the wallet
Fixed Coin Control Age Display

Hoping to tweak the default theme to produce a prettier design soon.

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 [23] 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 ... 146 »
  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!