Bitcoin Forum
May 06, 2024, 03:34:31 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 [74] 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 ... 310 »
  Print  
Author Topic: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4]  (Read 379544 times)
stackoverflow
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
April 26, 2015, 07:19:11 PM
 #1461

How can i get sec256p?, im trying to run a masternode on a raspberry, but i cant compile until i get those libs first.
Thanks

 fatal error: secp256k1.h: No such file or directory
compilation terminated.

compile and install secp256k1

Code:
cd ~
git clone https://github.com/bitcoin/secp256k1
cd secp256k1
git reset a0d3b8
git add .
git reset --hard
./autogen.sh
./configure
make
sudo make install
cd ..
sudo ldconfig
1715009671
Hero Member
*
Offline Offline

Posts: 1715009671

View Profile Personal Message (Offline)

Ignore
1715009671
Reply with quote  #2

1715009671
Report to moderator
1715009671
Hero Member
*
Offline Offline

Posts: 1715009671

View Profile Personal Message (Offline)

Ignore
1715009671
Reply with quote  #2

1715009671
Report to moderator
It is a common myth that Bitcoin is ruled by a majority of miners. This is not true. Bitcoin miners "vote" on the ordering of transactions, but that's all they do. They can't vote to change the network rules.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
niki25
Legendary
*
Offline Offline

Activity: 1036
Merit: 1000



View Profile
April 26, 2015, 07:23:50 PM
 #1462

How can i get sec256p?, im trying to run a masternode on a raspberry, but i cant compile until i get those libs first.
Thanks

 fatal error: secp256k1.h: No such file or directory
compilation terminated.

compile and install secp256k1

Code:
cd ~
git clone https://github.com/bitcoin/secp256k1
cd secp256k1
git reset a0d3b8
git add .
git reset --hard
./autogen.sh
./configure
make
sudo make install
cd ..
sudo ldconfig

make: *** No targets specified and no makefile found.  Stop.
Got up to make, there i got another error Sad
stackoverflow
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
April 26, 2015, 07:36:35 PM
 #1463

How can i get sec256p?, im trying to run a masternode on a raspberry, but i cant compile until i get those libs first.
Thanks

 fatal error: secp256k1.h: No such file or directory
compilation terminated.

compile and install secp256k1

Code:
cd ~
git clone https://github.com/bitcoin/secp256k1
cd secp256k1
git reset a0d3b8
git add .
git reset --hard
./autogen.sh
./configure
make
sudo make install
cd ..
sudo ldconfig

make: *** No targets specified and no makefile found.  Stop.
Got up to make, there i got another error Sad

check the ./configure output, prolly more details about the error there.
niki25
Legendary
*
Offline Offline

Activity: 1036
Merit: 1000



View Profile
April 26, 2015, 07:41:08 PM
 #1464

config.status: error: cannot find input file: `Makefile.in'
Seems like it is not there
stackoverflow
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
April 26, 2015, 07:50:34 PM
 #1465

config.status: error: cannot find input file: `Makefile.in'
Seems like it is not there

make sure automake is installed.

Code:
sudo apt-get install automake
sudo apt-get install build-essential libtool
Arie22
Sr. Member
****
Offline Offline

Activity: 348
Merit: 250


View Profile
April 26, 2015, 09:29:08 PM
 #1466

86 block again... Grin
8bitproject (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
April 26, 2015, 09:41:55 PM
 #1467





About 70 blocks left to fork @ block 11500.
Please insure your wallet is up to date.
The old wallet will not accept blocks after 11500
Bittrex and Cryptsy have confirmed updated wallets,
Please check with other exchanges before sending
or withdrawing 8BIT.



DrMikefromHashtag
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
April 26, 2015, 09:51:30 PM
 #1468

Interesting...

We will give this a look after the fork. My team and I are doing some research. Get back with you guys in a few days !

Dr Mike

PM me
or
Follow me on Twitter:
Doctor Mike
@DrMikesCoinTeam

"My team is buying the next 10x coin in May, Now!"

Making$$ everyday
Join drmikescointeam@yahoo.com
Cyberjnky
Member
**
Offline Offline

Activity: 89
Merit: 10


View Profile
April 26, 2015, 10:01:22 PM
 #1469

I finally got my first MN up in time!  A word of warning do not try to set up MN through an Apple Airport Extreme.  I had to go get a netgear to be able to use port forwarding. 
Peter80
Member
**
Offline Offline

Activity: 68
Merit: 10


View Profile
April 26, 2015, 10:21:50 PM
 #1470

I finally got my first MN up in time!  A word of warning do not try to set up MN through an Apple Airport Extreme.  I had to go get a netgear to be able to use port forwarding. 

had the same problem with router from isp, changed to an old netgear and portforwarding worked with mn

Cyberjnky
Member
**
Offline Offline

Activity: 89
Merit: 10


View Profile
April 26, 2015, 10:25:05 PM
 #1471

I finally got my first MN up in time!  A word of warning do not try to set up MN through an Apple Airport Extreme.  I had to go get a netgear to be able to use port forwarding. 

had the same problem with router from isp, changed to an old netgear and portforwarding worked with mn
[/
I finally got my first MN up in time!  A word of warning do not try to set up MN through an Apple Airport Extreme.  I had to go get a netgear to be able to use port forwarding. 

had the same problem with router from isp, changed to an old netgear and portforwarding worked with mn
Now that we have that working time to tackle running additional MN's
Peter80
Member
**
Offline Offline

Activity: 68
Merit: 10


View Profile
April 26, 2015, 10:52:37 PM
 #1472

I finally got my first MN up in time!  A word of warning do not try to set up MN through an Apple Airport Extreme.  I had to go get a netgear to be able to use port forwarding. 

had the same problem with router from isp, changed to an old netgear and portforwarding worked with mn
[/
I finally got my first MN up in time!  A word of warning do not try to set up MN through an Apple Airport Extreme.  I had to go get a netgear to be able to use port forwarding. 

had the same problem with router from isp, changed to an old netgear and portforwarding worked with mn
Now that we have that working time to tackle running additional MN's

running 12 now without problems Smiley

Cyberjnky
Member
**
Offline Offline

Activity: 89
Merit: 10


View Profile
April 26, 2015, 11:13:58 PM
 #1473

Just got my first .88!
dannygroove
Sr. Member
****
Offline Offline

Activity: 306
Merit: 250



View Profile WWW
April 26, 2015, 11:18:39 PM
Last edit: April 26, 2015, 11:40:00 PM by dannygroove
 #1474





About 70 blocks left to fork @ block 11500.
Please insure your wallet is up to date.
The old wallet will not accept blocks after 11500
Bittrex and Cryptsy have confirmed updated wallets,
Please check with other exchanges before sending
or withdrawing 8BIT.





Thanks for working with such dilligence and transparency, it is much needed here nowadays. After Masternodes, what's next?
8bitproject (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
April 26, 2015, 11:28:48 PM
 #1475



Fork is a success, you should be getting your node payments now @ 0.88 8BIT
Next we move on to enable anon and add fees to anon TX that will go to MN's.
Please report any issues you might go through after the fork so I can look into
it, if any comes up.

skidog
Legendary
*
Offline Offline

Activity: 1393
Merit: 1001


View Profile
April 26, 2015, 11:51:25 PM
 #1476

Can i do this on a dynamic ip? My router is from my internet company. How would i open ports? I can not get into my router.
dbt1033
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
April 26, 2015, 11:53:16 PM
 #1477

Can i do this on a dynamic ip? My router is from my internet company. How would i open ports? I can not get into my router.

All of these questions have already been answered.  

Search/read the thread.


Oh, and try google.
skidog
Legendary
*
Offline Offline

Activity: 1393
Merit: 1001


View Profile
April 27, 2015, 12:06:21 AM
 #1478

Can i do this on a dynamic ip? My router is from my internet company. How would i open ports? I can not get into my router.

All of these questions have already been answered.  

Search/read the thread.


Oh, and try google.
I guess my main question was if i can not get into my router how would i open port 9999? Internet company wont let me into my router.
politzer
Hero Member
*****
Offline Offline

Activity: 492
Merit: 500


View Profile
April 27, 2015, 12:16:28 AM
 #1479

I have a question. In Masternodes tab yo can see the list of MNS that are running along with their open ports. Isn't it a good opportunity for a hacker to target them?

Bean Cash: 2STLLsAj2yujtffCE9oYUQwfELjhtgia22
Starin
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


Infected Mushroom


View Profile WWW
April 27, 2015, 12:32:04 AM
 #1480

I had 2 payments for my 3 MN's. But what guess what, both of them orphaned or whatever...

Code:
Status: conflicted
Date: 27.4.2015 02:10
Source: Generated
Credit: 0.88 8BIT
Net amount: 0.00 8BIT
Transaction ID: 9dc3ddb91b3323fcd635c29613abfe552ea73c3f90e4781f8864a1f9efb38124-000

Generated coins must mature 251 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours.

Please confirm if you are getting these aswell.

The wierd thing is, in block explorer it seems like I got the payment right, even my balance is higher.
http://8bit.website:1888/address/8R8tv1CfPaHdzTSLy9kbpTQbrS3z7Z44b3

Ok I am getting really confused. Second one just happened. It shows ok on block explorer but it doesn't work on wallet.

Code:
Status: conflicted
Date: 27.4.2015 03:33
Source: Generated
Credit: 0.88 8BIT
Net amount: 0.00 8BIT
Transaction ID: c0165c537ec7a7412694b931b99bda528b4053f7b54e5c44e9a9ea350e43f4c7-000

Generated coins must mature 251 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours.

Back to back 3.  Shocked

Pages: « 1 ... 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 [74] 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 ... 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!