Bitcoin Forum
June 16, 2024, 02:49:29 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 »  All
  Print  
Author Topic: [ANN]Matrixcoin (MTX) - SHA256 Coin! Bounties! ~ Windows Client & Sources!  (Read 9380 times)
provenceday
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000



View Profile
April 01, 2014, 09:18:27 AM
 #61


haha do not hope this happen,  Shocked haha
napoleon2121
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
April 01, 2014, 09:23:29 AM
 #62

i close the stratum for a while couse this isn't working. let's wait a bit
Carsen (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


Designer & Developer


View Profile WWW
April 01, 2014, 09:23:49 AM
 #63

The coin.conf file is generated in the same folder as matrixcoin-qt.exe along with other block information and wallet.dat, same goes for the daemon

I just updated the github, forgot to sync it, it has the latest code now. Hopefully someone can get a seed node up with the daemon?

And no this isnt a funny april fools joke haha Tongue didn't even realize the day haha lol

OFFICIAL HASHCOIN THREAD IS HERE: https://bitcointalk.org/index.php?topic=568453.60
MY NEW ALIAS HERE ON BITCOINTALK IS HASHX11 please do not PM me on this account as I cannot reply back.
mine2slow
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250



View Profile
April 01, 2014, 09:26:26 AM
 #64

The coin.conf file is generated in the same folder as matrixcoin-qt.exe along with other block information and wallet.dat, same goes for the daemon

I just updated the github, forgot to sync it, it has the latest code now. Hopefully someone can get a seed node up with the daemon?

And no this isnt a funny april fools joke haha Tongue didn't even realize the day haha lol

is this the new way to premine? Roll Eyes
provenceday
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000



View Profile
April 01, 2014, 09:29:53 AM
 #65

The coin.conf file is generated in the same folder as matrixcoin-qt.exe along with other block information and wallet.dat, same goes for the daemon

I just updated the github, forgot to sync it, it has the latest code now. Hopefully someone can get a seed node up with the daemon?

And no this isnt a funny april fools joke haha Tongue didn't even realize the day haha lol

dev pool need help???

i hav another problem now... he has a mistake with linux conf.. the wallet.dat and the rest go somewhere and not at ~/.matrixcoin folder
napoleon2121
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
April 01, 2014, 09:30:15 AM
 #66

The coin.conf file is generated in the same folder as matrixcoin-qt.exe along with other block information and wallet.dat, same goes for the daemon

I just updated the github, forgot to sync it, it has the latest code now. Hopefully someone can get a seed node up with the daemon?

And no this isnt a funny april fools joke haha Tongue didn't even realize the day haha lol

at windows correct. at linux you hav a mistake.

the wallet.dat and the rest from the compile they should go to ~/.matrixcoin instead they go to somewhere else
Carsen (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


Designer & Developer


View Profile WWW
April 01, 2014, 09:30:30 AM
 #67

Trying to get a node online right now with the latest code, everyone that is a dev please get the latest code off github, your wallet.dat and coin.conf are created in the same folder that your qt or daemon is in, remember that!

OFFICIAL HASHCOIN THREAD IS HERE: https://bitcointalk.org/index.php?topic=568453.60
MY NEW ALIAS HERE ON BITCOINTALK IS HASHX11 please do not PM me on this account as I cannot reply back.
napoleon2121
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
April 01, 2014, 09:31:15 AM
 #68

les me recompile the new one. giv a sec
provenceday
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000



View Profile
April 01, 2014, 09:35:02 AM
 #69

les me recompile the new one. giv a sec

ok will wait for your pool, i like the movie <Matrix>, so i want to mine this coin.

haha
napoleon2121
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
April 01, 2014, 09:45:34 AM
 #70

You hav one more mistake at your coin source. you need a trick to compile it and that is bad for linux users ...

in case you got this code one perimition denied at compile 

Code:
/bin/sh: 1: ./build_detect_platform: Permission denied
make[1]: Entering directory `/root/Matrixcoin/src/leveldb'
Makefile:18: build_config.mk: No such file or directory
make[1]: *** No rule to make target `build_config.mk'.  Stop.
make[1]: Leaving directory `/root/Matrixcoin/src/leveldb'
make: *** [leveldb/libleveldb.a] Error 2

go at lvldbfolder and use this command

Code:
chmod +x build_detect_platform
napoleon2121
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
April 01, 2014, 09:46:09 AM
 #71

waiting for compile by the way give me live 5 minutes Tongue
provenceday
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000



View Profile
April 01, 2014, 09:46:42 AM
 #72

dev need to check this later.
Beeskee
Member
**
Offline Offline

Activity: 90
Merit: 10


View Profile
April 01, 2014, 09:47:02 AM
 #73

Refresh the thread 300 more times, you say? Cheesy
napoleon2121
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
April 01, 2014, 09:49:52 AM
 #74

nodes plz ?
Carsen (OP)
Full Member
***
Offline Offline

Activity: 168
Merit: 100


Designer & Developer


View Profile WWW
April 01, 2014, 09:50:13 AM
 #75

You hav one more mistake at your coin source. you need a trick to compile it and that is bad for linux users ...

in case you got this code one perimition denied at compile 

Code:
/bin/sh: 1: ./build_detect_platform: Permission denied
make[1]: Entering directory `/root/Matrixcoin/src/leveldb'
Makefile:18: build_config.mk: No such file or directory
make[1]: *** No rule to make target `build_config.mk'.  Stop.
make[1]: Leaving directory `/root/Matrixcoin/src/leveldb'
make: *** [leveldb/libleveldb.a] Error 2

go at lvldbfolder and use this command

Code:
chmod +x build_detect_platform

So what do I need to change in the source I am running on Windows, I do not have a Linux machine running the source.

OFFICIAL HASHCOIN THREAD IS HERE: https://bitcointalk.org/index.php?topic=568453.60
MY NEW ALIAS HERE ON BITCOINTALK IS HASHX11 please do not PM me on this account as I cannot reply back.
napoleon2121
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
April 01, 2014, 09:50:55 AM
 #76

the permitions to that excact file. Cheesy readable writable everything Cheesy
provenceday
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000



View Profile
April 01, 2014, 09:51:10 AM
 #77

node ready now?
napoleon2121
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
April 01, 2014, 09:51:48 AM
 #78

someone that has the new wallet use the

matrixcoind getpeerinfo and give me these
napoleon2121
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
April 01, 2014, 09:52:18 AM
 #79

current block 239?
mine2slow
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250



View Profile
April 01, 2014, 09:53:16 AM
 #80

someone that has the new wallet use the

matrixcoind getpeerinfo and give me these



[
{
"addr" : "188.40.64.82:11071",
"services" : "00000001",
"lastsend" : 1396345867,
"lastrecv" : 1396345867,
"bytessent" : 71112,
"bytesrecv" : 18342,
"conntime" : 1396345848,
"version" : 70001,
"subver" : "/Satoshi:0.8.6/",
"inbound" : false,
"startingheight" : 0,
"banscore" : 0
},
{
"addr" : "188.230.177.121:11071",
"services" : "00000001",
"lastsend" : 1396345867,
"lastrecv" : 1396345867,
"bytessent" : 14396,
"bytesrecv" : 136854,
"conntime" : 1396345849,
"version" : 70001,
"subver" : "/Satoshi:0.8.6/",
"inbound" : false,
"startingheight" : 239,
"banscore" : 0,
"syncnode" : true
}
]
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 »  All
  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!