Bitcoin Forum
May 04, 2024, 11:40:29 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 [248] 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 ... 310 »
  Print  
Author Topic: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4]  (Read 379544 times)
batesresearch
Legendary
*
Offline Offline

Activity: 2424
Merit: 1147


View Profile WWW
July 17, 2017, 08:24:10 PM
 #4941

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?

Visit Satoshi's Place, a Bitcoin Hub based in Bury, Manchester, UK.
Website: https://satoshisplace.co.uk
Goals: Educate & Onboard users in to Bitcoin. Lightning network⚡️
1714822829
Hero Member
*
Offline Offline

Posts: 1714822829

View Profile Personal Message (Offline)

Ignore
1714822829
Reply with quote  #2

1714822829
Report to moderator
1714822829
Hero Member
*
Offline Offline

Posts: 1714822829

View Profile Personal Message (Offline)

Ignore
1714822829
Reply with quote  #2

1714822829
Report to moderator
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714822829
Hero Member
*
Offline Offline

Posts: 1714822829

View Profile Personal Message (Offline)

Ignore
1714822829
Reply with quote  #2

1714822829
Report to moderator
1714822829
Hero Member
*
Offline Offline

Posts: 1714822829

View Profile Personal Message (Offline)

Ignore
1714822829
Reply with quote  #2

1714822829
Report to moderator
robert3harrison
Full Member
***
Offline Offline

Activity: 219
Merit: 100


View Profile
July 17, 2017, 08:39:44 PM
 #4942

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
prblmchld
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
July 17, 2017, 09:01:30 PM
 #4943

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!
batesresearch
Legendary
*
Offline Offline

Activity: 2424
Merit: 1147


View Profile WWW
July 17, 2017, 09:25:10 PM
 #4944

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 ..

Visit Satoshi's Place, a Bitcoin Hub based in Bury, Manchester, UK.
Website: https://satoshisplace.co.uk
Goals: Educate & Onboard users in to Bitcoin. Lightning network⚡️
8-bit-Party
Legendary
*
Offline Offline

Activity: 1036
Merit: 1000

8b 16b DEMOSCENE FTW


View Profile WWW
July 17, 2017, 09:34:02 PM
 #4945

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.

8-BIT PARTY 16-BIT PARTY DEMOSCENE FTW
8-bit-Party
Legendary
*
Offline Offline

Activity: 1036
Merit: 1000

8b 16b DEMOSCENE FTW


View Profile WWW
July 17, 2017, 09:37:29 PM
 #4946

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.

8-BIT PARTY 16-BIT PARTY DEMOSCENE FTW
robert3harrison
Full Member
***
Offline Offline

Activity: 219
Merit: 100


View Profile
July 17, 2017, 10:06:59 PM
 #4947

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).
teosanru
Hero Member
*****
Offline Offline

Activity: 2100
Merit: 618


View Profile
July 17, 2017, 10:41:04 PM
 #4948

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?
robert3harrison
Full Member
***
Offline Offline

Activity: 219
Merit: 100


View Profile
July 17, 2017, 10:44:55 PM
 #4949

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.
peachcakey
Full Member
***
Offline Offline

Activity: 144
Merit: 100



View Profile
July 17, 2017, 10:50:08 PM
 #4950

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
robert3harrison
Full Member
***
Offline Offline

Activity: 219
Merit: 100


View Profile
July 17, 2017, 10:51:02 PM
 #4951

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.
teosanru
Hero Member
*****
Offline Offline

Activity: 2100
Merit: 618


View Profile
July 17, 2017, 11:33:40 PM
 #4952

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
Smokeyw
Full Member
***
Offline Offline

Activity: 228
Merit: 100


View Profile WWW
July 17, 2017, 11:39:53 PM
 #4953

so buy the coins on cryptopia but dont send it to your own wallet ?
teosanru
Hero Member
*****
Offline Offline

Activity: 2100
Merit: 618


View Profile
July 17, 2017, 11:48:36 PM
 #4954

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
peachcakey
Full Member
***
Offline Offline

Activity: 144
Merit: 100



View Profile
July 18, 2017, 12:09:42 AM
 #4955

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
teosanru
Hero Member
*****
Offline Offline

Activity: 2100
Merit: 618


View Profile
July 18, 2017, 12:26:07 AM
 #4956

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
drays
Legendary
*
Offline Offline

Activity: 2520
Merit: 1073


View Profile
July 18, 2017, 12:26:45 AM
 #4957

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.

... this space is not for rent ...
teosanru
Hero Member
*****
Offline Offline

Activity: 2100
Merit: 618


View Profile
July 18, 2017, 12:29:11 AM
 #4958

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
drays
Legendary
*
Offline Offline

Activity: 2520
Merit: 1073


View Profile
July 18, 2017, 12:48:41 AM
 #4959

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.

... this space is not for rent ...
teosanru
Hero Member
*****
Offline Offline

Activity: 2100
Merit: 618


View Profile
July 18, 2017, 12:54:18 AM
 #4960

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.


thanks, I was referring to if you could send the instructions to patch the source
The configuration of the generic mastery that I know, but what I asked for is what you offered previously
Pages: « 1 ... 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 [248] 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 ... 310 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!