Pages:
Author

Topic: Bitcoin Gold (BTG) - page 79. (Read 104204 times)

sr. member
Activity: 280
Merit: 250
November 13, 2017, 10:18:35 PM
This is an amazing thread, and so informational ...... BTG is an amazing coin too  Grin

 Roll Eyes
member
Activity: 245
Merit: 13
November 13, 2017, 10:12:32 PM
I'm getting 'no-witness-yet' when trying to make a transaction from a P2SH-P2WPKH address. Is segwit active on bitcoin gold?

Confirmations seem to be taken more than 12 hours, after shit is found on btg.suprnova.cc

Quite long usually stuff gets confirmed in 2-4 hours

Just keep your shorts on be patient, no hurry

The trust level is VERY low, suprnova.cc doesn't want to pay out what's not there's, the ASSHOLES BTG-DEV are just pissing everyone off, with their demands to reset the block-chain, cuz the chinese didn't pull off the scam like they thought, turns out the people at suprnova.cc are 1000X smarter than dumb-fucks at BTG-DEV

Sour grapes, but it puts everything in limbo

***


We need MORE full nodes

WE need more time so the nodes get synchronized,

Hell even the source that comes with BTG-DEV doesn't have any seeds in the chainparamsseed.h, this is easy to GENERATE with python, the script is in /share, but the FUCK-HEADS never even properly configured, so what we have is a klusterfuck network, where nodes can't find one another, maybe this was planned by chinese so they could BAN non-chinese nodes and control the chain,

Who the fuck knows, but its VERY suspicious.

Can a good natured supergeek perhaps run the scrypt and post the freedom-generated "chainparamsseed.h" file on a non _CHOINA host?
 
member
Activity: 109
Merit: 10
November 13, 2017, 10:04:48 PM
i am sorry still newbie here....can you help me please...how can i transfer btg address from btgwallet.online to other btg address, thanks
member
Activity: 112
Merit: 12
November 13, 2017, 10:03:32 PM
I'm getting 'no-witness-yet' when trying to make a transaction from a P2SH-P2WPKH address. Is segwit active on bitcoin gold?

Confirmations seem to be taken more than 12 hours, after shit is found on btg.suprnova.cc

Quite long usually stuff gets confirmed in 2-4 hours

Just keep your shorts on be patient, no hurry

The trust level is VERY low, suprnova.cc doesn't want to pay out what's not there's, the ASSHOLES BTG-DEV are just pissing everyone off, with their demands to reset the block-chain, cuz the chinese didn't pull off the scam like they thought, turns out the people at suprnova.cc are 1000X smarter than dumb-fucks at BTG-DEV

Sour grapes, but it puts everything in limbo

***


We need MORE full nodes

WE need more time so the nodes get synchronized,

Hell even the source that comes with BTG-DEV doesn't have any seeds in the chainparamsseed.h, this is easy to GENERATE with python, the script is in /share, but the FUCK-HEADS never even properly configured, so what we have is a klusterfuck network, where nodes can't find one another, maybe this was planned by chinese so they could BAN non-chinese nodes and control the chain,

Who the fuck knows, but its VERY suspicious.
member
Activity: 112
Merit: 12
November 13, 2017, 10:00:46 PM
How does a chain spit happen?

Same way a 'fork' happens,

What the fuck is BTG?

Just clone he SW (BTC) and find enough morons to go along with you ,.... easy peezy
newbie
Activity: 6
Merit: 0
November 13, 2017, 09:48:15 PM
I'm getting 'no-witness-yet' when trying to make a transaction from a P2SH-P2WPKH address. Is segwit active on bitcoin gold?
full member
Activity: 322
Merit: 100
November 13, 2017, 09:15:12 PM
Hi guys, are you mining with the original block chain drivers and the original EWBF miner or does anyone have a modified version special for Bitcoin Gold mining?
sr. member
Activity: 1092
Merit: 273
November 13, 2017, 08:02:34 PM
btg.altpool.pro

does that pool work ?   Still having "Immature Balance Block rewards awaiting maturity   0.0007"  from yesterday,  
Now I connected to mining and for 3 hours I see no difference on balance. It's still having delay?
full member
Activity: 333
Merit: 109
November 13, 2017, 07:58:28 PM
Finally, it works.
I used coinimi to sweep my BTG, transferred it to hitbtc, waited around 4h, and now I can trade them.
+1 it is working
newbie
Activity: 35
Merit: 0
November 13, 2017, 07:56:17 PM
Finally, it works.
I used coinimi to sweep my BTG, transferred it to hitbtc, waited around 4h, and now I can trade them.
legendary
Activity: 2380
Merit: 1343
November 13, 2017, 06:25:17 PM
Its all a bit up in the air, i dont think anyone really
knows what exactly is going on.

I have keys ready to sweep but i think i will hold
out a bit longer until things settle down and we
get a sense of whats what.
full member
Activity: 602
Merit: 104
November 13, 2017, 06:16:08 PM
Bittrex does not calculate  bitcoin gold. who knows when they plan to charge? There are different rumors in the network, it is difficult to find the right information
newbie
Activity: 56
Merit: 0
November 13, 2017, 06:05:02 PM
Finally managed to sync, import private keys, send Bitcoin Gold to an exchange (HitBTC), trade, withdraw, and confirm the withdrawal.  That was an ordeal!

Does anyone know if there are withdrawal limits on crypto at HitBTC these days?

how did you do that?,...which wallet?

I have Bitcoin Gold 0.15.0.1 fully synched (on Linux) and am managing coins using bgold-cli.

Code:
$ ./bgoldd -rpcport=8339 -connect=localhost:8333 -bootstrap -skiphardforkibd

This created a new .bitcoingold folder in my home directory and the node proceeded to sync up to the fork block by connecting to my Bitcoin Core node.  This took about an hour and consumed no bandwidth.  You can check progress with
Code:
$ ./bgoldd-cli -rpcport=8339 getinfo
If you don't have a Bitcoin node then just omit "-connect=localhost:8333" but this will consume I guess around 150 GB of bandwidth and will probably take a day or so depending on your connection speed.

Once you've reached the fork block, kill the node and restart it with
Code:
$ ./bgold -rpcport=8339
If you're struggling to get any connections you can try adding nodes as others have explained recently in this thread but I expect you'll connect ok now.  I interact with the node and wallet using bgold-cli.  Some examples:

Importing a private key:
Code:
$ ./bgold-cli -rpcport=8339 importprivkey KzUj...eTX9 "" true
To import multiple private keys do the same but finish the line with false for all but the last key to avoid rescanning for each one.

Checking my balance:
Code:
$ ./bgold-cli -rpcport=8339 getinfo
{
  "deprecation-warning": "WARNING: getinfo is deprecated and will be fully removed in 0.16. Projects should transition to using getblockchaininfo, getnetworkinfo, and getwalletinfo before upgrading to 0.16",
  "version": 150001,
  "protocolversion": 70016,
  "walletversion": 139900,
  "balance": 2057.86118500,
  "blocks": 499934,
  "timeoffset": -1,
  "connections": 2,
  "proxy": "",
  "difficulty": 5188865.299493919,
  "testnet": false,
  "keypoololdest": 1510527535,
  "keypoolsize": 1999,
  "paytxfee": 0.00000000,
  "relayfee": 0.00001000,
  "errors": ""
}

Sending 1 BTG:
Code:
$ ./bgold-cli -rpcport=8339 sendtoaddress "GN1TFHAjkfBEH2gxQ2sarrwACatLdQFuL7" 1
9c50eb6b626a2ec6f89aed9b3001f6e47d86b6dfb633bfec65e1bd63a230334b

Checking the status of recent transactions:
Code:
$ ./bgold-cli -rpcport=8339 listtransactions

HitBTC accepted my deposit after 6 confirmations (which took about 2 hours).  The rest is cake.
member
Activity: 63
Merit: 10
November 13, 2017, 06:03:00 PM
Blocks seem to be rolling again
hero member
Activity: 821
Merit: 503
November 13, 2017, 05:59:11 PM
are there any addnodes out there?  I only showing 2 connections Sad

Icon

full member
Activity: 420
Merit: 101
November 13, 2017, 05:56:04 PM
Is it already minable? Which wallets do you suggest as the best ones for this coin? Is it already on the market and the exchanges? Thank you.
member
Activity: 63
Merit: 10
November 13, 2017, 05:53:36 PM
How does a chain spit happen?
member
Activity: 112
Merit: 12
November 13, 2017, 05:42:25 PM
I really hope this isn't a giant fail by the dev's.  I guess it really goes to show that mining any new coin is risky

I solo mine, running my own full node for 3 weeks main-net right now I'm show 499930, and btg.suprnova.cc is showing 499929

( now 49931 on my getmininginfo ) when I hit return

What's the problem? Who has the longest block? The asshole mining pools (BTG DEV related ) aren't even show which blocks are found.


***

Balance fine too, when I run 'getbalance' all is good Smiley

I think the problem is that most of the pools are FAUX, and they were just churning equihash for the past 3+ weeks, and now they're going to lose customers, everyone is going to suprnova and that has the masters at ASIC-CHINA pissed,

So CHINA will declare the suprnova.cc BLOCK&CHAIN null&void, and declare the BTG-TEAM POOL.GOLD as 'KOSHER' right?

Good work loses, incompetence Pay's, ... welcome to the new world of BITCOIN
member
Activity: 63
Merit: 10
November 13, 2017, 05:29:00 PM
I really hope this isn't a giant fail by the dev's.  I guess it really goes to show that mining any new coin is risky
sr. member
Activity: 306
Merit: 257
November 13, 2017, 05:21:26 PM
70 minutes no block, something's going on ... hard fork?
Pages:
Jump to: