Pages:
Author

Topic: BTCD is no more - page 91. (Read 1328507 times)

legendary
Activity: 1540
Merit: 1000
September 15, 2015, 06:07:51 AM
I am still having this issues. Anyone who could help me with this please?
I updated to newest Supernet client without success on the issue.

I put some of my BTCD to NXT AE by transferring them to my superNET BTCD deposit address.

The block explorer says that the address has got around 22 BTCD (what is right), but I only got around 16 BTCD assets on the NXT exchange. Is this a bug?



I want to transfer some more to the Nxt AE but first I want to clear that my BTCD will not disappear in Nirvana Smiley
i have sent your poblem in slack supernet #btcd  Wink
your are welcome!
tyz
legendary
Activity: 3360
Merit: 1533
September 15, 2015, 05:19:38 AM
I am still having this issues. Anyone who could help me with this please?
I updated to newest Supernet client without success on the issue.

I put some of my BTCD to NXT AE by transferring them to my superNET BTCD deposit address.

The block explorer says that the address has got around 22 BTCD (what is right), but I only got around 16 BTCD assets on the NXT exchange. Is this a bug?



I want to transfer some more to the Nxt AE but first I want to clear that my BTCD will not disappear in Nirvana Smiley
full member
Activity: 180
Merit: 100
September 15, 2015, 02:01:14 AM
Over the weekend I implemented a SuperNET agent that implements coinshuffle, a fully decentralized mixer, called Jumblr. It has no central server and you always control your coins at all times. for BTCD there is no fee other than the txfee which is set to 0.01, for BTC the cost is 0.1%.

https://bitcointalksearch.org/topic/m.12407691

Looking for peoples for the GUI and also testing. bounties available

James

That's seems awesome !

On a bitcoin side it is really good tech but what will be the advantages for BTCD holders? would it promote BTCD?
legendary
Activity: 1176
Merit: 1134
September 14, 2015, 05:56:30 PM
Over the weekend I implemented a SuperNET agent that implements coinshuffle, a fully decentralized mixer, called Jumblr. It has no central server and you always control your coins at all times. for BTCD there is no fee other than the txfee which is set to 0.01, for BTC the cost is 0.1%.

https://bitcointalksearch.org/topic/m.12407691

Looking for peoples for the GUI and also testing. bounties available

James
sr. member
Activity: 448
Merit: 250
September 12, 2015, 04:43:49 PM
rev2 is a huge improvement!

makes it alot smoother:D
sr. member
Activity: 255
Merit: 251
September 12, 2015, 04:42:06 PM
New BitcoinDark Beta Release (rev.2)

Changes:
  • Updated GUI to allow unlocking for everything from initial prompt, this means you won't have to unlock from the console!
  • Created a simple run.bat in the main folder that just starts everything, making it very simple to use.

Please review the updated README. There have been some issues with vanilla BitcoinDark being incompatible with the beta blockchain.
I recommend you to back up everything before running!

I don't have access to the bitbucket BitcoinDark account, so for now the upload is here:
    
https://bitbucket.org/BTCDDev/bitcoindark-releases/downloads/BitcoinDark-x64-InstantDEX-Beta-9-12-2015-Rev2.rar


Enjoy!

Matthew
sr. member
Activity: 470
Merit: 250
September 12, 2015, 06:11:21 AM
All you need to do is double click 'run.bat' in btcd-web-wallet folder.

I don't think so. That's a Windows command and I'm on Linux.


The instructions for linux were posted earlier in response to your question. node app.js should load so if it's not, ther emight be a bug or perhaps a dependancy is missing or something... Is your BTCD wallet fully synced?

All right, I've got it running, sort of. I had the wrong 'node' installed. I needed to uninstall it and install 'nodejs-legacy' instead. Now I can start it with 'nodejs app.js' and the pages do appear but are largely unresponsive. There's still something wrong.

Update: The BTCD webwallet works pretty well, EXCEPT for the history tab which is so slow that it locks up my whole browser.

InstantDEX looks VERY promising but it needs to mature more before I'll attempt to trade there.
legendary
Activity: 3570
Merit: 1126
September 12, 2015, 04:41:06 AM
All you need to do is double click 'run.bat' in btcd-web-wallet folder.

I don't think so. That's a Windows command and I'm on Linux.


The instructions for linux were posted earlier in response to your question. node app.js should load so if it's not, ther emight be a bug or perhaps a dependancy is missing or something... Is your BTCD wallet fully synced?
tyz
legendary
Activity: 3360
Merit: 1533
September 12, 2015, 04:15:07 AM
I put some of my BTCD to NXT AE by transferring them to my superNET BTCD deposit address.

The block explorer says that the address has got around 22 BTCD (what is right), but I only got around 16 BTCD assets on the NXT exchange. Is this a bug?



I want to transfer some more to the Nxt AE but first I want to clear that my BTCD will not disappear in Nirvana Smiley
tyz
legendary
Activity: 3360
Merit: 1533
September 12, 2015, 03:34:14 AM
Similar here. I don't get it run on my Mac machine. Any tutorial how to run it on Mac OSX? Thanks!

All you need to do is double click 'run.bat' in btcd-web-wallet folder.

I don't think so. That's a Windows command and I'm on Linux.

sr. member
Activity: 470
Merit: 250
September 12, 2015, 02:15:41 AM
All you need to do is double click 'run.bat' in btcd-web-wallet folder.

I don't think so. That's a Windows command and I'm on Linux.
hero member
Activity: 690
Merit: 501
September 11, 2015, 08:34:06 PM
Code:
curl_easy_perform() failed: Couldn't connect to server curl.(http://127.0.0.1:7876/nxt (null)), retries: 1

indicates that NXT is not running


It is definitely running. I can access it from my browser: http://127.0.0.1:7876 takes me to the NXT login page and http://127.0.0.1:7876/nxt returns this:

Code:
{"errorDescription":"Incorrect request","errorCode":1}

That happened to me too. Not sure why. I restarted btcd and ran it as administrator. It worked for a bit, but then did it again.

I shut my computer down for a few hours and when I started it back, it ran fine.

Okay, I restarted BitcoinDarkd as administrator and now it doesn't complain any more. The command 'node app.js' doesn't seem to do anything and both 127.0.0.1:8080 and 127.0.0.1:8080/IDEX are still not available.

All you need to do is double click 'run.bat' in btcd-web-wallet folder.
sr. member
Activity: 470
Merit: 250
September 11, 2015, 06:05:13 PM
Code:
curl_easy_perform() failed: Couldn't connect to server curl.(http://127.0.0.1:7876/nxt (null)), retries: 1

indicates that NXT is not running


It is definitely running. I can access it from my browser: http://127.0.0.1:7876 takes me to the NXT login page and http://127.0.0.1:7876/nxt returns this:

Code:
{"errorDescription":"Incorrect request","errorCode":1}

That happened to me too. Not sure why. I restarted btcd and ran it as administrator. It worked for a bit, but then did it again.

I shut my computer down for a few hours and when I started it back, it ran fine.

Okay, I restarted BitcoinDarkd as administrator and now it doesn't complain any more. The command 'node app.js' doesn't seem to do anything and both 127.0.0.1:8080 and 127.0.0.1:8080/IDEX are still not available.
hero member
Activity: 690
Merit: 501
September 11, 2015, 05:47:12 PM
Code:
curl_easy_perform() failed: Couldn't connect to server curl.(http://127.0.0.1:7876/nxt (null)), retries: 1

indicates that NXT is not running


It is definitely running. I can access it from my browser: http://127.0.0.1:7876 takes me to the NXT login page and http://127.0.0.1:7876/nxt returns this:

Code:
{"errorDescription":"Incorrect request","errorCode":1}

That happened to me too. Not sure why. I restarted btcd and ran it as administrator. It worked for a bit, but then did it again.

I shut my computer down for a few hours and when I started it back, it ran fine.
sr. member
Activity: 470
Merit: 250
September 11, 2015, 05:30:07 PM
Code:
curl_easy_perform() failed: Couldn't connect to server curl.(http://127.0.0.1:7876/nxt (null)), retries: 1

indicates that NXT is not running


It is definitely running. I can access it from my browser: http://127.0.0.1:7876 takes me to the NXT login page and http://127.0.0.1:7876/nxt returns this:

Code:
{"errorDescription":"Incorrect request","errorCode":1}
legendary
Activity: 1176
Merit: 1134
September 11, 2015, 04:44:28 PM
From the readme:

Quote
If you are on Linux, MAC OS, or are just paranoid, you can always build all of this yourself. You must build on a Linux
host machine, even if you are building for Windows!
Instructions at github.com/jl777/btcd/libjl777

I think the correct link is https://github.com/jl777/btcd/tree/master/libjl777 but there don't seem to be any build instructions. Does anybody know how to build this for Linux?

git clone git://github.com/jl777/btcd
git clone git://github.com/veririchd/btcd-web-wallet

cd btcd/libjl777
make dependencies
make onetime
make libccoin
make
make btcd

(Let me know if this doesn't work exactly, I'll fix the instructions)

Then there should be a BitcoinDarkd binary in btcd/libjl777.
Set up SuperNET.conf in the same dir with any api keys and/or your nxt passphrase, or just {}
./BitcoinDarkd

Open a new terminal
cd /path/to/btcd-web-wallet
node app.js

127.0.0.1:8080
The wallet unlocking is a little tricky, it will be simplified. You can only run idex if your wallet is unlocked for good. So you'll need to lock it if it's unlocked for staking only (click the left gear icon->Lock Wallet) then click on console and type walletpassphrase 6000 false

127.0.0.1:8080/IDEX

Matthew

Thanks for your help. It all seemed to go well until this line:

Quote
Set up SuperNET.conf in the same dir with any api keys and/or your nxt passphrase, or just {}

I simply used the provided SuperNET.conf and now BitcoinDarkd is not happy:

Code:
curl_easy_perform() failed: Couldn't connect to server curl.(http://127.0.0.1:7876/nxt (null)), retries: 1
Maximum number of retries exceeded!

127.0.0.1:8080 and 127.0.0.1:8080/IDEX are not available. Do I need to put my NXT passphrase into the SuperNET.conf? How?

Code:
curl_easy_perform() failed: Couldn't connect to server curl.(http://127.0.0.1:7876/nxt (null)), retries: 1

indicates that NXT is not running
sr. member
Activity: 470
Merit: 250
September 11, 2015, 03:06:23 PM
From the readme:

Quote
If you are on Linux, MAC OS, or are just paranoid, you can always build all of this yourself. You must build on a Linux
host machine, even if you are building for Windows!
Instructions at github.com/jl777/btcd/libjl777

I think the correct link is https://github.com/jl777/btcd/tree/master/libjl777 but there don't seem to be any build instructions. Does anybody know how to build this for Linux?

git clone git://github.com/jl777/btcd
git clone git://github.com/veririchd/btcd-web-wallet

cd btcd/libjl777
make dependencies
make onetime
make libccoin
make
make btcd

(Let me know if this doesn't work exactly, I'll fix the instructions)

Then there should be a BitcoinDarkd binary in btcd/libjl777.
Set up SuperNET.conf in the same dir with any api keys and/or your nxt passphrase, or just {}
./BitcoinDarkd

Open a new terminal
cd /path/to/btcd-web-wallet
node app.js

127.0.0.1:8080
The wallet unlocking is a little tricky, it will be simplified. You can only run idex if your wallet is unlocked for good. So you'll need to lock it if it's unlocked for staking only (click the left gear icon->Lock Wallet) then click on console and type walletpassphrase 6000 false

127.0.0.1:8080/IDEX

Matthew

Thanks for your help. It all seemed to go well until this line:

Quote
Set up SuperNET.conf in the same dir with any api keys and/or your nxt passphrase, or just {}

I simply used the provided SuperNET.conf and now BitcoinDarkd is not happy:

Code:
curl_easy_perform() failed: Couldn't connect to server curl.(http://127.0.0.1:7876/nxt (null)), retries: 1
Maximum number of retries exceeded!

127.0.0.1:8080 and 127.0.0.1:8080/IDEX are not available. Do I need to put my NXT passphrase into the SuperNET.conf? How?
hero member
Activity: 882
Merit: 1000
sr. member
Activity: 255
Merit: 251
September 11, 2015, 09:25:45 AM
From the readme:

Quote
If you are on Linux, MAC OS, or are just paranoid, you can always build all of this yourself. You must build on a Linux
host machine, even if you are building for Windows!
Instructions at github.com/jl777/btcd/libjl777

I think the correct link is https://github.com/jl777/btcd/tree/master/libjl777 but there don't seem to be any build instructions. Does anybody know how to build this for Linux?

git clone git://github.com/jl777/btcd
git clone git://github.com/veririchd/btcd-web-wallet

cd btcd/libjl777
make dependencies
make onetime
make libccoin
make
make btcd

(Let me know if this doesn't work exactly, I'll fix the instructions)

Then there should be a BitcoinDarkd binary in btcd/libjl777.
Set up SuperNET.conf in the same dir with any api keys and/or your nxt passphrase, or just {}
./BitcoinDarkd

Open a new terminal
cd /path/to/btcd-web-wallet
node app.js

127.0.0.1:8080
The wallet unlocking is a little tricky, it will be simplified. You can only run idex if your wallet is unlocked for good. So you'll need to lock it if it's unlocked for staking only (click the left gear icon->Lock Wallet) then click on console and type walletpassphrase 6000 false

127.0.0.1:8080/IDEX

Matthew
sr. member
Activity: 470
Merit: 250
September 11, 2015, 05:40:24 AM
From the readme:

Quote
If you are on Linux, MAC OS, or are just paranoid, you can always build all of this yourself. You must build on a Linux
host machine, even if you are building for Windows!
Instructions at github.com/jl777/btcd/libjl777

I think the correct link is https://github.com/jl777/btcd/tree/master/libjl777 but there don't seem to be any build instructions. Does anybody know how to build this for Linux?
Pages:
Jump to: