All of the Conformal Bitcoin-related code will be moving to a new home at the https://github.com/btcsuite organization.
This will take place sometime during the next several weeks.
package main | |
import ( | |
"encoding/hex" | |
"fmt" | |
"github.com/btcsuite/btcutil" | |
. "github.com/btcsuite/btcd/txscript" | |
) |
package main | |
import ( | |
"encoding/hex" | |
"fmt" | |
"github.com/btcsuite/btcutil" | |
. "github.com/btcsuite/btcd/txscript" | |
) |
package main | |
import ( | |
"encoding/hex" | |
"fmt" | |
"github.com/btcsuite/btcd/chaincfg" | |
. "github.com/btcsuite/btcd/txscript" | |
"github.com/btcsuite/btcutil" | |
) |
package main | |
import ( | |
"fmt" | |
"github.com/btcsuite/btcd/chaincfg" | |
"github.com/btcsuite/btcutil" | |
) | |
func main() { |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<title>WebSocket Test</title> | |
<script language="javascript" type="text/javascript"> | |
var wsUri = 'wss://127.0.0.1:8334/ws'; | |
var rpcUser = "rpcuser"; | |
var rpcPass = "rpcpass"; |
All of the Conformal Bitcoin-related code will be moving to a new home at the https://github.com/btcsuite organization.
This will take place sometime during the next several weeks.
package main | |
import ( | |
"encoding/hex" | |
"fmt" | |
"github.com/btcsuite/btcd/btcec" | |
"github.com/btcsuite/btcd/chaincfg" | |
"github.com/btcsuite/btcd/txscript" | |
"github.com/btcsuite/btcd/wire" |
package main | |
import ( | |
"encoding/binary" | |
"errors" | |
"io/ioutil" | |
"log" | |
"math" | |
"math/big" | |
"path/filepath" |
package main | |
import ( | |
"encoding/hex" | |
"fmt" | |
"os" | |
"github.com/btcsuite/btcd/chaincfg/chainhash" | |
"github.com/btcsuite/btcd/txscript" | |
"github.com/btcsuite/btcd/wire" |