Bitcoin Forum
July 01, 2024, 10:04:21 PM *
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 »
1  Bitcoin / Bitcoin Technical Support / Re: Is the wallet balance same as All address's balance together? on: September 16, 2019, 07:45:12 PM
Thank you all guys!
2  Bitcoin / Bitcoin Technical Support / Re: Is the wallet balance same as All address's balance together? on: September 15, 2019, 03:20:29 PM
Yes.

Thank you very much.
Also I want to know how to use this link of my address ( what is it for? ) -- bitcoin:35nnq5CfkBKFXJ45sa5d4a5sDAD54Samount=0.00500000&MyLabel
And is there any way to save address image using btc-cli command line?
3  Bitcoin / Bitcoin Technical Support / Is the wallet balance same as All address's balance together? on: September 15, 2019, 02:42:20 PM
Hey there!
I want to know if the all addresses created by me in the same wallet will get bitcoins directly to my wallet:
for example I have created 2 new addresses and someone sent 5 bitcoins to each address, will I see 10 BTC-s in my wallet?
4  Bitcoin / Bitcoin Technical Support / Re: Help! to connect Bitcoin Core on: August 19, 2019, 10:17:16 AM
Please provide the bitcoin.conf so that others can also learn from what you found.

Now my bitcoin.conf looks likes this.
Code:
# Generated by https://jlopp.github.io/bitcoin-core-config-generator/

# This config should be placed in following path:
# %UserProfile%\AppData\Roaming\Bitcoin\bitcoin.conf

server=1

# [network]
# Listen for incoming connections on non-default port.
port=8333

# [rpc]
# Listen for JSON-RPC connections on this port
rpcuser=Administrator
rpcpassword=somepassword
rpcallowip=111.222.0.0/16
rpcport=8332

Did you try to test the rpc over shh localy (on the server itself)  to ensure this works?
Yes and it works.
But I can't access it from other server.
5  Bitcoin / Bitcoin Technical Support / Re: Help! to connect Bitcoin Core on: August 17, 2019, 02:41:43 PM
today I have searched very long to discover if my bitcoin.conf settings are wrong, and I found some mistakes there.
After some fixes I could run commands from my Bitcoin server's command line and it works.

Now the problem is that I still can't use my rpc.

I'm sorry for this, but I just want to know if it's required to install some server like ( Apache, nginx... ) in the Bitcoin server side?
Because I'm new in this kind of stuff and have to learn many things.
6  Bitcoin / Bitcoin Technical Support / Re: Help! to connect Bitcoin Core on: August 17, 2019, 06:27:41 AM
did you try to use the bitcoin-qt rpc-port:
       'port'          => 8332,
Yep! I have tried but the 8332 port is closed and the response is

cURL error 7: Failed to connect to 123.321.256.632 port 8332: Timed out (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
7  Bitcoin / Bitcoin Technical Support / Re: Help! to connect Bitcoin Core on: August 16, 2019, 04:51:29 PM
I have inserted that sattings to my bitcoin.conf, but still can't connect to it  Undecided Undecided Undecided
8  Bitcoin / Bitcoin Technical Support / Re: Help! to connect Bitcoin Core on: August 16, 2019, 03:42:18 PM
bitcoin-qt is fine, the same conf used for qt.
Bitcoin-qt is basicly the gui for bitcoind, so thats why it is the same.
Thank you very much I will try and let you know if it's the solution!
9  Bitcoin / Bitcoin Technical Support / Re: Help! to connect Bitcoin Core on: August 16, 2019, 02:52:18 PM
no, with core 18.0.0 it changes, so you must use rpcbind.
You can read the core change log for rpcbind.

The same applied to 'Solo Miner', as the miner can't get work from bitcoind if the rpcbind is not set.

Is it neccessary to run bitcoind deamon, or it is ok if the bitcoin-qt is running?
10  Bitcoin / Bitcoin Technical Support / Re: Help! to connect Bitcoin Core on: August 16, 2019, 02:38:34 PM
rpcallowip=xxx.xxx.xxx.0/24 (your local Network)
rpcbind=IP of the PC wich is running core /bitcoin-qt

isn't the rpcallowip the same as rpcbind?
11  Bitcoin / Bitcoin Technical Support / Help! to connect Bitcoin Core on: August 16, 2019, 10:33:02 AM
Hi there!
I'm searching in the google for more than one week and no result.

I have a Bitcoin Core Wallet in some Hosting ( for example it is:  123.321.256.632 )
There is an laravel programmed project in other hosting ( for example it is:  127.0.0.12 ) which is going to make payment processes.
I have installed Fully unit-tested Bitcoin JSON-RPC client based on GuzzleHttp. ( here is the link to github: https://github.com/denpamusic/php-bitcoinrpc);

In the Bitcoin server I have
1. started bitcoin-qt,
2. set config file ( rpc ) in both places (C:\Users\MyUserName\AppData\Roaming\Bitcoin\bitcoin.conf) and (D:\BlockChain\bitcoin.conf)
    # Generated by https://jlopp.github.io/bitcoin-core-config-generator/

   # This config should be placed in following path:
   # %UserProfile%\AppData\Roaming\Bitcoin\bitcoin.conf

   # [network]
   # Listen for incoming connections on non-default port.
   port=8333

   # [rpc]
   # Listen for JSON-RPC connections on this port
   rpcport=8332

   # [Sections]
   # Most options automatically apply to mainnet, testnet, and regtest networks.
   # If you want to confine an option to just one network, you should add it in the relevant section.  
   # EXCEPTIONS: The options addnode, connect, port, bind, rpcport, rpcbind and wallet
   # only apply to mainnet unless they appear in the appropriate section below.

   # Options only for mainnet
   [main]

   # Options only for testnet
   [test]

   # Options only for regtest
   [regtest]


   server=1

   rpcuser=Admin
   rpcpassword=passWordAdmin
   rpcallowip=123.321.256.632
   rpcconnect=127.0.0.1

Then I want to connect to my Bitcoin Core from my laravel project and it says cURL error 52: Empty reply from server (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
Here is my code to connect with Bitcoin Core

public function btcReplenish(Request $request){

        $bitCoinD = new BitcoinClient([
            'host'          => self::RDC_HOST,
            'port'          => 8333,
            'user'          => self::RDC_USER,
            'password'      => self::RDC_PASS,
        ]);

        $balance = $bitCoinD->wallet('wallet.dat')->getbalance();
        echo $balance->get();        
        die;
    }

Please help me if there is someone who knows how to do that!
12  Alternate cryptocurrencies / Bounties (Altcoins) / Re: [BOUNTY]💱Yaahub Exchange | A Peer to Peer Market - 500k$ Allocated in Bounty 💱 on: September 21, 2018, 10:45:54 PM
yes i get the same answer, and how the continuation?
He have uptadet the spreadsheet  Cool  Cool  Cool
13  Alternate cryptocurrencies / Altcoin Discussion / Binance Competition - 20,000 ETH Giveaway! on: September 17, 2018, 09:02:09 AM
I'm sorry it was SCAM

14  Alternate cryptocurrencies / Altcoin Discussion / Re: 100 usd enough to start trading ? on: September 16, 2018, 03:28:00 PM
$100 isn't small amount for now. I mean the market is down now and you can buy some ETH-s for example and then have $300 ( so it will be x3 profit ). Or you can buy some new coin which is going to susccess. Also do your own research in  the  https://coinmarketcap.com
15  Alternate cryptocurrencies / Bounties (Altcoins) / Re: [BOUNTY] KALC- Koala's Life Restructure Your Credit Life🚀 Up to $100,000 Reward on: September 16, 2018, 03:03:34 PM
There are 2 scammers in the Telegram campaign

First one is using my Telegram username👇👇👇
Spreadsheed No:  5063
BTT usr:  bjornandre

Second one is using my BTT account 👇👇👇
Spreadsheed No:  5238
Telegram usr:  @Dr2xxx
16  Alternate cryptocurrencies / Bounties (Altcoins) / Re: [BOUNTY] KALC- Koala's Life Restructure Your Credit Life🚀 Up to $100,000 Reward on: September 16, 2018, 02:53:36 PM
Week #2
Twitter

Retweets
1. https://twitter.com/KALCofficial/status/1036562559531286528
2. https://twitter.com/KALCofficial/status/1036906872882716672
3. https://twitter.com/KALCofficial/status/1037582533980913665
4. https://twitter.com/KALCofficial/status/1037956449085706241
5. https://twitter.com/KALCofficial/status/1039045252500209664

Tweets
1. https://twitter.com/Vanikk1995/status/1039214395111419905
2. https://twitter.com/Vanikk1995/status/1039602390356426752


Week #2
Facebook

Shares + Likes
1. https://www.facebook.com/vano.martirosyan.31/posts/2160588927518537
2. https://www.facebook.com/vano.martirosyan.31/posts/2161096144134482
3. https://www.facebook.com/vano.martirosyan.31/posts/2162073320703431
4. https://www.facebook.com/vano.martirosyan.31/posts/2162656387311791
5. https://www.facebook.com/vano.martirosyan.31/posts/2163548773889219
17  Alternate cryptocurrencies / Bounties (Altcoins) / Re: [BOUNTY][HUMA] HUMANCOIN - 50 MILLION TOKEN REWARD FOR BOUNTY on: September 16, 2018, 02:49:13 PM
bitcointalt username: Nshan0102
Medium link: https://medium.com/@nshan.vardanyan.1996
Spreadsheet :
Week: 13 (10.09 - 16.09)
Claps
1. https://medium.com/@humancoinnet/top-3-trackico-this-week-71170a83b8ad
2. https://medium.com/@humancoinnet/humancoin-is-one-of-the-most-rated-projects-at-icobench-the-most-popular-ico-rating-platform-6b35973b697c
3. https://medium.com/@humancoinnet/join-our-private-sale-now-ab5985f5a5a2
4. https://medium.com/@humancoinnet/️quiz6-20-winners-️-77deaff8b046
5. https://medium.com/@humancoinnet/join-our-telegram-chat-stay-tuned-take-part-in-quizes-and-win-great-prizes-c5332be625a5

bitcointalt username: Nshan0102
Linkedin link: https://www.linkedin.com/in/nshan-vardanyan-033913130/
Spreadsheet :
Week: 13 (10.09 - 16.09)
Shares
1. https://www.linkedin.com/feed/update/urn:li:activity:6444978995737034752
2. https://www.linkedin.com/feed/update/urn:li:activity:6445367655972114432
3. https://www.linkedin.com/feed/update/urn:li:activity:6446026383457165312
4. https://www.linkedin.com/feed/update/urn:li:activity:6446450387422711808
5. https://www.linkedin.com/feed/update/urn:li:activity:6447102959489814528
18  Alternate cryptocurrencies / Bounties (Altcoins) / Re: [BOUNTY] 🔥AUTOBAY🔥 💲3 MILLION AUTOBAY TOKENS 💲 🔥2ND ROUND IS NOW LIVE🔥 on: September 16, 2018, 02:24:43 PM
Week #9
Twitter
Twitter Profile: https://twitter.com/Vanikk1995
Retweets & Likes
1. https://twitter.com/Vanikk1995/status/1039211428421492736
2. https://twitter.com/Vanikk1995/status/1039599807747317765
3. https://twitter.com/Vanikk1995/status/1040246221523361792
4. https://twitter.com/Vanikk1995/status/1040683003888979968
5. https://twitter.com/Vanikk1995/status/1041058545805012992

Tweets
1. https://twitter.com/Vanikk1995/status/1039211579252908038
2. https://twitter.com/Vanikk1995/status/1039600021518397441


Week #9
Facebook
Facebook Profile: https://www.facebook.com/vano.martirosyan.31
Reposts & Likes
1. https://www.facebook.com/vano.martirosyan.31/posts/2160581444185952
2. https://www.facebook.com/vano.martirosyan.31/posts/2161092627468167
3. https://www.facebook.com/vano.martirosyan.31/posts/2162036374040459
4. https://www.facebook.com/vano.martirosyan.31/posts/2162652627312167
5. https://www.facebook.com/vano.martirosyan.31/posts/2163143223929774

Posts
1. https://www.facebook.com/vano.martirosyan.31/posts/2160582254185871
2. https://www.facebook.com/vano.martirosyan.31/posts/2161093000801463
19  Alternate cryptocurrencies / Bounties (Altcoins) / Re: [BOUNTY] ADAB - First Islamic Crypto Exchange | $480 000 rewards on: September 16, 2018, 02:21:16 PM
bitcointalk username: Nshan0102
Twitter username: @Vanikk1995
Twitter link: https://twitter.com/Vanikk1995
Real followers: 825
Spreadsheet : 228
Week: 8 ( 10.09 - 16.09 )
Retwitt
1. https://twitter.com/AdabSolutions/status/1037674627429027840
2. https://twitter.com/AdabSolutions/status/1038027193455136774
3. https://twitter.com/AdabSolutions/status/1038781109616738305
4. https://twitter.com/AdabSolutions/status/1039116133662511104


bitcointalt username: Nshan0102
Facebook link: https://www.facebook.com/vano.martirosyan.31
Friends: 5000
Spreadsheet : 230
Week: 8 ( 10.09 - 16.09 )
Repost
1. https://www.facebook.com/vano.martirosyan.31/posts/2160580257519404
2. https://www.facebook.com/vano.martirosyan.31/posts/2161091764134920
3. https://www.facebook.com/vano.martirosyan.31/posts/2162031647374265
4. https://www.facebook.com/vano.martirosyan.31/posts/2162650240645739
20  Alternate cryptocurrencies / Speculation (Altcoins) / Re: why all coins are dropping? on: September 15, 2018, 08:47:37 PM
I don't understand as well as analysts, but in my opinion the reason is that there are no more investments in the altcoins. And the reason of that is because of many scam altcoins are coming everyday, and investors are afraid to invest. Just my opinion ( Correct me please so that I know what's wrong in it )
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!