Bitcoin Forum
June 23, 2024, 01:25:58 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 [176] 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 ... 513 »
3501  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaBucks [BUCKS] | GorillaBand Masternodes 50/50 Split | Cloud Staking on: July 01, 2015, 05:44:22 PM
I could not care less about you waiting 3 days for the price to fall to 20% of what it was day 1 to do your comparisons. I'm far too busy for your bullshit right now
3502  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaBucks [BUCKS] | GorillaBand Masternodes 50/50 Split | Cloud Staking on: July 01, 2015, 09:20:19 AM
Can someone do me a favor and log their GBand earnings so I can estimate ROI for posts please. I haven't gotten time to mess with them yet
3503  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaBucks [BUCKS] | GorillaBand Masternodes 50/50 Split | Cloud Staking on: July 01, 2015, 08:59:50 AM
@Spots

You have one less guy to worry about.

Some of your changes must have worked because my wallets now have 11 and 5 nodes each respectively, without restart. One running on port 36482 and the other one in 36480. I'm synced and staking in both.

I have been working on this nonstop. About 231138172 fixes have been going in and out. It's almost 4 AM again now and I'm about to punch my fucking screen soon

I know exactly what the problem is, but I'm trying to fix it without requiring a hard fork this early because I promised no more updates
Grant it I can't help for shit but if you know exactly what the issue is might it help if it's discussed publicly for the extra "eyes" ?

Edit: Even if it came to a hard fork, given the issue I think it'd be one everyone would accept if it guaranteed resolution to some respect.

Yes. I think this kind of update would be welcome.

Re: Hard fork. So the problem is at the protocol level?

Not sure, yet. Nothing is broken, you can feel free to use the coin as you please, it's just not good enough for the standards I've set for this project
3504  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaBucks [BUCKS] | GorillaBand Masternodes 50/50 Split | Cloud Staking on: July 01, 2015, 08:58:13 AM
@Spots

You have one less guy to worry about.

Some of your changes must have worked because my wallets now have 11 and 5 nodes each respectively, without restart. One running on port 36482 and the other one in 36480. I'm synced and staking in both.

I have been working on this nonstop. About 231138172 fixes have been going in and out. It's almost 4 AM again now and I'm about to punch my fucking screen soon

I know exactly what the problem is, but I'm trying to fix it without requiring a hard fork this early because I promised no more updates
Grant it I can't help for shit but if you know exactly what the issue is might it help if it's discussed publicly for the extra "eyes" ?

Edit: Even if it came to a hard fork, given the issue I think it'd be one everyone would accept if it guaranteed resolution to some respect.

No, I don't want others to know any potential vulnerabilities

I will get it fixed, don't worry
3505  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaBucks [BUCKS] | GorillaBand Masternodes 50/50 Split | Cloud Staking on: July 01, 2015, 08:45:21 AM
@Spots

You have one less guy to worry about.

Some of your changes must have worked because my wallets now have 11 and 5 nodes each respectively, without restart. One running on port 36482 and the other one in 36480. I'm synced and staking in both.

I have been working on this nonstop. About 231138172 fixes have been going in and out. It's almost 4 AM again now and I'm about to punch my fucking screen soon

I know exactly what the problem is, but I'm trying to fix it without requiring a hard fork this early because I promised no more updates
3506  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaBucks [BUCKS] | GorillaBand Masternodes 50/50 Split | Cloud Staking on: July 01, 2015, 07:19:23 AM
I'm not concerned about bands right now, sorry, getting connection bullshit sorted and it's pissing me off
**Walks away quietly as he's very clearly hit a big ass nerve**

No, this coin is pissing me off for the last two days. The same exact code had 0 issues on test chain. The only change was a reset chain
3507  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaBucks [BUCKS] | GorillaBand Masternodes 50/50 Split | Cloud Staking on: July 01, 2015, 06:52:02 AM
I'm not concerned about bands right now, sorry, getting connection bullshit sorted and it's pissing me off
3508  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaBucks [BUCKS] | GorillaBand Masternodes 50/50 Split | Cloud Staking on: July 01, 2015, 06:48:54 AM
Getting tons of confirmed stakes but while they show in transactions
with hundreds of confirms - they don't show in coin total on dashboard??

Any thoughts?

Stakes or gorilla band node payments?
3509  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaBucks [BUCKS] | GorillaBand Masternodes 50/50 Split | Cloud Staking on: July 01, 2015, 06:27:06 AM
About 1 min
So I can assume then it's 1 buck per block ?

Oh and what about the port thing I asked regarding 36480 ?

https://bitcointalk.org/index.php?topic=1059159.msg11760125#msg11760125

No, it uses Variance Staking, which scales coinage. Currently it's around 1-9 usually



Code:
int64_t GetProofOfStakeReward(int nHeight, int64_t nCoinAge, int64_t nFees)
{
    int64_t nMultiplier = 100 * CENT;
    int64_t nSubsidy = (((nHeight % 9) + ((nCoinAge % 100000) * 33 / (365 * 33 + 8))) + 1) * nMultiplier;
    return nSubsidy;
}
3510  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaBucks [BUCKS] | GorillaBand Masternodes 50/50 Split | Cloud Staking on: July 01, 2015, 06:23:28 AM
There's a guide on GorillaStake.com/gorillabands.html

Quote
Setting up multiple GorillaBands on one machine is easy and takes only a few extra minutes. Please follow the guide below to complete setup in moments
First, navigate to Roaming and find the GorillaBucks folder. This is the folder and path you will want to remember for the second step. Copy this entire folder (except wallet.dat) and rename to Roaming/GorillaBucksMasternode1

Next, edit the batch file that was included in your wallet download and replace 'masternodedirectory' with the file location copied from above, (example: ../Roaming/GorillaBucksMasternode1). If this is the only additional GorillaBand you plan on setting up, then you can close the .bat edit window now and launch the client using this file.   If   you   plan   on   setting   up   a third, fourth.. GorillaBand on the same machine, continue on with the simple step by step instructions below

By now you have your first GorillaBand set up, so this will be easy! Simply copy the batch file (GorillaBand.bat) and change the datadir and ports   to   unique and   unused   folders   and   ports.   Each   instance of the wallet will need a new folder and port assigned to it. Simply copy the batch file and change a few flags to set up multiple GorillaBands on one machine, saving on rentals and maintenance
3511  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaBucks [BUCKS] | GorillaBand Masternodes 50/50 Split | Cloud Staking on: July 01, 2015, 04:56:57 AM
About 1 min
3512  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaBucks [BUCKS] | GorillaBand Masternodes 50/50 Split | Cloud Staking on: July 01, 2015, 04:42:28 AM

Deposits in your screenshot show the 29th for MMXIV - Snapshot was taken on the 28th; anything after that would not appear on the snapshot so I cannot, with certainty, verify those coins

29th in thailand  Time zome UTC+07:00

Can i send wallet.dat to you for verify those coins ?

Yes

swap@GorillaStake.com

If you received a payment from me already, include which address you used for BUCKS

If they were in by the time of snapshot, you'll get your coins. I will double check though, sure
3513  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaBucks [BUCKS] | GorillaBand Masternodes 50/50 Split | Cloud Staking on: July 01, 2015, 04:09:21 AM
Hi  , iGotSpots

MMXIV Swap to BUCKS rate  incorrect ?

800,000 MMXIV x 0.02 = 16,000 BUCKS  

Why I Receive 5,000 BUCKS ?


MMXIV Address :MuP3Dsqa7bjQ2yA5rJRxVyRgCjVUN83pDE

BUCKS Address : BAGfo9KQaz3zjjQGad9WcGzDTjmxzz4kV4






Deposits in your screenshot show the 29th for MMXIV - Snapshot was taken on the 28th; anything after that would not appear on the snapshot so I cannot, with certainty, verify those coins
3514  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaBucks [BUCKS] | GorillaBand Masternodes 50/50 Split | Cloud Staking on: July 01, 2015, 03:02:21 AM
Pushing an update to try something else, let me know if it helps with connections please after a wallet restart
3515  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaBucks [BUCKS] | GorillaBand Masternodes 50/50 Split | Cloud Staking on: July 01, 2015, 03:02:01 AM
Quick Update

About 85% of the total GorillaBucks supply has been swapped
Point of clarification lol, you mean the intial 1,000,000 premined supply that was used for the swap, right lol ?

Yes

I'm still working on connection issues, it's got something to do with ports but I have not been able to narrow it down more than that, yet

Swap emails are starting to slow down a lot, though, so I have a little more time now that the thousands of emails are all gone through
Ty for that but can you also address my query about the pass on launch and if it will be a stake pass or full unlock pass as a full unlock will endanger the wallet... Ty.

You can do this with flags, same as all the other coins
3516  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaBucks [BUCKS] | GorillaBand Masternodes 50/50 Split | Cloud Staking on: July 01, 2015, 02:49:31 AM
Quick Update

About 85% of the total GorillaBucks supply has been swapped
Point of clarification lol, you mean the intial 1,000,000 premined supply that was used for the swap, right lol ?

Yes

I'm still working on connection issues, it's got something to do with ports but I have not been able to narrow it down more than that, yet

Swap emails are starting to slow down a lot, though, so I have a little more time now that the thousands of emails are all gone through
3517  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaBucks [BUCKS] | GorillaBand Masternodes 50/50 Split | Cloud Staking on: July 01, 2015, 02:08:09 AM
Quick Update

About 85% of the total GorillaBucks supply has been swapped
3518  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaBucks [BUCKS] | GorillaBand Masternodes 50/50 Split | Cloud Staking on: July 01, 2015, 12:03:40 AM
I'm  running  a  node I have incoming transaction  for let say 50 bucks that's  in green and show as confirmed.

Will this be added to  my balance and when or is it just there because  of  the  node?

I have a few of these  transactions  there since  yesterday  with no change on my balance.

Thanks


Any light on this will be appreciated  as I might want to buy more coins to set up another  node.

Thanks

If you're talking about GBands, right click the transaction to get the actual amount. The green just shows what is the block's total
3519  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaBucks [BUCKS] | GorillaBand Masternodes 50/50 Split | Cloud Staking on: June 30, 2015, 11:44:18 PM
Ok, thanks

You can auto-launch with walletpassphrase if your end-game is trying to automate it, which is what it seems like to me
3520  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GorillaBucks [BUCKS] | GorillaBand Masternodes 50/50 Split | Cloud Staking on: June 30, 2015, 11:30:18 PM
Ok, pushing a fix to the network. Please reload clients and report connection progress
Stopped all clients, one for staking and two bands. Started up just the staking one and am getting 0 connections.
My staking one have 75 connections but the masternode have 0 connections Sad

I have a solution for this temporarily if you want to try it since you have a lot of nodes like I do

Try launching the .bat with port as 36480, but in GorillaBucks.conf, add as many nodes as you can from the staking wallet and add listen=0 at the bottom

Let me know what this returns for you. THIS IS NOT A PERMANENT SOLUTION, I HIGHLY SUGGEST NOT DOING THIS UNLESS SPECIFICALLY INSTRUCTED TO

I am simply trying to run a test that forces this node to accept only specific connections listed as addnodes by doubling up on a port that we know works for sure
I dont use the BAT file for ne of my bands. The Bands I use a short cut to the client with the target trick to name the folder which works file so I would have to just edit each conf file respectively but the conf files for my bands currently exist in a simple format...

rpcport=11839
port=11838

That being said... still running in to the issue where bands don't seem to start / show in the band list where all the bands are showed. Never did get an answer on that last night where I asked if bands will work with a fully locked wallet or have to be unlocked with "staking only" or fully unlocked to work which if fully unlocked doesnt make for a safe environment.

Right now I have band 24.154.55.93:11838 running locally and has been for ~20 minutes and is not showing up in the main band list... It does have 1 active connection so should be running fine like it was last night when I did a start from scratch deal.

If you don't see it on the list, click start all

I have not tested the locking, yet, that's why I'm not answering; don't want to give wrong answer, just try it and see
Pages: « 1 ... 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 [176] 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 ... 513 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!