Bitcoin Forum
May 24, 2024, 02:20:17 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 69 70 71 [72] 73 74 75 76 77 78 79 80 »
1421  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🌟 [SIL] 611 (SixEleven) ◥◣ FREE ANONYMOUS DOMAIN NAME SYSTEM ◥◣ 🌟 on: November 24, 2017, 05:53:55 PM
@crypto_trader#43xzEXrP
How about this serious security issue using brainwalletX?

brainwalletX is missing a reliable random number generator.

I have several times changed the source of brainwalletx for supporting a different coins,
but now I was not too lazy and took the time to write a universal brainwallet for all coins.
You can download test it here "СКАЧАТЬ": http://rgho.st/8hlwbSy98
Also, I did thread about it: https://bitcointalk.org/index.php?topic=2359426

Just for you I did add random_seed and XOR
and also I did unlock the button "Secure random" (just found it in the source code).  Grin


Thank you!
brain.611.to updated

Maybe need to add or change anything else? Just PM me.

Without checking you code in detail:
Can you please explain how the random source works in combination with the existing code?
Where has the randomness been added?
How does it affect the restore functions to get back the private key from the keyword chain?

Hi again, Patrick!
I will try to give you answer for your questions in detail:
Can you please explain how the random source works in combination with the existing code?
There is button "secure random" for generate random bytes.
This launch activate function secureRandom and I see there is separate file with name secure-random.js
I see in this script source code there using two entropy sources:
1. Browser random (window.crypto or window.msCrypto)
var crypto = window.crypto || window.msCrypto;
this is Web Cryptography API:
https://msdn.microsoft.com/en-us/library/dn265046(v=vs.85).aspx

2. And sometimes, if this is supporting - there is using nodeRandom function;
var crypto = require('crypto')

This modules is easy for include, but it can give pseudo-random values because this is the external modules.
So I did add XOR and additional value for XOR. You can find this value in the source code of the script brainwallet.js

Where has the randomness been added?
1. Secret Exponent (button). This generate value from which depended hexadecimal value of private key.
2. Root Key (for Armory and Electrum deterministic chains of wallet generators).
3. XOR tab - just for fun.

How does it affect the restore functions to get back the private key from the keyword chain?
1. Armory and Electrum is deterministic chains generators.
This can give chains of paper wallets [private_key and address].
Seed for this generators have encoded root key and chain code.
For example Armory... First two strings from seed is hex of root key (easy16 encoded). You can check it in converter tab.
Another two strings is encoded chain code hex.
Four strings seed - is backward compatible with the official brainwalletx,
and this can be checked here https://brainwalletx.github.io/#chains
But chaincode in official brainwalletx varies uniquely from root key and only root key is seed (two lines).
And for both values can be applied XOR.

2. If anyone generating secret exponent - he can get different values of private key in WIF (wallet import format).
This is a paperwallet for import and saving, holding and have full access to address.

3. If anyone want to remember only simply password (brainwallet)
and if it can be hacked by dictionary attack - then
this user can using his own random_seed parameter
and do XOR to get secret exponent and private_key and address
which is depended from this simple password, but with cryptographic strength.

In this case user need to download brainwallet in ZIP, unzip it,
change random_seed parameter in the file brainwallet.js
to set this his own, and use this brainwallet locally (on the USB flash for example - it is portable).

I don't see the link to this modified brainwalletX in the bottom of the page, because I don't do hosting it.
I didn't push there rghost link, because file will be deleted from this file-sharing service after some period...
There is only links to official brainwalletx repositaries...
So you can upload this zip on your hosting and change this links
by found it in the bottom of the source code in file index.html
Then users can using they own random_seed values and do XOR theirself anywhere.

1422  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][VOT]: VoteCoin - a new era of anonymous crypto democracy on: November 23, 2017, 09:52:20 AM
Is there any windows-qt.exe client?
I did downoload windows program but there is opening console window.
How to configure it like this:


That is the UNOFFICIAL Java Swing wrapper that I created. It runs over the cli client (you have to install the cli and get it working first) - it is not supported by the core devs

You can find it here
https://github.com/ianpjohnson/votecoin-swing-wallet-ui/releases

But i am not supporting it as i have largely pulled out of the coin through frustration with the progress on the coin
How to run it? I see there is .jar file. It need java. Is there any portable java without install?
Can I compile it to .exe?
Also is there any another votecoin GUI for windows?
How to do "dumpprivkey votecoin_address" if votecoin-cli.exe did give me generated address and I see wallet.dat?
Can I parse wallet.dat data to get private_key?
Can I import another private key from zcash for example?
1423  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Bitcoin Gold : Make Bitcoin Decentralized Again on: November 22, 2017, 01:10:57 PM
How to do solo mining bitcoin gold on the core-wallet through RPC-server?
I want try to find nonce from one block, but I cann't be sure that it will not be rejected.
1424  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Bitcoin Gold : Make Bitcoin Decentralized Again on: November 22, 2017, 02:53:07 AM
Why I don't see total available supply and full btg balance here: https://btgblocks.com/ and here https://btgexp.com
Why I see only mined BTG after the launch btg mainnet?
I see full balance in my BTG qt but I don't see this balance in btg block explorers.
1425  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Bitcoin Gold : Make Bitcoin Decentralized Again on: November 17, 2017, 03:06:13 AM
How to do solo mining to my qt-wallet without any solo-pools? Is there using getblocktemplate method???
Can I do it without any dev-fee?
I using BTGProxy https://github.com/sammy007/zcash-proxy
+ EBWF BTG miner + Power limit in MSI Afterburner,
because intensity change not working in this miner.
But in frontend of BTGProxy I see this:
Upstream
Name   | Url | Accepted | Rejected | Fails
Main | http://127.0.0.1:44444 | 0 | 0 | 5

ccminer tpruvot can connect to BTGproxy but cann't get work and process it (maybe need to specify nonce offset, I don't know what it is),
and when directly connect ccminer it to my wallet I see error method get_work is failed...
Also, as I understanding, like zcash proxy This proxy charges 2.0% devfee.

I cann't understand what fails is mean, maybe it's declined solutions for blocks.
In this case I lost 5 blocks.  Grin
1426  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Bitcoin Gold : Make Bitcoin Decentralized Again on: November 16, 2017, 02:03:48 AM
WOW, how to recompile this shi~?
P.S. hahhah Cheesy it's about pool.
1427  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Bitcoin Gold : Make Bitcoin Decentralized Again on: November 16, 2017, 01:58:58 AM
How long did you mine BTG in order to receive 0.006 BTG? Which rigs and how many rigs did you use for mining BTG? Thanks.
You can calculate it here yourself: https://www.crypto-coinz.net/crypto-calculator/
1428  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Bitcoin Gold : Make Bitcoin Decentralized Again on: November 16, 2017, 01:09:39 AM
Funny  Shocked when I try to connect to the "mybtgwallet.com" web site Firefox pops up with this warning..
"The owner of mybtgwallet.com has configured their web site improperly. To protect your information from being stolen, Firefox has not connected to this web site."
I have this wallet in zip, but there is no working all functions. Maybe their server was been hacked.
Here is only btgwallet.online listed http://btcgpu.org/downloads/ -> https://btgwallet.online/
And I have it in zip-archieve and it working locally.
If I enter BTC private key in the form Verify -> I can see my BTG address, but DO IT LOCALLY without any connections!
See source code for find try to do connections! Disconnect internet! Unzip zip, and open index.html without Internet!
For transfers use syncronized core qt with imported BTC_privkey (move your BTC to another address earlier).
For using Core QT client - first do importprivkey, then syncronization (or -reindex and -rescan).
Do not send your keys, passwords and logins to any links, emails and forms on any sites.
1429  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Bitcoin Gold : Make Bitcoin Decentralized Again on: November 16, 2017, 12:56:34 AM
I believe there are transactions moving.  My couple micropayments havebeen transacted already, not by me, but they are confirming right now on there way to someone elese wallet.  I guess that is why the "mybtgwallet" was removed from bitcoin gold-gpu official site.  That was the paper wallet that showed up right before the scheduled launch.  I only genereated the seed to have the btg address to mine with, so didn't lose BTC.  I should have stayed away from the official site all together and followed what forum members were doing and mined on supernova

I also used mybgtwallet and was dumb enough to use btc private keys.
Now 98mBTC were stolen from my Account with this transaction
https://www.blocktrail.com/BTC/tx/a309ed2f9314ebf3292aded37474d512d01e288043d011cdfb6d360baacc6fe1

Public key was
https://blockchain.info/address/1M1Yf5NmqAhbta32TEQeLypctvtHZVPLvZ

These fuckers...
 Angry Angry Angry

EVERYONE WHO USED mybgtwallet TRANSFER YOUR BTC MONEY TO A NEW ACCOUNT NOW
I got email with this sh~t:
Quote
http_s://wallet.blockchain-gold.org/wallet/gold.aspx?wallet=H/HXvDBxcn1c04+g1nfTWUShPsUL0YYU9GqJs+YfSV4=
DON'T ENTER ANY KEYS HERE, MAYBE THIS IS FISHING TO GOT YOUR DATA.
TRANSFER YOUR BTC BEFORE ENTER PRIVATE KEYS AND DO IT LOCALLY IN CORE QT CLIENT.
Check all qt on virustotal.com
1430  Bitcoin / Bitcoin Technical Support / ADDNODE COPYABLE LIST on: November 16, 2017, 12:18:53 AM
Hello. Is there any site, like https://bitnodes.earn.com/ to get copyable addnode list
with nearest active peers Like http://zpool.ca/explorer/peers?id=2377
for just copy and paste it to config and get fast syncronization without any bootstrap.dat
1431  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Bitcoin Gold : Make Bitcoin Decentralized Again on: November 15, 2017, 10:59:56 PM
Guys anyone made a successful transaction of bitgold yet? im trying to get my bitcoin golds out of ledger nano
http://btgblocks.com/movement
Also, I received 0.006 BTG mining rewards from btg.suprnova.cc to my btg_from_BTC_address
and see this transaction in this block explorer with my BTC_BTG.
My qt still not syncronized and in -reindex mode so I cann't transfer this. But... I'll hold it and do mining.
1432  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Guncoin(GUN) - Path Forward on: November 15, 2017, 10:33:57 PM
Can you add to "dumpwallet"-method in windows-qt console
to do dump all private keys and addresses from wallet.dat to the txt file?
Do you have any program to do it?
I don't see all generated addresses in "receiving addresses",
but mining rewards is go to every time new generated addresses.
So after relaunch the program I don't see rewards, balances and unconfirmed transactions
and I see only the transactions to main address.
I did dump my wallet.dat and wait the answer.

P.S.: I did run qt with option -reindex and see transactions here, but it's unconfirmed and I cann't see this after restart...

The mined balance should become part of the wallet balance once the required number of confirmations have occurred. If the block reward disappeared, then it may be that the blocks that you mined were orphaned (that happens). The address generated when the block is made does not show up on the receive tab. Without the hash for the blocks that you mined it is hard to check what happened. (Do NOT send us your hash code)

If you run the listtransactions command in the debug console in the Qt client, it should show you previous transactions including mined. With details from listtransactions, it should be possible to see if the blocks that you created became orphaned.
I did do -reindex and saw my transactions then. It has status "conflicted" and after restart qt I cann't see this transactions.
I did export all transactions to *.csv file and open it as text. Then I see addresses and can do "dumpprivkey GUN_address".
But I don't see any transactions and my blocks in block explorer.
This is because I did run qt with parameter -reindex, in this case my qt again download blockchain from another nodes.
But only my wallet was been a node with my blocks. Cheesy
I did have only this nodes in my config.conf:
addnode=seed.guncoin.info
addnode=seed2.guncoin.info
addnode=seed3.guncoin.info
and as I see all this nodes is on one domain. It was been disconnected ALL if guncoin.info server disconnected
and my wallet did mining my own blockchain. I saw 30000 GUN in my wallet with confirmed status. Cheesy
But all this blocks was been declined.
Now I added all nodes from this list: https://chainz.cryptoid.info/gun/#!network and now solo mining is good.

Also, I don't see paperwallet and if you want to do brain wallet, you can add your prefix bytes to this brainwalletX:
https://bitcointalk.org/index.php?topic=2359426.msg24488519#msg24488519 (open source, local, zip)
Private key version, public key version, compressed or uncompressed keys and addresses.
(index.html <ul class="dropdown-menu dropdown-menu-two-column">)
Then you can host it on your site if you want. See source code.

Also, can I specify my address to get rewards?
I see this is possible here, in this proxy: https://github.com/sammy007/zcash-proxy
parameter "coinbase": but this is for zcash and btg.
So do you have any proxy like this or another resolution?
1433  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Bitcoin Gold : Make Bitcoin Decentralized Again on: November 15, 2017, 09:39:10 PM
solo mining pool
Wow, it's cool, because I did solo mining to zcash-proxy with get block template. No one blocks found. Grin

Devs, can you add option or parameter for skip blocks like this: https://en.bitcoin.it/wiki/Bitcoin_Core_0.11_(ch_5):_Initial_Block_Download
and then recompile windows-qt.exe
If I know block number or block hash, where is my bitcoin go to my wallet,
I no need to download and syncronize all blocks from bitcoin blockchain
which was been generated earlier then this.

I did add my private key to syncronized BTG wallet, and then automatically was been started -reindex
now I need to download 8 years bitcoin blocks again. =(

Also, when web-wallet will be working???
1434  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] ccminer 2.2.2 - opensource - GPL (tpruvot) on: November 15, 2017, 04:57:50 PM
Can I install any getblocktemplate->get_work proxy or my own stratum server to use this bullsh~t?

Try more polite.
No, getwork is a good method. I'll using EWBF miner + power limit in Afterburner.

Just leave it here:
2017/11/15 18:46:24 Malformed stratum request from 127.0.0.1: invalid character 'P' looking for beginning of value
Need to fix it.

P.S. It's my bug, i did try to connect -o 127.0.0.1:PORT but need to use string -o stratum+tcp://127.0.0.1:PORT
Now ccminer is working and get_work method is working through getblocktemplate proxy.


Best regards.
1435  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] ccminer 2.2.2 - opensource - GPL (tpruvot) on: November 15, 2017, 03:35:01 PM
How to run solo mining with getblocktemplate method for equihash algorithm in ccminer tpruvot (Windows x64)?

ccminer doesn't support getblocktemplate.
Is there any win-x64 cuda miners with equihash, where getblocktemplate is supporting?
Can I install any getblocktemplate->get_work proxy or my own stratum server to use this bullsh~t?
1436  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] ccminer 2.2.2 - opensource - GPL (tpruvot) on: November 15, 2017, 03:19:42 PM
Quote
Dec. 16th 2014  v1.5.1
                  Add lyra2RE algo for Vertcoin based on djm34/vtc code
                  Multiple shares support (2 for the moment)
                  X11 optimisations (From klaust and sp-hash)
                  HTML5 WebSocket api compatibility (see api/websocket.htm)
                  Solo mode height checks with getblocktemplate rpc calls

How to run solo mining with getblocktemplate method for equihash algorithm in ccminer tpruvot (Windows x64)?
I see only parameter for disable getblocktemplate method.
method get_work failed

get_work is a bit old. You should try getblocktemplate. Thats working on Windows and Unix.
Maybe your miner is not compatible with this command

Also, is there any cuda-miners with getblocktemplate for equihash and nvidia cards?
1437  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Bitcoin Gold : Make Bitcoin Decentralized Again on: November 15, 2017, 03:09:10 PM
getwork is a bit old. You should try getblocktemplate. Thats working on Windows and Unix.
Maybe your miner is not compatible with this command
I using ccminer from tpruvot, because this is one miner where I can set intensity - to get stable mining with stable hashrate.
Here https://en.bitcoin.it/wiki/Getblocktemplate
I can see supporting miners:
Mining software with GBT support:
BFGMiner 2.8+
cgminer 2.9+
Ufasoft Bitcoin Miner 0.39+
Butterfly Labs's EasyMiner

But I have NVidia cards. I know about ccminer tpruvot supporting getblocktemplate, but for equihash it not working.
Is there any miner for nvidia with getblocktemplate and intensity change available?
Is there any converting proxy??? Can devs do getwork or their own solo miner with stratum server, like sgminer??
1438  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Bitcoin Gold : Make Bitcoin Decentralized Again on: November 15, 2017, 10:45:20 AM
[ANN] Bitcoin Gold : Make Bitcoin Decentralized Again
Bitcoin Gold qt.exe for windows: method get_work failed.
I cann't try to do solo-mining. About what decentralized do you say?!
If mining pools will be shut down - no one solo-miner cann't supporting BTG and confirm transactions.
It's not decentralized. Grin

P.S. Also, where I can buy BTG and withdraw it to my BTG address?
I don't want to buy any illiquide futures.

suprnova pool does not work with ccminer 2.2.2?
Special port for ccminer tpruvot - added there.
1439  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Bitcoin Gold : Make Bitcoin Decentralized Again on: November 14, 2017, 10:23:15 PM
I've just got my airdrop bonus , than you...
No airdrops. ?!! xD
1440  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Bitcoin Gold : Make Bitcoin Decentralized Again on: November 14, 2017, 10:09:58 PM
- Got the private key for the old address using the Bitcoin
I got my BTG address without import private key (but priv need to do transfers).

1. https://brainwalletx.github.io/#converter -> select GameCredits (0x26 byte) ->
FROM Base58Check: BTC address -> TO Base58Check -> BTG address.

2. https://btgblocks.com/ -> G-address to the search field -> and see my BTG there (transferred before 491407 block).

Now I can do mining there but I cann't transfer. I don't want to download any blockchains and I'll using web wallets.
If get_work method will be unlocked in windows-qt, I'll download it, syncronize and want to do solo mining then.
Pages: « 1 ... 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 69 70 71 [72] 73 74 75 76 77 78 79 80 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!