Bitcoin Forum
May 30, 2024, 05:43:13 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 »
61  Bitcoin / Development & Technical Discussion / MAX_MONEY's possible max value is? on: June 17, 2018, 02:57:06 AM
Its 92,000,000,000 ?

Int64's Max value is 9,223,372,036,854,775,807

But MAX_MONEY is multiply by satoshi, ( * COIN ) so it multiply by 10,000,000, right?

Then so max possible total coin supply (MAX_MONEY) is approx 92,000,000,000?
62  Bitcoin / Development & Technical Discussion / Daemon encryption not work? on: June 17, 2018, 02:49:38 AM
I typed command encryptwallet to my daemon, but stopped and not work?

How to solve?
63  Bitcoin / Development & Technical Discussion / If wallet.dat shared or stolen, then encrypt it? on: June 17, 2018, 02:47:55 AM
If A, B get same wallet.dat file, and after that, if B encrypt his computer's wallet program(or daemon) (B2), then what happen?

All coins received via address generated before encryption, B can use them also?

And all coins received via address generated after encryption, only B can use them?

And all coins received via address generated after encryption at A's computer (A2), A and B can use them?


Here [use] means spending coin.
64  Bitcoin / Development & Technical Discussion / Re: How to decide transaction fee? on: June 15, 2018, 07:18:47 AM
There are many sites that show you stats about the current pending transactions and what fee they used, e.g.
https://bitcoinfees.earn.com/

So, you can write your own function to calculate the best fee according to this information or just search for an API that already provides suggestions.
Thanks for link. 
Then how about other coins?
65  Bitcoin / Development & Technical Discussion / Bitcoin walletnotify's confirmations number can be increased? on: June 14, 2018, 05:52:40 AM
So at bitcoin.conf file, there we can set walletnotify option, and it only called when some transaction's confirmations are 0 and 1.

Can we increase this number?

If can't, we should revise coin's source code itself? where?
66  Bitcoin / Development & Technical Discussion / How to decide transaction fee? on: June 12, 2018, 04:38:02 AM
So if I want to make custom wallet web application, how to make transaction fee part?

So there are wallets that enable user to choosing fee from 3 stages, (low, standard, high) speed rises as fee rises.

Make this is easy, but how to choose/or decide exact fee for those 3 stages?

And if this fee is decided, it is static forever? or should be changed at times?


67  Bitcoin / Development & Technical Discussion / getbalance, sendtoaddress require full sync with recent chain data? on: June 12, 2018, 02:48:06 AM
So I want to make cold wallet, so for that, I will buy another computer and install VM ware, install ubuntu, install coin-core program.

And then, generate address from there. Then if I send coin from outside, is cold wallet's coin core program can use console commands like

[getbalance], [sendtoaddress] ?

or it need to be synced, download most recent blockchain datas?

Because if this is true cold wallet, then it should be disconnected with internet, so I want to maintain this computer with unplugged internet lan cable.

Then when need to check balance or send coin to another address from cold wallet computer, then I should wait for sync?

Then, if I need to send fastly, cold wallet computer is also should be connected with internet?

How to solve this problem?

Thanks.
68  Alternate cryptocurrencies / Altcoin Discussion / How ethereum token works? on: June 11, 2018, 04:03:48 AM
So I checked some exchange site's token's address of mine, I find that all erc20 token's address are all the same ethereum address.

How is this possible? Same address per each user, then how we know specific tokens are deposited?
69  Bitcoin / Development & Technical Discussion / Re: How to send bitcoin automatically? on: June 11, 2018, 03:31:40 AM
If bitcoin's balance is higher than some standard (like 0.2 BTC), how to send another address automatically?

I want to make this process automatic.

This question sounds like it has significant potential to be an XY problem.

Why do you want "to send another address automatically?"  I suspect that there might be a better way to accomplish what you want instead of doing that.
Because I want to automatically move coin to more safe place.
70  Bitcoin / Development & Technical Discussion / Re: What is RPC attack? on: June 07, 2018, 10:15:33 AM
Purhapse he mean Brute Force Attack from JSON RPC.

You have to use strong password and username in bitcoin.conf.

But in the latest versions of bitcoin withdraw funds is removed using JSON RPC remotely, but an attacker can check for your coin balances etc.

I didn't tried if dumpprivkey method can be passed.
Then how withdraw done by what? if not using json rpc.
71  Bitcoin / Development & Technical Discussion / What is RPC attack? on: June 07, 2018, 01:00:33 AM
Someone said that bitcoin.conf file setting should be properly for block RPC attack?

What this mean and how to set it properly?
72  Bitcoin / Development & Technical Discussion / Re: How to send bitcoin automatically? on: June 05, 2018, 05:35:04 AM
If you are coder, make it from JSON RPC.
Yes I am coder, but familiar with C#.

Anyway, how to make from JSON RPC. How? exact process workflow?
73  Bitcoin / Development & Technical Discussion / Re: How to send bitcoin automatically? on: June 04, 2018, 11:59:22 PM
A simple script and "cron" should be able to do this... The script can simply use bitcoin-cli and RPC calls to check the balance of the address... then, if addressBalance > $target, create a transaction that sends BTC to the address you want to send to.

Once you have the script working OK, you can use Cron to schedule the task to run every 5-10 minutes (or hourly or daily or whatever you like).

Thanks. So how can I make that script? Is it shell programming? If then, what is the code that run command line execution inside shell script?
I want to see exact code example.
74  Bitcoin / Development & Technical Discussion / How to send bitcoin automatically? on: June 04, 2018, 06:48:03 AM
If bitcoin's balance is higher than some standard (like 0.2 BTC), how to send another address automatically?

I want to make this process automatic.

I am using ubuntu and at there bitcoin daemon is running.
75  Bitcoin / Development & Technical Discussion / Re: Bitcoin block size? on: May 31, 2018, 05:50:20 AM
1. Block size limit wasn't 1MB in 2009. 1MB limit introduced to prevent spam/attack.
2. Bitcoin don't use block size limit anymore, but block weight limit which is 4.000.000 weight units. So, current maximum block size we can see is 1MB if no one use SegWit, about 2MB if majority use SegWit and close to 4MB if everyone use SegWit in specific case.
3. SegWit or changing to block weight limit used soft-work.
4. Since Bitcoin use SegWit and block weight limit, maximum TPS (if the block is full) could reach up to 20 TPS.

Reference : https://bitcointalk.org/index.php?topic=3590240.msg36497029#msg36497029
Thanks!
What is that weight? Weight limit?
76  Economy / Services / [Paid] Exchange-Ethereum, Ether based Token integration work on: May 31, 2018, 01:56:34 AM
Hi.

I am searching experienced guy who can do ethereum-exchange integration.

You should do yourself below's integration work with cooperate with us,
and consulting work (Teach our programmers include me about how to do it)  too.


[Job to do list]
-Ethereum address issue (address, password too?) to signed up user of our exchange.

-When user send ether to his ethereum address, how to catch it and reflect it to exchange webpage. Whole process implementation.

-When user send ether token to his ethereum based token (ERC20, etcs) address, how to catch it and reflect it to exchange webpage. Whole process implementation.

-When user request ethereum and ethereum based token (ERC20, etcs) withdrawal, how to do it actually, whole process implementation.


This is of course paid work, just add me for further discussion and work.

Telegram : @wsxdrfv
Skype : leegodskype
Email : wsxdrfv@hanmail.net

77  Bitcoin / Development & Technical Discussion / Bitcoin block size? on: May 31, 2018, 12:38:40 AM
Bitcoin's block size is 1mb? I know 1mb is starting size of 2009 year.

Then how much is current status?

And it requires Hardfork? or Softfork?

Because of that 1mb size, Transactions capacity bitcoin can deal is limited? 7 transactions per 1 second? Is this right?
78  Bitcoin / Development & Technical Discussion / When send to own wallet's address, listtransactions send, receive both printed? on: May 29, 2018, 01:33:25 AM
When send coin from same wallet, to another address, gettransactions returns like below.

Is this normal? Send/Receive same time occurs?

 {
        "account" : "",
        "address" : "SeAfYHH5QvQd5wBgeoPd5qb1cFxarCRJzH",
        "category" : "receive",
        "amount" : 1.00000000,
        "confirmations" : 11,
        "blockhash" : "533187b5dd6d01c527a7276cb5ab3fc41d0030969ce3ab3c0424d52dfae68d23",
        "blockindex" : 1,
        "blocktime" : 1527556283,
        "txid" : "cbd0f73519385fca22476b24d0eba11700a06b313aa00346b507d6dcaf262aeb",
        "normtxid" : "5b1a01a3063f4f6d5b16050234ae80bc14cca0575042778f98b388630e125330",
        "time" : 1527556090,
        "timereceived" : 1527556090
    },
    {
        "account" : "",
        "address" : "SeAfYHH5QvQd5wBgeoPd5qb1cFxarCRJzH",
        "category" : "send",
        "amount" : -1.00000000,
        "fee" : -0.00100000,
        "confirmations" : 11,
        "blockhash" : "533187b5dd6d01c527a7276cb5ab3fc41d0030969ce3ab3c0424d52dfae68d23",
        "blockindex" : 1,
        "blocktime" : 1527556283,
        "txid" : "cbd0f73519385fca22476b24d0eba11700a06b313aa00346b507d6dcaf262aeb",
        "normtxid" : "5b1a01a3063f4f6d5b16050234ae80bc14cca0575042778f98b388630e125330",
        "time" : 1527556090,
        "timereceived" : 1527556090
    }
79  Bitcoin / Development & Technical Discussion / Genesiscoinbase.hex key is exposed, then all coins in that coin can be theft? on: May 28, 2018, 05:37:50 AM
So for clone other coin, there is key value, and with this script, Genesiscoinbase.hex, it is input.
Right? Then if this key is exposed, then all coin of that coin can be theft?

80  Alternate cryptocurrencies / Altcoin Discussion / Re: How ethereum get notification when receive ether? on: May 28, 2018, 05:35:40 AM
Bitcoin .conf has [ walletnotify ] option.

But ethereum doesn't have it?

Then how can I know when receive ethereum?


You can check your wallet addres in etherscan.io i know there are wallet that give notification every time there are balance recieve . But i forget what wallet it is its mobile wallet.
I need to implement it myself. For service site.
So webpage-ether daemon should connect and update each other after user deposit ethereum.
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!