Author

Topic: ★ ZEIT ★ [COMMUNITY & KNIGHTS] [ULTRA LOW INFLATION] [MICRO-PAYMENTS] - page 588. (Read 1009280 times)

member
Activity: 78
Merit: 10
hero member
Activity: 938
Merit: 1000
Crypto-missionary to the Kingdom of Rhegged
Just a first-thing-in-the-morning idea...

I'd like to help with the voting on Cryptsy but I only have .0022 points. If there are many of us with small parts of points maybe they could be transferred to a 'trustworthy person' (Zeitcoin?) to purchase voting points?

Better than them just sitting there doing nowt!
sr. member
Activity: 392
Merit: 250
I need code in JavaScript or C/C++ a function that allows me to get the difficulty in real time via Internet of a few coins for after i can display it in a dialog box or window.

Anyone have? Can facilitate me? From already thank you very much!  Smiley


not easy, you would need to have a daemon running for each coin with each its full blockchain
the other option is to scrape it off pool websites with a crawler daemon
both cases require a hefty amount of maintenance and initial research also depending on how many altcoins you want to include.

i know, i was gona write something to mine during short profit windows of a selection of 130 scrypt coins, i found zeit when i was collecting a list of pools for the first coin. my selection of coins consisted of only coins available on an exchange with an api, had to research each coin from the market list of cryptorush, poloniex and cryptsy.

if you pay me, i will build your idea.


Thanks for answering me, I did not think I need to keep all blockchain of each coin.
And the deamon calculated internally the current difficulty or get it from a central server?

is your question towards the coin daemon method of getting difficulty or towards what i was going to write for myself?

difficulty is based on previous blocks blocktime, you need to have the full coin node running to have the right chain and most recent block to calculate current difficulty

as for what i was going to write, i could make it a general pupose php scrypt you can call a function from to get a coin specific realtime difficulty. the php function would fetch the stat page from diffrent pools and get the difficulty from the most likely valid one. there arent that many diffrent pool front ends, i can write a scrypt that can be used across diffrent coins for many pools, even detect which type of front end it is and use the right function. all you would need to do is maintain lists of pools.


If I told by both things interest me.
And you have to hand the source code of the php scrypt? Or you have to write it especially? I can give you a small reward!

i dont have any code yet, i was at the point of collecting pools before i switched focus to ZEIT.

We can make this the first public hire for ZEIT

5000000 ZEIT (~31USD) is what i ask for, i will deliver by 6pm GMT-5 if that is agreed upon

i will need a list of coins, il need to research what the pools for each coin use for frontend and collect a list of pools, using pool size as weight to determine correct difficulty accross pools to avoid bad data.

fof now im going to sleep, brb in 7hours
full member
Activity: 127
Merit: 100
member
Activity: 112
Merit: 10
I need code in JavaScript or C/C++ a function that allows me to get the difficulty in real time via Internet of a few coins for after i can display it in a dialog box or window.

Anyone have? Can facilitate me? From already thank you very much!  Smiley


not easy, you would need to have a daemon running for each coin with each its full blockchain
the other option is to scrape it off pool websites with a crawler daemon
both cases require a hefty amount of maintenance and initial research also depending on how many altcoins you want to include.

i know, i was gona write something to mine during short profit windows of a selection of 130 scrypt coins, i found zeit when i was collecting a list of pools for the first coin. my selection of coins consisted of only coins available on an exchange with an api, had to research each coin from the market list of cryptorush, poloniex and cryptsy.

if you pay me, i will build your idea.


Thanks for answering me, I did not think I need to keep all blockchain of each coin.
And the deamon calculated internally the current difficulty or get it from a central server?

is your question towards the coin daemon method of getting difficulty or towards what i was going to write for myself?

difficulty is based on previous blocks blocktime, you need to have the full coin node running to have the right chain and most recent block to calculate current difficulty

as for what i was going to write, i could make it a general pupose php scrypt you can call a function from to get a coin specific realtime difficulty. the php function would fetch the stat page from diffrent pools and get the difficulty from the most likely valid one. there arent that many diffrent pool front ends, i can write a scrypt that can be used across diffrent coins for many pools, even detect which type of front end it is and use the right function. all you would need to do is maintain lists of pools.


If I told by both things interest me.
And you have to hand the source code of the php scrypt? Or you have to write it especially? I can give you a small reward!
member
Activity: 93
Merit: 10
Have a ZEIT, have a kitkat.

Gavin if I remember was offering a bounty on whoever is managing to hack his wallet Smiley Go for it.


Thanks. That is what most people would think is the biggest risk.
Just by the fact that there exists a bounty (for some amount of time now) i would not try to break the wallet from the outside.

Why should i bother with the wallet itself if i can install my (probably key logging) software on all those  unpatched windows machines, on all the telephones loaded with broken or malicious software or simply send scam messages to users and trick them into giving me the money. It is amazing how good scamming works on average.
If you dont mind foul language and a few sexist jokes, listen to one or two podcasts by "exotic liability" (basically security professionals ranting for an hour). But highly amusing and informative, at times. Smiley
hero member
Activity: 732
Merit: 500
Zeit on the ground again Smiley)
sr. member
Activity: 392
Merit: 250
I need code in JavaScript or C/C++ a function that allows me to get the difficulty in real time via Internet of a few coins for after i can display it in a dialog box or window.

Anyone have? Can facilitate me? From already thank you very much!  Smiley


not easy, you would need to have a daemon running for each coin with each its full blockchain
the other option is to scrape it off pool websites with a crawler daemon
both cases require a hefty amount of maintenance and initial research also depending on how many altcoins you want to include.

i know, i was gona write something to mine during short profit windows of a selection of 130 scrypt coins, i found zeit when i was collecting a list of pools for the first coin. my selection of coins consisted of only coins available on an exchange with an api, had to research each coin from the market list of cryptorush, poloniex and cryptsy.

if you pay me, i will build your idea.


Thanks for answering me, I did not think I need to keep all blockchain of each coin.
And the deamon calculated internally the current difficulty or get it from a central server?

is your question towards the coin daemon method of getting difficulty or towards what i was going to write for myself?

difficulty is based on previous blocks blocktime, you need to have the full coin node running to have the right chain and most recent block to calculate current difficulty

as for what i was going to write, i could make it a general pupose php scrypt you can call a function from to get a coin specific realtime difficulty. the php function would fetch the stat page from diffrent pools and get the difficulty from the most likely valid one. there arent that many diffrent pool front ends, i can write a scrypt that can be used across diffrent coins for many pools, even detect which type of front end it is and use the right function. all you would need to do is maintain lists of pools.
member
Activity: 112
Merit: 10
I need code in JavaScript or C/C++ a function that allows me to get the difficulty in real time via Internet of a few coins for after i can display it in a dialog box or window.

Anyone have? Can facilitate me? From already thank you very much!  Smiley


not easy, you would need to have a daemon running for each coin with each its full blockchain
the other option is to scrape it off pool websites with a crawler daemon
both cases require a hefty amount of maintenance and initial research also depending on how many altcoins you want to include.

i know, i was gona write something to mine during short profit windows of a selection of 130 scrypt coins, i found zeit when i was collecting a list of pools for the first coin. my selection of coins consisted of only coins available on an exchange with an api, had to research each coin from the market list of cryptorush, poloniex and cryptsy.

if you pay me, i will build your idea.


Thanks for answering me, I did not think I need to keep all blockchain of each coin.
And the deamon calculated internally the current difficulty or get it from a central server?
sr. member
Activity: 392
Merit: 250
I need code in JavaScript or C/C++ a function that allows me to get the difficulty in real time via Internet of a few coins for after i can display it in a dialog box or window.

Anyone have? Can facilitate me? From already thank you very much!  Smiley


not easy, you would need to have a daemon running for each coin with each its full blockchain
the other option is to scrape it off pool websites with a crawler daemon
both cases require a hefty amount of maintenance and initial research also depending on how many altcoins you want to include.


i know, i was gona write something to mine during short profit windows of a selection of 130 scrypt coins, i found zeit when i was collecting a list of pools for the first coin. my selection of coins consisted of only coins available on an exchange with an api, had to research each coin from the market list of cryptorush, poloniex and cryptsy.


if you pay me, i will build your idea.
member
Activity: 112
Merit: 10
I need code in JavaScript or C/C++ a function that allows me to get the difficulty in real time via Internet of a few coins for after i can display it in a dialog box or window.

Anyone have? Can facilitate me? From already thank you very much!  Smiley
full member
Activity: 182
Merit: 100
Also please realize that TZM has many chapters all over the world and the statement above is from the headquarters. By the time our inquiries had reached main office, we had already launched. However the second TZM told us they would not directly associate with us, we completely disassociated with them directly and instead are just a movement of people who believe in their principles.

To anyone intimately familiar with the movement, this should not have been a surprise. We advocate a train of thought, and can not be tied to any single organization, institution or instantiation of a technology. You shouldn't take it as an insult or indication that you're doing something wrong, just that such a formal association and sanctioning of your project leaves the movement as a whole vulnerable to the negative associations you may have (and obviously very recently) caused. Obviously cryptocurrencies are one of the many technologies that will aide in transition, but it would be imprudent to stake our reputation on any one in particular.

Well put!
I fully am thinking that I may possibly endorse the above statement... down the road.. in the future .. if/when the time is right  Wink
full member
Activity: 182
Merit: 100
what about online wallet?Will it work or our comunity has another one?

There is this online one. Ive used it.. no issues so far.
https://www.zeit-wallet.com
member
Activity: 114
Merit: 10
what about online wallet?Will it work or our comunity has another one?
legendary
Activity: 1500
Merit: 1022
I advocate the Zeitgeist Movement & Venus Project.
Also please realize that TZM has many chapters all over the world and the statement above is from the headquarters. By the time our inquiries had reached main office, we had already launched. However the second TZM told us they would not directly associate with us, we completely disassociated with them directly and instead are just a movement of people who believe in their principles.

To anyone intimately familiar with the movement, this should not have been a surprise. We advocate a train of thought, and can not be tied to any single organization, institution or instantiation of a technology. You shouldn't take it as an insult or indication that you're doing something wrong, just that such a formal association and sanctioning of your project leaves the movement as a whole vulnerable to the negative associations you may have (and obviously very recently) caused. Obviously cryptocurrencies are one of the many technologies that will aide in transition, but it would be imprudent to stake our reputation on any one in particular.
full member
Activity: 189
Merit: 100
Anyone else's wallet out of sync... had mine open now nearly 24hrs and still out of sync... i'm not sure what's going on.. was all fine 2 days ago..
full member
Activity: 182
Merit: 100
I am a Supporter of . . . . TZM & TVP
Oops,

Just saw Emoticoin wasn't on top of the voting, had a look and it already hit 1 litoshi. They were saying it was going to trade against BTC Smiley

Been watching another Anonopoulos video, 160 minute video.
Although much of the stuff you guys 'should' already know, you may still enjoy it, he's with Joe Rogan and there's soo much detail that comes out because time wasn't really a problem.

http://www.youtube.com/watch?v=1cexawnOlR8
member
Activity: 68
Merit: 10
The CR situation was pretty awful, but it's great to see how the community and dev try to reverse a little of the damage that was caused. If you are patient and kind, solutions will come to you  Wink
full member
Activity: 182
Merit: 100
I am a Supporter of . . . . TZM & TVP
I'm just an ant within the colony, remember us as a whole and the whole will look after the one dude.

Gimme a shout when u pop a response on there and I'll whip mine off if it becomes redundant.

Sleepy time for me.
hero member
Activity: 826
Merit: 501
in defi we trust
LoL, there's actually someone on the CoinEx thread saying how people should have learned from the Gox collapse not to leave coins on CoinEx as he's now lost all his coins.

Well, DUH!!!

How many times do people have to lose their coins before learning that an exchange is NOT a secure wallet where you can get big rewards without high risk?!!?

PLEASE REMEMBER, Exchanges are big targets for hackers as they hold a large percentage of their coins in hot wallets unlike wallets where far more can be in cold storage.
Only leave on an exchange what you're looking to trade, withdraw and deposit for the big price fluctuations. Day trading won't make you super rich, it's not worth losing everything for!


The biggest threat for coins on an exchange is the owner of that exchange  , not hackers.

I see. You have a point.
But in the long run i don't see the latter one disappearing or even getting smaller. Ever.
Every year millions of credit cards get compromised. This wont change with bitcoin.

As a quote from the video "You can not maintain security on a general purpose operating system."


Gavin if I remember was offering a bounty on whoever is managing to hack his wallet Smiley Go for it.
Jump to: