Pages:
Author

Topic: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] - page 63. (Read 379550 times)

legendary
Activity: 2576
Merit: 1073
so buy the coins on cryptopia but dont send it to your own wallet ?
Me too. Does it work to set up a masternode on llinux/ubuntu? Where are the instructions for it? First post only covers windows

Exactly, but the dev is sure that he is working on solving the problem, since he would not lose my coins, he will upload a new copy of the chain to the website, because they will support the long chain that is the one that handles cryptopia

I bought these coins to set up a masternode

Me too. Does it work to set up a masternode on llinux/ubuntu? Where are the instructions for it? First post only covers windows

Yes, masternodes work perfectly on Linux (Ubuntu in particular). Not sure there are instructions for this coin, but the process is the same as most other masternode coins, aka Dash or BitSend. The collateral is 112 8BIT, thats the only difference.

Also, masternode.conf cannot be used with the current source, but that is easily fixable, if anyone needs, I can send the instructions to patch the source.
Please send instructions

Heh, to write good instructions, I have to spend a lot of time, which I don't have unfortunately. To write bad instructions, I need much less time, but I don't want to write bad instructions.

However here is a good guide here for setting up ChainCoin masternodes: http://chaincoin.org/Setting%20up%20a%20Chaincoin%20Masternode%20-%20draft%20v.04.pdf
It is too detailed to my taste, but is a nice one. With some understanding, you can follow it, while replacing ChainCoin with 8bit where needed. Or just read it, to get an idea on what needs to be done. The first part (setting up a VPS) is completely generic, and can be followed blindly. The second part - needs to be adopted for 8bit. Volunteers welcome.
hero member
Activity: 2114
Merit: 619
so buy the coins on cryptopia but dont send it to your own wallet ?
Me too. Does it work to set up a masternode on llinux/ubuntu? Where are the instructions for it? First post only covers windows

Exactly, but the dev is sure that he is working on solving the problem, since he would not lose my coins, he will upload a new copy of the chain to the website, because they will support the long chain that is the one that handles cryptopia

I bought these coins to set up a masternode

Me too. Does it work to set up a masternode on llinux/ubuntu? Where are the instructions for it? First post only covers windows

Yes, masternodes work perfectly on Linux (Ubuntu in particular). Not sure there are instructions for this coin, but the process is the same as most other masternode coins, aka Dash or BitSend. The collateral is 112 8BIT, thats the only difference.

Also, masternode.conf cannot be used with the current source, but that is easily fixable, if anyone needs, I can send the instructions to patch the source.
Please send instructions
legendary
Activity: 2576
Merit: 1073
so buy the coins on cryptopia but dont send it to your own wallet ?
Me too. Does it work to set up a masternode on llinux/ubuntu? Where are the instructions for it? First post only covers windows

Exactly, but the dev is sure that he is working on solving the problem, since he would not lose my coins, he will upload a new copy of the chain to the website, because they will support the long chain that is the one that handles cryptopia

I bought these coins to set up a masternode

Me too. Does it work to set up a masternode on llinux/ubuntu? Where are the instructions for it? First post only covers windows

Yes, masternodes work perfectly on Linux (Ubuntu in particular). Not sure there are instructions for this coin, but the process is the same as most other masternode coins, aka Dash or BitSend. The collateral is 112 8BIT, thats the only difference.

Also, masternode.conf cannot be used with the current source, but that is easily fixable, if anyone needs, I can send the instructions to patch the source.
hero member
Activity: 2114
Merit: 619
so buy the coins on cryptopia but dont send it to your own wallet ?
Me too. Does it work to set up a masternode on llinux/ubuntu? Where are the instructions for it? First post only covers windows

Exactly, but the dev is sure that he is working on solving the problem, since he would not lose my coins, he will upload a new copy of the chain to the website, because they will support the long chain that is the one that handles cryptopia

I bought these coins to set up a masternode

Me too. Does it work to set up a masternode on llinux/ubuntu? Where are the instructions for it? First post only covers windows

Your wallet is in sync? Did you receive coins from cryptopia? If yes, tell me how you configured the .conf file? With which nodes? I still do not receive the coins.

Regarding the instructions for linux are the same the only thing that changes is where the 8bit.conf file is located
And the devil, I imagine you should do them from console

./8bitd getinfo

it's an example
./8bitd getnewaddress
full member
Activity: 144
Merit: 100
so buy the coins on cryptopia but dont send it to your own wallet ?
Me too. Does it work to set up a masternode on llinux/ubuntu? Where are the instructions for it? First post only covers windows

Exactly, but the dev is sure that he is working on solving the problem, since he would not lose my coins, he will upload a new copy of the chain to the website, because they will support the long chain that is the one that handles cryptopia

I bought these coins to set up a masternode

Me too. Does it work to set up a masternode on llinux/ubuntu? Where are the instructions for it? First post only covers windows
hero member
Activity: 2114
Merit: 619
so buy the coins on cryptopia but dont send it to your own wallet ?

Exactly, but the dev is sure that he is working on solving the problem, since he would not lose my coins, he will upload a new copy of the chain to the website, because they will support the long chain that is the one that handles cryptopia

I bought these coins to set up a masternode
full member
Activity: 228
Merit: 100
so buy the coins on cryptopia but dont send it to your own wallet ?
hero member
Activity: 2114
Merit: 619
Trying to compile the gui wallet on linux ubuntu system and getting an error. Is there anyone around that can help?

What's the error?

Running the following in:

qmake (runs fine)
make (gives below error):

src/key.cpp: In member function ‘bool CPubKey::Derive(CPubKey&, unsigned char*, unsigned int, const unsigned char*) const’:
src/key.cpp:730:69: error: ‘class {anonymous}::CSecp256k1Init’ has no member named ‘ctx’
     bool ret = secp256k1_ec_pubkey_tweak_add(instance_of_csecp256k1.ctx, (unsigned char*)pubkeyChild.begin(), pubkeyChild.size(), out);
                                                                     ^
make: *** [build/key.o] Error 1


Have you installed secp256k1?

Following something similar to :
cd ~&&git clone http://www.github.com/bitcoin/secp256k1&&cd  secp256k1&&git checkout a1d5ae1&&./autogen.sh&&./configure&&make&&sudo make install&&cd ..

Did everything except was missing the git checkout a1d5ae1.

Compilation now continues...stay tuned (lol).
Hello, have you fixed the problem of synchronization of the chain?
Is your wallet in sync?

Wallet now up and running and appears to be syncing. About 2 years to go. Will update later as to it's progress.

Ah I thought that you had achieved complete synchrony of blocks my wallet is still stuck in the long chain, according to I understand it is the same that handles cryptopia
full member
Activity: 219
Merit: 100
Trying to compile the gui wallet on linux ubuntu system and getting an error. Is there anyone around that can help?

What's the error?

Running the following in:

qmake (runs fine)
make (gives below error):

src/key.cpp: In member function ‘bool CPubKey::Derive(CPubKey&, unsigned char*, unsigned int, const unsigned char*) const’:
src/key.cpp:730:69: error: ‘class {anonymous}::CSecp256k1Init’ has no member named ‘ctx’
     bool ret = secp256k1_ec_pubkey_tweak_add(instance_of_csecp256k1.ctx, (unsigned char*)pubkeyChild.begin(), pubkeyChild.size(), out);
                                                                     ^
make: *** [build/key.o] Error 1


Have you installed secp256k1?

Following something similar to :
cd ~&&git clone http://www.github.com/bitcoin/secp256k1&&cd  secp256k1&&git checkout a1d5ae1&&./autogen.sh&&./configure&&make&&sudo make install&&cd ..

Did everything except was missing the git checkout a1d5ae1.

Compilation now continues...stay tuned (lol).
Hello, have you fixed the problem of synchronization of the chain?
Is your wallet in sync?

Wallet now up and running and appears to be syncing. About 2 years to go. Will update later as to it's progress.
full member
Activity: 144
Merit: 100
Hello everyone,

I am a new owner of some 8BIT. I have carefully checked the first post of the thread and have a few questions regarding the masternodes.

1. Do they also run on linux/ other OS than Windows? As the MN screenshots from the 1st thread post only showcase Windows. If so, where are the instructions to set it up on linux?
2. Are the Masternode codes and instructions in the first post still fully correct and safe to implement today?


Thank you
full member
Activity: 219
Merit: 100
Trying to compile the gui wallet on linux ubuntu system and getting an error. Is there anyone around that can help?

What's the error?

Running the following in:

qmake (runs fine)
make (gives below error):

src/key.cpp: In member function ‘bool CPubKey::Derive(CPubKey&, unsigned char*, unsigned int, const unsigned char*) const’:
src/key.cpp:730:69: error: ‘class {anonymous}::CSecp256k1Init’ has no member named ‘ctx’
     bool ret = secp256k1_ec_pubkey_tweak_add(instance_of_csecp256k1.ctx, (unsigned char*)pubkeyChild.begin(), pubkeyChild.size(), out);
                                                                     ^
make: *** [build/key.o] Error 1


Have you installed secp256k1?

Following something similar to :
cd ~&&git clone http://www.github.com/bitcoin/secp256k1&&cd  secp256k1&&git checkout a1d5ae1&&./autogen.sh&&./configure&&make&&sudo make install&&cd ..


Code:
git checkout a1d5ae1
This is essential step.


Yes, you're quite right, that was the secret sauce that I was missing. Thanks so much for the help. Wallet up and currently syncing. Thanks again.
hero member
Activity: 2114
Merit: 619
Trying to compile the gui wallet on linux ubuntu system and getting an error. Is there anyone around that can help?

What's the error?

Running the following in:

qmake (runs fine)
make (gives below error):

src/key.cpp: In member function ‘bool CPubKey::Derive(CPubKey&, unsigned char*, unsigned int, const unsigned char*) const’:
src/key.cpp:730:69: error: ‘class {anonymous}::CSecp256k1Init’ has no member named ‘ctx’
     bool ret = secp256k1_ec_pubkey_tweak_add(instance_of_csecp256k1.ctx, (unsigned char*)pubkeyChild.begin(), pubkeyChild.size(), out);
                                                                     ^
make: *** [build/key.o] Error 1


Have you installed secp256k1?

Following something similar to :
cd ~&&git clone http://www.github.com/bitcoin/secp256k1&&cd  secp256k1&&git checkout a1d5ae1&&./autogen.sh&&./configure&&make&&sudo make install&&cd ..

Did everything except was missing the git checkout a1d5ae1.

Compilation now continues...stay tuned (lol).
Hello, have you fixed the problem of synchronization of the chain?
Is your wallet in sync?
full member
Activity: 219
Merit: 100
Trying to compile the gui wallet on linux ubuntu system and getting an error. Is there anyone around that can help?

What's the error?

Running the following in:

qmake (runs fine)
make (gives below error):

src/key.cpp: In member function ‘bool CPubKey::Derive(CPubKey&, unsigned char*, unsigned int, const unsigned char*) const’:
src/key.cpp:730:69: error: ‘class {anonymous}::CSecp256k1Init’ has no member named ‘ctx’
     bool ret = secp256k1_ec_pubkey_tweak_add(instance_of_csecp256k1.ctx, (unsigned char*)pubkeyChild.begin(), pubkeyChild.size(), out);
                                                                     ^
make: *** [build/key.o] Error 1


Have you installed secp256k1?

Following something similar to :
cd ~&&git clone http://www.github.com/bitcoin/secp256k1&&cd  secp256k1&&git checkout a1d5ae1&&./autogen.sh&&./configure&&make&&sudo make install&&cd ..

Did everything except was missing the git checkout a1d5ae1.

Compilation now continues...stay tuned (lol).
legendary
Activity: 1036
Merit: 1000
8b 16b DEMOSCENE FTW
Has anybody else had issues xferring coins off of Bittrex? I attempted to xfer my coins from Trex to Cryptopia. Trex says completed but 3 days later I still don't have my coins.

07/14/2017  8BIT  316.77351547  Completed

TxId: d8113a0518de9c1d6d6a9bbf842ecc011d56ad343c91727c91cfacf22ddf030f

Trex now shows 'Wallet Offline - Network forked'.

Thanks in advance!
Bittrex is on the shorter chain thus recent transfers might be invalidated. We are working on it.
legendary
Activity: 1036
Merit: 1000
8b 16b DEMOSCENE FTW
Trying to compile the gui wallet on linux ubuntu system and getting an error. Is there anyone around that can help?

What's the error?

Running the following in:

qmake (runs fine)
make (gives below error):

src/key.cpp: In member function ‘bool CPubKey::Derive(CPubKey&, unsigned char*, unsigned int, const unsigned char*) const’:
src/key.cpp:730:69: error: ‘class {anonymous}::CSecp256k1Init’ has no member named ‘ctx’
     bool ret = secp256k1_ec_pubkey_tweak_add(instance_of_csecp256k1.ctx, (unsigned char*)pubkeyChild.begin(), pubkeyChild.size(), out);
                                                                     ^
make: *** [build/key.o] Error 1


Have you installed secp256k1?

Following something similar to :
cd ~&&git clone http://www.github.com/bitcoin/secp256k1&&cd  secp256k1&&git checkout a1d5ae1&&./autogen.sh&&./configure&&make&&sudo make install&&cd ..


Code:
git checkout a1d5ae1
This is essential step.
legendary
Activity: 2424
Merit: 1148
Trying to compile the gui wallet on linux ubuntu system and getting an error. Is there anyone around that can help?

What's the error?

Running the following in:

qmake (runs fine)
make (gives below error):

src/key.cpp: In member function ‘bool CPubKey::Derive(CPubKey&, unsigned char*, unsigned int, const unsigned char*) const’:
src/key.cpp:730:69: error: ‘class {anonymous}::CSecp256k1Init’ has no member named ‘ctx’
     bool ret = secp256k1_ec_pubkey_tweak_add(instance_of_csecp256k1.ctx, (unsigned char*)pubkeyChild.begin(), pubkeyChild.size(), out);
                                                                     ^
make: *** [build/key.o] Error 1


Have you installed secp256k1?

Following something similar to :
cd ~&&git clone http://www.github.com/bitcoin/secp256k1&&cd  secp256k1&&git checkout a1d5ae1&&./autogen.sh&&./configure&&make&&sudo make install&&cd ..
newbie
Activity: 2
Merit: 0
Has anybody else had issues xferring coins off of Bittrex? I attempted to xfer my coins from Trex to Cryptopia. Trex says completed but 3 days later I still don't have my coins.

07/14/2017  8BIT  316.77351547  Completed

TxId: d8113a0518de9c1d6d6a9bbf842ecc011d56ad343c91727c91cfacf22ddf030f

Trex now shows 'Wallet Offline - Network forked'.

Thanks in advance!
full member
Activity: 219
Merit: 100
Trying to compile the gui wallet on linux ubuntu system and getting an error. Is there anyone around that can help?

What's the error?

Running the following in:

qmake (runs fine)
make (gives below error):

src/key.cpp: In member function ‘bool CPubKey::Derive(CPubKey&, unsigned char*, unsigned int, const unsigned char*) const’:
src/key.cpp:730:69: error: ‘class {anonymous}::CSecp256k1Init’ has no member named ‘ctx’
     bool ret = secp256k1_ec_pubkey_tweak_add(instance_of_csecp256k1.ctx, (unsigned char*)pubkeyChild.begin(), pubkeyChild.size(), out);
                                                                     ^
make: *** [build/key.o] Error 1
legendary
Activity: 2424
Merit: 1148
Trying to compile the gui wallet on linux ubuntu system and getting an error. Is there anyone around that can help?

What's the error?
full member
Activity: 219
Merit: 100
Trying to compile the gui wallet on linux ubuntu system and getting an error. Is there anyone around that can help?
Pages:
Jump to: