Author

Topic: [ANN][AMS] AmsterdamCoin™ | 100% PoS, Masternodes, Obfuscation, Seesaw - page 123. (Read 272368 times)

sr. member
Activity: 336
Merit: 258
I wonder if anyone can help.

I'm having problems getting my miner working properly, I keep getting rejected share due to low difficulty.

I have 1x 1080ti and using ccminer-2.1-tribus

my bat file looks like this

ccminer-x64 -a tribus -o stratum+tcp://brutum-pool.com:3072 -u AMYPWALUzJvkPThW19Jj7HPLUNuXHYXLvR -p d=2 --cpu-priority=4
pause

Many thanks

wrong algo. You need to mine with the xevan algo, but unfortunately that's CPU / AMD only as far as I know.
newbie
Activity: 71
Merit: 0
New wallet 4.0 is great. It works well, sync quickly, the masternodes work great. DEV thank you very much! The MuntiSend feature looks good. Is Staking active?
newbie
Activity: 13
Merit: 0
I wonder if anyone can help.

I'm having problems getting my miner working properly, I keep getting rejected share due to low difficulty.

I have 1x 1080ti and using ccminer-2.1-tribus

my bat file looks like this

ccminer-x64 -a tribus -o stratum+tcp://brutum-pool.com:3072 -u AMYPWALUzJvkPThW19Jj7HPLUNuXHYXLvR -p d=2 --cpu-priority=4
pause

Many thanks
copper member
Activity: 1024
Merit: 513
txbit.io - cryptocurrency exchange

The new wallet and blockchain are running smoothly so I figured it is time to request Nova, CoinExchange and CryptoDAO to perform the swap. I created support tickets for all of them.

People that have problems with syncing the old 3.1 wallet I will help by creating a bootstrap that auto refreshes. This will take me some time but will be released today.

I am sorry to say that the frozen wallet at Yobit aka cold storage problem has no progress. No admin showed up in the chat.

Good news is that I am creating a new website. It will look awesome and shows up to date information.
jr. member
Activity: 35
Merit: 10
My wallet too is not synchronized.  What is the problem?
sr. member
Activity: 662
Merit: 257
i have a problem to sync the wallet 3.1 for the swap i'm stuck at the block 1062836 ( 13 weeks ago ) the wallet keep downloading data for now more than 1GB but no new blocks shows up, any idea  Huh

My experience with wallet 3.1 is that you need to restart it quite a few times to get it finally synced. Let me know if you can get it done, otherwise I will share a new bootstrap


thanks for the info for now i'm trying to redownload from the scratch the entire blockchain, and see if i solve the problem  Grin

I have the same problem, no new blocks shows up.  I don't know how to solve this problem.
legendary
Activity: 1981
Merit: 1039
i have a problem to sync the wallet 3.1 for the swap i'm stuck at the block 1062836 ( 13 weeks ago ) the wallet keep downloading data for now more than 1GB but no new blocks shows up, any idea  Huh

My experience with wallet 3.1 is that you need to restart it quite a few times to get it finally synced. Let me know if you can get it done, otherwise I will share a new bootstrap


thanks for the info for now i'm trying to redownload from the scratch the entire blockchain, and see if i solve the problem  Grin
hero member
Activity: 1540
Merit: 502
who has an manual ( for a noob or dummy) how to install wallet on non-graphical linux Smiley

Code:
wget https://github.com/CoinProjects/AmsterdamCoin-v4/releases/download/v4.0.0.0/amsterdamcoin-daemon-4.0.0.0-linux64.tar.gz
tar zxvf amsterdamcoin-daemon-4.0.0.0-linux64.tar.gz
./amsterdamcoind

it will say you need to create a config file with rpc information.
Copy the rpcuser= and rpcpassword lines.
Code:
nano .amsterdamcoind/amsterdamcoin.conf 
and paste the rpc info into it. use to save and to exit

Code:
./amsterdamcoind &
./amsterdamcoin-cli getinfo (will show some general wallet info, like blockcount etc)
./amsterdamcoin-cli getaccountaddress 0 (will show your receive address)

ofcourse a lot more you can do. Just look up the normal bitcoin cli info.



thx for the reply , i did all , and i think its running now .....its very hard to understand if you dont know anything from linux .......
i think i am gonna switch to windows .... much easier Smiley


haha yeah \some basic linux commands knowledge will help Smiley If you want to run a masternode you can do that on windows as well

indeed , i was planning to make an masternode on a vps with LINUX pfffff, what an horror , i even give up and bought even vps with windows on it so i can put an masternode Smiley , but in between i am gonna lean enough of linux so i can manage it.....

if you have vps linux book ( on dummy level / noob level)  or  pdf  i love to read it Smiley
sr. member
Activity: 336
Merit: 258
i have a problem to sync the wallet 3.1 for the swap i'm stuck at the block 1062836 ( 13 weeks ago ) the wallet keep downloading data for now more than 1GB but no new blocks shows up, any idea  Huh

My experience with wallet 3.1 is that you need to restart it quite a few times to get it finally synced. Let me know if you can get it done, otherwise I will share a new bootstrap
legendary
Activity: 1981
Merit: 1039
i have a problem to sync the wallet 3.1 for the swap i'm stuck at the block 1062836 ( 13 weeks ago ) the wallet keep downloading data for now more than 1GB but no new blocks shows up, any idea  Huh
sr. member
Activity: 336
Merit: 258
who has an manual ( for a noob or dummy) how to install wallet on non-graphical linux Smiley

Code:
wget https://github.com/CoinProjects/AmsterdamCoin-v4/releases/download/v4.0.0.0/amsterdamcoin-daemon-4.0.0.0-linux64.tar.gz
tar zxvf amsterdamcoin-daemon-4.0.0.0-linux64.tar.gz
./amsterdamcoind

it will say you need to create a config file with rpc information.
Copy the rpcuser= and rpcpassword lines.
Code:
nano .amsterdamcoind/amsterdamcoin.conf 
and paste the rpc info into it. use to save and to exit

Code:
./amsterdamcoind &
./amsterdamcoin-cli getinfo (will show some general wallet info, like blockcount etc)
./amsterdamcoin-cli getaccountaddress 0 (will show your receive address)

ofcourse a lot more you can do. Just look up the normal bitcoin cli info.



thx for the reply , i did all , and i think its running now .....its very hard to understand if you dont know anything from linux .......
i think i am gonna switch to windows .... much easier Smiley


haha yeah \some basic linux commands knowledge will help Smiley If you want to run a masternode you can do that on windows as well
hero member
Activity: 1540
Merit: 502
who has an manual ( for a noob or dummy) how to install wallet on non-graphical linux Smiley

Code:
wget https://github.com/CoinProjects/AmsterdamCoin-v4/releases/download/v4.0.0.0/amsterdamcoin-daemon-4.0.0.0-linux64.tar.gz
tar zxvf amsterdamcoin-daemon-4.0.0.0-linux64.tar.gz
./amsterdamcoind

it will say you need to create a config file with rpc information.
Copy the rpcuser= and rpcpassword lines.
Code:
nano .amsterdamcoind/amsterdamcoin.conf 
and paste the rpc info into it. use to save and to exit

Code:
./amsterdamcoind &
./amsterdamcoin-cli getinfo (will show some general wallet info, like blockcount etc)
./amsterdamcoin-cli getaccountaddress 0 (will show your receive address)

ofcourse a lot more you can do. Just look up the normal bitcoin cli info.



thx for the reply , i did all , and i think its running now .....its very hard to understand if you dont know anything from linux .......
i think i am gonna switch to windows .... much easier Smiley
sr. member
Activity: 336
Merit: 258
who has an manual ( for a noob or dummy) how to install wallet on non-graphical linux Smiley

Code:
wget https://github.com/CoinProjects/AmsterdamCoin-v4/releases/download/v4.0.0.0/amsterdamcoin-daemon-4.0.0.0-linux64.tar.gz
tar zxvf amsterdamcoin-daemon-4.0.0.0-linux64.tar.gz
./amsterdamcoind

it will say you need to create a config file with rpc information.
Copy the rpcuser= and rpcpassword lines.
Code:
nano .amsterdamcoin/amsterdamcoin.conf 
and paste the rpc info into it. use to save and to exit

Code:
./amsterdamcoind &
./amsterdamcoin-cli getinfo (will show some general wallet info, like blockcount etc)
./amsterdamcoin-cli getaccountaddress 0 (will show your receive address)

ofcourse a lot more you can do. Just look up the normal bitcoin cli info.

hero member
Activity: 1540
Merit: 502
who has an manual ( for a noob or dummy) how to install wallet on non-graphical linux Smiley
full member
Activity: 182
Merit: 100
How about setting up a Bitcoin or DOT address where people can donate for the cryptopia listing? Would that be an idea?

I already paid 0.5 BTC to Yobit for the swap so I hope some other community members can help funding the cryptopia listing.

Hi Dev,
Thank you for paying 0.5btc to Yobit for the swap.
If I understand correctly, when yobit has done the swap, we will find our pieces congealed.
Thank you
sr. member
Activity: 336
Merit: 258
How about setting up a Bitcoin or DOT address where people can donate for the cryptopia listing? Would that be an idea?

I already paid 0.5 BTC to Yobit for the swap so I hope some other community members can help funding the cryptopia listing.

I am willing to donate for the cryptopia listing. I think it's good to make a public list of donations and that users can send you a BTC return adddress with their donation TxId as well in case we don't reach the 1,5 BTC.

What do others think  about that?
copper member
Activity: 1024
Merit: 513
txbit.io - cryptocurrency exchange
How about setting up a Bitcoin or DOT address where people can donate for the cryptopia listing? Would that be an idea?

I already paid 0.5 BTC to Yobit for the swap so I hope some other community members can help funding the cryptopia listing.
full member
Activity: 336
Merit: 100
I also want to start my masternode but I have 105K AMS blocked at YOBIT, when Yobit will unlock our money? No yobit support response.
YObit is not serious  Angry

Yobit does not care about any coins. Yobit only cares about  trading fees. They are the roach motel of the crypto exchanges. 'Coins go in but they do not come out' Yobt lets coins in so they can make money on the trading fees. They do not care about the coin or any updates. They are just making making money on the fees when a new coin is being hyped. That is why all of the scammer like yobit.
If you want to help the crypto world then stop using crappy scamming exchanges like Yobit that pander to the pump and dump scammer/coin creators.



Amsterdam coin wasn't available on Bittrex or Cryptopia at the time I wanted to buy it. If I would have that option at that time I would definitily made that desciscion.
For now this is an insecure situation. Yobit had the opportunity to fix this and they still have. If yobit fixes it then I will post it.

This is why it's so important for cryptocoins devs and community to invest in trustworthy exchanges.
legendary
Activity: 1764
Merit: 1022
I also want to start my masternode but I have 105K AMS blocked at YOBIT, when Yobit will unlock our money? No yobit support response.
YObit is not serious  Angry

Yobit does not care about any coins. Yobit only cares about  trading fees. They are the roach motel of the crypto exchanges. 'Coins go in but they do not come out' Yobt lets coins in so they can make money on the trading fees. They do not care about the coin or any updates. (They have paid update options) They are just making making money on the fees when a new coin is being hyped. That is why all of the scammer like yobit. If you want to help the crypto world then stop using crappy scamming exchanges like Yobit that pander to the pump and dump scammer/coin creators.

full member
Activity: 182
Merit: 100
I also want to start my masternode but I have 105K AMS blocked at YOBIT, when Yobit will unlock our money? No yobit support response.
I will never buy at YObit  Angry
Jump to: