Bitcoin Forum
June 21, 2024, 08:29:42 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 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 »
  Print  
Author Topic: [ANN]Aspectcoin POW/POS, X11, Masternode High ROI  (Read 37804 times)
callmecough
Newbie
*
Offline Offline

Activity: 84
Merit: 0


View Profile
December 19, 2017, 01:44:23 AM
 #201

where can I find a description of wallet UI? for example, what does "Amount and Rounds = 1000.00 ASP / 2 Rounds" mean?
BartoszN1990
Full Member
***
Offline Offline

Activity: 218
Merit: 100


https://deeponion.org


View Profile
December 19, 2017, 03:47:51 AM
 #202

Anybody can help me i try do ubuntu wallet when i past

Quote
cd /wallets/Aspectcoin/src/leveldb
chmod +x build_detect_platform
cd ..
sudo make -f makefile.unix

i received error

Quote
rpcrawtransaction.cpp:217:77:   required from here
/usr/include/boost/variant/get.hpp:178:5: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE<false>’
     BOOST_STATIC_ASSERT_MSG(
     ^
makefile.unix:217: recipe for target 'obj/rpcrawtransaction.o' failed
make: *** [obj/rpcrawtransaction.o] Error 1

▌▌   Anonymous and Untraceable     ›› ››   DeepOnion  ‹‹ ‹‹     TOR INTEGRATED & SECURED    ▌▌
▬▬▬▬▬▬▬▬▬     ANN  Whitepaper  FACEBOOK  Twitter  Youtube  Forum     ▬▬▬▬▬▬▬▬▬
▌▌   ••  JOIN AIRDROP 🚀  ••  |||   Download DeepOnion   |||   ✅ Verified with DeepVault    ▌▌
lentyna
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile
December 19, 2017, 03:51:12 AM
 #203

Anybody can help me i try do ubuntu wallet when i past

Quote
cd /wallets/Aspectcoin/src/leveldb
chmod +x build_detect_platform
cd ..
sudo make -f makefile.unix

i received error

Quote
rpcrawtransaction.cpp:217:77:   required from here
/usr/include/boost/variant/get.hpp:178:5: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE<false>’
     BOOST_STATIC_ASSERT_MSG(
     ^
makefile.unix:217: recipe for target 'obj/rpcrawtransaction.o' failed
make: *** [obj/rpcrawtransaction.o] Error 1

Find the line 217 in src/rpcrawtransaction.cpp with:

Code:
const CScriptID& hash = boost::get<const CScriptID&>(address);

Replace with:

Code:
const CScriptID& hash = boost::get<CScriptID>(address);

BartoszN1990
Full Member
***
Offline Offline

Activity: 218
Merit: 100


https://deeponion.org


View Profile
December 19, 2017, 04:39:59 AM
 #204

after change

Quote
NFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/crypto/hmac_sha256.d -o obj/crypto/hmac_sha256.o crypto/hmac_sha256.cpp
crypto/hmac_sha256.cpp:34:1: fatal error: opening dependency file obj/crypto/hmac_sha256.d: No such file or directory
 }
 ^
compilation terminated.
makefile.unix:217: recipe for target 'obj/crypto/hmac_sha256.o' failed
make: *** [obj/crypto/hmac_sha256.o] Error 1

▌▌   Anonymous and Untraceable     ›› ››   DeepOnion  ‹‹ ‹‹     TOR INTEGRATED & SECURED    ▌▌
▬▬▬▬▬▬▬▬▬     ANN  Whitepaper  FACEBOOK  Twitter  Youtube  Forum     ▬▬▬▬▬▬▬▬▬
▌▌   ••  JOIN AIRDROP 🚀  ••  |||   Download DeepOnion   |||   ✅ Verified with DeepVault    ▌▌
lentyna
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile
December 19, 2017, 04:43:57 AM
 #205

after change

Quote
NFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/crypto/hmac_sha256.d -o obj/crypto/hmac_sha256.o crypto/hmac_sha256.cpp
crypto/hmac_sha256.cpp:34:1: fatal error: opening dependency file obj/crypto/hmac_sha256.d: No such file or directory
 }
 ^
compilation terminated.
makefile.unix:217: recipe for target 'obj/crypto/hmac_sha256.o' failed
make: *** [obj/crypto/hmac_sha256.o] Error 1

Run:

Code:
cd ~/Aspectcoin/src
cp -rR crypto obj
BartoszN1990
Full Member
***
Offline Offline

Activity: 218
Merit: 100


https://deeponion.org


View Profile
December 19, 2017, 04:59:14 AM
 #206

can u write discription for confing fille ?

▌▌   Anonymous and Untraceable     ›› ››   DeepOnion  ‹‹ ‹‹     TOR INTEGRATED & SECURED    ▌▌
▬▬▬▬▬▬▬▬▬     ANN  Whitepaper  FACEBOOK  Twitter  Youtube  Forum     ▬▬▬▬▬▬▬▬▬
▌▌   ••  JOIN AIRDROP 🚀  ••  |||   Download DeepOnion   |||   ✅ Verified with DeepVault    ▌▌
lentyna
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile
December 19, 2017, 05:09:40 AM
 #207

can u write discription for confing fille ?

Code:
rpcuser=user
rpcpassword=password
rpcport=46560
rpcallowip=127.0.0.1
daemon=1
server=1
listenonion=0
staking=0
port=46550
masternodeaddr=VPS_IP_ADDRESS:46550
masternode=1
masternodeprivkey=PRIVATE_KEY
BartoszN1990
Full Member
***
Offline Offline

Activity: 218
Merit: 100


https://deeponion.org


View Profile
December 19, 2017, 05:27:28 AM
 #208

can u write discription for confing fille ?

Code:
rpcuser=user
rpcpassword=password
rpcport=46560
rpcallowip=127.0.0.1
daemon=1
server=1
listenonion=0
staking=0
port=46550
masternodeaddr=VPS_IP_ADDRESS:46550
masternode=1
masternodeprivkey=PRIVATE_KEY

Quote
Test@test:/wallets/Aspectcoin$ alias asp="/wallets/Aspectcoin/aspectd -datadir=/wallets/Aspectcoin/.wallet"

Test@test:/wallets/Aspectcoin$ asp getinfo
error: couldn't connect to server

Test@test:/wallets/Aspectcoin$ /wallets/Aspectcoin/aspectd -datadir=/wallets/Aspectcoin/.wallet getinfo
error: couldn't connect to server

Test@test:/wallets/Aspectcoin$

cant start ;/

▌▌   Anonymous and Untraceable     ›› ››   DeepOnion  ‹‹ ‹‹     TOR INTEGRATED & SECURED    ▌▌
▬▬▬▬▬▬▬▬▬     ANN  Whitepaper  FACEBOOK  Twitter  Youtube  Forum     ▬▬▬▬▬▬▬▬▬
▌▌   ••  JOIN AIRDROP 🚀  ••  |||   Download DeepOnion   |||   ✅ Verified with DeepVault    ▌▌
lentyna
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile
December 19, 2017, 05:55:06 AM
 #209

can u write discription for confing fille ?

Code:
rpcuser=user
rpcpassword=password
rpcport=46560
rpcallowip=127.0.0.1
daemon=1
server=1
listenonion=0
staking=0
port=46550
masternodeaddr=VPS_IP_ADDRESS:46550
masternode=1
masternodeprivkey=PRIVATE_KEY

Quote
Test@test:/wallets/Aspectcoin$ alias asp="/wallets/Aspectcoin/aspectd -datadir=/wallets/Aspectcoin/.wallet"

Test@test:/wallets/Aspectcoin$ asp getinfo
error: couldn't connect to server

Test@test:/wallets/Aspectcoin$ /wallets/Aspectcoin/aspectd -datadir=/wallets/Aspectcoin/.wallet getinfo
error: couldn't connect to server

Test@test:/wallets/Aspectcoin$

cant start ;/


Is your VPS on Ubuntu?

Wananavu99
Full Member
***
Offline Offline

Activity: 345
Merit: 131



View Profile
December 19, 2017, 07:24:26 AM
 #210

Holy smokes am I the only one here in awe of the increase in mining difficulty and this coin hasn't even launched yet.  Totally insane. 

That is true, someone knows something I guess. I am still mining and waiting what couple next weeks will reveal.

I'm interested in seeing the price of this coin when it hits the market.  There's an incentive to create an MN for this coin and hold. 
BartoszN1990
Full Member
***
Offline Offline

Activity: 218
Merit: 100


https://deeponion.org


View Profile
December 19, 2017, 10:20:49 AM
 #211

can u write discription for confing fille ?

Code:
rpcuser=user
rpcpassword=password
rpcport=46560
rpcallowip=127.0.0.1
daemon=1
server=1
listenonion=0
staking=0
port=46550
masternodeaddr=VPS_IP_ADDRESS:46550
masternode=1
masternodeprivkey=PRIVATE_KEY

Quote
Test@test:/wallets/Aspectcoin$ alias asp="/wallets/Aspectcoin/aspectd -datadir=/wallets/Aspectcoin/.wallet"

Test@test:/wallets/Aspectcoin$ asp getinfo
error: couldn't connect to server

Test@test:/wallets/Aspectcoin$ /wallets/Aspectcoin/aspectd -datadir=/wallets/Aspectcoin/.wallet getinfo
error: couldn't connect to server

Test@test:/wallets/Aspectcoin$

cant start ;/


Is your VPS on Ubuntu?



my own pc ubuntu

▌▌   Anonymous and Untraceable     ›› ››   DeepOnion  ‹‹ ‹‹     TOR INTEGRATED & SECURED    ▌▌
▬▬▬▬▬▬▬▬▬     ANN  Whitepaper  FACEBOOK  Twitter  Youtube  Forum     ▬▬▬▬▬▬▬▬▬
▌▌   ••  JOIN AIRDROP 🚀  ••  |||   Download DeepOnion   |||   ✅ Verified with DeepVault    ▌▌
stokholminfinity
Full Member
***
Offline Offline

Activity: 352
Merit: 104


SquidCoin.cash


View Profile
December 19, 2017, 03:27:57 PM
 #212

I am also interested in the approximate price after the coin's exit on the stock exchange. I managed to synchronize the wallet after adding several nodes to the configuration file, without that I could not download the database.

Wananavu99
Full Member
***
Offline Offline

Activity: 345
Merit: 131



View Profile
December 19, 2017, 05:16:37 PM
 #213

I am also interested in the approximate price after the coin's exit on the stock exchange. I managed to synchronize the wallet after adding several nodes to the configuration file, without that I could not download the database.


So can you run multiple masternodes on the same server/IP address?  Also how many coins can you run off one IP address?  I've been trying to find out about that for several days now. 
GarrettZ
Newbie
*
Offline Offline

Activity: 15
Merit: 1


View Profile
December 19, 2017, 07:51:06 PM
 #214

I am also interested in the approximate price after the coin's exit on the stock exchange. I managed to synchronize the wallet after adding several nodes to the configuration file, without that I could not download the database.


So can you run multiple masternodes on the same server/IP address?  Also how many coins can you run off one IP address?  I've been trying to find out about that for several days now. 

He is talking about addnodes for syncing the blockchain, not masternodes.

To answer your question, most coins allow multiple masternodes per server, but each one needs its own IP address.   I usually just use separate VPSs to avoid the confusion and because they are cheap.  Also, the wallet with the coins on your personal computer can be linked to as many masternodes as you want (assuming you do the separate collateral wallet setup, which is recommended). 
OlafCrypto
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
December 19, 2017, 08:48:48 PM
 #215

Hi I want to ask about wallet on windows. Sorry for my english:)
I opened wallet and it is synchronize a seweral minutes. (i have password-private key), i have recceive adress.
After opening wallet there is no shortcut for wallet on desktop?
When I close wallet and open again the wallet synchronizing again and is open without password. Anyone who open my wallet on my comp canwithdrow ASP.
Is it normal?
Wananavu99
Full Member
***
Offline Offline

Activity: 345
Merit: 131



View Profile
December 20, 2017, 04:30:45 AM
 #216

I am also interested in the approximate price after the coin's exit on the stock exchange. I managed to synchronize the wallet after adding several nodes to the configuration file, without that I could not download the database.


So can you run multiple masternodes on the same server/IP address?  Also how many coins can you run off one IP address?  I've been trying to find out about that for several days now. 

He is talking about addnodes for syncing the blockchain, not masternodes.

To answer your question, most coins allow multiple masternodes per server, but each one needs its own IP address.   I usually just use separate VPSs to avoid the confusion and because they are cheap.  Also, the wallet with the coins on your personal computer can be linked to as many masternodes as you want (assuming you do the separate collateral wallet setup, which is recommended). 

Cool, thanks for explaining that man.   Smiley
jr_007
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
December 20, 2017, 04:36:20 AM
 #217

Hi I want to ask about wallet on windows. Sorry for my english:)
I opened wallet and it is synchronize a seweral minutes. (i have password-private key), i have recceive adress.
After opening wallet there is no shortcut for wallet on desktop?
When I close wallet and open again the wallet synchronizing again and is open without password. Anyone who open my wallet on my comp canwithdrow ASP.
Is it normal?

Yes its normal.
Password will be asked if you try to send coins.
And no shortcuts created for qt wallets. You have to run exe everytime
OlafCrypto
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
December 20, 2017, 06:04:53 AM
 #218

Hi I want to ask about wallet on windows. Sorry for my english:)
I opened wallet and it is synchronize a seweral minutes. (i have password-private key), i have recceive adress.
After opening wallet there is no shortcut for wallet on desktop?
When I close wallet and open again the wallet synchronizing again and is open without password. Anyone who open my wallet on my comp canwithdrow ASP.
Is it normal?

Yes its normal.
Password will be asked if you try to send coins.
And no shortcuts created for qt wallets. You have to run exe everytime

Thanks JR 007

My questions of masternodes

1 When I will send 3000ASP for masternode and start it how many coins I will Receive every day (now calculator shows obout 100 for day)  -
2 If will be more masternodes in whole blockchain will I receive less coins per masternode per day?
3 Can I run masternode on Windows (I have got changing IP) (is there any software to do no changing IP?
4 If I would to stop masternode will I receive my 3000ASP or I lost it forever?


jr_007
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
December 20, 2017, 07:12:08 AM
 #219

Hi I want to ask about wallet on windows. Sorry for my english:)
I opened wallet and it is synchronize a seweral minutes. (i have password-private key), i have recceive adress.
After opening wallet there is no shortcut for wallet on desktop?
When I close wallet and open again the wallet synchronizing again and is open without password. Anyone who open my wallet on my comp canwithdrow ASP.
Is it normal?

Yes its normal.
Password will be asked if you try to send coins.
And no shortcuts created for qt wallets. You have to run exe everytime

Thanks JR 007

My questions of masternodes

1 When I will send 3000ASP for masternode and start it how many coins I will Receive every day (now calculator shows obout 100 for day)  -
2 If will be more masternodes in whole blockchain will I receive less coins per masternode per day?
3 Can I run masternode on Windows (I have got changing IP) (is there any software to do no changing IP?
4 If I would to stop masternode will I receive my 3000ASP or I lost it forever?




1- Depends on the total masternode count . It might be ~100 now.
2- Yes. More masternodes = less coins for single masternode
3 - You can run on windows but you need to have a fixed IP . You can rent vps systems (aws, google cloud etc) if you dont have one
4 - You can anytime stop your masternode and use your 3000 coins .
dndssc
Full Member
***
Offline Offline

Activity: 266
Merit: 102


View Profile
December 20, 2017, 10:29:49 AM
 #220

I'm  @ 754 coins, at 3000  I'll consider to set up a masternode  Grin

★ ★ ★ ★ ★   DeepOnion    Anonymous and Untraceable Cryptocurrency    TOR INTEGRATED & SECURED   ★ ★ ★ ★ ★
› › › › ›  JOIN THE NEW AIRDROP ✈️        VERIFIED WITH DEEPVAULT  ‹ ‹ ‹ ‹ ‹
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬   ANN  WHITEPAPER  FACEBOOK  TWITTER  YOUTUBE  FORUM   ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 »
  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!