Search content
Sort by

Showing 17 of 17 results by NonProphet
Post
Topic
Board Альтернативные криптовалюты
Re: [ANN][ICO] Ziber — Первый мобильный блокчейн оператор!
by
NonProphet
on 24/07/2017, 15:56:50 UTC
Кстати инфа для размышления. Сегодня случайно/не случайно удалось поговорить со знакомым, работающим в головном офисе МТС( в отделе маркетинга) . Я ему как раз за этот проект сказал, ну и поинтересовался его мнения взлетит\не взлетит. Он типо в долгосрочном - точно нет. Через 3-4 года, опять же с его слов, как таковой мобильной связи уже может вообще не быть. Все моб. операторы сейчас дико вкладываются в развитие моб. интернета, т.к. если года 3 назад процент доходов компаний от моб. связь/моб. интернет - был гдет 90%/10%, то сейчас это выглядит как 60%/40%. И это будет только расти, т.е с увеличением качества мобильного интернета (3G, 4G, когда-то и 5G), всё меньше людей пользуются самой связью. Все пользуются мобильными приложениями Скайп, вайбер, вацап и звонят бесплатно пользуясь безлимитным инетом. И как он говорит не удивительно, если через 2-3 года уже все будут ходить с моб. телефонами, но как таковой моб. свзяи в них не будет, а номер нужен будет только для того что бы привязать к нему инет.
 Сам хотел немного вложится в этот Зайбер, теперь думаю....
тел связь все равно будет. не удобно общатся в интернете,когда надо очень много чего говорить,а ты все это будешь набирать на клавиатуре.

Так речь о передаче в том числе голосовой информации через интернет (мессенджеры)
Post
Topic
Board Альтернативные криптовалюты
Re: [ANN][ICO] Ziber — Первый мобильный блокчейн оператор!
by
NonProphet
on 19/07/2017, 13:34:35 UTC
Скажите кто-нибудь пробовал уже сие чудо в деле? В плане качества связи. Насколько качество отличается от разговора по телефону? Есть ли задержки с момента как человек произнес фразу? Huh

Установил но чет не получилось позвонить.


Набирайте без "+". Начинайте код страны. Сразу цифры. Я сам не сразу въехал, возможно и у Вас проблема из за этого.

У меня тоже с + не работало, над отправить им багрепорт, думаю пофиксят. А так удобная штука. Только мне кажется мало информации об ICO по сравнению с другими проектами.
Post
Topic
Board Altcoin Discussion
Re: Ripple Giveaway!
by
NonProphet
on 28/02/2013, 11:08:44 UTC
rhoo66VknoZuq6WcVtTt7PM6XYX8VUFVEq
Post
Topic
Board Beginners & Help
Re: Question about bitcoin confirmations
by
NonProphet
on 22/07/2011, 18:11:57 UTC
Bump...

I'm still stumped on this.  Does getReceivedByAccount store the total currently in the address or the total received?  If I deposit 2 deposits of 0.5 BTC, but I move the .5 BTC to another wallet after it goes through, should it return 0.5BTC or 1 BTC, after the first one goes through but waiting on the second deposit.

Any thoughts?
Post
Topic
Board Beginners & Help
Topic OP
Question about bitcoin confirmations
by
NonProphet
on 21/07/2011, 19:47:07 UTC
Hey everyone, I've got another (hopefully last) question about bitcoin.

I'm working on a web app that has deposit/withdraw functionality with bitcoin.  I got deposits going through and everything looks to be going smoothly.  But I noticed a bug and I'm not sure why it is happening.

Every user has their own account that they deposit to, and I have a cron script that runs every 5 minutes to check pending deposits.  I use getReceivedByAccount('user account name', 5) to make sure that there are 5 confirmations.  After 1 confirmation (first pass of the cron script), the deposit went through.  I'm thinking it has something to do with the fact that this is the second deposit in a row for the same amount to/from the same addresses.  The API call returns the amount received and I compare that to the pending deposit amount to see if it is a match.

Any thoughts on why it went through after 1 confirmation like that?
Post
Topic
Board Beginners & Help
Re: Question about Bitcoind and handling deposit/withdraws.
by
NonProphet
on 20/07/2011, 18:10:59 UTC
Actually I'm still having issues with this.

Here's what I've got so far from bitcoind output:

Get Info
array(13) {
["version"]=> int(32300) ["balance"]=> float(0) ["blocks"]=> int(123656) ["connections"]=> int(Cool ["proxy"]=> string(0) "" ["generate"]=> bool(false) ["genproclimit"]=> int(-1) ["difficulty"]=> float(157416.401844) ["hashespersec"]=> int(0) ["testnet"]=> bool(false) ["keypoololdest"]=> int(1309446233) ["paytxfee"]=> float(0) ["errors"]=> string(0) "" }

Get Block Number
int(123657)

Get Transactions
array(0) { }

Get Balance
float(0)

So I'm getting blocks now and everything looks good.  But the balance is still 0 and this transaction is a few days old.  Any thoughts?
Post
Topic
Board Beginners & Help
Re: Question about Bitcoin number precision for PHP/MySQL Web App
by
NonProphet
on 20/07/2011, 18:08:43 UTC
Thanks for the help, your post was exactly what I was looking for.
Post
Topic
Board Beginners & Help
Re: Question about Bitcoind and handling deposit/withdraws.
by
NonProphet
on 18/07/2011, 20:48:50 UTC
Good to go now.  Thanks everyone.
Post
Topic
Board Beginners & Help
Re: Question about Bitcoind and handling deposit/withdraws.
by
NonProphet
on 18/07/2011, 20:33:21 UTC
There should be .5 BTC sent to an address on the server.  Nothing has downloaded though so nothing is showing up in the wallet.  Does that mean my wallet is empty or just appears empty?

Submitted a request to vps tech support to get bitcoin updated and get network ports opened up.  Hopefully that will fix the problem.
Post
Topic
Board Beginners & Help
Re: Question about Bitcoind and handling deposit/withdraws.
by
NonProphet
on 18/07/2011, 19:13:05 UTC
Thanks for the help so far, I think we are on to something.

Here is the output from running getinfo and getblocknumber:

Get Info
array(13) {
["version"]=> int(32300)
["balance"]=> float(0)
["blocks"]=> int(0)
["connections"]=> int(0)
["proxy"]=> string(0) ""
["generate"]=> bool(false)
["genproclimit"]=> int(-1)
["difficulty"]=> float(1)
["hashespersec"]=> int(0)
["testnet"]=> bool(false)
["keypoololdest"]=> int(1309446233)
["paytxfee"]=> float(0)
["errors"]=> string(0) ""
}

Get Block Number
int(0)


So it looks like it isn't downloading the blocks, and the version number is up in getinfo if that helps.  Any ideas on how I can get the client to start downloading blocks?
Post
Topic
Board Beginners & Help
Re: Question about Bitcoind and handling deposit/withdraws.
by
NonProphet
on 18/07/2011, 19:03:57 UTC
I don't know if it downloaded the entire block chain yet.  Is there a way to check that through the API calls?  It should have because its been running for several days, if not a week or two.

I ran originally ran getbalance with no parameters, assuming that sets minconf = 0 by default.  It still didn't provide any results.
Post
Topic
Board Beginners & Help
Topic OP
Question about Bitcoind and handling deposit/withdraws.
by
NonProphet
on 18/07/2011, 18:33:56 UTC
Hey everyone, I'm still getting this web app set up and I've got another question regarding bitcoin.  I'm a web developer but completely new to bitcoin.

I'm testing out the deposits and withdraws at the moment.  The first test deposit was sent through yesterday, approx 18 hours ago.  It should have gone through by now, but when I've ran several API calls to the server which indicate that it hasn't gone through.  I used getbalance, listtransactions, listreceivedbyaddress, listreceivedbyaccount, and whatever else I could find, and they all indicated 0.  Nothing in the accounts, no transactions, no balance, nothing.  My API calls are going through and working, because I can generate accounts, addresses, and list the accounts, but the balances and transactions just aren't updating or going through.

Does it just take more time?  If something went wrong what is the best way to go about tracking down the bug?

Thanks for the help.
Post
Topic
Board Beginners & Help
Re: Question about Bitcoin number precision for PHP/MySQL Web App
by
NonProphet
on 07/07/2011, 23:08:02 UTC
Sounds good thanks for all the help everyone.
Post
Topic
Board Beginners & Help
Re: Question about Bitcoin number precision for PHP/MySQL Web App
by
NonProphet
on 07/07/2011, 23:03:10 UTC
Users will be buying/selling so their account balances will be changing.  Just wanted to make sure that kind of basic math won't effect any rounding precision.
Post
Topic
Board Beginners & Help
Re: Question about Bitcoin number precision for PHP/MySQL Web App
by
NonProphet
on 07/07/2011, 22:48:52 UTC
So if I use a double, then I shouldn't need to worry about the formatting stuff, because it already has enough precision?
Post
Topic
Board Beginners & Help
Re: Question about Bitcoin number precision for PHP/MySQL Web App
by
NonProphet
on 07/07/2011, 21:52:04 UTC
Sorry, I'm not following you on that.
Post
Topic
Board Beginners & Help
Topic OP
Question about Bitcoin number precision for PHP/MySQL Web App
by
NonProphet
on 07/07/2011, 21:10:46 UTC
Hey I'm developing a php/mysql webapp that uses bitcoin and I've got a few questions.

The VPS is setup, bitcoind is running, and I have all the API calls where they need to be in the script, but I'm not sure how I should be handling the bitcoin amounts.

My main questions are: How should bitcoin values be stored in a database table?  Does any particular data type (int, double, etc) work best?
I saw the wiki page for proper money handling and there was a PHP function there called JSONtoAmount.  Can anyone clear up when that should be used?

Any help on this would be appreciated.  It's the last thing that needs to be done before we are up and running.