Pages:
Author

Topic: [OSC]OpenSourcecoin Mandatory Update 7/1/14 - page 2. (Read 153272 times)

member
Activity: 101
Merit: 10
Cryptocurrencies are awesome!
December 21, 2017, 01:42:33 PM
Undead.
jr. member
Activity: 84
Merit: 1
December 16, 2017, 01:54:19 AM
nope.
Actively traded.
And working 4 year old sha256 network.

Not dead.  Just small as a house mouse.
member
Activity: 99
Merit: 10
December 15, 2017, 03:15:29 PM
I'm guessing this project is dead?
sr. member
Activity: 1246
Merit: 257
mozilla VOICE project
https://voice.mozilla.org/

7/11 [7/22] 7/44, 7/88
355/113

9/7 5/7 3/7 1/7

32 33 34 43


https://www.mathsisfun.com/numbers/images/pi.svg

"May I have a large container of butter today"
3 1 4 1 5 9 2 6 5

Nilakantha series

sr. member
Activity: 1246
Merit: 257
sr. member
Activity: 1246
Merit: 257
legendary
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
https://njal.la/#home
a privacy aware domain registration service!
pay in btc
legendary
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
https://txbits.org/
Our Goal
TxBits aims to be the first commercial-grade open source Bitcoin and crypto currency exchange. We hope to be able to leverage the power of open source to build the exchange with the lowest fees, highest security and greatest transparency.
legendary
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
Cryptsy Community Relief Project https://www.gldtalk.org/index.php?topic=3789.0
legendary
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
legendary
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
Autosell at Poloniex
Normally when I need autosell I use Bittrex but recently I needed a similar functionality at Poloniex so I made a very simple one in Python. Maybe someone here will find it useful.

First you need to download a Python wrapper from https://poloniex.com/support/api/, save it as poloniex.py and change
Code:
return self.api_query('sell',{"currencyPair":currencyPair,"rate":rate,"amount":amount})
to
Code:
return self.api_query('sell',{"currencyPair":currencyPair,"rate":rate,"amount":amount,"immediateOrCancel":1})
in it.

Then save the following code (checks the zec wallet balance every second and autosells it for btc at the market price) to e.g. autosell.py in the same directory and replace 'something' with your API key and secret:
Code:
import signal, time, sys
import poloniex

APIKey = 'something'
Secret = 'something'
timefmt = '%Y-%m-%d %H:%M:%S UTC'

shutdown = False
def signal_handler(signal, frame):
    global shutdown
    shutdown = True
signal.signal(signal.SIGINT, signal_handler)
signal.signal(signal.SIGTERM, signal_handler)

p = poloniex.poloniex(APIKey, Secret)

while True:
    balance = float(p.returnBalances()['ZEC'])
    if balance >= 0.0001:
        lastprice = float(p.returnTicker()['BTC_ZEC']['last'])
        print '[%s] detected %s ZEC balance, selling at %s for BTC' % (time.strftime(timefmt, time.gmtime()), balance, lastprice)
        print '[%s] %s' % (time.strftime(timefmt, time.gmtime()), p.sell('BTC_ZEC', lastprice, balance))
    if shutdown:
        print '[%s] exiting' % time.strftime(timefmt, time.gmtime())
        sys.exit(1)
    time.sleep(1)

Then all what you do is just run the code with python autosell.py. For a different currency just change the symbols, or make it universal and use the command line arguments.

I noticed Poloniex server sometimes timeouts or returns an error so if you want to really rely on this then either treat exceptions or just put the whole run in an infinite loop, like while true; do python autosell.py; done or something similar.

Enjoy.
legendary
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
legendary
Activity: 2506
Merit: 1030
Twitter @realmicroguy
Our team obtained many of the cryptocurrencies that were frozen on Cryptsy's servers when the exchange collapsed. The OpenSourcecoin wallet.dat was among those recovered.

We are now in the process of giving these wallet files back to their respective communities. The wallet has not been inspected and it's unknown if it contains any coins. If you are a developer of this coin, or a longstanding community member, you can file a request for the wallet in this thread: https://www.gldtalk.org/index.php?topic=3789.0
legendary
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
http://www.doctorondemand.com/
Live video doctor visits including assessment, diagnosis and prescriptions when necessary.
legendary
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
https://streamium.io/
Stream Live Video And Get Paid
Set how much you want to charge your viewers, start broadcasting and earn bitcoins on a per-second basis.
https://github.com/streamium/streamium

https://bitcoinmagazine.com/articles/5-freelancers-may-use-bitcoin-powered-streamium-cut-middlemen-1432327601/
legendary
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
legendary
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
https://www.bitchute.com/
video share platform
legendary
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics

http://explosm.net/rcg

random generated
AI is funny
already






legendary
Activity: 1470
Merit: 1010
Join The Blockchain Revolution In Logistics
https://www.manycontacts.com
Install a tiny script on your website and automagically receive enriched visitor information.
adword connected
Pages:
Jump to: