Pages:
Author

Topic: 🚀🚀🚀🚀 | GorillaBucks | Custom Multipool LIVE | Social Media Network | 💵🐵💵 - page 21. (Read 133306 times)

newbie
Activity: 8
Merit: 0

Please report back results of the latest connection fix

Everyone good now?

after restart wallet, Network connection start
sr. member
Activity: 300
Merit: 250
Someone dumped a bunch of bucks at Bittrex! Down to 1k! Ouch!  Grin
Then at C-Cex 5.4k, got hit at both.

Peace, Dennis

legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
GorillaStake.com is now on YouTube

First video is a short podcast-type explanation of the week and future for GorillaBucks

https://youtu.be/XvEcaP8efbg

Upon listening to this I felt like I was listening to one of those relaxtion cassette tapes hahaha

I did another one with in-depth analysis about Variance Staking

https://www.youtube.com/watch?v=m9Maw0r3HZE
legendary
Activity: 1554
Merit: 1001
GorillaStake.com is now on YouTube

First video is a short podcast-type explanation of the week and future for GorillaBucks

https://youtu.be/XvEcaP8efbg

Upon listening to this I felt like I was listening to one of those relaxtion cassette tapes hahaha
full member
Activity: 144
Merit: 100
I had a problem when I set up a band I got band payments but no stakes.
If you have a band that might be the problem. I deleted the band and stakes
came rolling in after the 4 hour hold period.

If you have a band, try running 2 separate wallet - send coin not in band
to second wallet for staking.

Woody is right here.  You cannot stake and run a gorillaband in the same wallet - you must run a 2nd wallet with the excess funds.

When doing so, make sure to run the 2nd wallet on a different port.
legendary
Activity: 1806
Merit: 1828
Hi, My wallet is unlocked for staking and running for past 48 hours and I haven't staked yet.
What am I missing?
Thanks

How many coins do you have?
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
GorillaStake.com is now on YouTube

First video is a short podcast-type explanation of the week and future for GorillaBucks

https://youtu.be/XvEcaP8efbg
newbie
Activity: 8
Merit: 0
Hi, My wallet is unlocked for staking and running for past 48 hours and I haven't staked yet.
What am I missing?
Thanks
legendary
Activity: 1778
Merit: 1003
NodeMasters
Hey Paul - sorry to hear about the attack - puts you in the class
with a lot of big name websites though but, I am sure you would rather
not have the stress. Hang in there. They will get bored.

thanks very much mate 

legendary
Activity: 1218
Merit: 1002
Supporting DMD, ERC & PIO
Hey Paul - sorry to hear about the attack - puts you in the class
with a lot of big name websites though but, I am sure you would rather
not have the stress. Hang in there. They will get bored.
legendary
Activity: 1218
Merit: 1002
Supporting DMD, ERC & PIO
I had a problem when I set up a band I got band payments but no stakes.
If you have a band that might be the problem. I deleted the band and stakes
came rolling in after the 4 hour hold period.

If you have a band, try running 2 separate wallet - send coin not in band
to second wallet for staking.
legendary
Activity: 1218
Merit: 1002
Supporting DMD, ERC & PIO
Initial supply was 1 Million Bucks - some not distributed but held for those who have not yet exchanged. I have not noticed if they will be distroyed at some point or held unissued?
newbie
Activity: 8
Merit: 0
Hi, My wallet is unlocked for staking and running for past 48 hours and I haven't staked yet.
What am I missing?
Thanks
legendary
Activity: 1064
Merit: 1001
Well, windows is kinda stoopid so you'll have to use only double quotes and escape the double quotes inside json.
Like this:

Code:
curl --data-binary "{\"jsonrpc\": \"1.0\", \"id\":\"curltest\", \"method\": \"walletpassphrase\", \"params\": [\"\", 99999, true] }" -H "content-type: text/plain;" http://:@127.0.0.1:3333
That works but it's doing it a full unlock and not for staking only unlock.

The flag to unlock for staking only is the true after 99999.

Try with true between \" \"

Code:
curl --data-binary "{\"jsonrpc\": \"1.0\", \"id\":\"curltest\", \"method\": \"walletpassphrase\", \"params\": [\"\", 99999, \"true\"] }" -H "content-type: text/plain;" http://:@127.0.0.1:3333

Or with 1 instead
Code:
curl --data-binary "{\"jsonrpc\": \"1.0\", \"id\":\"curltest\", \"method\": \"walletpassphrase\", \"params\": [\"\", 99999, 1] }" -H "content-type: text/plain;" http://:@127.0.0.1:3333
Same results for both, doing it as a full unlock.
member
Activity: 112
Merit: 10
Well, windows is kinda stoopid so you'll have to use only double quotes and escape the double quotes inside json.
Like this:

Code:
curl --data-binary "{\"jsonrpc\": \"1.0\", \"id\":\"curltest\", \"method\": \"walletpassphrase\", \"params\": [\"\", 99999, true] }" -H "content-type: text/plain;" http://:@127.0.0.1:3333
That works but it's doing it a full unlock and not for staking only unlock.

The flag to unlock for staking only is the true after 99999.

Try with true between \" \"

Code:
curl --data-binary "{\"jsonrpc\": \"1.0\", \"id\":\"curltest\", \"method\": \"walletpassphrase\", \"params\": [\"\", 99999, \"true\"] }" -H "content-type: text/plain;" http://:@127.0.0.1:3333

Or with 1 instead
Code:
curl --data-binary "{\"jsonrpc\": \"1.0\", \"id\":\"curltest\", \"method\": \"walletpassphrase\", \"params\": [\"\", 99999, 1] }" -H "content-type: text/plain;" http://:@127.0.0.1:3333
legendary
Activity: 1064
Merit: 1001
curl --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "walletpassphrase", "params": ["", 99999, true] }' -H 'content-type: text/plain;' http://:@127.0.0.1:3333

Ran from the cmd prompt so I can test easily.

instead of 127.0.0.1 try using 'localhost'

so http://user:pass@localhost:3333

also - is port 3333 what the service is listening on?
No, its custom port set in conf.

Trying now.

Nope, same errors even with localhost set.

curl: (6) Could not resolve host: 1.0,
curl: (6) Could not resolve host: id
curl: (6) Could not resolve host: method
curl: (6) Could not resolve host: walletpassphrase,
curl: (6) Could not resolve host: params
curl: (3) [globbing] bad range in column 6
curl: (6) Could not resolve host: 99999,
curl: (3) [globbing] unmatched close brace/bracket in column 5
curl: (3) [globbing] unmatched close brace/bracket in column 1
curl: (6) Could not resolve host: text
{"result":null,"error":{"code":-32700,"message":"Parse error"},"id":null}

wait - is your json statement correct?  it's complaing about not being able to connect on each of those fields - 1.0, id, etc. i don't know what you're trying to do, but it doesn't look like the json is good.
I didn't write it... and for further explanation.... read the quote of my post you originally quoted as it says what the end game is.

Well, windows is kinda stoopid so you'll have to use only double quotes and escape the double quotes inside json.
Like this:

Code:
curl --data-binary "{\"jsonrpc\": \"1.0\", \"id\":\"curltest\", \"method\": \"walletpassphrase\", \"params\": [\"\", 99999, true] }" -H "content-type: text/plain;" http://:@127.0.0.1:3333
That works but it's doing it a full unlock and not for staking only unlock.
member
Activity: 118
Merit: 10
for the swap (TEETH/BUCKS) do I need to provide a private key for each of my teeth deposit addresses or just the key to the first address?

Try entering listaccounts in the debug console, then get a private key for the addresses that have a balance. 
hero member
Activity: 724
Merit: 504
Can someone explain to me if the current BUCKS coin supply (1061414.589967) changes and how. I remember reading coins get destroyed with some transactions and not sure what the starting supply was? I guess what fascinated me was that one coin Genstake I think that ran out of coins and just wanted to keep a tab on coin supplies.
jr. member
Activity: 42
Merit: 10
for the swap (TEETH/BUCKS) do I need to provide a private key for each of my teeth deposit addresses or just the key to the first address?
member
Activity: 112
Merit: 10
curl --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "walletpassphrase", "params": ["", 99999, true] }' -H 'content-type: text/plain;' http://:@127.0.0.1:3333

Ran from the cmd prompt so I can test easily.

instead of 127.0.0.1 try using 'localhost'

so http://user:pass@localhost:3333

also - is port 3333 what the service is listening on?
No, its custom port set in conf.

Trying now.

Nope, same errors even with localhost set.

curl: (6) Could not resolve host: 1.0,
curl: (6) Could not resolve host: id
curl: (6) Could not resolve host: method
curl: (6) Could not resolve host: walletpassphrase,
curl: (6) Could not resolve host: params
curl: (3) [globbing] bad range in column 6
curl: (6) Could not resolve host: 99999,
curl: (3) [globbing] unmatched close brace/bracket in column 5
curl: (3) [globbing] unmatched close brace/bracket in column 1
curl: (6) Could not resolve host: text
{"result":null,"error":{"code":-32700,"message":"Parse error"},"id":null}

wait - is your json statement correct?  it's complaing about not being able to connect on each of those fields - 1.0, id, etc. i don't know what you're trying to do, but it doesn't look like the json is good.
I didn't write it... and for further explanation.... read the quote of my post you originally quoted as it says what the end game is.

Well, windows is kinda stoopid so you'll have to use only double quotes and escape the double quotes inside json.
Like this:

Code:
curl --data-binary "{\"jsonrpc\": \"1.0\", \"id\":\"curltest\", \"method\": \"walletpassphrase\", \"params\": [\"\", 99999, true] }" -H "content-type: text/plain;" http://:@127.0.0.1:3333
Pages:
Jump to: