Bitcoin Forum
June 26, 2024, 09:23:11 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 13 14 15 16 17 [18] 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 ... 124 »
341  Economy / Gambling / Re: Game of Thrones Finale Bet - Win 3x Bitcoins to guess the New King or Queen on: May 19, 2019, 07:53:06 PM
Even bookies have ceased to take any bets on the outcome of this television series for more than a week now due to plot leaks all over the internet. Roll Eyes

yeah you right as i can see 1/2 week before, i saw that there is a website that accepts about who is the next king.
but now i search that website and i found out that they don't accept it anymore
342  Local / Bahasa Indonesia (Indonesian) / Re: ELECTRUM - BITCOIN WALLET on: May 19, 2019, 05:50:06 PM
Mungkin untuk solusi alternatifnya bisa menggunakan wallet jenis lain, saran saya sih pake Bitcoin core / Bitcoin-QT lalu tinggal di import private key tersebut (melalui fungsi console) ... Jika balance tidak muncul lakukan proses rescanning

tapi apakah klo memakai wallet tersebut butuh download block yang sangat besar lagi yah?
soalnya males dan kuota tidak bakalan mencukupi jika butuh download full blockchain
343  Local / Mining (Bahasa Indonesia) / Re: [FAQS][Tips] Tanya Jawab Seputar Mining on: May 19, 2019, 05:28:30 PM
Apakah sudah dicoba dengan melakukan install AMD Gpu Driver (Link Download : https://www.amd.com/en/support ) ... tinggal dicocokan dengan Jenis GPU dan Operating system yang digunakan oleh agan.

Saya sudah coba download AMD Gpu Driver yang sesuai GPU saya RX 580 Series, dan saya sudah mengatur GPU workloadnya menjadi compute tetapi masih blom terdeteksi
344  Other / Beginners & Help / Re: [GUIDE] How To Create Vanity Address (Segwit) on: May 19, 2019, 05:12:54 PM
because I see there are some people suggest making a tutorial about generating an address by using split-key.
The steps almost the same until in option 5 in this thread, so below are the steps




Generate a vanity address for a third party using split-key

as in this tutorials, i will take "fery" as the person that wants to create an address and "Jhie" as the person that creates the address using split-key




1. Generate Key Pair

Fery needs to generate a key pair in his computer then send to Jhie with the prefix bc1qtut0r.
So fery needs the following commands:

Quote
-s seed: Specify a seed for the base key (in this tutor i will use "FeryVanity")
-kp: Generate key pair

so the commands should be like this:

Code:
vanitysearch.exe -s "FeryVanity" -kp

if you already type the command above then press enter. if vanitysearch has done searching Key Pair then it will look like this


Quote
E:\Vanity>vanitysearch.exe -s "FeryVanity" -kp
Priv : Kzt1NiGnqSFgCi8rZwN5BBPFRbQYev6UC5tasD8ntuX7ZKMFa75x
Pub  : 03DB3DB24C230A2E16C3206D8EDC34ED38CEDC348F99C6A4DE9A30F363B63D623A
then save the generate key pair into a notepad




2. Generate the Address

After Fery found the Public Key, he needs to send it to Jhie so he will start the vanitysearch using Fery Public Key and the wanted Prefix (bc1qtut0r)
so Jhie needs the following commands:
Quote
-sp startPubKey: Start the search with a pubKey (for private key splitting)
 -stop: Stop when all prefixes are found
 -o outputfile: Output results to the specified file


so the commands should be like this:

Code:
VanitySearch.exe -sp 03DB3DB24C230A2E16C3206D8EDC34ED38CEDC348F99C6A4DE9A30F363B63D623A  -stop -o keyinfo.txt bc1qtut0r

if you already type the command above then press enter. if vanitysearch has done searching Partial Private Key then it will look like this


after that, it will generate a new file in the folder "keyinfo.txt" that contain a partial private key and the file will look like this


After Jhie generate the partial key he will send it to Fery




3. Generate the Final Private Key

After Fery received the partial Private key he needs to make a notepad file with the private key in it. In this case, we will still use the file keyinfo.txt.
Then Fery will reconstruct the final private key using her private key (the one generated in step 1) and the partial private key that we saved in keyinfo.txt

So Fery Needs the following Command:

Quote
-rp privkey partialkeyfile: Reconstruct final private key(s) from partial key(s) info.

so the commands should be like this:
Code:
VanitySearch.exe -rp Kzt1NiGnqSFgCi8rZwN5BBPFRbQYev6UC5tasD8ntuX7ZKMFa75x keyinfo.txt

if you already type the command above then press enter. the final Private key will be shown and it will look like this



Don't forget to save the private key

Code:
E:\Vanity - Copy>VanitySearch.exe -rp Kzt1NiGnqSFgCi8rZwN5BBPFRbQYev6UC5tasD8ntuX7ZKMFa75x keyinfo.txt

Pub Addr: bc1qtut0rvsvh5g805ssvpnz3uecgxuhe2dghev867
Priv (WIF): p2wpkh:L3kBT5VLfZBnrLZDaQQpnLgVYMVD2ZHME4mDwBx3XCSqRJSHxhWu
Priv (HEX): 0xC2B308D58D67B25A5206F436A0FDFC506997A014ED06307922B8B00494237EA3




4. Done!

Now, you have successfully created your own Bitcoin address. If you want to access it (like via Electrum) you can have a look here




*Reference
https://github.com/JeanLucPons/VanitySearch
https://bitcointalk.org/index.php?topic=5144752
https://bitcointalk.org/index.php?topic=5096373.0
345  Local / Bahasa Indonesia (Indonesian) / Re: ELECTRUM - BITCOIN WALLET on: May 19, 2019, 04:46:08 PM
private key yang saya import itu berawalan 2wpkh-p2sh:5, karena address yang saya import itu vanity segwit address yang dulu saya buat menggunakan vanitysearch versi 1.1

Berarti sesuai dugaan saya ... Coba jalankan wallet generator (bitaddress.org) secara offline, untuk sourcenya bisa didownload disini
https://github.com/pointbiz/bitaddress.org

Lalu masukkan private key (prefix 5) tadi pada tab wallet details dan copy Private Key WIF Compressed (prefix L/K) yang dihasilkan... selanjutnya import private key wif compressed (prefix L/K) ke electrum 3.3.6

saya sudah mencoba mengikuti tutorial anda tetapi setelah saya submit private keynya malah muncul address yang berbeda.

ini kan ceritanya saya sudah buat address menggunakan vanitysearch versi 1.1 dimana ada yang saya temukan itu termasuk uncompressed address
tapi private keynya saya bisa import ke electrum yang versi 3.3.2/1 jadi pas saya upgrade ke 3.3.6, address tersebut tidak bisa saya pakai untuk transaksi
Jadi jalan satu-satunya itu saya mesti transaksinya di electrum versi 3.3.2/1 tetapi pas saya transaksi malah muncul pop up scam jadi saya tidak bisa transaksi

Jadi tinggal satu kemungkinan lagi jalan keluarnya dimana saya menunggu electrum private node dari Mocacinno
346  Other / Beginners & Help / Re: [GUIDE] How To Create Vanity Address (Segwit) on: May 19, 2019, 04:04:35 PM
You've already linked to 1miau's thread which includes a section on being offline, but I think it would be worthwhile for you to include a similar statement in your own thread. Generating private keys (or even having private keys stored) on a computer with an active internet connection is a big security risk. At a minimum you should be running this program offline, but preferably on a permanently air-gapped device. If your air-gapped device isn't powerful enough to generate an address in a reasonable amount of time, then you can at least generate a split key whilst air-gapped.

thank you i already add the part that we can generate an address while offline.
For the split key, i will try to make the tutorials later
347  Local / Mining (Bahasa Indonesia) / Re: [FAQS][Tips] Tanya Jawab Seputar Mining on: May 19, 2019, 03:45:28 PM
Pengen nanya nih kan vga/gpu saya itu AMD trus saya pengen install CUDA Drivers tetapi setelah googling ternyata CUDA itu support Nvidia only ?
Apakah ada yang tau driver semacam cuda untuk amd yang bisa mendeteksi gpu saya ?
AMD setau saya menggunakan OpenCL. Coba cari mining software yang menggunakan/support openCL.

saya sudah coba cari tapi masih belum nemu aplikasinya, saya dapet aplikasi ocl tapi masih pas saya coba check gpu saya tetap tidak terbaca
apakah agan tau atau punya link downloadnya?
348  Local / Mining (Bahasa Indonesia) / Re: [FAQS][Tips] Tanya Jawab Seputar Mining on: May 19, 2019, 03:26:56 PM
Pengen nanya nih kan vga/gpu saya itu AMD trus saya pengen install CUDA Drivers tetapi setelah googling ternyata CUDA itu support Nvidia only ?
Apakah ada yang tau driver semacam cuda untuk amd yang bisa mendeteksi gpu saya ?
349  Bitcoin / Development & Technical Discussion / Re: VanitySearch (Yet another address prefix finder) on: May 19, 2019, 02:32:36 PM
You need CUDA 10 drivers
should be also verified that the gpu is compatible with the last version before
https://www.nvidia.fr/Download/index.aspx?lang=en

well i just found out that my GPU is an AMD which mean it's not supported by CUDA
as i search on google that CUDA is only for Nvidia users
350  Economy / Gambling discussion / Re: Tottenham Vs LiverPool UEFA Final on: May 19, 2019, 01:20:06 PM
Just like the above post, With Roberto Firmino is back to training and if he put in the final later.
and maybe Liverpool will win with the score 2 - 1
351  Economy / Economics / Re: Your Source of Investment Money? on: May 19, 2019, 01:01:32 PM
back then in 2017 my source of investment just from a bounty, at that time i joined a bounty which gave me around 2 BTC worth of the token.
After that, i take 1 BTC as an investment into trading but in 2 months the 1 BTC i put in trading just left around 0.4 BTC which after that i just withdraw all my money into fiat
352  Economy / Lending / Re: ★ ★ ★ LENDING ► CONDORAS SERVICE ◄ ESCROW ★ ★ ★ on: May 19, 2019, 12:08:40 PM
Loan Amount: 0.015
Reason:  Need Funds (urgent)
BTC Address: 1FfFfFf26sVGsGKaR2MxNWESRhnDHdVBz
Term Length: 3 weeks (7th june 2019)
Repayment: 0.017 BTC
Collateral:None

for the repayment, i will installment each week for 3 weeks
353  Economy / Trading Discussion / Re: Best Tip to Earn Success in bitcoins and other cryptocurrency on: May 19, 2019, 11:06:19 AM
the number 1 and 2 in your articles i believe it can bring success to everyone if they do it right.
but in your articles the real exchange is coinbazaar? it's my first time to hear coinbazaar as an exchange
as i know from the list that you put in the articles just binance is the real exchange
354  Other / Beginners & Help / Re: [GUIDE] How To Create Vanity Address (Segwit) on: May 19, 2019, 10:37:50 AM
Would you mind adding information about obtaining a private key using the split key method? It's very useful if one doesn't have a powerful PC and want someone else to find the desired address. It's used by Loyce and DarkStar in this thread.

Oke i will try to make the tutor for creating vanity address using the split key method. Maybe it will be done tomorrow.
355  Local / Bahasa Indonesia (Indonesian) / Re: ELECTRUM - BITCOIN WALLET on: May 19, 2019, 10:18:24 AM
saya pake versi 3.3.2. Saya pake versi itu karena di versi itu saya bisa melakukan transaksi yang pengen saya lakukan sedangkan jika saya melakukan transaksi dari versi 3.3.6 maka transaksinya bakalan error dan muncul notifikasi seperti ini

Tebakan saya agan melakukan Import Private Key pada saat beralih ke electrum versi 3.3.6 ... Klo boleh tau Private key yg digunakan berawalan L/K atau berawalan angka 5 ??

private key yang saya import itu berawalan 2wpkh-p2sh:5, karena address yang saya import itu vanity segwit address yang dulu saya buat menggunakan vanitysearch versi 1.1


apakah agan ada server electrum yang bisa saya gunakan?

Saya tidak menjalankan personal server lagi, karena sudah lama tidak memakai wallet electrum (yg saya jalankan Full node Bitcoin core). Mungkin agan bisa request di thread ini (tanyakan terlebih dahulu apakah servernya support dengan wallet lama)
https://bitcointalk.org/index.php?topic=5130661.msg50557530#msg50557530


saya sudah pm ke dia tapi katanya besok pagi baru bisa dia kirim dan whitelist ip saya
356  Alternate cryptocurrencies / Service Discussion (Altcoins) / Re: CloudPay - new exchange service for Telegram messenger on: May 19, 2019, 09:41:27 AM
so this service is just like we exchange through shapeshift without open the website?
and which website that CloudPay supports?
357  Local / Altcoins (Bahasa Indonesia) / Re: [ANN][ICO] VIMee | The First Blockchain Based Islamic Social Network on: May 19, 2019, 09:16:52 AM
Bantu jawab gan. Saya mewakili tim VIMee.

utk saat ini team Vimee bekerja secara remote di bbrp kota di Indonesia spt Bandung, Serang, Jakarta, Palembang, Palangkaraya dan bahkan di Dubai. Untuk berhubungan dgn anggota team secara langsung bisa liat username telegram mereka di Pinned Message di official group.

maksud dari bekerja secara remote?
dan juga itu kan ada di beberapa kota apakah kami bisa mengetahui sekaligus mengunjungi kantor Vimee untuk berbincang-bincang tentang proyek ini?
358  Local / Bahasa Indonesia (Indonesian) / Re: ELECTRUM - BITCOIN WALLET on: May 19, 2019, 08:16:05 AM
saya baru download electrum wallet yang versinya itu udah jadul tapi saya download dari website resmi electrum
tetapi pas saat saya pengen kirim btc malah muncul notifikasi buat upgrade ke versi 4 padahal saat ini yang ada cuman versi 3.3.6

apakah ada cara agar notifikasi upgrade tersebut hilang pada saat saya pengen melakukan transaksi di wallet jadul ?

Versi berapa yang agan pake? Ane rasa agan menggunakan Electrum versi di bawah 3.3.3, karena Electrum di atas itu seharusnya sudah ga kena pesan phising seperti itu lagi.

Saran ane adalah agan upgrade versi Electrumnya ke 3.3.6, dan gunakan Electrum tersebut buat transaksi karena kemungkinan Electrum agan udah terlalu tua, dan bisa jadi yang support hanya server-server jahat saja.



saya pake versi 3.3.2. Saya pake versi itu karena di versi itu saya bisa melakukan transaksi yang pengen saya lakukan sedangkan jika saya melakukan transaksi dari versi 3.3.6 maka transaksinya bakalan error dan muncul notifikasi seperti ini




saya baru download electrum wallet yang versinya itu udah jadul tapi saya download dari website resmi electrum
tetapi pas saat saya pengen kirim btc malah muncul notifikasi buat upgrade ke versi 4 padahal saat ini yang ada cuman versi 3.3.6

apakah ada cara agar notifikasi upgrade tersebut hilang pada saat saya pengen melakukan transaksi di wallet jadul ?

Jika pada saat agan mencoba untuk melakukan transaksi (mengirimkan coin) ternyata malah muncul pesan "security update required V4.0.0" kemungkinan server yg agan gunakan sekarang terindikasi melakukan phising.

Untuk mengantisipasinya bisa dicoba cara dibawah ini :

- Ganti server ke manual (tentunya harus dicari server yg bukan terindikasi melakukan phising)
- Update ke versi terbaru dari official electrum (lakukan verify signature)
- Menggunakan personal server

apakah agan ada server electrum yang bisa saya gunakan?
359  Local / Altcoins (Bahasa Indonesia) / Re: [ANN][BONTI] Bow Coin : INVEST IN ONE OF THE BEST ALT COIN on: May 19, 2019, 07:19:03 AM
saya lihat ada tertulis tentang target dari koin ini itu Luxury market, maksud dari luxury market ini apa yah?
setau saya luxury market/barang-barang mewah seperti gucci dan lain-lainnya kan, apakah proyek ini bakalan menjembatani investornya untuk bisa membeli di luxury market?
Kayak nya seperti yang Agan katakan LuxuryMarket seperti market jual beli brand produk dari perusahaan lain atau sebagai tempat berbelanjaan,Namun kita tunggu saja om Op menjelaskan secara detail
Ane nge google kata kunci LuxuryMarket ane lihat website nya kurang aman
Luxury market itu seperti pasar dengan produk yang mewah2 dari perusahaan
seperti real estate,mobil sport,dll


jadi jika saya membeli barang mewah melalu proyek ini apakah bakalan ada tambahan/discount yang diberikan oleh proyek ini?
360  Local / Bahasa Indonesia (Indonesian) / Re: ELECTRUM - BITCOIN WALLET on: May 19, 2019, 07:04:53 AM
saya baru download electrum wallet yang versinya itu udah jadul tapi saya download dari website resmi electrum
tetapi pas saat saya pengen kirim btc malah muncul notifikasi buat upgrade ke versi 4 padahal saat ini yang ada cuman versi 3.3.6

apakah ada cara agar notifikasi upgrade tersebut hilang pada saat saya pengen melakukan transaksi di wallet jadul ?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 ... 124 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!