Pages:
Author

Topic: [ANN] Poloniex coin lending tool: Goldfinger Bank - page 2. (Read 20712 times)

member
Activity: 98
Merit: 10
Poloniex is bad to trade. They are not respond ticket although i sent more than 20 support ticket. I advise everybody should not deposit to poloniex
newbie
Activity: 70
Merit: 0
After arguing with MS for nearly a month. The new Version 2.0.4 finally was uploaded to the store... Shocked
newbie
Activity: 70
Merit: 0
After some quarrel with MS. The tool is back.

Version 2.0.4 will hit the store soon.
Unmotivated App Shutdowns should be a thing of the past.
Plus as long as your windows system is running you do not even have to let the GUI open to lend coins.
The new Version makes heavy use of Windows Background Tasks and starts the lending job every 15 Minutes even if the application is closed.

There are many small improvements to the app and I will update the description after the app is online in the store.
full member
Activity: 217
Merit: 100
ReCREWeR.com ^Straight Drop Crypto Airdrops^
Till the new Version goes online I have an workaround to keep that tool running and lending.

Step 1) Open an Windows Explorer
Step 2) Type "shell:AppsFolder" into the Path-Field at the Top.

Now you should see all applications installed to your computer

Step 3) Got to "Goldfinger Bank" use "Right Click" and choose "Create Shortcut" from the context menu.
Step 4) You will be told that creating an shortcut in this place is not possible and if you want to create the shortcut on the desktop instead. Answer that wit "Yes".
Step 5) Rename the new shortcut on your desktop to something short. I renamed mine to "GB".
Step 6) Create an powershell script file. For Example "Run.ps1"
Step 7) Start the Goldfinger Bank App and check in the task manager the path of the executable. In my case "C:\Program Files\WindowsApps\65507Goldfinger.GoldfingerBank_1.2.19.0_x64__hr7hdgfsr8afc\GPB.exe";
Step Cool Add the following code to the powershell script
Code:
$prog = ""
do
{
    if (! (ps | ? {$_.path -eq $prog}))
    {
        "Starte Applikation"
        explorer.exe C:\Users\\Desktop\GB.lnk
    }
    else
    {
        "Applikation läuft bereits"
    }
        Start-Sleep -Seconds 60
} while($true)
Step 9) Start a powershell shell and run the script. Depending on your system you will have to allow script execution first.

WUP WUP...I get here and its all offline!
Looking forward to the fix and jumping in ...nice.
hero member
Activity: 770
Merit: 500
This not basically closes the gaps and opportunities you miss whilst not at your pc right ? So you increase the Apr.

Whst is the Apr one can expect using polo lending ?
newbie
Activity: 70
Merit: 0
Till the new Version goes online I have an workaround to keep that tool running and lending.

Step 1) Open an Windows Explorer
Step 2) Type "shell:AppsFolder" into the Path-Field at the Top.

Now you should see all applications installed to your computer

Step 3) Got to "Goldfinger Bank" use "Right Click" and choose "Create Shortcut" from the context menu.
Step 4) You will be told that creating an shortcut in this place is not possible and if you want to create the shortcut on the desktop instead. Answer that wit "Yes".
Step 5) Rename the new shortcut on your desktop to something short. I renamed mine to "GB".
Step 6) Create an powershell script file. For Example "Run.ps1"
Step 7) Start the Goldfinger Bank App and check in the task manager the path of the executable. In my case "C:\Program Files\WindowsApps\65507Goldfinger.GoldfingerBank_1.2.19.0_x64__hr7hdgfsr8afc\GPB.exe";
Step 8) Add the following code to the powershell script
Code:
$prog = ""
do
{
    if (! (ps | ? {$_.path -eq $prog}))
    {
        "Starte Applikation"
        explorer.exe C:\Users\\Desktop\GB.lnk
    }
    else
    {
        "Applikation läuft bereits"
    }
        Start-Sleep -Seconds 60
} while($true)
Step 9) Start a powershell shell and run the script. Depending on your system you will have to allow script execution first.
legendary
Activity: 1652
Merit: 1001
Don't look at my signature!
I had to release a bugfix version. It seems the Poloniex API handles false nonce values a bit differently now.
The effect was if at some point the nonce was going off the application stopped working.

The next Version will be a complete overhaul of the current App since the app crashes way to many times for my taste.
I partially blame the new "in process background task" feature which seems to have some flaws, and the fact that this is my fist step with WUP.



Thanks for the update sir, looking forward to your new release Smiley
newbie
Activity: 70
Merit: 0
I had to release a bugfix version. It seems the Poloniex API handles false nonce values a bit differently now.
The effect was if at some point the nonce was going off the application stopped working.

The next Version will be a complete overhaul of the current App since the app crashes way to many times for my taste.
I partially blame the new "in process background task" feature which seems to have some flaws, and the fact that this is my fist step with WUP.


newbie
Activity: 70
Merit: 0
has this been designed for android app,would love to check the trail
Sorry only Windows Universal App for now
hero member
Activity: 714
Merit: 503
has this been designed for android app,would love to check the trail
newbie
Activity: 70
Merit: 0
A new Version is on the way. I updated the first post to reflect the new behaviors.

Some features of Version 1.2.15 seems like they do nothing but have significant changes in the background to prepare the application for the next features I will implement as soon as I find the time.

Features to come
* Applications on different devices will synchronize some Values so that every device will show the same Summary Info Data for a Coin.
* The application will be able to upload coins to the lending account so that the annual interest will not be affected by coin uploads any more.
newbie
Activity: 70
Merit: 0
New Version 1.2.14

There are some minor updates, most of them only affects the user interface.

What is new:

In some cases the timezone of the computer clock was not taken into account correctly. This is fixed now. This affects mostly the user interface and in one case the computing logic of how long an offer will be active before it will be canceled.
In some other cases the number format that is chosen in windows 10 settings was ignored, now the numbers are shown considering these settings.
full member
Activity: 204
Merit: 100
hello.

is there any way to get this running on windows 7 or linux?
Since this is a windows store app, it will not run on windows 7.
.Net Core is available for Linux so it could run, but I do not know if the WinRT API is implemented in Linux yet or will be. So my guess is that it most likely will not run.
There is my fist test Version based on .Net 4.0 that will run on windows 7 and linux (with Mono) even iOS (with Mono) but there is no way to control releases or differ between Free-Version and Full-Version so I will not release this any time soon.


thanks for the info buddy Smiley

i'll just have to scrounge up a supported device.
full member
Activity: 149
Merit: 100
Thank you all. I'll have a look at it  Smiley
newbie
Activity: 70
Merit: 0
Lending MUE's from bittrex to poloniex. Lender's balance is reducing in this case?
Since there is no Mue lending market at Poloniex there is know way to lend MUEs. you MUEs won't be touched. You only need MUE to get the application starting.

How get the lender paid for this service? Are the lended coins forever gone?
Thank you :-)
Please take a look at: https://poloniex.com/support/aboutMarginTrading/
and here https://bitcointalksearch.org/topic/how-secure-is-poloniex-lending-1585420
legendary
Activity: 1652
Merit: 1001
Don't look at my signature!
Is there anyone who could explain how this is working?
Lending MUE's from bittrex to poloniex. Lender's balance is reducing in this case?
How get the lender paid for this service? Are the lended coins forever gone?
Thank you :-)
Hi, it's really simple Smiley

You open a Poloniex account, and deposit into your "lending" account.
You open a Bittrex account, and deposit a minimum of 100,000 MUE.
You download the app and set up the APIs.
That's it.

Poloniex lending is for only a certain number of coins, so decide which coins you want to lend on Poloniex, and deposit those.
Why not just start with BTC to make things simple for you.
full member
Activity: 149
Merit: 100
Is there anyone who could explain how this is working?
Lending MUE's from bittrex to poloniex. Lender's balance is reducing in this case?
How get the lender paid for this service? Are the lended coins forever gone?
Thank you :-)
legendary
Activity: 3220
Merit: 1363
www.Crypto.Games: Multiple coins, multiple games
The Paid Version comes without the AdBanner at the top and with no popup at startup. To be fair AdBanners will not be visible if there is no Ad to show, with on a smartphone is most of the time. So if you will only use the smartphone for monitoring and do the lending manually there is absolutely no need to buy the full version. The free version and full version are feature identical. The only real difference here lies in the lending algorithm.

Of course you can visit Poloniex an do the lending yourself. The App does this for you 24/7. Since every second your coins are not lend is a "loss" to you.

This is really great work, Swtrse! It is very ideal for lending automation, in a simple and hassle-free way. Glad to see that you are a good supporter of MUE, in order to help make it a very usable crypto currency for the masses. Once the app is released, I'm pretty sure that it will be widely used by many MUE enthusiasts, like me. I wouldn't mind paying for the full version in order to help support the development of this exciting app.

Nevertheless, I'm looking forward for more exciting updates about the app.  Smiley
legendary
Activity: 1652
Merit: 1001
Don't look at my signature!
Thanks for the info. and quick updates to the app to improve it's functionality.

Setting up is quick and easy, and the UI is very simple to understand.

Thanks
newbie
Activity: 70
Merit: 0
One other thing.
The crash statistic showed me that 100% of the crashes are happens on an XBox One.
Since I have no XBox One to test I can only guess what the problem is. I changes some code at the part were the crashes happens. I hope this will get rid of it.
It would be very useful If someone with an XBox One could file a ticket what exactly happens shortly before the crash or if there is any additional information on the screen when the crash happens.
Pages:
Jump to: