Bitcoin Forum
May 02, 2024, 06:27:52 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 299 300 301 302 303 304 305 306 307 308 309 310 »
  Print  
Author Topic: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4]  (Read 379544 times)
kaltun
Hero Member
*****
Offline Offline

Activity: 1540
Merit: 502


View Profile
February 10, 2018, 12:21:24 PM
 #5921

i have enough coins for an MN , is there an windows wallet ??
If you see garbage posts (off-topic, trolling, spam, no point, etc.), use the "report to moderator" links. All reports are investigated, though you will rarely be contacted about your reports.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714631272
Hero Member
*
Offline Offline

Posts: 1714631272

View Profile Personal Message (Offline)

Ignore
1714631272
Reply with quote  #2

1714631272
Report to moderator
bakra
Jr. Member
*
Offline Offline

Activity: 75
Merit: 5


View Profile
February 10, 2018, 01:38:32 PM
 #5922

i have enough coins for an MN , is there an windows wallet ??

Windows wallet doesn't work
hknatm
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
February 18, 2018, 07:48:51 PM
 #5923

 I am having a problem with the Linux Wallet MN, I have followed the path that have mentioned at the page 265 or sth. but i am having a masternode key problem when i try to start 8bit. also if i try to generate masternode private key. there is a error like ''couldnt connect the server''

what is the solution for this, any ideas?
8-bit-Party
Legendary
*
Offline Offline

Activity: 1036
Merit: 1000

8b 16b DEMOSCENE FTW


View Profile WWW
February 19, 2018, 02:13:02 PM
 #5924

I am having a problem with the Linux Wallet MN, I have followed the path that have mentioned at the page 265 or sth. but i am having a masternode key problem when i try to start 8bit. also if i try to generate masternode private key. there is a error like ''couldnt connect the server''

what is the solution for this, any ideas?
[/quote
You need to start a daemon / wallet first, then run key generation.

8-BIT PARTY 16-BIT PARTY DEMOSCENE FTW
hknatm
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
February 19, 2018, 02:57:16 PM
 #5925

I am having a problem with the Linux Wallet MN, I have followed the path that have mentioned at the page 265 or sth. but i am having a masternode key problem when i try to start 8bit. also if i try to generate masternode private key. there is a error like ''couldnt connect the server''

what is the solution for this, any ideas?
[/quote
You need to start a daemon / wallet first, then run key generation.


how should i start first that daemon? could you help a bit more about it Smiley
Pon13
Full Member
***
Offline Offline

Activity: 670
Merit: 130



View Profile WWW
February 21, 2018, 08:06:01 AM
 #5926

sounds pretty normal

Bill Hicks was right about....everything
tadeus1
Member
**
Offline Offline

Activity: 140
Merit: 11


View Profile
February 22, 2018, 01:57:14 AM
 #5927

Some day you win, some day not  Grin
electron647
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
February 22, 2018, 05:37:27 PM
 #5928

Some day you win, some day not  Grin

Yes that's true, I'm ok with it. Smiley

Fluffspice
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
February 23, 2018, 06:03:04 AM
 #5929

Guys im looking for some help here. Like an idiot I purchased coins from cryptopia to sens to my windows wallet for a MN.

Not knowing windows wallet blows and wont  after 1 year and 16 weeks left.

Again like an idiot i pre maturely swnt my coins to my wallet thinking it would sync, lone behold im stuck and my coins seem to be in a dead wallet.

Is there a working wallet? Or is there a way to get my coins out ? Any help is appretiated
electron647
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
February 23, 2018, 07:39:06 AM
Last edit: February 23, 2018, 11:25:29 AM by electron647
 #5930

Guys im looking for some help here. Like an idiot I purchased coins from cryptopia to sens to my windows wallet for a MN.

Not knowing windows wallet blows and wont  after 1 year and 16 weeks left.

Again like an idiot i pre maturely swnt my coins to my wallet thinking it would sync, lone behold im stuck and my coins seem to be in a dead wallet.

Is there a working wallet? Or is there a way to get my coins out ? Any help is appretiated

Hello the linux wallet works well on Ubuntu 16.04, just create a Ubuntu virtual machine (with virtualbox) or get a cheap VPS if you are used to command line and follow this guide found page 287 which is perfect  Wink.

Save your wallet.dat from the windows wallet and put in the folder .8bit in the ubuntu install (after you build the qt wallet).

Synchro your wallet (you can find a pretty recent download in last posts to make it faster).

And voilà, it should work.

How can I create a masternode?


Here:





Can someone drop a link to get a 8bit masternode running on Ubuntu? Thanks a lot!

Best instructions ever.
Just copy & paste.
From my experience if its a vm with not a lot ram or an old machine you should add a swap file (at least 4GB)

Once I wrote for myself the installation instructions, maybe it will come in handy.

1. Setting dependencies:
Code:
sudo apt-get install -y libminiupnpc-dev autoconf automake build-essential libssl-dev libdb++-dev libboost-all-dev libqrencode-dev

2. Installation secp256k1
Code:
cd ~&&git clone http://www.github.com/bitcoin/secp256k1&&cd  secp256k1&&git checkout a1d5ae1&&./autogen.sh&&./configure&&make&&sudo make install&&cd ..

3. Installing 8bit
Code:
cd ~&&git clone https://github.com/8bit-dev/8bit&&cd 8bit/src&&cp crypto obj/crypto -rR

Most likely, there will be an error in the assembly.
Therefore, you will need to fix ~/8bit/src/rpcrawtransaction.cpp

search for this line
                     const CScriptID& hash = boost::get<const CScriptID&>(address);
It should work after changed to
                       const CScriptID& hash = boost::get<CScriptID>(address);

Code:
make -f makefile.unix&&strip 8bitd&&sudo cp 8bitd /usr/bin

If everything went well and without errors, then you will have a console version of the wallet.
If you need the GUI:
1. Setting dependencies:
Code:
sudo apt-get install -y qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev

2. Installing 8bit-qt
Code:
cd ~&&git clone https://github.com/8bit-dev/8bit&&cd 8bit/src&&cp crypto obj/crypto -rR&&cd ..&&qmake&&make

Masternode Creation on Linux
can anyone please post a tutorial on how to setup masternode on ubuntu ?

I will. This guide will assume you have already built and installed 8bitd for a user on Ubuntu 16.04, and that your blockchain is already synced. If you have not achieved these yet, refer to the guide on pg 263 of this thread.

Start 8bitd:
Code:
8bitd

Allow it some time to once again fully sync. Meanwhile, generate a new bitcoin address under account name "mn"
Code:
8bitd -cli getnewaddress mn

Send EXACTLY 112 8bit to this address. If you are sending from Cryptopia, you will need to send 113 8bit, as they have a 1 8bit/tx fee.

Now for the masternode setup.
1. Set a static ip for our computer. There are more than enough Ubuntu guides on this out there, so do a search. Remember the local ip chosen for the computer because it will be needed in a moment. You will need to restart networking or simply reboot after changing the  /etc/network/interfaces file for static ip.

2. Make sure the ports you want 8bit to work through are open between the internet and your computer. If you have a router between your machine and the internet you will need to forward the port through your router. You may do this by logging into your router configuration page, by typing your router's local ip address into any web browser connected to the network. For example, I typed "192.168.0.1", some may be "10.0.0.1", etc. (you can run "ifconfig" in terminal to find the "Default Gateway" ip address, same thing). Log in. If you've never logged in before do a search engine search to find the default login credentials specific to your router, mine were username "admin" password "admin", for example. Now that you are in the router config, look for the "Forwarding" or "Port Forwarding" tab/section, and add a new rule to pass the port you choose on to your wallet computer. For the sake of this guide I will choose port 9991. You want to enter your port number into both service port and external port (unless you know what you are doing, I am just simplifying here), and then you want to provide the local ip address of the computer that will be running the masternode. Now you can also optionally open a second port to enable rpc, here I will use port 2222. So you may have forwarded 2 ports of your computer. Make sure to enable these settings in the configuration before exiting. Phewph, that's that.

3. you want to open the actual ports on your Ubuntu machine now, using ufw:
Code:
sudo ufw allow 9991
Code:
sudo ufw allow 2222
(if you want rpc)

4. Go to whatsmyip.com and get your public ip address if you do not already know it. Write it down.

5. Go back to the terminal and type:
Code:
8bitd -cli masternode genkey
Copy the masternode private key, we'll need it shortly.

6. Now we need to edit the 8bit config file to enable the masternode service:
Code:
cd ~
nano .8bit/8bit.conf

You want all the following either added or uncommented in your config file:
Code:
rpcallowip=127.0.0.1 # if you want remote mgmt  
rpcuser=YourUserName  #can be anything
rpcpassword=YourRPCPassword  #can be anything
rpcport=2222  #whatever you set it to in router config
server=1
daemon=1
listen=1
staking=0
port=9991  #whatever you set it to in router config
masternodeaddr=YOUR_PUBLIC_IP:9991
masternode=1
masternodeprivkey=KEY GENERATED BY COMMAND masternode genkey

Change the information specific to your needs (public ip, ports, mnprivkey, etc). Save and exit the editor.

7. Now we're going to stop 8bitd:
Code:
8bitd stop
Give it a few moments to stop and then start it up again:
Code:
8bitd

If you get an error, you probably just did not give it enough time to close fully before restarting.

Let the wallet sync, check if the 112 8bit has arrived yet, and to see if you are fully synced:
Code:
8bitd -cli getinfo

The 112 8bit need 16 confirmations in order to successfully start the masternode, you can check on the block explorer or by using the command:
Code:
8bitd -cli gettransaction entertransactionhashhere

8. Once the 112 8bit have arrived and are confirmed by at least 16 nodes, only one command remains:

Code:
8bitd -cli masternode start

There you go.

You ought to see the following output:
Code:
Masternode started successfully
or, oddly, sometimes:
Code:
Masternode started remotely

Pat yourself on the back.

Tips: 8Sq5sDR5mHUEAtsJoJurrjUSu7E3QsCuop





Fluffspice
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
March 02, 2018, 12:42:22 AM
 #5931

Thanks for the help, but i can use some more lol

I get stuck at the following line:

Code:
make -f makefile.unix&&strip 8bitd&&sudo cp 8bitd /usr/bin

I have tried the makefile.unix as its own command and I run into this:


main.cpp: In function ‘CBigNum GetProofOfStakeLimit(int)’:
main.cpp:1124:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if(nHeight<DIFF_FORK_BLOCK){
                   ^
main.cpp: In member function ‘bool CBlock::AcceptBlock()’:
main.cpp:2501:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (IsProofOfStake() && nHeight < POS_START_BLOCK)
                                     ^
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.
makefile.unix:201: recipe for target 'obj/main.o' failed
make: *** [obj/main.o] Error 4


ive tried it all please help
thanks
drays
Legendary
*
Offline Offline

Activity: 2520
Merit: 1073


View Profile
March 02, 2018, 01:22:16 AM
 #5932

Thanks for the help, but i can use some more lol

I get stuck at the following line:

Code:
make -f makefile.unix&&strip 8bitd&&sudo cp 8bitd /usr/bin

I have tried the makefile.unix as its own command and I run into this:


main.cpp: In function ‘CBigNum GetProofOfStakeLimit(int)’:
main.cpp:1124:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if(nHeight<DIFF_FORK_BLOCK){
                   ^
main.cpp: In member function ‘bool CBlock::AcceptBlock()’:
main.cpp:2501:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (IsProofOfStake() && nHeight < POS_START_BLOCK)
                                     ^
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.
makefile.unix:201: recipe for target 'obj/main.o' failed
make: *** [obj/main.o] Error 4


ive tried it all please help
thanks

Your machine lacks RAM. Add RAM or swap space.

... this space is not for rent ...
Fluffspice
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
March 02, 2018, 04:38:21 AM
 #5933

Thanks for the help, but i can use some more lol

I get stuck at the following line:

Code:
make -f makefile.unix&&strip 8bitd&&sudo cp 8bitd /usr/bin

I have tried the makefile.unix as its own command and I run into this:


main.cpp: In function ‘CBigNum GetProofOfStakeLimit(int)’:
main.cpp:1124:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if(nHeight<DIFF_FORK_BLOCK){
                   ^
main.cpp: In member function ‘bool CBlock::AcceptBlock()’:
main.cpp:2501:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (IsProofOfStake() && nHeight < POS_START_BLOCK)
                                     ^
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.
makefile.unix:201: recipe for target 'obj/main.o' failed
make: *** [obj/main.o] Error 4


ive tried it all please help
thanks

Your machine lacks RAM. Add RAM or swap space.

You sir are a genius, last and final question because its worked up to this point. How do i restore the wallet back up from a previous wallet?
Pon13
Full Member
***
Offline Offline

Activity: 670
Merit: 130



View Profile WWW
March 02, 2018, 09:29:24 AM
 #5934

Thanks for the help, but i can use some more lol

I get stuck at the following line:

Code:
make -f makefile.unix&&strip 8bitd&&sudo cp 8bitd /usr/bin

I have tried the makefile.unix as its own command and I run into this:


main.cpp: In function ‘CBigNum GetProofOfStakeLimit(int)’:
main.cpp:1124:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if(nHeight<DIFF_FORK_BLOCK){
                   ^
main.cpp: In member function ‘bool CBlock::AcceptBlock()’:
main.cpp:2501:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (IsProofOfStake() && nHeight < POS_START_BLOCK)
                                     ^
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.
makefile.unix:201: recipe for target 'obj/main.o' failed
make: *** [obj/main.o] Error 4


ive tried it all please help
thanks

Your machine lacks RAM. Add RAM or swap space.

You sir are a genius, last and final question because its worked up to this point. How do i restore the wallet back up from a previous wallet?

with your priv key or you put your wallet.dat file into the hidden folder .8bit on your home folder

Bill Hicks was right about....everything
JohnMinelli
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile WWW
March 05, 2018, 01:28:02 PM
 #5935

8-bit-Party, any news for us?
Fluffspice
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
March 05, 2018, 04:28:18 PM
 #5936

8-bit-Party, any news for us?

Something must be happening, finally back up to .50 and the volume is definitely improving
jmunn44
Newbie
*
Offline Offline

Activity: 55
Merit: 0


View Profile
March 05, 2018, 06:52:46 PM
 #5937

Why is the website one Coin market cap link you to an Eldorado token?
zeki555
Newbie
*
Offline Offline

Activity: 156
Merit: 0


View Profile
March 05, 2018, 07:28:34 PM
Last edit: March 05, 2018, 10:10:31 PM by zeki555
 #5938

Hello guys, can you tell me what roi is for mn's. Total paid rewards, frequency and total mn's.
Never mind just got answered on disord.

I do have another question: do we have a roadmap/whitepaper?
jmunn44
Newbie
*
Offline Offline

Activity: 55
Merit: 0


View Profile
March 05, 2018, 11:27:43 PM
 #5939

Hello guys, can you tell me what roi is for mn's. Total paid rewards, frequency and total mn's.
Never mind just got answered on disord.

I do have another question: do we have a roadmap/whitepaper?

Can you post discord invite
lilaj4de
Sr. Member
****
Offline Offline

Activity: 602
Merit: 250



View Profile
March 05, 2018, 11:44:02 PM
 #5940

To participate in the discord need an invitation? Analyzing the graph in the coinmarketcap gave a rise in the value of 8bit, but what was the reason for this up?
Pages: « 1 ... 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 299 300 301 302 303 304 305 306 307 308 309 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!