Bitcoin Forum
April 26, 2024, 10:15:00 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 »  All
  Print  
Author Topic: [ANN] Poloniex coin lending tool: Goldfinger Bank  (Read 20630 times)
Swtrse (OP)
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
February 28, 2017, 05:30:12 PM
 #41

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.


1714126500
Hero Member
*
Offline Offline

Posts: 1714126500

View Profile Personal Message (Offline)

Ignore
1714126500
Reply with quote  #2

1714126500
Report to moderator
1714126500
Hero Member
*
Offline Offline

Posts: 1714126500

View Profile Personal Message (Offline)

Ignore
1714126500
Reply with quote  #2

1714126500
Report to moderator
1714126500
Hero Member
*
Offline Offline

Posts: 1714126500

View Profile Personal Message (Offline)

Ignore
1714126500
Reply with quote  #2

1714126500
Report to moderator
"If you don't want people to know you're a scumbag then don't be a scumbag." -- margaritahuyan
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714126500
Hero Member
*
Offline Offline

Posts: 1714126500

View Profile Personal Message (Offline)

Ignore
1714126500
Reply with quote  #2

1714126500
Report to moderator
1714126500
Hero Member
*
Offline Offline

Posts: 1714126500

View Profile Personal Message (Offline)

Ignore
1714126500
Reply with quote  #2

1714126500
Report to moderator
bizzyb
Legendary
*
Offline Offline

Activity: 1652
Merit: 1001

Don't look at my signature!


View Profile WWW
February 28, 2017, 06:33:59 PM
 #42

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

░░░░░░░▄▄▄▄▄▄
░░░░▄██████████▄
░░░███▀░░░░░░▀███
░░███░░░░░░░░░░███
███░░░░░██░░░░░███
███░░░░░░██░░░░░░███
███░░░░░░██░░░░░░███
███░░░░░░█████░░░███
███░░░░░░░░░░░░░░███
███░░░░░░░░░░░░███
░░███░░░░░░░░░░███
░░░███▄░░░░░░▄███
░░░░▀██████████▀
░░░░░░░▀▀▀▀▀▀
   ░░░████░░░░░░░████
░░███░██░░░░░██░███
░░██░░░███░███░░░██
░░██░░░░░███░░░░░██
█████████████████████
░░███████░░░███████
░░███████░░░███████
░░███████░░░███████


░░███████░░░███████
░░███████░░░███████
░░███████░░░███████
░░███████░░░███████
   

░░░░░░
░░░░░██░░░░░░
░░░░████░░░░░▐█
░░░░█████░░░░███
░░░░░█████░░████
░░█░░░█████░████
░██░░░██████████
████░████░█████
█████████░░███
███████░░░██
░░▀████░░░█▀
░░░░░
   ░██████████████████▀██████░
█████████░░██████▀████████
█████████░░███▀▄████████
███████░░██░░▄██░░███████
██████▌░░░██▄▄██░░░▐██████
██████░░░░░█████░░░░░██████
██████░░░░░░███░░░░░░██████
█████░░░░░░░░░░░░░░█████
█████░░░██░░░░░░░██░░░█████
████░░░████▌░░░▐████░░░████
████░░░█████▌▐█████░░░████
███░░░███████████████░░░███
███░░░███████████████░░░███
░█████████████████████████░
MONETARYUNIT
.......for Me, U & Everyone.......
[/
Swtrse (OP)
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
March 03, 2017, 10:28:51 AM
Last edit: March 04, 2017, 07:15:43 AM by Swtrse
 #43

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 = "<full path from step 7>"
do
{
    if (! (ps | ? {$_.path -eq $prog}))
    {
        "Starte Applikation"
        explorer.exe C:\Users\<user>\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.
JasonXG
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500


View Profile
March 27, 2017, 06:57:32 PM
 #44

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 ?
Bodhicoin
Full Member
***
Offline Offline

Activity: 217
Merit: 100


ReCREWeR.com ^Straight Drop Crypto Airdrops^


View Profile WWW
May 25, 2017, 08:15:50 AM
 #45

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 = "<full path from step 7>"
do
{
    if (! (ps | ? {$_.path -eq $prog}))
    {
        "Starte Applikation"
        explorer.exe C:\Users\<user>\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.

Swtrse (OP)
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
June 23, 2017, 11:11:19 PM
 #46

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.
Swtrse (OP)
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
August 03, 2017, 01:12:16 PM
 #47

After arguing with MS for nearly a month. The new Version 2.0.4 finally was uploaded to the store... Shocked
margrettco62
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
August 03, 2017, 01:44:02 PM
 #48

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
unisilver
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
August 04, 2017, 12:19:48 PM
 #49

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

When woud be the releasing happen sir? And Why is that its different now what makes it different?
Ouyunk
Member
**
Offline Offline

Activity: 170
Merit: 10


View Profile
August 04, 2017, 12:36:26 PM
 #50

Wow, poloniex is very well developed, with many poloniex enthusiasts, I'm sure this project will develop very well, I support this project, hopefully run well, good luck
l10no
Full Member
***
Offline Offline

Activity: 518
Merit: 101



View Profile
August 05, 2017, 02:31:26 PM
 #51

What's the point of poloniex making this project? I think this is not very supportive of poloniex marketing which recently deteriorated, but hopefully this way you can still survive
bizzyb
Legendary
*
Offline Offline

Activity: 1652
Merit: 1001

Don't look at my signature!


View Profile WWW
October 10, 2017, 02:39:15 PM
 #52

Some screen shots from the devs lending history.

As you can see, some very high % rates are "possible" at times....

Jahrezsins shows the estimated annual % ROI - for example with DOGE up to 113%






░░░░░░░▄▄▄▄▄▄
░░░░▄██████████▄
░░░███▀░░░░░░▀███
░░███░░░░░░░░░░███
███░░░░░██░░░░░███
███░░░░░░██░░░░░░███
███░░░░░░██░░░░░░███
███░░░░░░█████░░░███
███░░░░░░░░░░░░░░███
███░░░░░░░░░░░░███
░░███░░░░░░░░░░███
░░░███▄░░░░░░▄███
░░░░▀██████████▀
░░░░░░░▀▀▀▀▀▀
   ░░░████░░░░░░░████
░░███░██░░░░░██░███
░░██░░░███░███░░░██
░░██░░░░░███░░░░░██
█████████████████████
░░███████░░░███████
░░███████░░░███████
░░███████░░░███████


░░███████░░░███████
░░███████░░░███████
░░███████░░░███████
░░███████░░░███████
   

░░░░░░
░░░░░██░░░░░░
░░░░████░░░░░▐█
░░░░█████░░░░███
░░░░░█████░░████
░░█░░░█████░████
░██░░░██████████
████░████░█████
█████████░░███
███████░░░██
░░▀████░░░█▀
░░░░░
   ░██████████████████▀██████░
█████████░░██████▀████████
█████████░░███▀▄████████
███████░░██░░▄██░░███████
██████▌░░░██▄▄██░░░▐██████
██████░░░░░█████░░░░░██████
██████░░░░░░███░░░░░░██████
█████░░░░░░░░░░░░░░█████
█████░░░██░░░░░░░██░░░█████
████░░░████▌░░░▐████░░░████
████░░░█████▌▐█████░░░████
███░░░███████████████░░░███
███░░░███████████████░░░███
░█████████████████████████░
MONETARYUNIT
.......for Me, U & Everyone.......
[/
Swtrse (OP)
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
October 10, 2017, 03:03:19 PM
 #53

What's the point of poloniex making this project? I think this is not very supportive of poloniex marketing which recently deteriorated, but hopefully this way you can still survive
This is no project of Poloniex. This is a tool written by me using the poloniex api.
Swtrse (OP)
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
October 10, 2017, 03:09:08 PM
 #54

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

When woud be the releasing happen sir? And Why is that its different now what makes it different?

The new version is already in the stores. What makes it different is that the App is more stable know. I changed the way the application is working in the background completely.
As a side effect the background task will run even if the application is closed. So you can now start the application and close the GUI. It is more ore less a windows service and of course I could have implemented it that way. But I wanted to experiment with .Net Core and Windows Universal Apps.
Swtrse (OP)
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
October 10, 2017, 03:15:39 PM
 #55

Wow, poloniex is very well developed, with many poloniex enthusiasts, I'm sure this project will develop very well, I support this project, hopefully run well, good luck
Thanks for your support.

There are some minor updates planed but I consider the project as finished.

Of course I will continue to fix bugs and update the api implementation if necessary.
I will try to make the next screen shots in English.
The app is multilingual (only German and English for know)
Nunzio
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
October 27, 2017, 04:51:21 PM
 #56

Hey @Swtrse Can you show more info about your earnings on it. For example in 1 or 2 month?
Swtrse (OP)
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
November 02, 2017, 07:11:46 AM
 #57

Hey @Swtrse Can you show more info about your earnings on it. For example in 1 or 2 month?

Of course I can. I will put some Screens here.
Currently there is a new Version coming v3.0.
With Plugin support
Currently there are 2 Plugins available
 Plugin 1: Will disable the need to hold MUE and use an Bittrex account for 30 days
 Plugin 2: Will disable the need to hold MUE and use an Bittrex account forever

As soon as I have the Version hit the Store I will make new Screenshots and post it here. Should be ~7 working days from now.
Currenlty earings are for Example: CLAM 11.8% DASH 1.2% LTC 1.7% STR 22.1% ETH 0.02%. I will provide Screen for each Coin soon, there is no reason to hide it Smiley
Swtrse (OP)
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
November 25, 2017, 08:58:05 AM
 #58

Hey @Swtrse Can you show more info about your earnings on it. For example in 1 or 2 month?
As promissed here are the screens. Since BTC and ETC are my testing coins during development I Reset them regularly (That means Starting Balance and Revenue calculatet only by the last few days). All other Coins are running since 1.1. and since there is late in the year the calculated % is more accurate on this coins ^^.

Just for reminding the Annual Rate (Jahreszins) is calculated (((CurrentBalance-BalanceAtStart)/DaysSinceStart)*365)/BalanceAtStart
the only day when this is not a prediced value is the last day of the year Wink

and I have skimming system activated witch moves 0.25 Pieces of a coin to exchange market after the balance grow a whole coin
https://i.imgur.com/WBaBDEZ.png
https://i.imgur.com/91FsN5h.png
https://i.imgur.com/SNj1n8V.png
https://i.imgur.com/cI8sYpS.png
https://i.imgur.com/1JneNpj.png
https://i.imgur.com/5c2J7sK.png
https://i.imgur.com/PLDlQ5W.png
https://i.imgur.com/E3qgtpk.png
https://i.imgur.com/GHJbjY3.png
https://i.imgur.com/6VDnq5h.png
https://i.imgur.com/v0JkKLt.png
samshanna
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
March 06, 2018, 04:18:51 PM
 #59

Just downloaded the app.  Do you have some directions here?  I have everything connected and loaded however all my balances are on Bittrex.   What do I need to do now?   There are ZERO directions or manuals. 
Swtrse (OP)
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
April 11, 2018, 06:25:35 PM
 #60

Finaly a new Version have arrives.
I addresses much of the flaws in the old version, especially the stability and some UI shortcommings.
I hope you like it.
Pages: « 1 2 [3] 4 »  All
  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!